Searched defs:perf_sched (Results 1 – 2 of 2) sorted by relevance
181 struct perf_sched { struct182 struct perf_tool tool;183 const char *sort_order;184 unsigned long nr_tasks;185 struct task_desc **pid_to_task;186 struct task_desc **tasks;187 const struct trace_sched_handler *tp_handler;188 struct mutex start_work_mutex;189 struct mutex work_done_wait_mutex;190 int profile_cpu;[all …]
796 struct perf_sched { struct809 static void perf_sched_init(struct perf_sched *sched, struct event_constraint **constraints, in perf_sched_init() argument