summaryrefslogtreecommitdiff
path: root/tools/perf (follow)
Commit message (Expand)AuthorAge
...
* | perf tools: Document relation of per-thread event count featureNamhyung Kim2015-05-12
* | perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-12
* | Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-11
|\|
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-06
| |\
| | * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-05
| | * perf report: Fix -T/--threads option to work againNamhyung Kim2015-05-01
| | * perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek2015-04-27
| | * perf bench numa: Fixes of --quiet argumentPetr Holasek2015-04-27
| | * perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso2015-04-27
| | * perf probe: Fix bug with global variables handlingHe Kuang2015-04-27
| | * perf top: Fix a segfault when kernel map is restricted.Wang Nan2015-04-27
| | * perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-24
| | * perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon2015-04-23
| | * perf trace: Disable events and drain events when forked workload endsArnaldo Carvalho de Melo2015-04-23
| | * perf trace: Enable events when doing system wide tracing and starting a workloadArnaldo Carvalho de Melo2015-04-23
* | | perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao2015-05-08
* | | perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-08
* | | perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-08
* | | perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-08
* | | perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-08
* | | perf bench futex: Handle spurious wakeupsDavidlohr Bueso2015-05-08
* | | perf bench futex: Support parallel waker threadsDavidlohr Bueso2015-05-08
* | | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2015-05-08
* | | tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move generic barriers out of perf-sys.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...Arnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...Arnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo2015-05-08
* | | perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-08
* | | perf probe: Support $params special probe argumentMasami Hiramatsu2015-05-08
* | | perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu2015-05-08
* | | perf probe: Make --line checks validate C-style function nameMasami Hiramatsu2015-05-08
* | | perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu2015-05-08
* | | perf probe: Fix a typo for the flags of openMasami Hiramatsu2015-05-08
* | | perf probe: Fix to close probe_events file in errorMasami Hiramatsu2015-05-08
* | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-05-06
|\ \ \ | |/ / |/| |
| * | perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-05
| * | perf hists browser: Simplify zooming code using pstack_peek()Namhyung Kim2015-05-05
| * | perf tools: Introduce pstack_peek()Namhyung Kim2015-05-05
| * | perf hists browser: Split popup menu actions - part 2Namhyung Kim2015-05-05