summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...Arnaldo Carvalho de Melo2015-05-084-3/+32
* perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.hArnaldo Carvalho de Melo2015-05-084-6/+34
* 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-0681-809/+5841
|\
| * 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
| * perf hists browser: Split popup menu actions - part 2Namhyung Kim2015-05-051-140/+214
| * perf hists browser: Split popup menu actionsNamhyung Kim2015-05-051-86/+156
| * perf hists browser: Save perf_session_env in the hist_browserNamhyung Kim2015-05-051-2/+5
| * perf hists browser: Save pstack in the hist_browserNamhyung Kim2015-05-051-10/+10
| * perf hists browser: Save hist_browser_timer pointer in hist_browserNamhyung Kim2015-05-051-5/+8
| * perf hists browser: Fix possible memory leakNamhyung Kim2015-05-051-3/+5
| * perf tools: Move init_have_children field to the unnamed unionNamhyung Kim2015-05-051-1/+1
| * perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim2015-05-051-6/+12
| * perf kmem: Show warning when trying to run stat without recordNamhyung Kim2015-05-051-3/+14
| * perf probe: Cleanup and consolidate command parsersMasami Hiramatsu2015-05-051-68/+42
| * perf probe: Remove redundant cleanup of params.filterMasami Hiramatsu2015-05-051-6/+0
| * perf probe: Accept filter argument for --funcsMasami Hiramatsu2015-05-052-6/+16
| * perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-053-81/+39
| * perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter2015-05-054-21/+145
| * perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter2015-05-053-10/+119
| * perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter2015-05-057-0/+59
| * perf tools: Add support for PERF_RECORD_AUXAdrian Hunter2015-05-057-0/+63
| * perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter2015-05-055-13/+21
| * perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2015-05-057-21/+186
| * perf tools: Hit all build ids when AUX area tracingAdrian Hunter2015-05-043-2/+25
| * perf tools: Add AUX area tracing indexAdrian Hunter2015-05-047-4/+310
| * perf report: Fix placement of itrace option in documentationAdrian Hunter2015-05-041-3/+3
| * perf kmem: Add kmem.default config optionNamhyung Kim2015-05-041-3/+29
| * perf kmem: Print gfp flags in human readable stringNamhyung Kim2015-05-041-13/+209
| * perf kmem: Add --live option for current allocation statNamhyung Kim2015-05-042-42/+73
| * perf kmem: Support sort keys on page analysisNamhyung Kim2015-05-042-86/+313
| * perf kmem: Implement stat --page --callerNamhyung Kim2015-05-041-21/+306
| * perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-044-32/+73
| * perf probe: Accept multiple filter optionsMasami Hiramatsu2015-05-041-5/+9
| * perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu2015-05-042-0/+76
| * perf tools: Improve strfilter to append additional rulesMasami Hiramatsu2015-05-042-0/+66
| * perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao2015-05-041-3/+26
| * perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim2015-05-041-1/+1
| * perf symbols: Warn on build id mismatchNaveen N. Rao2015-05-041-0/+1
| * perf report: Add Instruction Tracing supportAdrian Hunter2015-05-042-0/+38
| * perf script: Always allow fields 'addr' and 'cpu' for auxtraceAdrian Hunter2015-05-041-7/+22
| * perf evlist: Amend mmap ref counting for the AUX area mmapAdrian Hunter2015-05-041-1/+1
| * perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-043-0/+22