Lines Matching refs:osnoise_tool
56 static void timerlat_free_top_tool(struct osnoise_tool *tool) in timerlat_free_top_tool()
105 timerlat_top_update_sum(struct osnoise_tool *tool, int cpu, struct timerlat_top_cpu *sum) in timerlat_top_update_sum()
130 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update()
171 struct osnoise_tool *top; in timerlat_top_handler()
174 top = container_of(trace, struct osnoise_tool, trace); in timerlat_top_handler()
189 static int timerlat_top_bpf_pull_data(struct osnoise_tool *tool) in timerlat_top_bpf_pull_data()
259 static void timerlat_top_header(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_top_header()
305 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print()
364 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum()
440 timerlat_print_stats(struct osnoise_tool *top) in timerlat_print_stats()
759 timerlat_top_apply_config(struct osnoise_tool *top) in timerlat_top_apply_config()
780 static struct osnoise_tool
783 struct osnoise_tool *top; in timerlat_init_top()
810 timerlat_top_bpf_main_loop(struct osnoise_tool *tool) in timerlat_top_bpf_main_loop()
863 static int timerlat_top_main_loop(struct osnoise_tool *tool) in timerlat_top_main_loop()