child_process
static struct child_process pager_process;
static int wait_or_whine(struct child_process *cmd, bool block)
int check_if_command_finished(struct child_process *cmd)
int finish_command(struct child_process *cmd)
int run_command(struct child_process *cmd)
static void prepare_run_command_v_opt(struct child_process *cmd,
struct child_process cmd;
int start_command(struct child_process *cmd)
int (*no_exec_cmd)(struct child_process *process);
int start_command(struct child_process *);
int check_if_command_finished(struct child_process *);
int finish_command(struct child_process *);
int run_command(struct child_process *);
struct child_process ec_process;
struct child_process process;
static int run_test_child(struct child_process *process)
struct child_process *a2l = dso__a2l(dso);
struct child_process *a2l = dso__a2l(dso);
static void addr2line_subprocess_cleanup(struct child_process *a2l)
static struct child_process *addr2line_subprocess_init(const char *addr2line_path,
struct child_process *a2l = zalloc(sizeof(*a2l));
static enum cmd_a2l_style cmd_addr2line_configure(struct child_process *a2l, const char *dso_name)
struct child_process objdump_process;
static struct child_process tpebs_cmd;