Home
last modified time | relevance | path

Searched refs:run_tool (Results 1 – 4 of 4) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtimerlat.c287 run_tool(&timerlat_top_ops, argc, argv); in timerlat_main()
295 run_tool(&timerlat_top_ops, argc, argv);
298 run_tool(&timerlat_top_ops, argc-1, &argv[1]);
301 run_tool(&timerlat_hist_ops, argc-1, &argv[1]);
H A Dosnoise.c1358 run_tool(&osnoise_top_ops, argc, argv);
1366 run_tool(&osnoise_top_ops, argc, argv);
1369 run_tool(&osnoise_top_ops, argc-1, &argv[1]);
1372 run_tool(&osnoise_hist_ops, argc-1, &argv[1]);
1382 run_tool(&osnoise_top_ops, argc, argv);
H A Dosnoise.h69 int run_tool(struct tool_ops *ops, int argc, char *argv[]);
H A Dcommon.c150 int run_tool(struct tool_ops *ops, int argc, char *argv[]) in run_tool() function