Home
last modified time | relevance | path

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

/linux-6.12.1/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()
Dbpf_off_cpu.c312 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
Devlist.h396 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
Devlist.c1795 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function
2172 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
/linux-6.12.1/tools/perf/
Dbuiltin-lock.c2161 if (!evlist__find_evsel_by_str(session->evlist, in __cmd_contention()