Home
last modified time | relevance | path

Searched refs:tool_ops (Results 1 – 8 of 8) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dosnoise.h60 extern struct tool_ops timerlat_top_ops, timerlat_hist_ops;
61 extern struct tool_ops osnoise_top_ops, osnoise_hist_ops;
63 int run_tool(struct tool_ops *ops, int argc, char *argv[]);
H A Dcommon.h117 struct tool_ops;
126 struct tool_ops *ops;
136 struct tool_ops { argument
133 struct tool_ops { global() struct
134 tracertool_ops global() argument
135 comm_prefixtool_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
142 analyzetool_ops global() argument
143 freetool_ops global() argument
H A Dcommon.c236 int run_tool(struct tool_ops *ops, int argc, char *argv[]) in run_tool()
H A Dosnoise_top.c500 struct tool_ops osnoise_top_ops = { in osnoise_top_parse_args()
H A Dosnoise_hist.c677 struct tool_ops osnoise_hist_ops = { in osnoise_hist_parse_args()
H A Dtimerlat_top.c865 struct tool_ops timerlat_top_ops = { in timerlat_top_bpf_main_loop()
H A Dtimerlat_hist.c1094 struct tool_ops timerlat_hist_ops = { in timerlat_init_hist()
/linux/drivers/ntb/test/
H A Dntb_tool.c330 static const struct ntb_ctx_ops tool_ops = { variable
1469 return ntb_set_ctx(tc->ntb, tc, &tool_ops); in tool_init_ntb()