Lines Matching full:tool
113 * osnoise_tool - osnoise based tool definition.
134 int (*apply_config)(struct osnoise_tool *tool);
135 int (*enable)(struct osnoise_tool *tool);
136 int (*main)(struct osnoise_tool *tool);
137 void (*print_stats)(struct osnoise_tool *tool);
138 void (*analyze)(struct osnoise_tool *tool, bool stopped);
139 void (*free)(struct osnoise_tool *tool);
150 bool osnoise_trace_is_off(struct osnoise_tool *tool, struct osnoise_tool *record);
152 int common_apply_config(struct osnoise_tool *tool, struct common_params *params);
153 int top_main_loop(struct osnoise_tool *tool);
154 int hist_main_loop(struct osnoise_tool *tool);