summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64/util/arm-spe.c
AgeCommit message (Expand)AuthorFilesLines
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-30libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-6/+6
2019-07-30perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-3/+3
2019-07-30perf 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