1. a687560 Adjust pid filtering/display in runqlat by Brenden Blanco · 8 years ago
  2. c58cb19 Merge pull request #519 from iovisor/bblanco_dev by 4ast · 8 years ago
  3. 0845567 Merge branch 'master' into bblanco_dev by Brenden Blanco · 8 years ago
  4. e0f2cd1 Merge pull request #520 from rnav/powerpc-support-v2 by 4ast · 8 years ago
  5. 0301dda tests: fix a few tests to use the right register on powerpc by Naveen N. Rao · 8 years ago
  6. 56f2f14 tests: only test arch-specific symbols by Naveen N. Rao · 8 years ago
  7. 0006ad1 cc: add powerpc support by Naveen N. Rao · 8 years ago
  8. 1b4f99e Fix errors on python3 by Brenden Blanco · 8 years ago
  9. 9911182 Use local key/leaf definition instead of bpf_tunnel_key by Brenden Blanco · 8 years ago
  10. e3e5ccd Add clang support for nested struct/union as key field by Brenden Blanco · 8 years ago
  11. 4a19522 Add a test for broken nested union clang parsing by Brenden Blanco · 8 years ago
  12. 929fe14 Avoid a warning in bpf_module.cc by Brenden Blanco · 8 years ago
  13. 420cda2 skip include of kernel bpf.h in test, forward declare instead by Brenden Blanco · 8 years ago
  14. 8216464 Merge pull request #517 from vmg/vmg/clang-diag by 4ast · 8 years ago
  15. 75d62a0 Merge pull request #515 from vmg/vmg/static-lua by 4ast · 8 years ago
  16. cc3a432 cc/clang: Use positional arguments for diagnostic messages by Vicent Marti · 8 years ago
  17. 6b58ddf lua: Proper style for main.c by Vicent Marti · 8 years ago
  18. b3dd673 lua: Do not try to detach buffers as kprobes by Vicent Marti · 8 years ago
  19. 06b5ce5 table.py: Call `__delitem__ when deleting an item :) by Vicent Marti · 8 years ago
  20. 392f5ed lua: Fix regeneration of `bcc.lua` by Vicent Marti · 8 years ago
  21. 602c505 bcc-lua: Build as a C executable by Vicent Marti · 8 years ago
  22. 6d14b2f lua: Make all probes executable by Vicent Marti · 8 years ago
  23. 02f66f4 lua: build as a standalone tool with static libbcc by Vicent Marti · 8 years ago
  24. 330e4f2 Merge pull request #514 from mcaleavya/master by Brendan Gregg · 8 years ago
  25. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 8 years ago
  26. 751ac54 Merge pull request #498 from vmg/vmg/usdt by 4ast · 8 years ago
  27. 9259841 cc: Finish USDT implementation by Vicent Marti · 8 years ago
  28. dd0a606 cc: Implement symbol resolution for USDT by Vicent Marti · 8 years ago
  29. 4850155 cc: Split bcc_syms.cc into a C++ header file by Vicent Marti · 8 years ago
  30. 2ff8e57 cc: Allow callback cancellation on bcc_procutils by Vicent Marti · 8 years ago
  31. e725a3a cc: Add missing include by Vicent Marti · 8 years ago
  32. 0865f94 usdt: Implement probe resolution [WIP] by Vicent Marti · 8 years ago
  33. 60542d8 usdt: Implement `assign_to_local` by Vicent Marti · 8 years ago
  34. 4fa98ea Add missing license headers by Vicent Marti · 8 years ago
  35. 0721fa5 usdt: Use `optional` to properly handle missing args by Vicent Marti · 8 years ago
  36. 2a52048 Move implementation of USDT::Argument into cc file by Brenden Blanco · 8 years ago
  37. b264f79 cc: Implement USDT argument parsing in C++ by Vicent Marti · 8 years ago
  38. e38286b tests: Port the C API suite to C++/Catch by Vicent Marti · 8 years ago
  39. 55513a3 Merge pull request #511 from vmg/vmg/find-library by Brenden Blanco · 8 years ago
  40. 6641cbb bpf: Wrap `bcc_procutils_which_so` as `BPF.find_library` by Vicent Marti · 8 years ago
  41. 7d29a46 Merge pull request #507 from vmg/vmg/elf-so by Brenden Blanco · 8 years ago
  42. 11d107c packaging: Add `libelf.so` as a runtime dependency by Vicent Marti · 8 years ago
  43. c65256d lua: Only build if LuaJIT is available by Vicent Marti · 8 years ago
  44. b147295 Merge pull request #502 from sublimino/patch-1 by 4ast · 8 years ago
  45. 70cfb01 Add libelf-dev to Ubuntu build deps by Andrew Martin · 8 years ago
  46. d516406 Merge pull request #495 from vmg/vmg/elf-2 by 4ast · 8 years ago
  47. 2153673 cc: Clang format by Vicent Marti · 8 years ago
  48. b93f2c0 cc: Add tests for the C API by Vicent Marti · 8 years ago
  49. 18ae111 cc: Looser heuristic to detect .so modules by Vicent Marti · 8 years ago
  50. 6b59b2c cc: Only try to list ksyms if we're root by Vicent Marti · 8 years ago
  51. f088bbf cc: Move `bcc_resolve_symname` to its proper header by Vicent Marti · 8 years ago
  52. 411f698 cc: Add missing license headers by Vicent Marti · 8 years ago
  53. c1c2373 cc: Format C and C++ code according to Google's styleguide by Vicent Marti · 8 years ago
  54. 1ad2cef deps: Add `libelf` to the build requirements by Vicent Marti · 8 years ago
  55. 9853568 python: Use the native Symbol resolution APIs by Vicent Marti · 8 years ago
  56. 26cc64b python: Wrap the new native symbol APIs by Vicent Marti · 8 years ago
  57. 15867d3 lua: Remove unused files by Vicent Marti · 8 years ago
  58. 55d75ca lua: Use the new native Symbol resolver by Vicent Marti · 8 years ago
  59. 664249b lua: Wrap the new native APIs by Vicent Marti · 8 years ago
  60. be4072a cc: Add a native Symbol Resolver cache by Vicent Marti · 8 years ago
  61. b366ede cc: Add a set of process utils written in C/C++ by Vicent Marti · 8 years ago
  62. b8f0f09 cc: Add a set of ELF-related APIs based on libelf by Vicent Marti · 8 years ago
  63. 0612db5 cmake: Add dependency to LibELF by Vicent Marti · 8 years ago
  64. ff9ff5d cmake: Properly use library detection modules by Vicent Marti · 8 years ago
  65. b236092 Merge pull request #496 from iovisor/bblanco_dev by 4ast · 8 years ago
  66. d3d2a57 Add clang-format file, tweak style-check.sh by Brenden Blanco · 8 years ago
  67. 581fc7d Add ctest for style, using clang-format by Brenden Blanco · 8 years ago
  68. af8552b Remove git-clang-format output when no files are modified by Brenden Blanco · 8 years ago
  69. b3abbfc Add git-clang-format to be used for testing source style by Brenden Blanco · 8 years ago
  70. 49d2ca8 Merge pull request #494 from iovisor/install-md by 4ast · 8 years ago
  71. fcaf0c5 Update INSTALL.md with Xenial instructions by Brenden Blanco · 8 years ago
  72. c744078 Merge pull request #493 from iovisor/bblanco_dev by 4ast · 8 years ago
  73. 7598acb Let bcc debian build depend on 3.7|3.8 by Brenden Blanco · 8 years ago
  74. d604f35 Merge pull request #489 from aaronpuchert/permissive_regex by Brenden Blanco · 8 years ago
  75. 3e7c3d9 Merge pull request #490 from vmg/vmg/lua64 by 4ast · 8 years ago
  76. 3344dc9 Merge pull request #487 from bobrik/ubuntu-install by Brenden Blanco · 8 years ago
  77. 3926f26 Don't require "OS ABI" specification in libraries by Aaron Puchert · 8 years ago
  78. fbf7193 lua: Properly support high-range 64 addresses by Vicent Marti · 8 years ago
  79. 1b176ee Install all required packages on ubuntu by Ivan Babrou · 8 years ago
  80. b51da5e Merge pull request #482 from markdrayton/lua-outside-source-build by 4ast · 8 years ago
  81. a377194 Merge pull request #483 from iovisor/bblanco_dev by 4ast · 8 years ago
  82. 80f52c1 bcc-lua: build bcc.lua and bcc.o in the build tree by Mark Drayton · 8 years ago
  83. c98ffd6 Simplify error prints in frontend_action by Brenden Blanco · 8 years ago
  84. 0f58de5 Fix compile error when perf headers are included early by Brenden Blanco · 8 years ago
  85. 33a3daf Use lookup instead of delete in test_stackid by Brenden Blanco · 8 years ago
  86. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 8 years ago
  87. 5a0dbcf Merge pull request #481 from iovisor/ast_dev by 4ast · 8 years ago
  88. fca28a5 bcc-lua: switch to quiet by default by Alexei Starovoitov · 8 years ago
  89. b6e0a54 Merge pull request #480 from larsx2/master by Brenden Blanco · 8 years ago
  90. 64908b9 Fixed tcpv4connect.py broken link on README by Eduardo Urias · 8 years ago
  91. fd604b4 Merge pull request #479 from LucaCanali/master by Brenden Blanco · 8 years ago
  92. eea0bbf Fix for find_symbol method, issue #478 by Luca Canali · 8 years ago
  93. d601c0a Fix for find_symbol method, issue #478 by Luca Canali · 8 years ago
  94. 5cb8de7 Merge pull request #477 from ragnard/nixos by Brenden Blanco · 8 years ago
  95. dbc21ea Introduce BCC_KERNEL_MODULES_DIR by Ragnar Dahlén · 8 years ago
  96. 78423e7 add missing include directory to calculated cflags by Ragnar Dahlén · 8 years ago
  97. 7a82fa6 Merge pull request #474 from mcaleavya/master by 4ast · 8 years ago
  98. ee84e09 Merge pull request #470 from vmg/vmg/lua-standalone by Brenden Blanco · 8 years ago
  99. e57e1c9 debian: Add bcc-lua package to control by Vicent Marti · 8 years ago
  100. 98d1ae3 debian: Add install rule for bcc-lua by Vicent Marti · 8 years ago