summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-034-7/+20
* | perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...Sven Schnelle2020-07-071-0/+2
* | perf parse-events: Disable a subset of bison warningsIan Rogers2020-07-021-3/+11
* | perf parse-events: Disable a subset of flex warningsIan Rogers2020-07-021-3/+13
* | perf parse-events: Declare bison header file outputIan Rogers2020-06-231-6/+9
* | perf expr: Add missing headers noticed when building with NO_LIBBPF=1Arnaldo Carvalho de Melo2020-06-231-0/+3
* | perf parse-events: Declare flex header file outputIan Rogers2020-06-221-6/+9
* | perf pmu: Add flex debug build flagIan Rogers2020-06-221-1/+1
* | perf pmu: Add bison debug build flagIan Rogers2020-06-221-1/+1
* | perf parse-events: Use automatic variable for yacc inputIan Rogers2020-06-221-3/+3
* | perf parse-events: Use automatic variable for flex inputIan Rogers2020-06-221-3/+3
* | perf evlist: Fix the class prefix for 'struct evlist' branch_type methodsArnaldo Carvalho de Melo2020-06-222-2/+2
* | perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methodsArnaldo Carvalho de Melo2020-06-223-11/+11
* | perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo2020-06-223-9/+9
* | perf evlist: Fix the class prefix for 'struct evlist' strerror methodsArnaldo Carvalho de Melo2020-06-222-5/+4
* | perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methodsArnaldo Carvalho de Melo2020-06-222-19/+15
* | perf pmu: Improve CPU core PMU HW event list orderingJohn Garry2020-06-221-0/+7
* | perf pmu: List kernel supplied event aliases for arm64John Garry2020-06-221-1/+1
* | perf expr: Add < and > operatorsIan Rogers2020-06-222-1/+6
* | perf expr: Add d_ratio operationIan Rogers2020-06-222-2/+13
* | perf tools: Add test_generic_metric functionJiri Olsa2020-06-222-0/+17
* | perf tools: Release metric_events rblistJiri Olsa2020-06-222-0/+20
* | perf tools: Factor out prepare_metric functionJiri Olsa2020-06-221-19/+34
* | perf tools: Add metricgroup__parse_groups_test functionJiri Olsa2020-06-222-0/+20
* | perf tools: Add map to parse_groups() functionJiri Olsa2020-06-221-10/+13
* | perf tools: Add fake_pmu to parse_group() functionJiri Olsa2020-06-221-2/+3
* | perf parse: Factor out parse_groups() functionJiri Olsa2020-06-221-6/+16
* | perf pmu: Add a perf_pmu__fake object to use with __parse_events()Arnaldo Carvalho de Melo2020-06-222-0/+4
* | perf parse: Provide a way to pass a fake_pmu to parse_events()Arnaldo Carvalho de Melo2020-06-222-9/+17
* | perf tools: Add fake pmu supportJiri Olsa2020-06-224-8/+50
|/
* perf pmu: Remove unused declarationIan Rogers2020-06-101-1/+0
* perf parse-events: Fix an old style declarationIan Rogers2020-06-091-1/+1
* perf parse-events: Fix an incompatible pointerIan Rogers2020-06-091-1/+1
* perf bpf: Fix bpf prologue generationSumanth Korikkar2020-06-091-4/+10
* perf probe: Fix user attribute access in kprobesSumanth Korikkar2020-06-092-3/+6
* perf stat: Fix NULL pointer dereferenceHongbo Yao2020-06-091-2/+2
* 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