perf_counter: Add fork event
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 4 Jun 2009 14:53:44 +0000 (16:53 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Jun 2009 15:51:38 +0000 (17:51 +0200)
commit60313ebed739b331e8e61079da27a11ee3b73a30
tree8476fbd05be709595876360765776dd9ca20608d
parent20c84e959ec11b1803d2b2832eef703d5fbe7f7b
perf_counter: Add fork event

Create a fork event so that we can easily clone the comm and
dso maps without having to generate all those events.

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>
include/linux/perf_counter.h
kernel/fork.c
kernel/perf_counter.c