HomeSort by relevance Sort by last modified time
    Searched full:task_desc (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/
builtin-sched.c 54 struct task_desc { struct
86 struct task_desc *wakee;
89 static struct task_desc *pid_to_task[MAX_PID];
91 static struct task_desc **tasks;
234 get_new_event(struct task_desc *task, u64 timestamp)
253 static struct sched_atom *last_event(struct task_desc *task)
262 add_sched_event_run(struct task_desc *task, u64 timestamp, u64 duration)
285 add_sched_event_wakeup(struct task_desc *task, u64 timestamp,
286 struct task_desc *wakee)
313 add_sched_event_sleep(struct task_desc *task, u64 timestamp
    [all...]

Completed in 1220 milliseconds