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