Home
last modified time | relevance | path

Searched refs:start_command (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/tools/lib/subcmd/
Drun-command.h52 int start_command(struct child_process *);
Drun-command.c29 int start_command(struct child_process *cmd) in start_command() function
207 int code = start_command(cmd); in run_command()
Dpager.c101 if (start_command(&pager_process)) in setup_pager()
/linux-5.19.10/tools/perf/
Dbuiltin-help.c83 if (start_command(&ec_process)) { in check_emacsclient_version()
/linux-5.19.10/tools/perf/util/
Dsrcline.c435 start_command_status = start_command(&a2l->addr2line); in addr2line_subprocess_init()
Dannotate.c2051 if (start_command(&objdump_process)) { in symbol__disassemble()