Searched defs:sched_switch (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/tools/perf/ |
D | builtin-timechart.c | 357 struct sched_switch { struct 358 struct trace_entry te; 359 char prev_comm[TASK_COMM_LEN]; 360 int prev_pid; 361 int prev_prio; 362 long prev_state; /* Arjan weeps. */ 363 char next_comm[TASK_COMM_LEN]; 364 int next_pid; 365 int next_prio; 463 static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te) in sched_switch() function
|
/linux-3.3/tools/perf/scripts/python/ |
D | sched-migration.py | 102 def sched_switch(self, prev, prev_state, next): member in RunqueueSnapshot 177 def sched_switch(self, ts_list, prev, prev_state, next, cpu): member in TimeSlice 331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, member in SchedEventProxy
|
/linux-3.3/kernel/sched/ |
D | sched.h | 465 unsigned int sched_switch; member
|