Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Drun-command.c18 int start_command(struct child_process *cmd) in start_command() function
192 int code = start_command(cmd); in run_command()
Drun-command.h49 int start_command(struct child_process *);
Dpager.c81 if (start_command(&pager_process)) in setup_pager()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-help.c69 if (start_command(&ec_process)) { in check_emacsclient_version()