Home
last modified time | relevance | path

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

/linux-6.1.9/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.c309 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
Devlist.h391 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str);
Devlist.c1684 struct evsel *evlist__find_evsel_by_str(struct evlist *evlist, const char *str) in evlist__find_evsel_by_str() function
2061 evsel = evlist__find_evsel_by_str(evlist, name); in evlist__ctlfd_enable()
Dbpf-loader.c1422 struct evsel *evsel = evlist__find_evsel_by_str(evlist, term->val.str); in __bpf_map__config_event()
/linux-6.1.9/tools/perf/
Dbuiltin-lock.c1706 if (!evlist__find_evsel_by_str(session->evlist, in __cmd_contention()