Lines Matching defs:kwork
223 static void setup_sorting(struct perf_kwork *kwork, in setup_sorting()
240 static struct kwork_atom *atom_new(struct perf_kwork *kwork, in atom_new()
395 static void profile_update_timespan(struct perf_kwork *kwork, in profile_update_timespan()
408 static bool profile_name_match(struct perf_kwork *kwork, in profile_name_match()
419 static bool profile_event_match(struct perf_kwork *kwork, in profile_event_match()
447 static int work_push_atom(struct perf_kwork *kwork, in work_push_atom()
506 static struct kwork_atom *work_pop_atom(struct perf_kwork *kwork, in work_pop_atom()
566 static struct kwork_class *get_kwork_class(struct perf_kwork *kwork, in get_kwork_class()
600 static int report_entry_event(struct perf_kwork *kwork, in report_entry_event()
611 static int report_exit_event(struct perf_kwork *kwork, in report_exit_event()
655 static int latency_raise_event(struct perf_kwork *kwork, in latency_raise_event()
666 static int latency_entry_event(struct perf_kwork *kwork, in latency_entry_event()
689 static void timehist_save_callchain(struct perf_kwork *kwork, in timehist_save_callchain()
738 static void timehist_print_event(struct perf_kwork *kwork, in timehist_print_event()
814 static int timehist_raise_event(struct perf_kwork *kwork, in timehist_raise_event()
825 static int timehist_entry_event(struct perf_kwork *kwork, in timehist_entry_event()
846 static int timehist_exit_event(struct perf_kwork *kwork, in timehist_exit_event()
897 static int top_entry_event(struct perf_kwork *kwork, in top_entry_event()
908 static int top_exit_event(struct perf_kwork *kwork, in top_exit_event()
938 static int top_sched_switch_event(struct perf_kwork *kwork, in top_sched_switch_event()
967 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_irq_handler_entry_event() local
980 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_irq_handler_exit_event() local
1005 static void irq_work_init(struct perf_kwork *kwork, in irq_work_init()
1046 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_softirq_raise_event() local
1060 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_softirq_entry_event() local
1074 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_softirq_exit_event() local
1133 static void softirq_work_init(struct perf_kwork *kwork, in softirq_work_init()
1177 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_workqueue_activate_work_event() local
1191 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_workqueue_execute_start_event() local
1205 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_workqueue_execute_end_event() local
1276 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_sched_switch_event() local
1348 static int report_print_work(struct perf_kwork *kwork, struct kwork_work *work) in report_print_work()
1429 static int report_print_header(struct perf_kwork *kwork) in report_print_header()
1501 static void print_summary(struct perf_kwork *kwork) in print_summary()
1524 static void print_skipped_events(struct perf_kwork *kwork) in print_skipped_events()
1553 static void print_bad_events(struct perf_kwork *kwork) in print_bad_events()
1566 static void top_print_per_cpu_load(struct perf_kwork *kwork) in top_print_per_cpu_load()
1592 static void top_print_cpu_usage(struct perf_kwork *kwork) in top_print_cpu_usage()
1685 static void work_sort(struct perf_kwork *kwork, in work_sort()
1704 static void perf_kwork__sort(struct perf_kwork *kwork) in perf_kwork__sort()
1712 static int perf_kwork__check_config(struct perf_kwork *kwork, in perf_kwork__check_config()
1790 static int perf_kwork__read_events(struct perf_kwork *kwork) in perf_kwork__read_events()
1838 static void process_skipped_events(struct perf_kwork *kwork, in process_skipped_events()
1851 static struct kwork_work *perf_kwork_add_work(struct perf_kwork *kwork, in perf_kwork_add_work()
1874 static int perf_kwork__report_bpf(struct perf_kwork *kwork) in perf_kwork__report_bpf()
1903 static int perf_kwork__report(struct perf_kwork *kwork) in perf_kwork__report()
1972 static int perf_kwork__timehist(struct perf_kwork *kwork) in perf_kwork__timehist()
1997 static void top_calc_total_runtime(struct perf_kwork *kwork) in top_calc_total_runtime()
2018 static void top_calc_idle_time(struct perf_kwork *kwork, in top_calc_idle_time()
2029 static void top_calc_irq_runtime(struct perf_kwork *kwork, in top_calc_irq_runtime()
2044 static void top_subtract_irq_runtime(struct perf_kwork *kwork, in top_subtract_irq_runtime()
2069 static void top_calc_cpu_usage(struct perf_kwork *kwork) in top_calc_cpu_usage()
2100 static void top_calc_load_runtime(struct perf_kwork *kwork, in top_calc_load_runtime()
2111 static void top_merge_tasks(struct perf_kwork *kwork) in top_merge_tasks()
2150 static void perf_kwork__top_report(struct perf_kwork *kwork) in perf_kwork__top_report()
2176 static int perf_kwork__top_bpf(struct perf_kwork *kwork) in perf_kwork__top_bpf()
2206 static int perf_kwork__top(struct perf_kwork *kwork) in perf_kwork__top()
2239 static void setup_event_list(struct perf_kwork *kwork, in setup_event_list()
2276 static int perf_kwork__record(struct perf_kwork *kwork, in perf_kwork__record()
2325 static struct perf_kwork kwork = { in cmd_kwork() local