remarkable-linux/tools/perf
Peter Zijlstra f7b7c26e01 perf_counter tools: Propagate signals properly
Currently report and stat catch SIGINT (and others) without altering
their exit state. This means that things like:

   while :; do perf stat ./foo ; done

Loops become hard-to-interrupt, because bash never sees perf terminate
due to interruption. Fix this.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-06-10 16:55:27 +02:00
..
Documentation
util perf report: Add support for profiling JIT generated code 2009-06-08 23:10:44 +02:00
.gitignore
builtin-annotate.c perf_counter tools: Standardize color printing 2009-06-08 23:15:28 +02:00
builtin-help.c
builtin-list.c
builtin-record.c perf_counter tools: Propagate signals properly 2009-06-10 16:55:27 +02:00
builtin-report.c perf_counter tools: Small frequency related fixes 2009-06-10 16:55:26 +02:00
builtin-stat.c perf_counter tools: Propagate signals properly 2009-06-10 16:55:27 +02:00
builtin-top.c perf_counter tools: Standardize color printing 2009-06-08 23:15:28 +02:00
builtin.h
command-list.txt
design.txt
Makefile
perf.c
perf.h