Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Drecord.c220 bool perf_evlist__can_select_event(struct evlist *evlist, const char *str) in perf_evlist__can_select_event() function
Devlist.h268 bool perf_evlist__can_select_event(struct evlist *evlist, const char *str);
/Linux-v5.10/tools/perf/tests/
Dswitch-tracking.c383 if (!perf_evlist__can_select_event(evlist, sched_switch)) { in test__switch_tracking()
/Linux-v5.10/tools/perf/arch/x86/util/
Dintel-pt.c419 if (!perf_evlist__can_select_event(evlist, sched_switch)) in intel_pt_track_switches()