Lines Matching defs:perf_sched
169 struct perf_sched { struct
170 struct perf_tool tool;
171 const char *sort_order;
172 unsigned long nr_tasks;
173 struct task_desc **pid_to_task;
174 struct task_desc **tasks;
175 const struct trace_sched_handler *tp_handler;
176 pthread_mutex_t start_work_mutex;
177 pthread_mutex_t work_done_wait_mutex;
178 int profile_cpu;
183 int max_cpu;
184 u32 curr_pid[MAX_CPUS];
185 struct thread *curr_thread[MAX_CPUS];
186 char next_shortname1;
187 char next_shortname2;
188 unsigned int replay_repeat;
189 unsigned long nr_run_events;
190 unsigned long nr_sleep_events;
191 unsigned long nr_wakeup_events;
192 unsigned long nr_sleep_corrections;
193 unsigned long nr_run_events_optimized;
194 unsigned long targetless_wakeups;
195 unsigned long multitarget_wakeups;
196 unsigned long nr_runs;
220 struct perf_sched_map map; argument
223 bool summary;
224 bool summary_only;
225 bool idle_hist;
226 bool show_callchain;
227 unsigned int max_stack;
228 bool show_cpu_visual;
229 bool show_wakeups;
230 bool show_next;
231 bool show_migrations;
232 bool show_state;
233 u64 skipped_samples;
234 const char *time_str;
235 struct perf_time_interval ptime;
236 struct perf_time_interval hist_time;