summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm64/util/arm-spe.c
AgeCommit message (Expand)AuthorFilesLines
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