summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove some duplicated includesTiezhu Yang2020-06-025-5/+0
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-021-0/+2
* perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa2020-06-021-0/+55
* perf libdw: Fix off-by 1 relative directory includesIan Rogers2020-06-013-9/+9
* perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-015-43/+1097
* perf auxtrace: Add four itrace optionsTan Xiaojun2020-06-013-2/+36
* perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun2020-06-015-2/+3
* perf test: Initialize memory in dwarf-unwindIan Rogers2020-06-012-0/+9
* perf tests: Don't tail call optimize in unwind testIan Rogers2020-06-011-5/+5
* perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo2020-05-291-0/+2
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-2919-8/+631
* perf tools: Correct license on jsmn JSON parserEd Maste2020-05-291-1/+1
* perf jit: Fix inaccurate DWARF line tableNick Gasson2020-05-291-2/+2
* perf jvmti: Remove redundant jitdump line table entriesNick Gasson2020-05-291-45/+33
* perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo2020-05-291-1/+3
* perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo2020-05-291-0/+1
* perf trace: Grow the syscall table as needed when using libauditArnaldo Carvalho de Melo2020-05-291-1/+27
* perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...Arnaldo Carvalho de Melo2020-05-291-2/+2
* perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo2020-05-291-8/+6
* perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variableArnaldo Carvalho de Melo2020-05-292-11/+16
* perf build: Group the NO_SYSCALL_TABLE logicArnaldo Carvalho de Melo2020-05-291-8/+15
* perf intel-pt: Refine kernel decoding only warning messageAdrian Hunter2020-05-281-1/+2
* perf record: Respect --no-switch-eventsAdrian Hunter2020-05-285-5/+16
* perf script: Fix --call-trace for Intel PTAdrian Hunter2020-05-281-4/+15
* perf evlist: Disable 'immediate' events lastAdrian Hunter2020-05-281-10/+21
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-05-281-0/+7
* perf jvmti: Fix demangling Java symbolsNick Gasson2020-05-281-6/+7
* perf tests: Add test for the java demanglerNick Gasson2020-05-284-0/+48
* perf jvmti: Do not report error when missing debug informationNick Gasson2020-05-281-2/+11
* perf jvmti: Fix jitdump for methods without debug infoNick Gasson2020-05-281-11/+0
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-05-284-0/+20
* perf parse: Add 'struct parse_events_state' pointer to scannerJiri Olsa2020-05-283-10/+14
* perf stat: Do not pass avg to generic_metricJiri Olsa2020-05-281-8/+2
* perf tests: Consider subtests when searching for user specified testsJiri Olsa2020-05-281-8/+26
* perf list: Add metrics to command line usageIan Rogers2020-05-281-1/+1
* perf script: Don't force less for non tty output with --xedAndi Kleen2020-05-281-1/+4
* perf metricgroup: Remove unnecessary ',' from eventsIan Rogers2020-05-281-2/+7
* perf metricgroup: Add options to not group or mergeIan Rogers2020-05-285-19/+87
* perf metricgroup: Remove duped metric group eventsIan Rogers2020-05-281-29/+62
* perf metricgroup: Order event groups by sizeIan Rogers2020-05-281-1/+15
* perf metricgroup: Delay events string creationIan Rogers2020-05-281-12/+21
* perf metricgroup: Use early return in add_metricIan Rogers2020-05-281-7/+15
* perf metricgroup: Always place duration_time lastIan Rogers2020-05-281-9/+9
* perf metricgroup: Free metric_events on errorIan Rogers2020-05-281-0/+3
* perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin2020-05-281-1/+1
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-05-281-1/+1
* perf ftrace: Detect workload failureChangbin Du2020-05-281-2/+11
* perf ftrace: Trace system wide if no target is givenChangbin Du2020-05-281-1/+1