Searched refs:trace_task_switch (Results 1 – 2 of 2) sorted by relevance
76 void trace_task_switch(ktask_t *from, ktask_t *to) in trace_task_switch() function86 trace_task_switch(from, to); in trace_intrpt_task_switch()
74 void trace_task_switch(ktask_t *from, ktask_t *to);86 #define TRACE_TASK_SWITCH(from, to) trace_task_switch(from, to)
Completed in 4 milliseconds