Searched defs:tool_ops (Results 1 – 2 of 2) sorted by relevance
129 struct tool_ops { struct130 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);[all …]
330 static const struct ntb_ctx_ops tool_ops = { variable