]> git.ipfire.org Git - thirdparty/linux.git/commit
tools subcmd: Add check_if_command_finished()
authorIan Rogers <irogers@google.com>
Fri, 5 Apr 2024 07:09:30 +0000 (00:09 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Apr 2024 20:43:20 +0000 (17:43 -0300)
commit705c09bb3cdffb141986598ad4ff9c9b0a66c3bd
tree3ef837012f1f6f1cb2b4497b3e454a06a08a50b7
parent8c004c7a608a278548e4a7f25df6bae0b0a04370
tools subcmd: Add check_if_command_finished()

Add non-blocking function to check if a 'struct child_process' has
completed. If the process has completed the exit code is stored in the
'struct child_process' so that finish_command() returns it.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@arm.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20240405070931.1231245-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/subcmd/run-command.c
tools/lib/subcmd/run-command.h