Home
last modified time | relevance | path

Searched refs:osnoise_tool (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/tools/tracing/rtla/src/
Dosnoise.h96 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);
Dtimerlat_top.c124 timerlat_top_update(struct osnoise_tool *tool, int cpu, in timerlat_top_update()
162 struct osnoise_tool *top; in timerlat_top_handler()
165 top = container_of(trace, struct osnoise_tool, trace); in timerlat_top_handler()
181 static void timerlat_top_header(struct osnoise_tool *top) in timerlat_top_header()
217 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print()
299 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats()
614 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_top_params *params) in timerlat_top_apply_config()
702 static struct osnoise_tool
705 struct osnoise_tool *top; in timerlat_init_top()
752 struct osnoise_tool *record = NULL; in timerlat_top_main()
[all …]
Dosnoise_top.c112 struct osnoise_tool *tool; in osnoise_top_handler()
118 tool = container_of(trace, struct osnoise_tool, trace); in osnoise_top_handler()
156 static void osnoise_top_header(struct osnoise_tool *top) in osnoise_top_header()
209 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print()
251 osnoise_print_stats(struct osnoise_top_params *params, struct osnoise_tool *top) in osnoise_print_stats()
527 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config()
611 struct osnoise_tool *osnoise_init_top(struct osnoise_top_params *params) in osnoise_init_top()
613 struct osnoise_tool *tool; in osnoise_init_top()
660 struct osnoise_tool *record = NULL; in osnoise_top_main()
661 struct osnoise_tool *tool = NULL; in osnoise_top_main()
Dosnoise_hist.c125 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()
700 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config()
776 static struct osnoise_tool
779 struct osnoise_tool *tool; in osnoise_init_hist()
823 struct osnoise_tool *record = NULL; in osnoise_hist_main()
[all …]
Dtimerlat_hist.c168 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update()
219 struct osnoise_tool *tool; in timerlat_hist_handler()
222 tool = container_of(trace, struct osnoise_tool, trace); in timerlat_hist_handler()
235 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header()
408 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats()
808 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config()
893 static struct osnoise_tool
896 struct osnoise_tool *tool; in timerlat_init_hist()
943 struct osnoise_tool *record = NULL; in timerlat_hist_main()
945 struct osnoise_tool *tool = NULL; in timerlat_hist_main()
[all …]
Dtimerlat_aa.h6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
Dosnoise.c1010 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()
Dtimerlat_aa.c114 struct osnoise_tool *tool;
881 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events()
920 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events()
1008 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init()