From: Arnaldo Carvalho de Melo Date: Wed, 26 May 2010 16:26:02 +0000 (-0300) Subject: perf symbols: Add the build id cache to the vmlinux path X-Git-Tag: v2.6.35-rc1~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad90e4ea4a096af9f0a362e34dfae5686a191ef;p=pandora-kernel.git perf symbols: Add the build id cache to the vmlinux path So that if the kernel DSO has a build id because record inserted it in the perf.data build id table in the header, or a BUILD_ID event was inserted in the stream, we first look at the build id cache ($HOME/.debug/). If we find it there, try to use it, allowing offline annotation in addition to 'perf report'. Reported-by: Stephane Eranian Cc: Frédéric Weisbecker Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed