Home
last modified time | relevance | path

Searched defs:tool_ops (Results 1 – 2 of 2) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dcommon.h129 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);
[all …]
/linux/drivers/ntb/test/
H A Dntb_tool.c330 static const struct ntb_ctx_ops tool_ops = { variable