perf_counter: Synthesize VDSO mmap event
authorAnton Blanchard <anton@samba.org>
Thu, 16 Jul 2009 13:44:29 +0000 (15:44 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 18 Jul 2009 09:21:30 +0000 (11:21 +0200)
commit11b5f81e1b0ea0bc84fe32f0a27054e052b2bf84
tree709942202e3f5f345a66b162cd627bc1bf97dad9
parent413ee3b48ab582ffea33e7e140c7a2c5ea657e9a
perf_counter: Synthesize VDSO mmap event

perf record synthesizes mmap events for the running process.
Right now it just catches file mappings, but we can check for
the vdso symbol and add that too.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20090716104817.517264409@samba.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-record.c