Searched refs:osnoise_tool (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/tracing/rtla/src/ |
D | osnoise.h | 85 struct osnoise_tool { struct 93 void osnoise_destroy_tool(struct osnoise_tool *top); argument 94 struct osnoise_tool *osnoise_init_tool(char *tool_name); 95 struct osnoise_tool *osnoise_init_trace_tool(char *tracer);
|
D | timerlat_top.c | 103 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update() 134 struct osnoise_tool *top; in timerlat_top_handler() 137 top = container_of(trace, struct osnoise_tool, trace); in timerlat_top_handler() 150 static void timerlat_top_header(struct osnoise_tool *top) in timerlat_top_header() 176 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print() 238 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats() 487 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_top_params *params) in timerlat_top_apply_config() 545 static struct osnoise_tool 548 struct osnoise_tool *top; in timerlat_init_top() 595 struct osnoise_tool *record = NULL; in timerlat_top_main() [all …]
|
D | osnoise_top.c | 100 struct osnoise_tool *tool; in osnoise_top_handler() 106 tool = container_of(trace, struct osnoise_tool, trace); in osnoise_top_handler() 144 static void osnoise_top_header(struct osnoise_tool *top) in osnoise_top_header() 182 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print() 217 osnoise_print_stats(struct osnoise_top_params *params, struct osnoise_tool *top) in osnoise_print_stats() 449 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config() 507 struct osnoise_tool *osnoise_init_top(struct osnoise_top_params *params) in osnoise_init_top() 509 struct osnoise_tool *tool; in osnoise_init_top() 556 struct osnoise_tool *record = NULL; in osnoise_top_main() 557 struct osnoise_tool *tool = NULL; in osnoise_top_main()
|
D | osnoise_hist.c | 119 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple() 149 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist() 160 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist() 197 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist() 245 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header() 364 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats() 669 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config() 727 static struct osnoise_tool 730 struct osnoise_tool *tool; in osnoise_init_hist() 774 struct osnoise_tool *record = NULL; in osnoise_hist_main() [all …]
|
D | timerlat_hist.c | 141 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update() 186 struct osnoise_tool *tool; in timerlat_hist_handler() 189 tool = container_of(trace, struct osnoise_tool, trace); in timerlat_hist_handler() 202 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header() 352 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats() 698 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config() 754 static struct osnoise_tool 757 struct osnoise_tool *tool; in timerlat_init_hist() 804 struct osnoise_tool *record = NULL; in timerlat_hist_main() 805 struct osnoise_tool *tool = NULL; in timerlat_hist_main()
|
D | osnoise.c | 834 void osnoise_destroy_tool(struct osnoise_tool *top) in osnoise_destroy_tool() 853 struct osnoise_tool *osnoise_init_tool(char *tool_name) in osnoise_init_tool() 855 struct osnoise_tool *top; in osnoise_init_tool() 879 struct osnoise_tool *osnoise_init_trace_tool(char *tracer) in osnoise_init_trace_tool() 881 struct osnoise_tool *trace; in osnoise_init_trace_tool()
|