summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64/util/arm-spe.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf arm-spe: Move PMU initialization from default config codeIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark
2023-04-12perf arm-spe: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter
2022-05-10perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes
2022-04-09perf: arm-spe: Fix perf report --mem-modeJames Clark
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-02-23perf arm-spe: Use advertised caps/min_interval as default sample_periodGerman Gomez
2021-11-13perf arm-spe: Update --switch-events docs in 'perf record'German Gomez
2021-11-13perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim
2021-11-13perf arm-spe: Implement find_snapshot callbackGerman Gomez
2021-11-13perf arm-spe: Add snapshot mode supportGerman Gomez
2021-05-25perf arm-spe: Remove redundant checking for "full_auxtrace"Leo Yan
2021-05-25perf arm-spe: Enable timestamp for per-cpu modeLeo Yan
2021-05-25perf arm-spe: Correct sample flags for dummy eventLeo Yan
2021-05-25perf arm-spe: Correct sample flags for SPE eventLeo Yan
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' tracking event methodsArnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-28perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2018-08-14perf arm spe: Fix uninitialized record error variableKim Phillips
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips