python: Use the native Symbol resolution APIs
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)
commit985356856c2011275ba6e07dd0826bbed926665c
treee6027e54cb45ed18023399b20b155a8a9c369ff3
parent26cc64bd020980b454148b36e7bff14d92eb3eba
python: Use the native Symbol resolution APIs

The native resolvers are used for the Kernel Symbol resolution in the
`BPF` class, and for the ProcessSymbols class. A lot of redundant code
has been removed.
src/python/bcc/__init__.py
src/python/bcc/usyms.py