aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/arm-spe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan1-5/+1
2021-07-01perf arm-spe: Bail out if the trace is later than perf eventLeo Yan1-3/+34
2021-07-01perf arm-spe: Assign kernel time to synthesized eventLeo Yan1-1/+1
2021-07-01perf arm-spe: Convert event kernel time to counter valueLeo Yan1-1/+1
2021-07-01perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan1-0/+26
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan1-9/+60
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan1-0/+30
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan1-20/+30
2021-02-12perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan1-1/+1
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan1-1/+1
2020-06-01perf arm-spe: Support synthetic eventsTan Xiaojun1-42/+779
2020-06-01perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun1-1/+1
2020-04-16perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+9
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-2/+2
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.hJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips1-0/+231