Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c44 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()
[all …]