Searched refs:osnoise_tool (Results 1 – 8 of 8) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | osnoise.h | 143 * osnoise_tool - osnoise based tool definition. 145 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 D | osnoise_top.c | 80 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 *too in osnoise_top_main() [all...] |
H A D | osnoise.c | 1014 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 D | timerlat_hist.c | 134 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 *recor in timerlat_hist_main() [all...] |
H A D | timerlat_aa.h | 6 int timerlat_aa_init(struct osnoise_tool *tool, int dump_task);
|
H A D | timerlat.h | 76 int timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params);
|
H A D | timerlat_aa.c | 115 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 D | timerlat.c | 25 timerlat_apply_config(struct osnoise_tool *tool, struct timerlat_params *params) in timerlat_apply_config()
|