Home
last modified time | relevance | path

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

/tools/perf/util/
Devswitch.c44 evswitch->on = perf_evlist__find_evsel_by_str(evlist, evswitch->on_name); in evswitch__init()
53 evswitch->off = perf_evlist__find_evsel_by_str(evlist, evswitch->off_name); in evswitch__init()
Devlist.h328 perf_evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
Devlist.c1548 perf_evlist__find_evsel_by_str(struct evlist *evlist, in perf_evlist__find_evsel_by_str() function
Dbpf-loader.c1074 evsel = perf_evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()