Home
last modified time | relevance | path

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

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