1. 17 Feb, 2016 2 commits
    • Brenden Blanco's avatar
      Fix breakage in open_perf_buffer · 0dd24416
      Brenden Blanco authored
      The previous commit for splitting table.py into a separate file lost
      some required imports. Add those back.
      
      In addition, add a test for open_perf_buffer, and take out the
      compile-time check in libbpf.c for this feature.
      
      I couldn't think of a good way to fix the PERF_COUNT_SW_BPF_OUTPUT
      literal, so for now left it as a comment. A #define wouldn't work since
      the eventual value comes from an enum (no #ifndef/#define/#endif
      pattern).
      
      Fixes: #391 #363
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      0dd24416
    • 4ast's avatar
      Merge pull request #390 from iovisor/tables_cleanup · fe036068
      4ast authored
      Cleanup tables classes in bcc python module
      fe036068
  2. 16 Feb, 2016 8 commits
  3. 15 Feb, 2016 11 commits
  4. 14 Feb, 2016 11 commits
  5. 13 Feb, 2016 4 commits
  6. 12 Feb, 2016 4 commits