summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-28perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke5-1/+29
2020-05-28perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo1-1/+1
2020-05-28perf stat: Report summary for interval modeJin Yao3-5/+29
2020-05-28perf stat: Save aggr value to first member of prev_raw_countsJin Yao2-0/+21
2020-05-28perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao2-0/+25
2020-05-28perf counts: Reset prev_raw_counts countsJin Yao3-6/+6
2020-05-28perf stat: Fix wrong per-thread runtime stat for interval modeJin Yao1-29/+41
2020-05-28perf expr: Allow numbers to be followed by a dotIan Rogers2-1/+2
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers1-10/+8
2020-05-28perf stat: Fail on extra comma while parsing eventsJiri Olsa2-1/+4
2020-05-28perf script: Better align register values in dumpPaul A. Clarke1-1/+1
2020-05-28perf stat: POWER9 metrics: expand "ICT" acronymPaul A. Clarke1-10/+10
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva14-18/+18
2020-05-28perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter1-18/+13
2020-05-28perf docs: Introduce security.txt file to document related issuesAlexey Budankov1-0/+237
2020-05-28perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2-17/+26
2020-05-28perf docs: Extend CAP_SYS_ADMIN with CAP_PERFMON where neededAlexey Budankov1-1/+1
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers7-190/+200
2020-05-28perf tools: Grab a copy of libbpf's hashmapIan Rogers4-0/+422
2020-05-28perf stat: Fix duration_time value for higher intervalsJiri Olsa1-1/+1
2020-05-28perf trace: Fix compilation error for make NO_LIBBPF=1 DEBUG=1Jiri Olsa2-20/+36
2020-05-28perf beauty: Allow the CC used in the arch errno names script to acccept CFLAGSIan Rogers1-1/+1