Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Drun-command.h49 int start_command(struct child_process *);
Drun-command.c19 int start_command(struct child_process *cmd) in start_command() function
197 int code = start_command(cmd); in run_command()
Dpager.c77 if (start_command(&pager_process)) in setup_pager()
/linux-4.1.27/tools/perf/
Dbuiltin-help.c70 if (start_command(&ec_process)) { in check_emacsclient_version()