From: Peter Zijlstra Date: Mon, 30 Mar 2009 17:07:05 +0000 (+0200) Subject: perf_counter: executable mmap() information X-Git-Tag: v2.6.31-rc1~383^2~425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4a93919bdc5cee48fe4367591e8e0449c1086c;p=pandora-kernel.git perf_counter: executable mmap() information Currently the profiling information returns userspace IPs but no way to correlate them to userspace code. Userspace could look into /proc/$pid/maps but that might not be current or even present anymore at the time of analyzing the IPs. Therefore provide means to track the mmap information and provide it in the output stream. XXX: only covers mmap()/munmap(), mremap() and mprotect() are missing. Signed-off-by: Peter Zijlstra Acked-by: Paul Mackerras Cc: Andrew Morton Orig-LKML-Reference: <20090330171023.417259499@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed