Home
last modified time | relevance | path

Searched refs:child_process (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/lib/subcmd/
Drun-command.h18 struct child_process { struct
52 int start_command(struct child_process *); argument
53 int finish_command(struct child_process *);
54 int run_command(struct child_process *);
Drun-command.c29 int start_command(struct child_process *cmd) in start_command()
200 int finish_command(struct child_process *cmd) in finish_command()
205 int run_command(struct child_process *cmd) in run_command()
213 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
226 struct child_process cmd; in run_command_v_opt()
Dpager.c52 static struct child_process pager_process;
/linux-6.6.21/tools/perf/util/
Dsrcline.c396 static void addr2line_subprocess_cleanup(struct child_process *a2l) in addr2line_subprocess_cleanup()
407 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init()
415 struct child_process *a2l = zalloc(sizeof(*a2l)); in addr2line_subprocess_init()
448 static enum a2l_style addr2line_configure(struct child_process *a2l, const char *dso_name) in addr2line_configure()
639 struct child_process *a2l = dso->a2l; in addr2line()
779 struct child_process *a2l = dso->a2l; in dso__free_a2l()
Dannotate.c2075 struct child_process objdump_process; in symbol__disassemble()
/linux-6.6.21/tools/perf/
Dbuiltin-help.c75 struct child_process ec_process; in check_emacsclient_version()