perf tools: Make stat/record print fatal signals of the target program
authorAndi Kleen <ak@linux.intel.com>
Thu, 15 Sep 2011 21:31:40 +0000 (14:31 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Sep 2011 20:09:46 +0000 (17:09 -0300)
commit33e49ea70df066651a17061c62118fc3f075d21f
tree8eaa17e37ceb8398859e944385cac328ffcaa1c7
parent61a9f324292e6dd4f4b99f5366454788104a0bd9
perf tools: Make stat/record print fatal signals of the target program

When a program crashes under perf there is no message about it, unlike
when running it from bash. This can be confusing and lead to wrong
actions during debugging.

Print fatal signals in perf stat/record.

Thanks to Furat Afram for finding the problem originally

Link: http://lkml.kernel.org/r/1316122302-24306-1-git-send-email-andi@firstfloor.org
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c
tools/perf/builtin-stat.c