Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A 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()
H A Dbpf_off_cpu.c310 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
H A Devlist.h392 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
H A Devlist.c1723 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function
2100 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c2124 if (!evlist__find_evsel_by_str(session->evlist, in __cmd_contention()