Home
last modified time | relevance | path

Searched refs:evlist__find_evsel_by_str (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/perf/util/
Devswitch.c44 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()
Devlist.h339 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
Devlist.c1645 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function
2013 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
Dbpf-loader.c1064 struct evsel *evsel = evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()