summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang-4/+0
2020-06-02perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter-0/+2
2020-06-01perf arm-spe: Support synthetic eventsTan Xiaojun-43/+1097
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun-1/+31
2020-06-01perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun-2/+3
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian-8/+349
2020-05-29perf jit: Fix inaccurate DWARF line tableNick Gasson-2/+2
2020-05-29perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...Arnaldo Carvalho de Melo-2/+2
2020-05-29perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo-8/+6
2020-05-28perf record: Respect --no-switch-eventsAdrian Hunter-0/+6
2020-05-28perf evlist: Disable 'immediate' events lastAdrian Hunter-10/+21
2020-05-28perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter-0/+7
2020-05-28perf jvmti: Fix demangling Java symbolsNick Gasson-6/+7
2020-05-28perf symbols: Fix debuginfo search for UbuntuAdrian Hunter-0/+20
2020-05-28perf parse: Add 'struct parse_events_state' pointer to scannerJiri Olsa-10/+14
2020-05-28perf stat: Do not pass avg to generic_metricJiri Olsa-8/+2
2020-05-28perf metricgroup: Remove unnecessary ',' from eventsIan Rogers-2/+7
2020-05-28perf metricgroup: Add options to not group or mergeIan Rogers-18/+58
2020-05-28perf metricgroup: Remove duped metric group eventsIan Rogers-29/+62
2020-05-28perf metricgroup: Order event groups by sizeIan Rogers-1/+15
2020-05-28perf metricgroup: Delay events string creationIan Rogers-12/+21
2020-05-28perf metricgroup: Use early return in add_metricIan Rogers-7/+15
2020-05-28perf metricgroup: Always place duration_time lastIan Rogers-9/+9
2020-05-28perf metricgroup: Free metric_events on errorIan Rogers-0/+3
2020-05-28perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin-1/+1
2020-05-28perf util: Fix memory leak of prefix_if_not_inXie XiuQi-1/+1
2020-05-28perf branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke-0/+15
2020-05-28perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo-1/+1
2020-05-28perf stat: Report summary for interval modeJin Yao-1/+2
2020-05-28perf stat: Save aggr value to first member of prev_raw_countsJin Yao-0/+21
2020-05-28perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao-0/+25
2020-05-28perf counts: Reset prev_raw_counts countsJin Yao-6/+6
2020-05-28perf expr: Allow numbers to be followed by a dotIan Rogers-1/+1
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers-10/+8
2020-05-28perf stat: Fail on extra comma while parsing eventsJiri Olsa-1/+4
2020-05-28perf script: Better align register values in dumpPaul A. Clarke-1/+1
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva-14/+14
2020-05-28perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter-18/+13
2020-05-28perf tool: Make perf tool aware of SELinux access controlAlexey Budankov-17/+26
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers-157/+164
2020-05-28perf tools: Grab a copy of libbpf's hashmapIan Rogers-0/+418
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers-14/+50
2020-05-28perf expr: Fix memory leaks in metric bisonIan Rogers-0/+3
2020-05-28perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo-0/+1
2020-05-28perf evsel: Fix 2 memory leaksIan Rogers-0/+2
2020-05-28perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'Arnaldo Carvalho de Melo-1/+2
2020-05-28perf tools: Fix is_bpf_image function logicJiri Olsa-2/+2
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers-0/+17
2020-05-28perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...Ian Rogers-1/+4