1. f510b6b Unify perf event enums in Python API by Teng Qin · 7 years ago
  2. 89d901c Use bcc_symbol_option in ProcSyms by Teng Qin · 7 years ago
  3. aff6ce7 Use bcc_symbol_option in bcc_resolve_symname by Teng Qin · 7 years ago
  4. e0f347a Use bpf_get_first_key in C++ API by Teng Qin · 7 years ago
  5. 472103b Merge pull request #1187 from mauriciovasquezbernal/remove_trailing_spaces by 4ast · 7 years ago
  6. d1324ac remove trailing white spaces from source code files by Mauricio Vasquez B · 7 years ago
  7. daee97e Enable recursive scanf support for char[] as string by Brenden Blanco · 7 years ago
  8. 3bfc877 Use ProcMountNSGuard to manage mount namespace by Teng Qin · 7 years ago
  9. bd62f6c Merge pull request #1104 from mauriciovasquezbernal/bpf_table_string by Brenden Blanco · 7 years ago
  10. 8e688f8 allow accesing table using strings by Mauricio Vasquez B · 7 years ago
  11. 9bcad32 test_clang: initialize format string arg on stack by Brenden Blanco · 7 years ago
  12. 3f28e7b Disable non-static function calls by Brenden Blanco · 7 years ago
  13. 76f5a32 Fix delitem operation for PROG_ARRAYs (#1113) by Paul Chaignon · 8 years ago
  14. 69ceaca softirqs: Migrate to kernel tracepoints instead of kprobes (#1091) by Sasha Goldshtein · 8 years ago
  15. 0f3787f cc: add support for array table by Mauricio Vasquez B · 8 years ago
  16. 089ad4c cc: extend c++ api for hash table by Mauricio Vasquez B · 8 years ago
  17. 064b2f5 Merge pull request #1078 from goldshtn/funcslower by Brendan Gregg · 8 years ago
  18. caa14ed u* tools: per-language wrappers (#1086) by Paul Chaignon · 8 years ago
  19. 9f8b9e9 funcslower: Add to smoke tests by Sasha Goldshtein · 8 years ago
  20. 24f77d7 stacksnoop: Retire and move to examples/tracing by Sasha Goldshtein · 8 years ago
  21. 6ceb329 map.insert bcc helper to expose the BPF_NOEXIST flag (#1085) by Paul Chaignon · 8 years ago
  22. 9e718f5 Add an option to resolve address without demangling (#1084) by Teng Qin · 8 years ago
  23. 4bb6d7f u* tools: automatically detect the language (#1067) by Paul Chaignon · 8 years ago
  24. 00f662d Merge pull request #1076 from palmtenor/helpermacro by Brenden Blanco · 8 years ago
  25. 4b87af0 bcc container improvements (#1051) by kmjohansen · 8 years ago
  26. 7a3e5bc Use new helper Macro across files by Teng Qin · 8 years ago
  27. a8d6ab6 Merge pull request #1046 from pchaigno/check-fmt-printk by Brenden Blanco · 8 years ago
  28. 9341942 Verify format specifiers in bpf_trace_printk in rewriter by Paul Chaignon · 8 years ago
  29. 466de84 Merge pull request #1056 from goldshtn/bpflist-enh by Brenden Blanco · 8 years ago
  30. 5c41b39 tests: Add smoke tests for most tools by Sasha Goldshtein · 8 years ago
  31. 563af79 bpflist: Add to tests and use Python directory listing by Sasha Goldshtein · 8 years ago
  32. 3a23760 python: Allow module=None when resolving kernel symbols by Sasha Goldshtein · 8 years ago
  33. 4c6ecb4 Restrict rewrite of unary operators to dereference operator by Paul Chaignon · 8 years ago
  34. 47b74fe Fix bpf_dins_pkt rewrite in BinaryOperator by Paul Chaignon · 8 years ago
  35. 7b35436 Fix long running test_debuginfo and python3 fix by Brenden Blanco · 8 years ago
  36. 1368508 Improve matching of file-backed memory mappings by Mark Drayton · 8 years ago
  37. 3abf7f5 tests: Test debuginfo through debuglink and build-id sections by Sasha Goldshtein · 8 years ago
  38. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  39. 77d5273 Merge pull request #953 from Appdynamics/master by Brenden Blanco · 8 years ago
  40. dacb8ad python3 compat: tracepoint fixes by Brenden Blanco · 8 years ago
  41. bc93238 Fix for test_log_buf to work with python3 by Brenden Blanco · 8 years ago
  42. f487c79 Yanked all libbcc.so tests out of test/lua/test_standalone.sh by Michael Przybylski · 8 years ago
  43. 7fb7bfa Fixed TestUprobes.test_simple_library() in test_uprobes.lua by Michael Przybylski · 8 years ago
  44. 70e2034 Fixed failing test_simple_library() in test_uprobes.py by Michael Przybylski · 8 years ago
  45. 942c9c1 Debian jessie compile/test work in progress. by Michael Przybylski · 8 years ago
  46. fcd936c bcc: add support for lpm trie map type by Huapeng Zhou · 8 years ago
  47. c6aaaed tests: Add test for TP_DATA_LOC_READ_CONST by Sasha Goldshtein · 8 years ago
  48. 8412963 Skip percpu testing on unsupported kernels by Brenden Blanco · 8 years ago
  49. bfc1375 Fix python2/3 incompatible percpu helpers by Brenden Blanco · 8 years ago
  50. 7e78f3a Merge pull request #875 from pchaigno/target-process-library by 4ast · 8 years ago
  51. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago
  52. 81654bf cc: Dynamically allocate memory for library path by Paul Chaignon · 8 years ago
  53. 690b7e6 cc: Resolve library names using loaded libraries by Paul Chaignon · 8 years ago
  54. b0788f2 fix company copyright by Huapeng Zhou · 8 years ago
  55. 35d6ff8 add table type to shared tables by Huapeng Zhou · 8 years ago
  56. 98b9097 support macro in call arguments by Huapeng Zhou · 8 years ago
  57. de11d07 add support for bpf map flags by Huapeng Zhou · 8 years ago
  58. 906af6f Add lru_hash/lru_percpu_hash to python/lua by Huapeng Zhou · 8 years ago
  59. 35c7225 Fixup test errors in clang, c api by Brenden Blanco · 8 years ago
  60. 367234a python: Fix kprobe quota test breakage, add uprobes by Sasha Goldshtein · 8 years ago
  61. 163a73f cc: Support glob+offset format in USDT arguments (#753) by Sasha Goldshtein · 8 years ago
  62. 676f357 src/lua: LuaJIT BPF compiler, examples, tests (#652) by Marek Vavruša · 8 years ago
  63. d19e0cb Fix or hide a few warnings (#695) by Marco Leogrande · 8 years ago
  64. 2dece10 Fix bpf log buffer for large bpf program: (#680) by davidefdl · 8 years ago
  65. 545008a frontends/clang: Safety check for invalid opLoc in ProbeVisitor (#667) by Brenden Blanco · 8 years ago
  66. 3069caa add open_perf_event api for reading perf counters (#643) by Brenden Blanco · 8 years ago
  67. cb679d7 Move open_{kprobes,uprobes,tracepoints} into BPF object by Mark Drayton · 8 years ago
  68. d9c243e tests: Test new tracepoint support by Sasha Goldshtein · 8 years ago
  69. 52cd371 Fix test failure in test_libbcc (#603) by Brenden Blanco · 8 years ago
  70. ab78817 ProcSyms: fix off-by-ones, use binary search to resolve addresses (#594) by Mark Drayton · 8 years ago
  71. 7980933 bcc: Add test for tracepoint support by Sasha Goldshtein · 8 years ago
  72. 6862875 Merge pull request #573 from markdrayton/pid-map by 4ast · 8 years ago
  73. 769edf9 Add support for reading symbols from /tmp/perf-pid.map by Mark Drayton · 8 years ago
  74. 9964bf2 Check for NULL result from bpf_attach_kprobe by Brenden Blanco · 8 years ago
  75. 040df7d cc: Style fixes by Vicent Marti · 8 years ago
  76. 1043645 cc: Better memory handling for USDT probes by Vicent Marti · 8 years ago
  77. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 8 years ago
  78. 051d3e9 lua: Fix tests by Vicent Marti · 8 years ago
  79. eca4783 cc: Wrap the USDT probe context in a C API by Vicent Marti · 8 years ago
  80. 977091e Add check for number of arguments by Brenden Blanco · 8 years ago
  81. 4afa96a cc: introduce helpers to access pt_regs in an arch-independent manner by Naveen N. Rao · 8 years ago
  82. 495604f Make style-check test non-blocking by Brenden Blanco · 8 years ago
  83. 0845567 Merge branch 'master' into bblanco_dev by Brenden Blanco · 8 years ago
  84. 0301dda tests: fix a few tests to use the right register on powerpc by Naveen N. Rao · 8 years ago
  85. 56f2f14 tests: only test arch-specific symbols by Naveen N. Rao · 8 years ago
  86. 1b4f99e Fix errors on python3 by Brenden Blanco · 8 years ago
  87. 4a19522 Add a test for broken nested union clang parsing by Brenden Blanco · 8 years ago
  88. 420cda2 skip include of kernel bpf.h in test, forward declare instead by Brenden Blanco · 8 years ago
  89. 9259841 cc: Finish USDT implementation by Vicent Marti · 8 years ago
  90. 0865f94 usdt: Implement probe resolution [WIP] by Vicent Marti · 8 years ago
  91. 60542d8 usdt: Implement `assign_to_local` by Vicent Marti · 8 years ago
  92. 4fa98ea Add missing license headers by Vicent Marti · 8 years ago
  93. 0721fa5 usdt: Use `optional` to properly handle missing args by Vicent Marti · 8 years ago
  94. 2a52048 Move implementation of USDT::Argument into cc file by Brenden Blanco · 8 years ago
  95. b264f79 cc: Implement USDT argument parsing in C++ by Vicent Marti · 8 years ago
  96. e38286b tests: Port the C API suite to C++/Catch by Vicent Marti · 8 years ago
  97. b93f2c0 cc: Add tests for the C API by Vicent Marti · 8 years ago
  98. 581fc7d Add ctest for style, using clang-format by Brenden Blanco · 8 years ago
  99. 33a3daf Use lookup instead of delete in test_stackid by Brenden Blanco · 9 years ago
  100. 8f412d2 bcc-lua: Add test for standalone `bcc-lua` by Vicent Marti · 9 years ago