Home
last modified time | relevance | path

Searched refs:run_command_v_opt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/lib/subcmd/
H A Drun-command.h64 int run_command_v_opt(const char **argv, int opt);
H A Drun-command.c281 int run_command_v_opt(const char **argv, int opt) in run_command_v_opt() function
/linux-6.15/tools/perf/
H A Dperf.c430 status = run_command_v_opt(argv, 0); in execv_dashed_external()