Searched refs:exec_cmd (Results 1 – 4 of 4) sorted by relevance
| /tools/lib/subcmd/ |
| D | run-command.h | 48 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
|
| D | run-command.c | 127 if (cmd->exec_cmd) { in start_command() 244 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | test_lsm.c | 38 int exec_cmd(int *monitored_pid) in exec_cmd() function 70 err = exec_cmd(&skel->bss->monitored_pid); in test_lsm()
|
| /tools/testing/selftests/tc-testing/ |
| D | tdc.py | 201 def exec_cmd(caseinfo, args, pm, stage, command): function 254 (proc, foutput) = exec_cmd(caseinfo, args, pm, stage, cmd) 401 (p, procout) = exec_cmd(tidx, args, pm, 'execute', tidx['dependsOn']) 424 (p, procout) = exec_cmd(tidx, args, pm, 'execute', tidx["cmdUnderTest"]) 442 (p, procout) = exec_cmd(tidx, args, pm, 'verify', tidx["verifyCmd"])
|