Searched refs:evlist__find_evsel_by_str (Results 1 – 5 of 5) sorted by relevance
44 evswitch->on = evlist__find_evsel_by_str(evlist, evswitch->on_name); in evswitch__init()53 evswitch->off = evlist__find_evsel_by_str(evlist, evswitch->off_name); in evswitch__init()
310 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
392 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
1723 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function2100 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
2124 if (!evlist__find_evsel_by_str(session->evlist, in __cmd_contention()