Searched refs:evlist__find_evsel_by_str (Results 1 – 4 of 4) 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()
339 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
1645 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function2013 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
1064 struct evsel *evsel = evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()