Searched refs:evlist__find_evsel_by_str (Results 1 – 6 of 6) 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()
309 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
391 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
1684 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function2061 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
1422 struct evsel *evsel = evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()
1706 if (!evlist__find_evsel_by_str(session->evlist, in __cmd_contention()