summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove some duplicated includesTiezhu Yang2020-06-024-4/+0
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-021-0/+2
* perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-015-43/+1097
* perf auxtrace: Add four itrace optionsTan Xiaojun2020-06-012-1/+31
* perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun2020-06-015-2/+3
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-297-8/+349
* perf jit: Fix inaccurate DWARF line tableNick Gasson2020-05-291-2/+2
* 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 record: Respect --no-switch-eventsAdrian Hunter2020-05-281-0/+6
* 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 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 metricgroup: Remove unnecessary ',' from eventsIan Rogers2020-05-281-2/+7
* perf metricgroup: Add options to not group or mergeIan Rogers2020-05-283-18/+58
* 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 branch: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf config: Add stat.big-num supportPaul A. Clarke2020-05-282-0/+15
* perf bpf-loader: Add missing '*' for key_scan_posWang ShaoBo2020-05-281-1/+1
* perf stat: Report summary for interval modeJin Yao2020-05-282-1/+2
* perf stat: Save aggr value to first member of prev_raw_countsJin Yao2020-05-282-0/+21
* perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao2020-05-282-0/+25
* perf counts: Reset prev_raw_counts countsJin Yao2020-05-283-6/+6
* perf expr: Allow numbers to be followed by a dotIan Rogers2020-05-281-1/+1
* perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers2020-05-281-10/+8
* perf stat: Fail on extra comma while parsing eventsJiri Olsa2020-05-282-1/+4
* perf script: Better align register values in dumpPaul A. Clarke2020-05-281-1/+1
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-2810-14/+14
* perf intel-pt: Use allocated branch stack for PEBS sampleAdrian Hunter2020-05-281-18/+13
* perf tool: Make perf tool aware of SELinux access controlAlexey Budankov2020-05-282-17/+26
* perf expr: Migrate expr ids table to a hashmapIan Rogers2020-05-285-157/+164
* perf tools: Grab a copy of libbpf's hashmapIan Rogers2020-05-283-0/+418
* perf parse-events: Make add PMU verbose output clearerIan Rogers2020-05-283-14/+50
* perf expr: Fix memory leaks in metric bisonIan Rogers2020-05-281-0/+3
* perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo2020-05-281-0/+1
* perf evsel: Fix 2 memory leaksIan Rogers2020-05-281-0/+2
* perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'Arnaldo Carvalho de Melo2020-05-281-1/+2
* perf tools: Fix is_bpf_image function logicJiri Olsa2020-05-281-2/+2
* perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers2020-05-282-0/+17
* perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...Ian Rogers2020-05-281-1/+4