Lines Matching defs:tool_ops
129 struct tool_ops { struct
130 const char *tracer;
131 const char *comm_prefix;
132 struct common_params *(*parse_args)(int argc, char *argv[]);
133 struct osnoise_tool *(*init_tool)(struct common_params *params);
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);