perf: net_dropmonitor: Fix symbol-relative addresses
authorBen Hutchings <[email protected]>
Mon, 20 May 2013 14:45:26 +0000 (14:45 +0000)
committerDavid S. Miller <[email protected]>
Wed, 22 May 2013 22:10:10 +0000 (15:10 -0700)
commit5a1e99dd2028e00998d42029be86835d8ef4a46e
tree8903e01fb89c6372af37ab4595d35b16b3e02848
parent140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5
perf: net_dropmonitor: Fix symbol-relative addresses

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.

Cc: [email protected]
Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
tools/perf/scripts/python/net_dropmonitor.py