summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/arm-spe.c
Commit message (Expand)AuthorAgeFilesLines
* perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan2021-07-011-5/+1
* perf arm-spe: Bail out if the trace is later than perf eventLeo Yan2021-07-011-3/+34
* perf arm-spe: Assign kernel time to synthesized eventLeo Yan2021-07-011-1/+1
* perf arm-spe: Convert event kernel time to counter valueLeo Yan2021-07-011-1/+1
* perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan2021-07-011-0/+26
* perf arm-spe: Set sample's data source fieldLeo Yan2021-02-161-9/+60
* perf arm-spe: Synthesize memory eventLeo Yan2021-02-161-0/+30
* perf arm-spe: Fill address info for samplesLeo Yan2021-02-161-20/+30
* perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan2021-02-121-1/+1
* perf arm-spe: Refactor printing string to bufferLeo Yan2020-11-261-1/+1
* perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-011-42/+779
* perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun2020-06-011-1/+1
* perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+9
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+2
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa2019-08-291-1/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-171-0/+231