Searched refs:exec_cmd (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | test_lsm.c | 37 int exec_cmd(int *monitored_pid) in exec_cmd() function 69 err = exec_cmd(&skel->bss->monitored_pid); in test_lsm()
|
/tools/lib/subcmd/ |
D | run-command.h | 47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
|
D | run-command.c | 125 if (cmd->exec_cmd) { in start_command() 220 cmd->exec_cmd = opt & RUN_EXEC_CMD ? 1 : 0; in prepare_run_command_v_opt()
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 179 def exec_cmd(args, pm, stage, command): function 231 (proc, foutput) = exec_cmd(args, pm, stage, cmd) 374 (p, procout) = exec_cmd(args, pm, 'execute', tidx['dependsOn']) 393 (p, procout) = exec_cmd(args, pm, 'execute', tidx["cmdUnderTest"]) 411 (p, procout) = exec_cmd(args, pm, 'verify', tidx["verifyCmd"])
|