summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-04perf bench numa: Show more stats of particular threads in verbose modePetr Holasek1-1/+31
2015-05-04perf tools: Use getconf to determine number of online CPUsWill Deacon1-1/+1
2015-04-29perf tools: Document --children option in more detailNamhyung Kim3-1/+114
2015-04-29perf stat: Add metrics support for exclude_idleJiri Olsa1-1/+4
2015-04-29perf stat: Add metrics support for exclude_(host|guest)Jiri Olsa1-1/+5
2015-04-29perf stat: Add metrics support for exclude_hvJiri Olsa1-1/+4
2015-04-29perf stat: Change metrics context calculationJiri Olsa1-6/+11
2015-04-29perf stat: Fix metrics calculation with event qualifiersAndi Kleen1-52/+77
2015-04-29perf trace: Clarify that -e is about syscalls, not perf events in generalArnaldo Carvalho de Melo2-3/+2
2015-04-29perf trace: Fix --filter-pids OPTION descriptionArnaldo Carvalho de Melo1-2/+2
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu1-9/+17
2015-04-29perf probe: Make --funcs option exclusiveMasami Hiramatsu2-0/+4
2015-04-29perf tools: Add symbolic events support for parse_events_errorJiri Olsa3-11/+10
2015-04-29perf tools: Add tracepoint support for parse_events_errorJiri Olsa1-1/+7
2015-04-29perf tools: Add static terms support for parse_events_errorJiri Olsa1-9/+28
2015-04-29perf tools: Add term support for parse_events_errorJiri Olsa5-10/+62
2015-04-29perf tools: Add location to pmu event termsJiri Olsa3-20/+36
2015-04-29perf tools: Change parse_events_add_pmu interfaceJiri Olsa3-10/+12
2015-04-29perf tools: Always bail out when config_attr function failsJiri Olsa1-4/+11
2015-04-29perf tools: Add flex support for parse_events_errorJiri Olsa3-8/+37
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa14-32/+127
2015-04-29perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2-0/+2
2015-04-29perf script: Add field option 'flags' to print sample flagsAdrian Hunter3-6/+39
2015-04-29perf inject: Add Instruction Tracing supportAdrian Hunter2-2/+95
2015-04-29perf inject: Re-pipe AUX area tracing eventsAdrian Hunter1-5/+58
2015-04-29perf script: Add Instruction Tracing supportAdrian Hunter2-0/+38