Searched defs:perf_sched (Results 1 – 2 of 2) sorted by relevance
165 struct perf_sched { struct166 struct perf_tool tool;167 const char *sort_order;168 unsigned long nr_tasks;169 struct task_desc **pid_to_task;170 struct task_desc **tasks;171 const struct trace_sched_handler *tp_handler;172 struct mutex start_work_mutex;173 struct mutex work_done_wait_mutex;174 int profile_cpu;[all …]
803 struct perf_sched { struct816 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, in perf_sched_init() argument