Searched refs:arm_spe_evsel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/ |
H A D | arm-spe.c | 70 struct evsel *evsel, *arm_spe_evsel = NULL; in arm_spe_recording_options() local 79 if (arm_spe_evsel) { in arm_spe_recording_options() 85 arm_spe_evsel = evsel; in arm_spe_recording_options() 121 perf_evlist__to_front(evlist, arm_spe_evsel); in arm_spe_recording_options() 123 evsel__set_sample_bit(arm_spe_evsel, CPU); in arm_spe_recording_options() 124 evsel__set_sample_bit(arm_spe_evsel, TIME); in arm_spe_recording_options() 125 evsel__set_sample_bit(arm_spe_evsel, TID); in arm_spe_recording_options() 131 evsel__set_sample_bit(arm_spe_evsel, DATA_SRC); in arm_spe_recording_options()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | arm-spe.c | 123 struct evsel *evsel, *arm_spe_evsel = NULL; in arm_spe_recording_options() local 134 if (arm_spe_evsel) { in arm_spe_recording_options() 141 arm_spe_evsel = evsel; in arm_spe_recording_options() 210 evlist__to_front(evlist, arm_spe_evsel); in arm_spe_recording_options() 217 evsel__set_sample_bit(arm_spe_evsel, CPU); in arm_spe_recording_options() 218 evsel__set_config_if_unset(arm_spe_pmu, arm_spe_evsel, in arm_spe_recording_options() 226 evsel__set_sample_bit(arm_spe_evsel, DATA_SRC); in arm_spe_recording_options() 234 if (arm_spe_evsel->core.attr.config & bit) in arm_spe_recording_options() 235 evsel__set_sample_bit(arm_spe_evsel, PHYS_ADDR); in arm_spe_recording_options()
|
Completed in 2 milliseconds