BPF: better format for `ksymaddr`
authorVicent Marti <tanoku@gmail.com>
Sun, 27 Mar 2016 16:18:03 +0000 (18:18 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 27 Mar 2016 16:21:35 +0000 (18:21 +0200)
commit3a137db2c95d5e2d84b316a674dfdb0a7198ea06
treea8cd573fd5fa203abdbc86484dd19276603702da
parente82fb1baa26b0e1e524923765ba70d5872e51eef
BPF: better format for `ksymaddr`

The offset is now returned after a `+` symbol, instead of directly
attached to the symbol name (which made reading the output very
confusing)

Before:
    tick_do_update_jiffies64a0

After:
    tick_do_update_jiffies64+0xa0
src/python/bcc/__init__.py