lua: Use the new native Symbol resolver
authorVicent Marti <tanoku@gmail.com>
Wed, 20 Apr 2016 11:24:54 +0000 (13:24 +0200)
committerVicent Marti <tanoku@gmail.com>
Wed, 20 Apr 2016 11:24:54 +0000 (13:24 +0200)
commit55d75ca86422ae4c74a7e69173d87d72a0f9d163
tree345dfd09a77e3048fae7afdae6edc02501654220
parent664249b7102f2db778dc6cac4a26430472fe9289
lua: Use the new native Symbol resolver

The static `BPF.SymbolCache` now uses a native symbol resolver instead
of the Lua/binutils implementation. Likewise for the kernel symbol
resolver, and the `check_path_symbol` API to find a probe's hook
address.
examples/lua/memleak.lua
examples/lua/offcputime.lua
src/lua/bcc/bpf.lua
src/lua/bcc/sym.lua