1. 21 Mar, 2018 1 commit
    • Andreas Gerstmayr's avatar
      debian: add python3-bcc package · e0d808ec
      Andreas Gerstmayr authored
      This patch extends the PYTHON_CMD cmake variable to allow a list of
      Python binaries and installs the bcc Python bindings for each Python
      installation. The Debian control files are updated to generate bindings
      for Python 2 and Python 3. Compiled Python files are excluded from the
      Debian packages.
      Signed-off-by: default avatarAndreas Gerstmayr <andreas@gerstmayr.me>
      e0d808ec
  2. 20 Mar, 2018 2 commits
  3. 19 Mar, 2018 3 commits
  4. 18 Mar, 2018 1 commit
    • Nirmoy Das's avatar
      properly retrieve IP address from array for python2.7 · 505f98d3
      Nirmoy Das authored
      for python2.7 IP address(src_ip,dst_ip) conversion doesn't work
      as expected and throws
      
      Traceback (most recent call last):
        File "_ctypes/callbacks.c", line 315, in 'calling callback function'
        File "/usr/local/lib/python2.7/site-packages/bcc/table.py", line 526, in raw_cb_
          callback(cpu, data, size)
        File "./examples/networking/tc_perf_event.py", line 60, in print_skb_event
          (cpu, socket.inet_ntop(socket.AF_INET6, src_ip),
      ValueError: invalid length of packed IP address string
      
      IP string looks like
      [254, 128, 0, 0, 0, 0, 0, 0, 156, 237, 12, 255, 254, 42, 90, 31]
      Signed-off-by: default avatarNirmoy Das <ndas@suse.de>
      505f98d3
  5. 15 Mar, 2018 2 commits
  6. 14 Mar, 2018 4 commits
  7. 12 Mar, 2018 1 commit
  8. 10 Mar, 2018 2 commits
  9. 09 Mar, 2018 2 commits
  10. 08 Mar, 2018 4 commits
  11. 06 Mar, 2018 3 commits
  12. 05 Mar, 2018 2 commits
  13. 04 Mar, 2018 3 commits
  14. 03 Mar, 2018 4 commits
  15. 02 Mar, 2018 2 commits
  16. 01 Mar, 2018 4 commits