aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm64/util/arm-spe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez1-1/+3
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim1-1/+5
2021-11-13perf arm-spe: Implement find_snapshot callbackGerman Gomez1-0/+145
2021-11-13perf arm-spe: Add snapshot mode supportGerman Gomez1-0/+130
2021-05-25perf arm-spe: Remove redundant checking for "full_auxtrace"Leo Yan1-1/+1
2021-05-25perf arm-spe: Enable timestamp for per-cpu modeLeo Yan1-2/+31
2021-05-25perf arm-spe: Correct sample flags for dummy eventLeo Yan1-3/+4
2021-05-25perf arm-spe: Correct sample flags for SPE eventLeo Yan1-3/+4
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' tracking event methodsArnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo1-6/+6
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers1-10/+10
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-18/+2
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa1-1/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-28perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev1-1/+2
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-6/+6
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-3/+3
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-3/+3
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2018-08-14perf arm spe: Fix uninitialized record error variableKim Phillips1-0/+1
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips1-0/+225