Lines Matching refs:task_desc
44 struct task_desc { struct
76 struct task_desc *wakee; argument
79 static struct task_desc *pid_to_task[MAX_PID];
81 static struct task_desc **tasks;
218 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
237 static struct sched_atom *last_event(struct task_desc *task) in last_event()
246 add_sched_event_run(struct task_desc *task, u64 timestamp, u64 duration) in add_sched_event_run()
269 add_sched_event_wakeup(struct task_desc *task, u64 timestamp, in add_sched_event_wakeup()
270 struct task_desc *wakee) in add_sched_event_wakeup()
297 add_sched_event_sleep(struct task_desc *task, u64 timestamp, in add_sched_event_sleep()
307 static struct task_desc *register_pid(unsigned long pid, const char *comm) in register_pid()
309 struct task_desc *task; in register_pid()
343 struct task_desc *task; in print_task_traces()
355 struct task_desc *task1, *task2; in add_cross_task_wakeups()
369 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) in process_sched_event()
440 struct task_desc *this_task = ctx; in thread_func()
480 struct task_desc *task; in create_tasks()
508 struct task_desc *task; in wait_for_tasks()
769 struct task_desc *waker, *wakee; in replay_wakeup_event()
796 struct task_desc *prev, __used *next; in replay_switch_event()