perf record: Delay setting the header writing atexit call
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Feb 2011 14:18:42 +0000 (12:18 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Feb 2011 15:58:32 +0000 (13:58 -0200)
commit712a4b6049724278121d56aba683151d86c8c35a
tree4a932fa1d98c83aea123a13ce2d49e5f6627c610
parentfec9cbd15b9e99bab9bc50f1ed7e20a1087d7c6d
perf record: Delay setting the header writing atexit call

While testing the --filter option I noticed that we were writing lots of
unneeded stuff to the perf.data header when the filter ioctl fails, so
move the atexit(atexit_header) call to after we create the counters
successfully.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c
This page took 0.024224 seconds and 5 git commands to generate.