perf_evlist__find_evsel_by_str 1074 tools/perf/util/bpf-loader.c evsel = perf_evlist__find_evsel_by_str(evlist, term->val.str); perf_evlist__find_evsel_by_str 328 tools/perf/util/evlist.h perf_evlist__find_evsel_by_str(struct evlist *evlist, const char *str); perf_evlist__find_evsel_by_str 44 tools/perf/util/evswitch.c evswitch->on = perf_evlist__find_evsel_by_str(evlist, evswitch->on_name); perf_evlist__find_evsel_by_str 53 tools/perf/util/evswitch.c evswitch->off = perf_evlist__find_evsel_by_str(evlist, evswitch->off_name);