Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h355 perf_evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
Dbpf-loader.c1066 evsel = perf_evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()
Devlist.c1610 perf_evlist__find_evsel_by_str(struct evlist *evlist, in perf_evlist__find_evsel_by_str() function