Searched defs:sched_switch (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/scripts/python/ | ||
| H A D | sched-migration.py | 104 def sched_switch(self, prev, prev_state, next): member in RunqueueSnapshot |
| /linux/tools/perf/tests/ | ||
| H A D | switch-tracking.c | 334 const char *sched_switch = "sched:sched_switch"; test__switch_tracking() local |
| /linux/include/linux/ | ||
| H A D | rseq_types.h | 44 u8 sched_switch; member |
| /linux/tools/perf/arch/x86/util/ | ||
| H A D | intel-pt.c | 414 const char *sched_switch = "sched:sched_switch"; intel_pt_track_switches() local |
| /linux/tools/perf/ | ||
| H A D | builtin-timechart.c | 458 static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, sched_switch() function |