Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Drun-command.h15 struct child_process { struct
49 int start_command(struct child_process *); argument
50 int finish_command(struct child_process *);
51 int run_command(struct child_process *);
Drun-command.c18 int start_command(struct child_process *cmd) in start_command()
185 int finish_command(struct child_process *cmd) in finish_command()
190 int run_command(struct child_process *cmd) in run_command()
198 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()
211 struct child_process cmd; in run_command_v_opt()
Dpager.c28 static struct child_process pager_process;
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c60 struct child_process ec_process; in check_emacsclient_version()