Lines Matching defs:sched

300 static void burn_nsecs(struct perf_sched *sched, u64 nsecs)  in burn_nsecs()
319 static void calibrate_run_measurement_overhead(struct perf_sched *sched) in calibrate_run_measurement_overhead()
336 static void calibrate_sleep_measurement_overhead(struct perf_sched *sched) in calibrate_sleep_measurement_overhead()
382 static void add_sched_event_run(struct perf_sched *sched, struct task_desc *task, in add_sched_event_run()
405 static void add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, in add_sched_event_wakeup()
431 static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task, in add_sched_event_sleep()
441 static struct task_desc *register_pid(struct perf_sched *sched, in register_pid()
487 static void print_task_traces(struct perf_sched *sched) in print_task_traces()
499 static void add_cross_task_wakeups(struct perf_sched *sched) in add_cross_task_wakeups()
514 static void perf_sched__process_event(struct perf_sched *sched, in perf_sched__process_event()
553 static int self_open_counters(struct perf_sched *sched, unsigned long cur_task) in self_open_counters()
608 struct perf_sched *sched; member
616 struct perf_sched *sched = parms->sched; in thread_func() local
653 static void create_tasks(struct perf_sched *sched) in create_tasks()
683 static void destroy_tasks(struct perf_sched *sched) in destroy_tasks()
703 static void wait_for_tasks(struct perf_sched *sched) in wait_for_tasks()
755 static void run_one_test(struct perf_sched *sched) in run_one_test()
803 static void test_calibrations(struct perf_sched *sched) in test_calibrations()
821 replay_wakeup_event(struct perf_sched *sched, in replay_wakeup_event()
842 static int replay_switch_event(struct perf_sched *sched, in replay_switch_event()
887 static int replay_fork_event(struct perf_sched *sched, in replay_fork_event()
1032 static int thread_atoms_insert(struct perf_sched *sched, struct thread *thread) in thread_atoms_insert()
1114 static int latency_switch_event(struct perf_sched *sched, in latency_switch_event()
1184 static int latency_runtime_event(struct perf_sched *sched, in latency_runtime_event()
1219 static int latency_wakeup_event(struct perf_sched *sched, in latency_wakeup_event()
1280 static int latency_migrate_task_event(struct perf_sched *sched, in latency_migrate_task_event()
1330 static void output_lat_thread(struct perf_sched *sched, struct work_atoms *work_list) in output_lat_thread()
1478 static void perf_sched__sort_lat(struct perf_sched *sched) in perf_sched__sort_lat()
1504 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_wakeup_event() local
1535 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) in map__findnew_thread()
1552 static bool sched_match_task(struct perf_sched *sched, const char *comm_str) in sched_match_task()
1568 static void print_sched_map(struct perf_sched *sched, struct perf_cpu this_cpu, int cpus_nr, in print_sched_map()
1618 static int map_switch_event(struct perf_sched *sched, struct evsel *evsel, in map_switch_event()
1785 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_switch_event() local
1811 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_runtime_event() local
1824 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in perf_sched__process_fork_event() local
1841 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_migrate_task_event() local
1901 static int perf_sched__read_events(struct perf_sched *sched) in perf_sched__read_events()
2064 static void timehist_header(struct perf_sched *sched) in timehist_header()
2140 static void timehist_print_sample(struct perf_sched *sched, in timehist_print_sample()
2299 static void save_task_callchain(struct perf_sched *sched, in save_task_callchain()
2445 static void save_idle_callchain(struct perf_sched *sched, in save_idle_callchain()
2461 static struct thread *timehist_get_thread(struct perf_sched *sched, in timehist_get_thread()
2508 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample()
2552 static void timehist_print_wakeup_event(struct perf_sched *sched, in timehist_print_wakeup_event()
2601 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_sched_wakeup_event() local
2626 static void timehist_print_migration_event(struct perf_sched *sched, in timehist_print_migration_event()
2685 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_migrate_task_event() local
2741 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_sched_change_event() local
2938 struct perf_sched *sched; member
3021 static void timehist_print_summary(struct perf_sched *sched, in timehist_print_summary()
3136 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in perf_timehist__process_sample() local
3154 static int timehist_check_attr(struct perf_sched *sched, in timehist_check_attr()
3180 static int timehist_parse_prio_str(struct perf_sched *sched) in timehist_parse_prio_str()
3221 static int perf_sched__timehist(struct perf_sched *sched) in perf_sched__timehist()
3342 static void print_bad_events(struct perf_sched *sched) in print_bad_events()
3405 static void perf_sched__merge_lat(struct perf_sched *sched) in perf_sched__merge_lat()
3420 static int setup_cpus_switch_event(struct perf_sched *sched) in setup_cpus_switch_event()
3440 static void free_cpus_switch_event(struct perf_sched *sched) in free_cpus_switch_event()
3446 static int perf_sched__lat(struct perf_sched *sched) in perf_sched__lat()
3493 static int setup_map_cpus(struct perf_sched *sched) in setup_map_cpus()
3515 static int setup_color_pids(struct perf_sched *sched) in setup_color_pids()
3532 static int setup_color_cpus(struct perf_sched *sched) in setup_color_cpus()
3549 static int perf_sched__map(struct perf_sched *sched) in perf_sched__map()
3598 static int perf_sched__replay(struct perf_sched *sched) in perf_sched__replay()
3655 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting()
3764 struct perf_sched sched = { in cmd_sched() local