Home
last modified time | relevance | path

Searched refs:no_stdin (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Drun-command.c30 need_in = !cmd->no_stdin && cmd->in < 0; in start_command()
73 if (cmd->no_stdin) in start_command()
209 cmd->no_stdin = opt & RUN_COMMAND_NO_STDIN ? 1 : 0; in prepare_run_command_v_opt()
Drun-command.h41 unsigned no_stdin:1; member