Lines Matching refs:osnoise_tool

102 timerlat_top_update_sum(struct osnoise_tool *tool, int cpu, struct timerlat_top_cpu *sum)  in timerlat_top_update_sum()
127 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update()
169 struct osnoise_tool *top; in timerlat_top_handler()
172 top = container_of(trace, struct osnoise_tool, trace); in timerlat_top_handler()
188 static int timerlat_top_bpf_pull_data(struct osnoise_tool *tool) in timerlat_top_bpf_pull_data()
258 static void timerlat_top_header(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_top_header()
303 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print()
363 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum()
439 timerlat_print_stats(struct timerlat_params *params, struct osnoise_tool *top) in timerlat_print_stats()
800 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_params *params) in timerlat_top_apply_config()
820 static struct osnoise_tool
823 struct osnoise_tool *top; in timerlat_init_top()
882 timerlat_top_main_loop(struct osnoise_tool *top, in timerlat_top_main_loop()
883 struct osnoise_tool *record, in timerlat_top_main_loop()
929 timerlat_top_bpf_main_loop(struct osnoise_tool *top, in timerlat_top_bpf_main_loop()
930 struct osnoise_tool *record, in timerlat_top_bpf_main_loop()
986 struct osnoise_tool *record = NULL; in timerlat_top_main()
988 struct osnoise_tool *top = NULL; in timerlat_top_main()
989 struct osnoise_tool *aa = NULL; in timerlat_top_main()