Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/subcmd/
Drun-command.h53 int (*no_exec_cmd)(struct child_process *process); member
Drun-command.c125 if (cmd->no_exec_cmd) in start_command()
126 exit(cmd->no_exec_cmd(cmd)); in start_command()
/linux-6.12.1/tools/perf/tests/
Dbuiltin-test.c379 (*child)->process.no_exec_cmd = run_test_child; in start_test()