summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar10-18/+37
2015-05-08perf build: Disable libdw DWARF unwind when built with NO_DWARFNaveen N. Rao1-0/+4
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu6-11/+59
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu4-1/+8
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu5-63/+48
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu3-33/+27
2015-05-08perf bench futex: Handle spurious wakeupsDavidlohr Bueso1-1/+6
2015-05-08perf bench futex: Support parallel waker threadsDavidlohr Bueso5-0/+301
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo29-114/+284
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2-4/+5
2015-05-08tools include: Add basic atomic.h implementation from the kernel sourcesArnaldo Carvalho de Melo7-0/+193
2015-05-08perf tools: Move generic barriers out of perf-sys.hArnaldo Carvalho de Melo2-9/+2
2015-05-08perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+18
2015-05-08perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.hArnaldo Carvalho de Melo4-9/+23
2015-05-08perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...Arnaldo Carvalho de Melo4-3/+21
2015-05-08perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...Arnaldo Carvalho de Melo5-10/+33
2015-05-08perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+51
2015-05-08perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+11
2015-05-08perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.hArnaldo Carvalho de Melo6-9/+61
2015-05-08perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.hArnaldo Carvalho de Melo4-9/+35
2015-05-08tools: Adopt asm-generic/barrier.hArnaldo Carvalho de Melo2-0/+45
2015-05-08perf tools: Move barrier() definition to tools/include/linux/compiler.hArnaldo Carvalho de Melo2-2/+4
2015-05-08perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.hArnaldo Carvalho de Melo4-3/+33
2015-05-08perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo4-3/+32
2015-05-08perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo4-6/+34
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu3-14/+20
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20
2015-05-08perf probe: Fix to return 0 when positive value returnedMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu1-1/+3
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-45/+64
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar81-809/+5841
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim5-35/+54
2015-05-05perf hists browser: Simplify zooming code using pstack_peek()Namhyung Kim1-11/+9
2015-05-05perf tools: Introduce pstack_peek()Namhyung Kim2-0/+8
2015-05-05perf hists browser: Split popup menu actions - part 2Namhyung Kim1-140/+214
2015-05-05perf hists browser: Split popup menu actionsNamhyung Kim1-86/+156
2015-05-05perf hists browser: Save perf_session_env in the hist_browserNamhyung Kim1-2/+5
2015-05-05perf hists browser: Save pstack in the hist_browserNamhyung Kim1-10/+10
2015-05-05perf hists browser: Save hist_browser_timer pointer in hist_browserNamhyung Kim1-5/+8
2015-05-05perf hists browser: Fix possible memory leakNamhyung Kim1-3/+5
2015-05-05perf tools: Move init_have_children field to the unnamed unionNamhyung Kim1-1/+1
2015-05-05perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim1-6/+12
2015-05-05perf kmem: Show warning when trying to run stat without recordNamhyung Kim1-3/+14
2015-05-05perf probe: Cleanup and consolidate command parsersMasami Hiramatsu1-68/+42
2015-05-05perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu1-6/+0
2015-05-05perf probe: Accept filter argument for --funcsMasami Hiramatsu2-6/+16
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu3-81/+39
2015-05-05perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter4-21/+145