1. 27 Jan, 2016 1 commit
    • Brenden Blanco's avatar
      Updates to use cmake GLOB and libbcc.so.0 in python init · 5bd0eb21
      Brenden Blanco authored
      In order not to miss some files in the tools and examples source
      directories, use cmake file(GLOB) to collect relevant files. To ease the
      implementation, move all tools to be .py suffixed in the source, but
      sans-suffix in the installation (same as before)
      
      In addition, to prevent future API breakage confusion (though of course
      that may still happen), use CDLL("libbcc.so.0") in the bcc __init__.py.
      
      Fixes: #317
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      5bd0eb21
  2. 20 Jan, 2016 3 commits
  3. 19 Jan, 2016 4 commits
  4. 18 Jan, 2016 2 commits
  5. 16 Jan, 2016 2 commits
  6. 14 Jan, 2016 2 commits
  7. 10 Jan, 2016 1 commit
  8. 09 Jan, 2016 1 commit
  9. 08 Jan, 2016 3 commits
  10. 06 Jan, 2016 2 commits
  11. 04 Jan, 2016 2 commits
  12. 01 Jan, 2016 2 commits
  13. 10 Dec, 2015 2 commits
  14. 07 Dec, 2015 2 commits
    • 4ast's avatar
      Merge pull request #303 from iovisor/bblanco_dev · 65c52ba5
      4ast authored
      Improve json type support for misc struct/union types
      65c52ba5
    • Brenden Blanco's avatar
      Improve json type support for misc struct/union types · fe88e5a2
      Brenden Blanco authored
      The ability of the clang rewriter to extract the type information for
      some types of structs, unions, and pointers to the aforementioned was
      somewhat buggy. This became exposed in a test_clang case after a user
      upgraded to a newer kernel, wherein the struct definition changed. The
      functionality in question is only used to pass json-ified representation
      of the struct to python in order to program the Key/Leaf metaclass.
      
      Improve support for this and other types, including unions.
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      fe88e5a2
  15. 03 Dec, 2015 4 commits
  16. 01 Dec, 2015 4 commits
  17. 30 Nov, 2015 3 commits