Searched refs:child_process (Results 1 - 7 of 7) sorted by path

/linux-master/tools/lib/subcmd/
H A Dpager.c52 static struct child_process pager_process;
H A Drun-command.c29 int start_command(struct child_process *cmd)
168 static int wait_or_whine(struct child_process *cmd, bool block)
218 int check_if_command_finished(struct child_process *cmd)
224 int finish_command(struct child_process *cmd)
229 int run_command(struct child_process *cmd)
237 static void prepare_run_command_v_opt(struct child_process *cmd,
250 struct child_process cmd;
H A Drun-command.h18 struct child_process { struct
53 int (*no_exec_cmd)(struct child_process *process);
56 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 *);
/linux-master/tools/perf/
H A Dbuiltin-help.c75 struct child_process ec_process;
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c225 struct child_process process;
231 static int run_test_child(struct child_process *process)
/linux-master/tools/perf/util/
H A Ddisasm.c1671 struct child_process objdump_process;
H A Dsrcline.c396 static void addr2line_subprocess_cleanup(struct child_process *a2l)
409 static struct child_process *addr2line_subprocess_init(const char *addr2line_path,
417 struct child_process *a2l = zalloc(sizeof(*a2l));
450 static enum a2l_style addr2line_configure(struct child_process *a2l, const char *dso_name)
641 struct child_process *a2l = dso__a2l(dso);
782 struct child_process *a2l = dso__a2l(dso);

Completed in 317 milliseconds