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

/linux-master/tools/lib/subcmd/
H A Drun-command.h18 struct child_process { struct
51 int (*no_exec_cmd)(struct child_process *process);
54 int start_command(struct child_process *);
55 int finish_command(struct child_process *);
56 int run_command(struct child_process *);
H A Drun-command.c29 int start_command(struct child_process *cmd)
202 int finish_command(struct child_process *cmd)
207 int run_command(struct child_process *cmd)
215 static void prepare_run_command_v_opt(struct child_process *cmd,
228 struct child_process cmd;
H A Dpager.c52 static struct child_process pager_process;
/linux-master/tools/perf/util/
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;
781 struct child_process *a2l = dso->a2l;
H A Dannotate.c2185 struct child_process objdump_process;
/linux-master/tools/perf/tests/
H A Dbuiltin-test.c222 struct child_process process;
228 static int run_test_child(struct child_process *process)
/linux-master/tools/perf/
H A Dbuiltin-help.c75 struct child_process ec_process;

Completed in 275 milliseconds