From: Ben Hutchings Date: Mon, 20 May 2013 14:45:26 +0000 (+0000) Subject: perf: net_dropmonitor: Fix symbol-relative addresses X-Git-Tag: v3.2.46~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c23a1564f3afe9606aa12654b09f2e0699825b;p=pandora-kernel.git perf: net_dropmonitor: Fix symbol-relative addresses commit 5a1e99dd2028e00998d42029be86835d8ef4a46e upstream. The comparison between traced and symbol addresses is backwards: if the traced address doesn't exactly match a symbol (which we don't expect it to), we'll show the next symbol and the offset to it, whereas we should show the previous symbol and the offset from it. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed