Searched refs:tool_ops (Results 1 – 8 of 8) sorted by relevance
66 extern struct tool_ops timerlat_top_ops, timerlat_hist_ops;67 extern struct tool_ops osnoise_top_ops, osnoise_hist_ops;69 int run_tool(struct tool_ops *ops, int argc, char *argv[]);
123 struct tool_ops;132 struct tool_ops *ops;142 struct tool_ops { argument 133 struct tool_ops { global() struct 134 tracertool_ops global() argument 135 comm_prefixtool_ops global() argument 136 parse_argstool_ops global() argument 137 init_tooltool_ops global() argument 138 apply_configtool_ops global() argument 139 enabletool_ops global() argument 140 maintool_ops global() argument 141 print_statstool_ops global() argument 143 freetool_ops global() argument
150 int run_tool(struct tool_ops *ops, int argc, char *argv[]) in run_tool()
301 struct tool_ops osnoise_top_ops = { in osnoise_top_usage()
581 struct tool_ops timerlat_top_ops = {
457 struct tool_ops osnoise_hist_ops = { in osnoise_hist_usage()
778 struct tool_ops timerlat_hist_ops = { in timerlat_hist_parse_args()
330 static const struct ntb_ctx_ops tool_ops = { variable1469 return ntb_set_ctx(tc->ntb, tc, &tool_ops); in tool_init_ntb()