Symbol: child_process
tools/lib/subcmd/pager.c
52
static struct child_process pager_process;
tools/lib/subcmd/run-command.c
170
static int wait_or_whine(struct child_process *cmd, bool block)
tools/lib/subcmd/run-command.c
230
int check_if_command_finished(struct child_process *cmd)
tools/lib/subcmd/run-command.c
268
int finish_command(struct child_process *cmd)
tools/lib/subcmd/run-command.c
273
int run_command(struct child_process *cmd)
tools/lib/subcmd/run-command.c
281
static void prepare_run_command_v_opt(struct child_process *cmd,
tools/lib/subcmd/run-command.c
294
struct child_process cmd;
tools/lib/subcmd/run-command.c
31
int start_command(struct child_process *cmd)
tools/lib/subcmd/run-command.h
53
int (*no_exec_cmd)(struct child_process *process);
tools/lib/subcmd/run-command.h
56
int start_command(struct child_process *);
tools/lib/subcmd/run-command.h
57
int check_if_command_finished(struct child_process *);
tools/lib/subcmd/run-command.h
58
int finish_command(struct child_process *);
tools/lib/subcmd/run-command.h
59
int run_command(struct child_process *);
tools/perf/builtin-help.c
74
struct child_process ec_process;
tools/perf/tests/builtin-test.c
300
struct child_process process;
tools/perf/tests/builtin-test.c
323
static int run_test_child(struct child_process *process)
tools/perf/util/addr2line.c
290
struct child_process *a2l = dso__a2l(dso);
tools/perf/util/addr2line.c
431
struct child_process *a2l = dso__a2l(dso);
tools/perf/util/addr2line.c
45
static void addr2line_subprocess_cleanup(struct child_process *a2l)
tools/perf/util/addr2line.c
58
static struct child_process *addr2line_subprocess_init(const char *addr2line_path,
tools/perf/util/addr2line.c
66
struct child_process *a2l = zalloc(sizeof(*a2l));
tools/perf/util/addr2line.c
99
static enum cmd_a2l_style cmd_addr2line_configure(struct child_process *a2l, const char *dso_name)
tools/perf/util/disasm.c
1418
struct child_process objdump_process;
tools/perf/util/intel-tpebs.c
38
static struct child_process tpebs_cmd;