Searched refs:child_process (Results 1 – 8 of 8) sorted by relevance
18 struct child_process { struct53 int (*no_exec_cmd)(struct child_process *process); argument56 int start_command(struct child_process *);57 int check_if_command_finished(struct child_process *);58 int finish_command(struct child_process *);59 int run_command(struct child_process *);
29 int start_command(struct child_process *cmd) in start_command()168 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine()218 int check_if_command_finished(struct child_process *cmd) in check_if_command_finished()224 int finish_command(struct child_process *cmd) in finish_command()229 int run_command(struct child_process *cmd) in run_command()237 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()250 struct child_process cmd; in run_command_v_opt()
52 static struct child_process pager_process;
34 static struct child_process *tpebs_cmd;87 tpebs_cmd = zalloc(sizeof(struct child_process)); in prepare_run_command()160 struct child_process *child = arg; in __sample_reader()
453 static void addr2line_subprocess_cleanup(struct child_process *a2l) in addr2line_subprocess_cleanup()466 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init()474 struct child_process *a2l = zalloc(sizeof(*a2l)); in addr2line_subprocess_init()507 static enum a2l_style addr2line_configure(struct child_process *a2l, const char *dso_name) in addr2line_configure()698 struct child_process *a2l = dso__a2l(dso); in addr2line()839 struct child_process *a2l = dso__a2l(dso); in dso__free_a2l()
2080 struct child_process objdump_process; in symbol__disassemble()
226 struct child_process process;232 static int run_test_child(struct child_process *process) in run_test_child()
75 struct child_process ec_process; in check_emacsclient_version()