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

/linux-master/tools/perf/
H A Dbuiltin-sched.c58 struct sched_atom;
67 struct sched_atom **atoms;
85 struct sched_atom { struct
342 static struct sched_atom *
345 struct sched_atom *event = zalloc(sizeof(*event));
353 size = sizeof(struct sched_atom *) * task->nr_events;
362 static struct sched_atom *last_event(struct task_desc *task)
373 struct sched_atom *event, *curr_event = last_event(task);
396 struct sched_atom *event, *wakee_event;
423 struct sched_atom *even
[all...]

Completed in 215 milliseconds