1. d3d2a57 Add clang-format file, tweak style-check.sh by Brenden Blanco · 8 years ago
  2. 581fc7d Add ctest for style, using clang-format by Brenden Blanco · 8 years ago
  3. af8552b Remove git-clang-format output when no files are modified by Brenden Blanco · 8 years ago
  4. b3abbfc Add git-clang-format to be used for testing source style by Brenden Blanco · 8 years ago
  5. 49d2ca8 Merge pull request #494 from iovisor/install-md by 4ast · 8 years ago
  6. fcaf0c5 Update INSTALL.md with Xenial instructions by Brenden Blanco · 8 years ago
  7. c744078 Merge pull request #493 from iovisor/bblanco_dev by 4ast · 8 years ago
  8. 7598acb Let bcc debian build depend on 3.7|3.8 by Brenden Blanco · 8 years ago
  9. d604f35 Merge pull request #489 from aaronpuchert/permissive_regex by Brenden Blanco · 8 years ago
  10. 3e7c3d9 Merge pull request #490 from vmg/vmg/lua64 by 4ast · 8 years ago
  11. 3344dc9 Merge pull request #487 from bobrik/ubuntu-install by Brenden Blanco · 8 years ago
  12. 3926f26 Don't require "OS ABI" specification in libraries by Aaron Puchert · 8 years ago
  13. fbf7193 lua: Properly support high-range 64 addresses by Vicent Marti · 8 years ago
  14. 1b176ee Install all required packages on ubuntu by Ivan Babrou · 8 years ago
  15. b51da5e Merge pull request #482 from markdrayton/lua-outside-source-build by 4ast · 8 years ago
  16. a377194 Merge pull request #483 from iovisor/bblanco_dev by 4ast · 8 years ago
  17. 80f52c1 bcc-lua: build bcc.lua and bcc.o in the build tree by Mark Drayton · 8 years ago
  18. c98ffd6 Simplify error prints in frontend_action by Brenden Blanco · 8 years ago
  19. 0f58de5 Fix compile error when perf headers are included early by Brenden Blanco · 8 years ago
  20. 33a3daf Use lookup instead of delete in test_stackid by Brenden Blanco · 8 years ago
  21. de14f4f Fix python3 exception when ctrl-c tools/trace.py by Brenden Blanco · 8 years ago
  22. 5a0dbcf Merge pull request #481 from iovisor/ast_dev by 4ast · 8 years ago
  23. fca28a5 bcc-lua: switch to quiet by default by Alexei Starovoitov · 8 years ago
  24. b6e0a54 Merge pull request #480 from larsx2/master by Brenden Blanco · 8 years ago
  25. 64908b9 Fixed tcpv4connect.py broken link on README by Eduardo Urias · 8 years ago
  26. fd604b4 Merge pull request #479 from LucaCanali/master by Brenden Blanco · 8 years ago
  27. eea0bbf Fix for find_symbol method, issue #478 by Luca Canali · 8 years ago
  28. d601c0a Fix for find_symbol method, issue #478 by Luca Canali · 8 years ago
  29. 5cb8de7 Merge pull request #477 from ragnard/nixos by Brenden Blanco · 8 years ago
  30. dbc21ea Introduce BCC_KERNEL_MODULES_DIR by Ragnar Dahlén · 8 years ago
  31. 78423e7 add missing include directory to calculated cflags by Ragnar Dahlén · 8 years ago
  32. 7a82fa6 Merge pull request #474 from mcaleavya/master by 4ast · 8 years ago
  33. ee84e09 Merge pull request #470 from vmg/vmg/lua-standalone by Brenden Blanco · 8 years ago
  34. e57e1c9 debian: Add bcc-lua package to control by Vicent Marti · 8 years ago
  35. 98d1ae3 debian: Add install rule for bcc-lua by Vicent Marti · 8 years ago
  36. 1c92673 SPECS: Add a spec for `bcc-lua` by Vicent Marti · 8 years ago
  37. 2c34e00 bcc-lua: Add Install target by Vicent Marti · 8 years ago
  38. a9b886c migrated gethostlatency to use bpf_perf_event by mcaleavya · 8 years ago
  39. 51d5069 bpf.lua: Enable the `--llvm-debug` CLI flag by Vicent Marti · 8 years ago
  40. 4826982 bcc.lua: Print traceback on errors by Vicent Marti · 8 years ago
  41. 2898165 bcc: Move all `argv` parsing to Lua code by Vicent Marti · 8 years ago
  42. 7601b4b bcc: Allow the runner to parse some arguments by Vicent Marti · 8 years ago
  43. 8f412d2 bcc-lua: Add test for standalone `bcc-lua` by Vicent Marti · 8 years ago
  44. 3e81d3e lua: Add license to the C wrapper by Vicent Marti · 8 years ago
  45. 7d88927 cmake: Build bcc-lua conditionally by Vicent Marti · 8 years ago
  46. 836141c lua: Setup compilation for the standalone tool by Vicent Marti · 8 years ago
  47. a833369 lua: Fix tests to work in strict mode by Vicent Marti · 8 years ago
  48. 818eac9 lua: Prepare for standalone build by Vicent Marti · 8 years ago
  49. 31571b4 Merge pull request #472 from iovisor/ast_dev by Brenden Blanco · 8 years ago
  50. f09b5b8 get rid of version checks by Alexei Starovoitov · 8 years ago
  51. 63a8800 Merge pull request #469 from goldshtn/usdt-v3 by 4ast · 8 years ago
  52. 4d966bc Bug fix around USDT argument handling for constants by Sasha Goldshtein · 8 years ago
  53. a6200fb Merge pull request #454 from brendangregg/master by Brenden Blanco · 8 years ago
  54. 917cb85 use pack/unpack by Brendan Gregg · 8 years ago
  55. 41f6a1e Merge pull request #468 from goldshtn/trace-which by Brendan Gregg · 8 years ago
  56. 435839a Replaced `which --skip-alias` with `ProcUtils.which` by Sasha Goldshtein · 8 years ago
  57. 7cf96a4 Merge pull request #467 from goldshtn/usdt-v2 by 4ast · 8 years ago
  58. a480304 Merge pull request #457 from vmg/vmg/lua by 4ast · 8 years ago
  59. ab32481 cmake: Use the wrapper script for Lua tests too by Vicent Marti · 8 years ago
  60. 1e543fa cmake: Find `sudo` explicitly by Vicent Marti · 8 years ago
  61. 39cc0ba Merge pull request #458 from zaafar/percpu_support by Brenden Blanco · 8 years ago
  62. 81990c3 bpf.lua: Implement `dump_func` by Vicent Marti · 8 years ago
  63. 72d7aa3 test.lua: Port the `test_uprobes` suite by Vicent Marti · 8 years ago
  64. b2a64a7 ld.lua: fix parsing of base16 addresses by Vicent Marti · 8 years ago
  65. b495d2c bpf.lua: fix detaching uprobes and kprobes by Vicent Marti · 8 years ago
  66. 28b4efe cmake: Run the Lua tests too by Vicent Marti · 8 years ago
  67. abdbc36 bpf.lua: Sanity check by Vicent Marti · 8 years ago
  68. afd4303 memleak.lua: Fix indentation by Vicent Marti · 8 years ago
  69. e4e83ec test.lua: Port `test_clang` to Lua by Vicent Marti · 8 years ago
  70. c0e5ef8 test.lua: Add basic test library and helpers by Vicent Marti · 8 years ago
  71. d58fe06 table.py: Implement`scanf` and `printf` helpers by Vicent Marti · 8 years ago
  72. fb7d642 table.lua: Add support for decoding bitfield types by Vicent Marti · 8 years ago
  73. e6b7c74 bpf.lua: Implement `load_funcs` by Vicent Marti · 8 years ago
  74. e789360 bpf.lua: Add support for CFLAGS and LLVM debug flags by Vicent Marti · 8 years ago
  75. a978401 bcc-probe: Allow running the helper from any path by Vicent Marti · 8 years ago
  76. 74d2e6c bcc-probe: Allow loading absolute paths by Vicent Marti · 8 years ago
  77. df11f32 Add a few examples written in Lua by Vicent Marti · 8 years ago
  78. 39468d9 Lua Tools for BCC by Vicent Marti · 8 years ago
  79. 5a1d2e3 Support for global variable arguments in USDT probes by Sasha Goldshtein · 8 years ago
  80. 845013d Merge remote-tracking branch 'origin/master' into percpu by Zaafar Ahmed · 8 years ago
  81. f822836 b_frontend_action.cc changed pc_hash/array to percpu_hash/array by Zaafar Ahmed · 8 years ago
  82. ff9f231 Merge pull request #452 from yadutaf/jt-solisten by Brenden Blanco · 8 years ago
  83. 8bd6fba added u64 testcase by Zaafar Ahmed · 8 years ago
  84. 70389de added a very simple testcase for PerCpu support patch. by Zaafar Ahmed · 8 years ago
  85. 59d525f updating branch by Zaafar Ahmed · 8 years ago
  86. 6425825 optimised the percpu support patch. removed kernel checks. by Zaafar Ahmed · 8 years ago
  87. 6c08dcb Merge pull request #456 from yadutaf/jt-endian by Brenden Blanco · 8 years ago
  88. 7d37bf4 add debug constants by Jean-Tiare Le Bigot · 8 years ago
  89. b83ccf3 move endian flags to kbuild_helper by Jean-Tiare Le Bigot · 8 years ago
  90. 354ee0c Merge pull request #451 from goldshtn/usdt by 4ast · 8 years ago
  91. bf33014 solisten: clean endian conversion hack by Jean-Tiare Le Bigot · 8 years ago
  92. 7963166 Merge pull request #453 from yadutaf/jt-endian by Brenden Blanco · 8 years ago
  93. 9e0b087 IPv6 strings with an inet6_ntoa by Brendan Gregg · 8 years ago
  94. e3b3b4c expose buitin byte swap methods by Jean-Tiare Le Bigot · 8 years ago
  95. 3e39a08 argdist, trace, and tplist support for USDT probes by Sasha Goldshtein · 8 years ago
  96. af66546 Merge pull request #449 from goldshtn/tp-str-fix by Brenden Blanco · 8 years ago
  97. 67a644b Fixed bug around local assignment from char array by Sasha Goldshtein · 8 years ago
  98. c256e94 Merge pull request #450 from vmg/vmg/stacks-next by Brendan Gregg · 8 years ago
  99. b4ebed0 stackcount: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago
  100. 592414e stacksnoop: Resolve stacks using a StackTrace table by Vicent Marti · 8 years ago