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.h67 extern struct tool_ops timerlat_top_ops, timerlat_hist_ops;
68 extern struct tool_ops osnoise_top_ops, osnoise_hist_ops;
70 int run_tool(struct tool_ops *ops, int argc, char *argv[]);
H A Dcommon.h114 struct tool_ops;
123 struct tool_ops *ops;
133 struct tool_ops { struct
H A Dcommon.c98 int run_tool(struct tool_ops *ops, int argc, char *argv[]) in run_tool()
H A Dosnoise_top.c570 struct tool_ops osnoise_top_ops = {
H A Dosnoise_hist.c743 struct tool_ops osnoise_hist_ops = {
H A Dtimerlat_top.c924 struct tool_ops timerlat_top_ops = {
H A Dtimerlat_hist.c1149 struct tool_ops timerlat_hist_ops = {
/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()