Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise.h145 struct osnoise_tool { struct
153 void osnoise_destroy_tool(struct osnoise_tool *top); argument
154 struct osnoise_tool *osnoise_init_tool(char *tool_name);
155 struct osnoise_tool *osnoise_init_trace_tool(char *tracer);
156 void osnoise_report_missed_events(struct osnoise_tool *tool);
157 bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record);
158 int osnoise_apply_config(struct osnoise_tool *tool, struct osnoise_params *params);
H A Dtimerlat_top.c102 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()
837 timerlat_top_apply_config(struct osnoise_tool *top, struct timerlat_params *params) in timerlat_top_apply_config()
[all …]
H A Dosnoise_top.c80 struct osnoise_tool *tool; in osnoise_top_handler()
86 tool = container_of(trace, struct osnoise_tool, trace); in osnoise_top_handler()
124 static void osnoise_top_header(struct osnoise_tool *top) in osnoise_top_header()
184 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print()
226 osnoise_print_stats(struct osnoise_params *params, struct osnoise_tool *top) in osnoise_print_stats()
521 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_params *params) in osnoise_top_apply_config()
549 struct osnoise_tool *osnoise_init_top(struct osnoise_params *params) in osnoise_init_top()
551 struct osnoise_tool *tool; in osnoise_init_top()
595 struct osnoise_tool *record = NULL; in osnoise_top_main()
596 struct osnoise_tool *tool = NULL; in osnoise_top_main()
H A Dosnoise_hist.c95 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple()
127 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist()
138 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist()
175 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist()
223 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header()
342 osnoise_print_stats(struct osnoise_params *params, struct osnoise_tool *tool) in osnoise_print_stats()
703 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_params *params) in osnoise_hist_apply_config()
720 static struct osnoise_tool
723 struct osnoise_tool *tool; in osnoise_init_hist()
767 struct osnoise_tool *record = NULL; in osnoise_hist_main()
[all …]
H A Dosnoise.c1014 void osnoise_destroy_tool(struct osnoise_tool *top) in osnoise_destroy_tool()
1033 struct osnoise_tool *osnoise_init_tool(char *tool_name) in osnoise_init_tool()
1035 struct osnoise_tool *top; in osnoise_init_tool()
1059 struct osnoise_tool *osnoise_init_trace_tool(char *tracer) in osnoise_init_trace_tool()
1061 struct osnoise_tool *trace; in osnoise_init_trace_tool()
1086 bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record) in osnoise_trace_is_off()
1107 osnoise_report_missed_events(struct osnoise_tool *tool) in osnoise_report_missed_events()
1126 osnoise_apply_config(struct osnoise_tool *tool, struct osnoise_params *params) in osnoise_apply_config()
H A Dtimerlat_hist.c134 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update()
184 struct osnoise_tool *tool; in timerlat_hist_handler()
187 tool = container_of(trace, struct osnoise_tool, trace); in timerlat_hist_handler()
200 static int timerlat_hist_bpf_pull_data(struct osnoise_tool *tool) in timerlat_hist_bpf_pull_data()
283 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header()
622 timerlat_print_stats(struct timerlat_params *params, struct osnoise_tool *tool) in timerlat_print_stats()
1101 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_params *params) in timerlat_hist_apply_config()
1118 static struct osnoise_tool
1121 struct osnoise_tool *tool; in timerlat_init_hist()
1179 struct osnoise_tool *record = NULL; in timerlat_hist_main()
[all …]
H A Dtimerlat_aa.h6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
H A Dtimerlat.h76 int timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params);
H A Dtimerlat_aa.c115 struct osnoise_tool *tool;
896 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events()
935 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events()
1023 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init()
H A Dtimerlat.c25 timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params) in timerlat_apply_config()