Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devlist.h124 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide);
H A Devlist.c299 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide) in evlist__add_sched_switch() function
/openbmc/linux/tools/perf/tests/
H A Dswitch-tracking.c393 switch_evsel = evlist__add_sched_switch(evlist, true); in test__switch_tracking()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c425 evsel = evlist__add_sched_switch(evlist, true); in intel_pt_track_switches()