Home
last modified time | relevance | path

Searched defs:run_command (Results 1 – 6 of 6) sorted by relevance

/tools/tracing/rtla/src/
Drtla.c46 int run_command(int argc, char **argv, int start_position) in run_command() function
/tools/testing/ktest/
Dconfig-bisect.pl159 sub run_command { subroutine
Dktest.pl1851 sub run_command { subroutine
/tools/usb/usbip/src/
Dusbip.c127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function
/tools/lib/subcmd/
Drun-command.c205 int run_command(struct child_process *cmd) in run_command() function
/tools/testing/selftests/net/
Ddevlink_port_split.py26 def run_command(cmd, should_fail=False): function