Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Drecord.c228 bool evlist__can_select_event(struct evlist *evlist, const char *str) in evlist__can_select_event() function
Devlist.h259 bool evlist__can_select_event(struct evlist *evlist, const char *str);
/Linux-v6.1/tools/perf/tests/
Dswitch-tracking.c396 if (!evlist__can_select_event(evlist, sched_switch)) { in test__switch_tracking()
/Linux-v6.1/tools/perf/arch/x86/util/
Dintel-pt.c427 if (!evlist__can_select_event(evlist, sched_switch)) in intel_pt_track_switches()