aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
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 tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo 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
2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter3-10/+119
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter7-0/+59
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter7-0/+63
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter5-13/+21
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter7-21/+186
2015-05-04perf tools: Hit all build ids when AUX area tracingAdrian Hunter3-2/+25
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter7-4/+310
2015-05-04perf report: Fix placement of itrace option in documentationAdrian Hunter1-3/+3
2015-05-04perf kmem: Add kmem.default config optionNamhyung Kim1-3/+29
2015-05-04perf kmem: Print gfp flags in human readable stringNamhyung Kim1-13/+209
2015-05-04perf kmem: Add --live option for current allocation statNamhyung Kim2-42/+73
2015-05-04perf kmem: Support sort keys on page analysisNamhyung Kim2-86/+313
2015-05-04perf kmem: Implement stat --page --callerNamhyung Kim1-21/+306
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu4-32/+73
2015-05-04perf probe: Accept multiple filter optionsMasami Hiramatsu1-5/+9
2015-05-04perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu2-0/+76
2015-05-04perf tools: Improve strfilter to append additional rulesMasami Hiramatsu2-0/+66
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao1-3/+26
2015-05-04perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim1-1/+1
2015-05-04perf symbols: Warn on build id mismatchNaveen N. Rao1-0/+1
2015-05-04perf report: Add Instruction Tracing supportAdrian Hunter2-0/+38
2015-05-04perf script: Always allow fields 'addr' and 'cpu' for auxtraceAdrian Hunter1-7/+22
2015-05-04perf evlist: Amend mmap ref counting for the AUX area mmapAdrian Hunter1-1/+1
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao3-0/+22
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao3-0/+17
2015-05-04perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli3-0/+12
2015-05-04perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao4-3/+22
2015-05-04perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao3-9/+37
2015-05-04perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao4-2/+30