Searched defs:perf_sched (Results 1 – 2 of 2) sorted by relevance
167 struct perf_sched { struct168 struct perf_tool tool;169 const char *sort_order;170 unsigned long nr_tasks;171 struct task_desc **pid_to_task;172 struct task_desc **tasks;173 const struct trace_sched_handler *tp_handler;174 struct mutex start_work_mutex;175 struct mutex work_done_wait_mutex;176 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