Lines Matching refs:tool
57 static void timerlat_free_top_tool(struct osnoise_tool *tool) in timerlat_free_top_tool() argument
59 timerlat_free_top(tool->data); in timerlat_free_top_tool()
60 timerlat_free(tool); in timerlat_free_top_tool()
106 timerlat_top_update_sum(struct osnoise_tool *tool, int cpu, struct timerlat_top_cpu *sum) in timerlat_top_update_sum() argument
108 struct timerlat_top_data *data = tool->data; in timerlat_top_update_sum()
131 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update() argument
135 struct timerlat_params *params = to_timerlat_params(tool->params); in timerlat_top_update()
136 struct timerlat_top_data *data = tool->data; in timerlat_top_update()
190 static int timerlat_top_bpf_pull_data(struct osnoise_tool *tool) in timerlat_top_bpf_pull_data() argument
192 struct timerlat_top_data *data = tool->data; in timerlat_top_bpf_pull_data()
856 timerlat_top_bpf_main_loop(struct osnoise_tool *tool) in timerlat_top_bpf_main_loop() argument
858 struct timerlat_params *params = to_timerlat_params(tool->params); in timerlat_top_bpf_main_loop()
872 retval = timerlat_top_bpf_pull_data(tool); in timerlat_top_bpf_main_loop()
879 timerlat_print_stats(tool); in timerlat_top_bpf_main_loop()
890 if (tool->record) in timerlat_top_bpf_main_loop()
891 trace_instance_start(&tool->record->trace); in timerlat_top_bpf_main_loop()
892 if (tool->aa) in timerlat_top_bpf_main_loop()
893 trace_instance_start(&tool->aa->trace); in timerlat_top_bpf_main_loop()
909 static int timerlat_top_main_loop(struct osnoise_tool *tool) in timerlat_top_main_loop() argument
911 struct timerlat_params *params = to_timerlat_params(tool->params); in timerlat_top_main_loop()
915 retval = top_main_loop(tool); in timerlat_top_main_loop()
917 retval = timerlat_top_bpf_main_loop(tool); in timerlat_top_main_loop()