Lines Matching defs:sched

298 static void burn_nsecs(struct perf_sched *sched, u64 nsecs)  in burn_nsecs()
317 static void calibrate_run_measurement_overhead(struct perf_sched *sched) in calibrate_run_measurement_overhead()
334 static void calibrate_sleep_measurement_overhead(struct perf_sched *sched) in calibrate_sleep_measurement_overhead()
380 static void add_sched_event_run(struct perf_sched *sched, struct task_desc *task, in add_sched_event_run()
403 static void add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, in add_sched_event_wakeup()
430 static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task, in add_sched_event_sleep()
440 static struct task_desc *register_pid(struct perf_sched *sched, in register_pid()
486 static void print_task_traces(struct perf_sched *sched) in print_task_traces()
498 static void add_cross_task_wakeups(struct perf_sched *sched) in add_cross_task_wakeups()
513 static void perf_sched__process_event(struct perf_sched *sched, in perf_sched__process_event()
554 static int self_open_counters(struct perf_sched *sched, unsigned long cur_task) in self_open_counters()
609 struct perf_sched *sched; member
617 struct perf_sched *sched = parms->sched; in thread_func() local
654 static void create_tasks(struct perf_sched *sched) in create_tasks()
685 static void destroy_tasks(struct perf_sched *sched) in destroy_tasks()
706 static void wait_for_tasks(struct perf_sched *sched) in wait_for_tasks()
759 static void run_one_test(struct perf_sched *sched) in run_one_test()
807 static void test_calibrations(struct perf_sched *sched) in test_calibrations()
825 replay_wakeup_event(struct perf_sched *sched, in replay_wakeup_event()
846 static int replay_switch_event(struct perf_sched *sched, in replay_switch_event()
892 static int replay_fork_event(struct perf_sched *sched, in replay_fork_event()
1037 static int thread_atoms_insert(struct perf_sched *sched, struct thread *thread) in thread_atoms_insert()
1119 static int latency_switch_event(struct perf_sched *sched, in latency_switch_event()
1189 static int latency_runtime_event(struct perf_sched *sched, in latency_runtime_event()
1224 static int latency_wakeup_event(struct perf_sched *sched, in latency_wakeup_event()
1285 static int latency_migrate_task_event(struct perf_sched *sched, in latency_migrate_task_event()
1335 static void output_lat_thread(struct perf_sched *sched, struct work_atoms *work_list) in output_lat_thread()
1483 static void perf_sched__sort_lat(struct perf_sched *sched) in perf_sched__sort_lat()
1509 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_wakeup_event() local
1540 map__findnew_thread(struct perf_sched *sched, struct machine *machine, pid_t pid, pid_t tid) in map__findnew_thread()
1557 static bool sched_match_task(struct perf_sched *sched, const char *comm_str) in sched_match_task()
1573 static void print_sched_map(struct perf_sched *sched, struct perf_cpu this_cpu, int cpus_nr, in print_sched_map()
1623 static int map_switch_event(struct perf_sched *sched, struct evsel *evsel, in map_switch_event()
1790 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_switch_event() local
1816 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_runtime_event() local
1829 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in perf_sched__process_fork_event() local
1846 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_migrate_task_event() local
1906 static int perf_sched__read_events(struct perf_sched *sched) in perf_sched__read_events()
2069 static void timehist_header(struct perf_sched *sched) in timehist_header()
2146 static void timehist_print_sample(struct perf_sched *sched, in timehist_print_sample()
2295 static void save_task_callchain(struct perf_sched *sched, in save_task_callchain()
2441 static void save_idle_callchain(struct perf_sched *sched, in save_idle_callchain()
2457 static struct thread *timehist_get_thread(struct perf_sched *sched, in timehist_get_thread()
2504 static bool timehist_skip_sample(struct perf_sched *sched, in timehist_skip_sample()
2548 static void timehist_print_wakeup_event(struct perf_sched *sched, in timehist_print_wakeup_event()
2597 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_sched_wakeup_event() local
2622 static void timehist_print_migration_event(struct perf_sched *sched, in timehist_print_migration_event()
2681 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_migrate_task_event() local
2733 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in timehist_sched_change_event() local
2928 struct perf_sched *sched; member
3011 static void timehist_print_summary(struct perf_sched *sched, in timehist_print_summary()
3126 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in perf_timehist__process_sample() local
3144 static int timehist_check_attr(struct perf_sched *sched, in timehist_check_attr()
3170 static int timehist_parse_prio_str(struct perf_sched *sched) in timehist_parse_prio_str()
3211 static int perf_sched__timehist(struct perf_sched *sched) in perf_sched__timehist()
3332 static void print_bad_events(struct perf_sched *sched) in print_bad_events()
3395 static void perf_sched__merge_lat(struct perf_sched *sched) in perf_sched__merge_lat()
3410 static int setup_cpus_switch_event(struct perf_sched *sched) in setup_cpus_switch_event()
3430 static void free_cpus_switch_event(struct perf_sched *sched) in free_cpus_switch_event()
3436 static int perf_sched__lat(struct perf_sched *sched) in perf_sched__lat()
3483 static int setup_map_cpus(struct perf_sched *sched) in setup_map_cpus()
3505 static int setup_color_pids(struct perf_sched *sched) in setup_color_pids()
3522 static int setup_color_cpus(struct perf_sched *sched) in setup_color_cpus()
3539 static int perf_sched__map(struct perf_sched *sched) in perf_sched__map()
3588 static int perf_sched__replay(struct perf_sched *sched) in perf_sched__replay()
3645 static void setup_sorting(struct perf_sched *sched, const struct option *options, in setup_sorting()
3754 struct perf_sched sched = { in cmd_sched() local