Searched refs:sched_atom (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c32 struct sched_atom;
41 struct sched_atom **atoms;
59 struct sched_atom { struct
242 static struct sched_atom *
245 struct sched_atom *event = zalloc(sizeof(*event));
253 size = sizeof(struct sched_atom *) * task->nr_events;
262 static struct sched_atom *last_event(struct task_desc *task)
273 struct sched_atom *event, *curr_event = last_event(task);
296 struct sched_atom *event, *wakee_event;
323 struct sched_atom *even
[all...]

Completed in 558 milliseconds