Searched refs:osnoise_tool (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/tracing/rtla/src/ |
H A 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);
|
H A D | timerlat_top.c | 124 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() 219 static void timerlat_top_print(struct osnoise_tool *top, int cpu) in timerlat_top_print() 292 timerlat_print_stats(struct timerlat_top_params *params, struct osnoise_tool *top) in timerlat_print_stats() 699 static struct osnoise_tool 702 struct osnoise_tool *top; in timerlat_init_top() 749 struct osnoise_tool *record = NULL; in timerlat_top_main() 751 struct osnoise_tool *top = NULL; in timerlat_top_main() [all …]
|
H A D | osnoise_top.c | 112 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() 531 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config() 615 struct osnoise_tool *osnoise_init_top(struct osnoise_top_params *params) in osnoise_init_top() 617 struct osnoise_tool *tool; in osnoise_init_top() 661 struct osnoise_tool *record = NULL; in osnoise_top_main() 662 struct osnoise_tool *tool = NULL; in osnoise_top_main()
|
H A D | osnoise_hist.c | 125 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple() 157 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist() 168 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist() 205 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist() 253 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header() 372 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats() 703 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config() 779 static struct osnoise_tool 782 struct osnoise_tool *tool; in osnoise_init_hist() 826 struct osnoise_tool *record = NULL; in osnoise_hist_main() [all …]
|
H A D | timerlat_hist.c | 168 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update() 218 struct osnoise_tool *tool; in timerlat_hist_handler() 221 tool = container_of(trace, struct osnoise_tool, trace); in timerlat_hist_handler() 234 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header() 431 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats() 835 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config() 920 static struct osnoise_tool 923 struct osnoise_tool *tool; in timerlat_init_hist() 970 struct osnoise_tool *record = NULL; in timerlat_hist_main() 972 struct osnoise_tool *tool = NULL; 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 | 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()
|
H A 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()
|