Lines Matching refs:tool
126 * osnoise_tool - osnoise based tool definition.
147 int (*apply_config)(struct osnoise_tool *tool);
148 int (*enable)(struct osnoise_tool *tool);
149 int (*main)(struct osnoise_tool *tool);
150 void (*print_stats)(struct osnoise_tool *tool);
151 void (*analyze)(struct osnoise_tool *tool, bool stopped);
152 void (*free)(struct osnoise_tool *tool);
171 common_threshold_handler(const struct osnoise_tool *tool);
181 bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record);
186 int common_apply_config(struct osnoise_tool *tool, struct common_params *params);
187 int top_main_loop(struct osnoise_tool *tool);
188 int hist_main_loop(struct osnoise_tool *tool);
189 int osn_set_stop(struct osnoise_tool *tool);
191 void common_usage(const char *tool, const char *mode,