summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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-053-2/+25
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-057-4/+310
* perf report: Fix placement of itrace option in documentationAdrian Hunter2015-05-051-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
* perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-043-0/+17
* perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli2015-05-043-0/+12
* perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao2015-05-044-3/+22
* perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao2015-05-043-9/+37
* perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao2015-05-044-2/+30
* perf bench numa: Show more stats of particular threads in verbose modePetr Holasek2015-05-041-1/+31
* perf tools: Use getconf to determine number of online CPUsWill Deacon2015-05-041-1/+1
* perf tools: Document --children option in more detailNamhyung Kim2015-04-293-1/+114
* perf stat: Add metrics support for exclude_idleJiri Olsa2015-04-291-1/+4
* perf stat: Add metrics support for exclude_(host|guest)Jiri Olsa2015-04-291-1/+5
* perf stat: Add metrics support for exclude_hvJiri Olsa2015-04-291-1/+4
* perf stat: Change metrics context calculationJiri Olsa2015-04-291-6/+11
* perf stat: Fix metrics calculation with event qualifiersAndi Kleen2015-04-291-52/+77
* perf trace: Clarify that -e is about syscalls, not perf events in generalArnaldo Carvalho de Melo2015-04-292-3/+2Star
* perf trace: Fix --filter-pids OPTION descriptionArnaldo Carvalho de Melo2015-04-291-2/+2
* perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu2015-04-291-9/+17
* perf probe: Make --funcs option exclusiveMasami Hiramatsu2015-04-292-0/+4
* perf tools: Add symbolic events support for parse_events_errorJiri Olsa2015-04-293-11/+10Star
* perf tools: Add tracepoint support for parse_events_errorJiri Olsa2015-04-291-1/+7
* perf tools: Add static terms support for parse_events_errorJiri Olsa2015-04-291-9/+28
* perf tools: Add term support for parse_events_errorJiri Olsa2015-04-295-10/+62
* perf tools: Add location to pmu event termsJiri Olsa2015-04-293-20/+36
* perf tools: Change parse_events_add_pmu interfaceJiri Olsa2015-04-293-10/+12
* perf tools: Always bail out when config_attr function failsJiri Olsa2015-04-291-4/+11
* perf tools: Add flex support for parse_events_errorJiri Olsa2015-04-293-8/+37
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-2914-32/+127
* perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2015-04-292-0/+2
* perf script: Add field option 'flags' to print sample flagsAdrian Hunter2015-04-293-6/+39