Searched refs:run_tool (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat.c | 287 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 D | osnoise.c | 1358 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 D | osnoise.h | 69 int run_tool(struct tool_ops *ops, int argc, char *argv[]);
|
| H A D | common.c | 150 int run_tool(struct tool_ops *ops, int argc, char *argv[]) in run_tool() function
|