Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/subcmd/
H A Drun-command.h56 int start_command(struct child_process *);
H A Drun-command.c30 int start_command(struct child_process *cmd) in start_command() function
264 int code = start_command(cmd); in run_command()
H A Dpager.c101 if (start_command(&pager_process)) in setup_pager()
/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c454 err = start_command(&(*child)->process); in start_test()
460 return start_command(&(*child)->process); in start_test()
/linux-6.15/tools/perf/util/
H A Dintel-tpebs.c115 ret = start_command(tpebs_cmd); in start_perf_record()
H A Dsrcline.c488 start_command_status = start_command(a2l); in addr2line_subprocess_init()
H A Ddisasm.c2141 if (start_command(&objdump_process)) { in symbol__disassemble_objdump()
/linux-6.15/tools/perf/
H A Dbuiltin-help.c85 if (start_command(&ec_process)) { in check_emacsclient_version()