diff options
Diffstat (limited to 'tools/perf/builtin-stat.c')
-rw-r--r-- | tools/perf/builtin-stat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c index b5673194870a..7ce65f52415e 100644 --- a/tools/perf/builtin-stat.c +++ b/tools/perf/builtin-stat.c | |||
@@ -495,6 +495,8 @@ static int run_perf_stat(int argc __used, const char **argv) | |||
495 | if (forks) { | 495 | if (forks) { |
496 | close(go_pipe[1]); | 496 | close(go_pipe[1]); |
497 | wait(&status); | 497 | wait(&status); |
498 | if (WIFSIGNALED(status)) | ||
499 | psignal(WTERMSIG(status), argv[0]); | ||
498 | } else { | 500 | } else { |
499 | while(!done) sleep(1); | 501 | while(!done) sleep(1); |
500 | } | 502 | } |