Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Drun-command.h57 int check_if_command_finished(struct child_process *);
H A Drun-command.c230 int check_if_command_finished(struct child_process *cmd) in check_if_command_finished() function
/linux/tools/perf/util/
H A Dintel-tpebs.c291 if (check_if_command_finished(&tpebs_cmd)) { in tpebs_send_record_cmd()
304 if (check_if_command_finished(&tpebs_cmd)) { in tpebs_send_record_cmd()
/linux/tools/perf/tests/
H A Dbuiltin-test.c439 if (check_if_command_finished(&child_tests[y]->process) == 0) in finish_test()
477 err_done = check_if_command_finished(&child_test->process); in finish_test()