Rename python module name to 'bcc' from 'bpf'
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Sep 2015 01:04:07 +0000 (18:04 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Sep 2015 01:04:07 +0000 (18:04 -0700)
commitc35989dd662c0e2fb19239b3e117e3017ee89cef
treead4c443725561e92cf5e943e3fe136ffbcdd7210
parentfb180271eb3ebcf0441469ead5a301d25746c3dd
Rename python module name to 'bcc' from 'bpf'

* Rename python module to bcc
* Rename python-bpf (deb,rpm) package to python-bcc
* Pending this change, I will likely re-tag 0.1.6, and upload the bcc
  package to pypi.python.org

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
35 files changed:
README.md
SPECS/bcc.el6.spec.in
SPECS/bcc.el7.spec.in
SPECS/bcc.f22.spec.in
debian/control
examples/bitehist.py
examples/disksnoop.py
examples/distributed_bridge/tunnel.py
examples/distributed_bridge/tunnel_mesh.py
examples/hello_world.py
examples/simple_tc.py
examples/task_switch.py
examples/tc_neighbor_sharing.py
examples/tunnel_monitor/monitor.py
examples/vfsreadlat.py
examples/vlan_learning.py
src/python/CMakeLists.txt
src/python/MANIFEST
src/python/bcc/__init__.py [moved from src/python/bpf/__init__.py with 100% similarity]
src/python/bpf-run [deleted file]
src/python/setup.py.in
tests/cc/test_brb.py
tests/cc/test_brb2.py
tests/cc/test_call1.py
tests/cc/test_clang.py
tests/cc/test_stat1.py
tests/cc/test_trace1.py
tests/cc/test_trace2.py
tests/cc/test_trace3.py
tests/cc/test_trace4.py
tests/cc/test_xlate1.py
tools/pidpersec
tools/syncsnoop
tools/vfscount
tools/vfsstat