Searched refs:evlist__find_evsel_by_str (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Devswitch.c44 evswitch->on = evlist__find_evsel_by_str(evlist, evswitch->on_name);
53 evswitch->off = evlist__find_evsel_by_str(evlist, evswitch->off_name);
H A Dbpf_off_cpu.c312 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT);
H A Devlist.h392 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
H A Devlist.c1723 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) function
2100 evsel = evlist__find_evsel_by_str(evlist, name);
/linux-master/tools/perf/
H A Dbuiltin-lock.c2166 if (!evlist__find_evsel_by_str(session->evlist,

Completed in 283 milliseconds