Lines Matching refs:tool
117 * osnoise_tool - osnoise based tool definition.
138 int (*apply_config)(struct osnoise_tool *tool);
139 int (*enable)(struct osnoise_tool *tool);
140 int (*main)(struct osnoise_tool *tool);
141 void (*print_stats)(struct osnoise_tool *tool);
142 void (*analyze)(struct osnoise_tool *tool, bool stopped);
143 void (*free)(struct osnoise_tool *tool);
154 bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record);
160 int common_apply_config(struct osnoise_tool *tool, struct common_params *params);
161 int top_main_loop(struct osnoise_tool *tool);
162 int hist_main_loop(struct osnoise_tool *tool);
163 int osn_set_stop(struct osnoise_tool *tool);
165 void common_usage(const char *tool, const char *mode,