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