1. 09534d8 Merge pull request #533 from abirchall/abirchall_dev by 4ast · 8 years ago
  2. 47d871f move ENOMEM comment; create --stack-storage-size arg; misc cleanup by Andrew Birchall · 8 years ago
  3. ee7e5b4 handle ENOMEM in tools/offcputime by Andrew Birchall · 9 years ago
  4. 50a7424 Merge pull request #542 from mbertrone/master by 4ast · 8 years ago
  5. 8cbc816 invalid access fixed. parameter for specify the interface added by Bertrone Matteo · 8 years ago
  6. a67ef8a Merge pull request #539 from markdrayton/lua-tools by 4ast · 8 years ago
  7. 75291d0 Lua ports of biosnoop and stacksnoop by Mark Drayton · 9 years ago
  8. 10a89ea Merge pull request #541 from zaafar/master by Brenden Blanco · 8 years ago
  9. b0f8e00 Updated the cmake file system to include lua and new networking tools. by Zaafar Ahmed · 8 years ago
  10. 0cd58f5 Merge pull request #536 from valkum/master by 4ast · 8 years ago
  11. 80a4e9e Merge pull request #538 from iovisor/luajit_header_revert by Brenden Blanco · 8 years ago
  12. 8f82c93 Revert "Force lua main.c to include luajit headers" by Brenden Blanco · 8 years ago
  13. ce86b46 Missed this one by extracting this from my actual program. by Valkum · 8 years ago
  14. e3a1c18 Add dns_matching example with test case for for unroll, as requested at iovisor-dev@lists.iovisor.org by Valkum · 8 years ago
  15. ba275e4 Merge pull request #531 from kivikakk/lua-install-docs by Brenden Blanco · 8 years ago
  16. 5943759 Lua installation instructions. by Nicole Izumi · 8 years ago
  17. 63ff0b4 Merge pull request #518 from vmg/vmg/lua-usdt-2 by Brenden Blanco · 8 years ago
  18. 1160608 cc: Use `unique_ptr` instead of `shared_ptr` by Vicent Marti · 8 years ago
  19. 040df7d cc: Style fixes by Vicent Marti · 9 years ago
  20. 1043645 cc: Better memory handling for USDT probes by Vicent Marti · 9 years ago
  21. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 9 years ago
  22. 1a2ddac cc: Style fixes by Vicent Marti · 9 years ago
  23. 051d3e9 lua: Fix tests by Vicent Marti · 9 years ago
  24. f7fe094 lua: Implement "Hello world" USDT example by Vicent Marti · 9 years ago
  25. 9dc87fa lua: Implement an USDT helper by Vicent Marti · 9 years ago
  26. eca4783 cc: Wrap the USDT probe context in a C API by Vicent Marti · 9 years ago
  27. a597f7c cc: Implement `bcc_resolve_global_addr` helper by Vicent Marti · 9 years ago
  28. 7575c64 Merge pull request #530 from iovisor/bblanco_dev by 4ast · 9 years ago
  29. bc94d4c Fixup tplist and argdist for python3 compat by Brenden Blanco · 9 years ago
  30. 977091e Add check for number of arguments by Brenden Blanco · 9 years ago
  31. 86b819a Merge pull request #529 from rnav/ptregs_helpers_v2 by Brenden Blanco · 9 years ago
  32. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 9 years ago
  33. 6acf4b6 Merge pull request #528 from iovisor/bblanco_dev by Brenden Blanco · 9 years ago
  34. a1e889b fix llvm 3.9 build by Brenden Blanco · 9 years ago
  35. 6bfb3b0 Merge pull request #524 from iovisor/luajit_header by 4ast · 9 years ago
  36. c21b9c0 Force lua main.c to include luajit headers by Brenden Blanco · 9 years ago
  37. 535ad2f Merge pull request #523 from iovisor/bblanco_dev by 4ast · 9 years ago
  38. 495604f Make style-check test non-blocking by Brenden Blanco · 9 years ago
  39. aba0df9 Merge pull request #521 from iovisor/bblanco_dev by Brendan Gregg · 9 years ago
  40. a687560 Adjust pid filtering/display in runqlat by Brenden Blanco · 9 years ago
  41. c58cb19 Merge pull request #519 from iovisor/bblanco_dev by 4ast · 9 years ago
  42. 0845567 Merge branch 'master' into bblanco_dev by Brenden Blanco · 9 years ago
  43. e0f2cd1 Merge pull request #520 from rnav/powerpc-support-v2 by 4ast · 9 years ago
  44. 0301dda tests: fix a few tests to use the right register on powerpc by Naveen N. Rao · 9 years ago
  45. 56f2f14 tests: only test arch-specific symbols by Naveen N. Rao · 9 years ago
  46. 0006ad1 cc: add powerpc support by Naveen N. Rao · 9 years ago
  47. 1b4f99e Fix errors on python3 by Brenden Blanco · 9 years ago
  48. 9911182 Use local key/leaf definition instead of bpf_tunnel_key by Brenden Blanco · 9 years ago
  49. e3e5ccd Add clang support for nested struct/union as key field by Brenden Blanco · 9 years ago
  50. 4a19522 Add a test for broken nested union clang parsing by Brenden Blanco · 9 years ago
  51. 929fe14 Avoid a warning in bpf_module.cc by Brenden Blanco · 9 years ago
  52. 420cda2 skip include of kernel bpf.h in test, forward declare instead by Brenden Blanco · 9 years ago
  53. 8216464 Merge pull request #517 from vmg/vmg/clang-diag by 4ast · 9 years ago
  54. 75d62a0 Merge pull request #515 from vmg/vmg/static-lua by 4ast · 9 years ago
  55. cc3a432 cc/clang: Use positional arguments for diagnostic messages by Vicent Marti · 9 years ago
  56. 6b58ddf lua: Proper style for main.c by Vicent Marti · 9 years ago
  57. b3dd673 lua: Do not try to detach buffers as kprobes by Vicent Marti · 9 years ago
  58. 06b5ce5 table.py: Call `__delitem__ when deleting an item :) by Vicent Marti · 9 years ago
  59. 392f5ed lua: Fix regeneration of `bcc.lua` by Vicent Marti · 9 years ago
  60. 602c505 bcc-lua: Build as a C executable by Vicent Marti · 9 years ago
  61. 6d14b2f lua: Make all probes executable by Vicent Marti · 9 years ago
  62. 02f66f4 lua: build as a standalone tool with static libbcc by Vicent Marti · 9 years ago
  63. 330e4f2 Merge pull request #514 from mcaleavya/master by Brendan Gregg · 9 years ago
  64. 3c446c7 updated opensnoop to use bpf_perf_output by mcaleavya · 9 years ago
  65. 751ac54 Merge pull request #498 from vmg/vmg/usdt by 4ast · 9 years ago
  66. 9259841 cc: Finish USDT implementation by Vicent Marti · 9 years ago
  67. dd0a606 cc: Implement symbol resolution for USDT by Vicent Marti · 9 years ago
  68. 4850155 cc: Split bcc_syms.cc into a C++ header file by Vicent Marti · 9 years ago
  69. 2ff8e57 cc: Allow callback cancellation on bcc_procutils by Vicent Marti · 9 years ago
  70. e725a3a cc: Add missing include by Vicent Marti · 9 years ago
  71. 0865f94 usdt: Implement probe resolution [WIP] by Vicent Marti · 9 years ago
  72. 60542d8 usdt: Implement `assign_to_local` by Vicent Marti · 9 years ago
  73. 4fa98ea Add missing license headers by Vicent Marti · 9 years ago
  74. 0721fa5 usdt: Use `optional` to properly handle missing args by Vicent Marti · 9 years ago
  75. 2a52048 Move implementation of USDT::Argument into cc file by Brenden Blanco · 9 years ago
  76. b264f79 cc: Implement USDT argument parsing in C++ by Vicent Marti · 9 years ago
  77. e38286b tests: Port the C API suite to C++/Catch by Vicent Marti · 9 years ago
  78. 55513a3 Merge pull request #511 from vmg/vmg/find-library by Brenden Blanco · 9 years ago
  79. 6641cbb bpf: Wrap `bcc_procutils_which_so` as `BPF.find_library` by Vicent Marti · 9 years ago
  80. 7d29a46 Merge pull request #507 from vmg/vmg/elf-so by Brenden Blanco · 9 years ago
  81. 11d107c packaging: Add `libelf.so` as a runtime dependency by Vicent Marti · 9 years ago
  82. c65256d lua: Only build if LuaJIT is available by Vicent Marti · 9 years ago
  83. b147295 Merge pull request #502 from sublimino/patch-1 by 4ast · 9 years ago
  84. 70cfb01 Add libelf-dev to Ubuntu build deps by Andrew Martin · 9 years ago
  85. d516406 Merge pull request #495 from vmg/vmg/elf-2 by 4ast · 9 years ago
  86. 2153673 cc: Clang format by Vicent Marti · 9 years ago
  87. b93f2c0 cc: Add tests for the C API by Vicent Marti · 9 years ago
  88. 18ae111 cc: Looser heuristic to detect .so modules by Vicent Marti · 9 years ago
  89. 6b59b2c cc: Only try to list ksyms if we're root by Vicent Marti · 9 years ago
  90. f088bbf cc: Move `bcc_resolve_symname` to its proper header by Vicent Marti · 9 years ago
  91. 411f698 cc: Add missing license headers by Vicent Marti · 9 years ago
  92. c1c2373 cc: Format C and C++ code according to Google's styleguide by Vicent Marti · 9 years ago
  93. 1ad2cef deps: Add `libelf` to the build requirements by Vicent Marti · 9 years ago
  94. 9853568 python: Use the native Symbol resolution APIs by Vicent Marti · 9 years ago
  95. 26cc64b python: Wrap the new native symbol APIs by Vicent Marti · 9 years ago
  96. 15867d3 lua: Remove unused files by Vicent Marti · 9 years ago
  97. 55d75ca lua: Use the new native Symbol resolver by Vicent Marti · 9 years ago
  98. 664249b lua: Wrap the new native APIs by Vicent Marti · 9 years ago
  99. be4072a cc: Add a native Symbol Resolver cache by Vicent Marti · 9 years ago
  100. b366ede cc: Add a set of process utils written in C/C++ by Vicent Marti · 9 years ago