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