Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devlist.h125 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide);
H A Devlist.c316 struct evsel *evlist__add_sched_switch(struct evlist *evlist, bool system_wide) in evlist__add_sched_switch() function
/linux/tools/perf/tests/
H A Dswitch-tracking.c399 switch_evsel = evlist__add_sched_switch(evlist, true); in test__switch_tracking()
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c421 evsel = evlist__add_sched_switch(evlist, true); in intel_pt_track_switches()