Searched refs:osnoise_tool (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/tracing/rtla/src/ |
D | osnoise.h | 96 struct osnoise_tool { struct 104 void osnoise_destroy_tool(struct osnoise_tool *top); argument 105 struct osnoise_tool *osnoise_init_tool(char *tool_name); 106 struct osnoise_tool *osnoise_init_trace_tool(char *tracer);
|
D | timerlat_top.c | 135 timerlat_top_update_sum(struct osnoise_tool *tool, int cpu, struct timerlat_top_cpu *sum) in timerlat_top_update_sum() 160 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update() 198 struct osnoise_tool *top; in timerlat_top_handler() 201 top = container_of(trace, struct osnoise_tool, trace); in timerlat_top_handler() 217 static void timerlat_top_header(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_top_header() 262 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print() 326 timerlat_top_print_sum(struct osnoise_tool *top, struct timerlat_top_cpu *summary) in timerlat_top_print_sum() 406 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats() 758 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_top_params *params) in timerlat_top_apply_config() 865 static struct osnoise_tool [all …]
|
D | osnoise_top.c | 115 struct osnoise_tool *tool; in osnoise_top_handler() 121 tool = container_of(trace, struct osnoise_tool, trace); in osnoise_top_handler() 159 static void osnoise_top_header(struct osnoise_tool *top) in osnoise_top_header() 219 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print() 261 osnoise_print_stats(struct osnoise_top_params *params, struct osnoise_tool *top) in osnoise_print_stats() 555 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config() 642 struct osnoise_tool *osnoise_init_top(struct osnoise_top_params *params) in osnoise_init_top() 644 struct osnoise_tool *tool; in osnoise_init_top() 688 struct osnoise_tool *record = NULL; in osnoise_top_main() 689 struct osnoise_tool *tool = NULL; in osnoise_top_main()
|
D | osnoise_hist.c | 126 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple() 158 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist() 169 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist() 206 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist() 254 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header() 373 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats() 733 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config() 809 static struct osnoise_tool 812 struct osnoise_tool *tool; in osnoise_init_hist() 856 struct osnoise_tool *record = NULL; in osnoise_hist_main() [all …]
|
D | timerlat_hist.c | 172 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update() 222 struct osnoise_tool *tool; in timerlat_hist_handler() 225 tool = container_of(trace, struct osnoise_tool, trace); in timerlat_hist_handler() 238 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header() 562 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats() 995 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config() 1096 static struct osnoise_tool 1099 struct osnoise_tool *tool; in timerlat_init_hist() 1146 struct osnoise_tool *record = NULL; in timerlat_hist_main() 1148 struct osnoise_tool *tool = NULL; in timerlat_hist_main() [all …]
|
D | timerlat_aa.h | 6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
|
D | osnoise.c | 1010 void osnoise_destroy_tool(struct osnoise_tool *top) in osnoise_destroy_tool() 1029 struct osnoise_tool *osnoise_init_tool(char *tool_name) in osnoise_init_tool() 1031 struct osnoise_tool *top; in osnoise_init_tool() 1055 struct osnoise_tool *osnoise_init_trace_tool(char *tracer) in osnoise_init_trace_tool() 1057 struct osnoise_tool *trace; in osnoise_init_trace_tool()
|
D | timerlat_aa.c | 117 struct osnoise_tool *tool; 898 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events() 937 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events() 1025 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init()
|