perf top: Handle PERF_RECORD_{FORK,EXIT} events
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 21 Jan 2010 15:04:44 +0000 (13:04 -0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 27 Jan 2010 11:46:48 +0000 (12:46 +0100)
commit0f35cd4cea08a8893e3e2ea03cbdb65f5d2b0e7a
tree7746ee8a305bc057e35d41da2bbeb7253242eb99
parent24bfef0f924b4ac4312614422a4982b5f4d9a4c7
perf top: Handle PERF_RECORD_{FORK,EXIT} events

As noticed by Mike, symbols in new tasks were not being
processed as we weren't processing these events.

Reported-by: Mike Galbraith <efault@gmx.de>
Tested-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1264086284-1431-2-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-top.c