Lines Matching defs:evlist
22 #include "evlist.h"
790 struct evlist *evlist = spe->session->evlist;
797 evlist__for_each_entry(evlist, evsel) {
1105 static void arm_spe_set_event_name(struct evlist *evlist, u64 id,
1110 evlist__for_each_entry(evlist, evsel) {
1123 struct evlist *evlist = session->evlist;
1130 evlist__for_each_entry(evlist, evsel) {
1179 arm_spe_set_event_name(evlist, id, "l1d-miss");
1187 arm_spe_set_event_name(evlist, id, "l1d-access");
1199 arm_spe_set_event_name(evlist, id, "llc-miss");
1207 arm_spe_set_event_name(evlist, id, "llc-access");
1219 arm_spe_set_event_name(evlist, id, "tlb-miss");
1227 arm_spe_set_event_name(evlist, id, "tlb-access");
1239 arm_spe_set_event_name(evlist, id, "branch-miss");
1251 arm_spe_set_event_name(evlist, id, "remote-access");
1262 arm_spe_set_event_name(evlist, id, "memory");
1283 arm_spe_set_event_name(evlist, id, "instructions");
1296 const char *cpuid = perf_env__cpuid(session->evlist->env);