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