Home
last modified time | relevance | path

Searched refs:exec_cmd (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dtest_lsm.c37 int exec_cmd(int *monitored_pid) in exec_cmd() function
69 err = exec_cmd(&skel->bss->monitored_pid); in test_lsm()
/tools/lib/subcmd/
Drun-command.h47 unsigned exec_cmd:1; /* if this is to be external sub-command */ member
Drun-command.c125 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/
Dtdc.py179 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"])