diff options
author | Ian Rogers <[email protected]> | 2024-10-25 12:21:00 -0700 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2024-10-28 09:32:57 -0700 |
commit | 5ce42b5de461c3154f61a023b191dd6b77ee66c0 (patch) | |
tree | a4f49cc3673311c4de2bbb44232f22e02be99021 /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 150dab31d5609f896fbfaa06b442ca314da79858 (diff) |
tools subcmd: Add non-waitpid check_if_command_finished()
Using waitpid can cause stdout/stderr of the child process to be
lost. Use Linux's /prod/<pid>/status file to determine if the process
has reached the zombie state. Use the 'status' file rather than 'stat'
to avoid issues around skipping the process name.
Tested-by: James Clark <[email protected]>
Signed-off-by: Ian Rogers <[email protected]>
Cc: Colin Ian King <[email protected]>
Cc: Howard Chu <[email protected]>
Cc: Weilin Wang <[email protected]>
Cc: Ilya Leoshkevich <[email protected]>
Cc: Thomas Richter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Dapeng Mi <[email protected]>
Cc: Athira Jajeev <[email protected]>
Cc: Michael Petlan <[email protected]>
Cc: Veronika Molnarova <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions