Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A Drun-command.h59 int run_command_v_opt(const char **argv, int opt);
H A Drun-command.c224 int run_command_v_opt(const char **argv, int opt) in run_command_v_opt() function
/openbmc/linux/tools/perf/
H A Dperf.c401 status = run_command_v_opt(argv, 0); in execv_dashed_external()