1. b5cadaf fix get_table_offline for percpu hash table by Mauricio Vasquez B · 6 years ago
  2. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  3. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 7 years ago
  4. c40b5fd fix test_libbcc failure with 4.15. by Yonghong Song · 7 years ago
  5. 63b6e44 Improve clear table API in C++ by Teng Qin · 7 years ago
  6. d83805d Avoid including common.h in BPFTable.h by Teng Qin · 7 years ago
  7. 6044643 Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api by yonghong-song · 7 years ago
  8. 3dbb0db Merge pull request #1599 from gmile/fix-dlinfo by yonghong-song · 7 years ago
  9. 6cd2a9c Do not rely on RTLD_DI_ORIGIN by gmile · 7 years ago
  10. 987c6a6 fix percpu table support in c++ api by Mauricio Vasquez B · 7 years ago
  11. db7b8eb add a BPFModule API to disable rw_engine sscanf/snprintf functions by Yonghong Song · 7 years ago
  12. b2a2053 insert test cases for BPFProgTable by Mauricio Vasquez B · 7 years ago
  13. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  14. 35771cf Add Perf Event tests by Teng Qin · 7 years ago
  15. c596f4b Add tests for C++ API Hash table and Stack table by Teng Qin · 7 years ago
  16. c15b5c8 Fix 'test_libbcc' from failing because of ruby by Sandipan Das · 7 years ago
  17. 5ac03dd Fix 'test_libbcc' from failing due to symbol name mismatch by Sandipan Das · 7 years ago
  18. 2c4da18 Add utility for cc tests to read command outputs by Sandipan Das · 7 years ago
  19. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  20. f86f053 Add powerpc64 support for some USDT related tests by Sandipan Das · 7 years ago
  21. 86bcc27 Fix compile errors with ENABLE_USDT=Off by Brenden Blanco · 7 years ago
  22. 71fc3d5 move api and create dependent option by Brenden Blanco · 7 years ago
  23. 89d901c Use bcc_symbol_option in ProcSyms by Teng Qin · 7 years ago
  24. aff6ce7 Use bcc_symbol_option in bcc_resolve_symname by Teng Qin · 7 years ago
  25. e0f347a Use bpf_get_first_key in C++ API by Teng Qin · 7 years ago
  26. 3bfc877 Use ProcMountNSGuard to manage mount namespace by Teng Qin · 8 years ago
  27. 8e688f8 allow accesing table using strings by Mauricio Vasquez B · 8 years ago
  28. 0f3787f cc: add support for array table by Mauricio Vasquez B · 8 years ago
  29. 089ad4c cc: extend c++ api for hash table by Mauricio Vasquez B · 8 years ago
  30. 4bb6d7f u* tools: automatically detect the language (#1067) by Paul Chaignon · 8 years ago
  31. 4b87af0 bcc container improvements (#1051) by kmjohansen · 8 years ago
  32. 1368508 Improve matching of file-backed memory mappings by Mark Drayton · 8 years ago
  33. 8698bdb Support base + index * scale addressing for USDT arguments by Sasha Goldshtein · 8 years ago
  34. 7e78f3a Merge pull request #875 from pchaigno/target-process-library by 4ast · 8 years ago
  35. 7e0784d fix iteration over CPUs by Andreas Gerstmayr · 8 years ago
  36. 81654bf cc: Dynamically allocate memory for library path by Paul Chaignon · 8 years ago
  37. 690b7e6 cc: Resolve library names using loaded libraries by Paul Chaignon · 8 years ago
  38. 35c7225 Fixup test errors in clang, c api by Brenden Blanco · 8 years ago
  39. 163a73f cc: Support glob+offset format in USDT arguments (#753) by Sasha Goldshtein · 8 years ago
  40. d19e0cb Fix or hide a few warnings (#695) by Marco Leogrande · 8 years ago
  41. 52cd371 Fix test failure in test_libbcc (#603) by Brenden Blanco · 8 years ago
  42. ab78817 ProcSyms: fix off-by-ones, use binary search to resolve addresses (#594) by Mark Drayton · 8 years ago
  43. 769edf9 Add support for reading symbols from /tmp/perf-pid.map by Mark Drayton · 8 years ago
  44. 040df7d cc: Style fixes by Vicent Marti · 9 years ago
  45. 1043645 cc: Better memory handling for USDT probes by Vicent Marti · 9 years ago
  46. 4ea4af4 usdt: Implement `bpf_usdt_readarg` as frontend action by Vicent Marti · 9 years ago
  47. eca4783 cc: Wrap the USDT probe context in a C API by Vicent Marti · 9 years ago
  48. 56f2f14 tests: only test arch-specific symbols by Naveen N. Rao · 9 years ago
  49. 9259841 cc: Finish USDT implementation by Vicent Marti · 9 years ago
  50. 0865f94 usdt: Implement probe resolution [WIP] by Vicent Marti · 9 years ago
  51. 60542d8 usdt: Implement `assign_to_local` by Vicent Marti · 9 years ago
  52. 4fa98ea Add missing license headers by Vicent Marti · 9 years ago
  53. 0721fa5 usdt: Use `optional` to properly handle missing args by Vicent Marti · 9 years ago
  54. 2a52048 Move implementation of USDT::Argument into cc file by Brenden Blanco · 9 years ago
  55. b264f79 cc: Implement USDT argument parsing in C++ by Vicent Marti · 9 years ago
  56. e38286b tests: Port the C API suite to C++/Catch by Vicent Marti · 9 years ago
  57. b93f2c0 cc: Add tests for the C API by Vicent Marti · 9 years ago
  58. 5ae15dc Add libbcc.a compilation and test binary by Brenden Blanco · 9 years ago
  59. fb9cd64 Move python tests to tests/python by Brenden Blanco · 9 years ago
  60. e90129a Enforce limit of 1000 open [uk]probes by Brenden Blanco · 9 years ago
  61. 0dd2441 Fix breakage in open_perf_buffer by Brenden Blanco · 9 years ago
  62. f7767b5 Support native integer indexing in table.Array type by Brenden Blanco · 9 years ago
  63. 3935409 Support array and pointer types in scanf generated function by Brenden Blanco · 9 years ago
  64. 856b177 Fix segfault in ~BPFModule on syntax error by Brenden Blanco · 9 years ago
  65. 7468195 Fixes for address calculation by Brenden Blanco · 9 years ago
  66. 948cefe Add python support for attaching bpf programs to uprobes by Brenden Blanco · 9 years ago
  67. ab81ef2 Rename BPF_EXPORT to BPF_TABLE_PUBLIC by Brenden Blanco · 9 years ago
  68. 9358850 Add ability to set custom cflags when loading programs by Brenden Blanco · 9 years ago
  69. fe88e5a Improve json type support for misc struct/union types by Brenden Blanco · 9 years ago
  70. 5820f47 Fixup broken symlink tests/cc/simulation.py by Brenden Blanco · 9 years ago
  71. 80667b7 Fix unary operator handling of probe reads with parens by Brenden Blanco · 9 years ago
  72. 7cabfe9 Fix an uninitialized variable access in test_clang by Yonghong Song · 9 years ago
  73. 14915e0 Support iterating from a 0-filled table key by Brenden Blanco · 9 years ago
  74. c48ab4b Don't treat fundamentally typed args as needing probe_read by Brenden Blanco · 9 years ago
  75. 74adb73 Mask function calls from influencing probe_read by Brenden Blanco · 9 years ago
  76. 8207d10 Add ability to consume perf events in python by Brenden Blanco · 9 years ago
  77. 6ceb251 A more suitable function mame by Suchakra Sharma · 9 years ago
  78. 0bde502 Merge branch 'master' into open_probes by Suchakra Sharma · 9 years ago
  79. 416613a Helper to get open k[ret]probes. Fixes #236 by Suchakra Sharma · 9 years ago
  80. 6255f1f Add support for char[N] as a histogram key by Brenden Blanco · 9 years ago
  81. f0b15c4 Add BPF_HISTOGRAM type and print support by Brenden Blanco · 9 years ago
  82. 05f60a8 Add a better test case for nested probe reads by Brenden Blanco · 9 years ago
  83. 8ed57a2 Add support for static helper functions by Brenden Blanco · 9 years ago
  84. 9518e74 Fix probe reads on char[] types by Brenden Blanco · 9 years ago
  85. 70fa0a1 Translate multiple pointer dereference into bpr_probe_read by Brenden Blanco · 9 years ago
  86. b411117 Change test_xlate1 to use act_bpf instead of cls_bpf by Brenden Blanco · 9 years ago
  87. 7e71aef Improve coverage for kprobe event_re by Brenden Blanco · 9 years ago
  88. 3c4a29c Fix the inline replace of kprobe args by Brenden Blanco · 9 years ago
  89. 7b9e5f1 Add BPF_HASH macro with variadic arguments by Brenden Blanco · 9 years ago
  90. 6364047 The use of schedule+<offset> was unstable, remove it by Brenden Blanco · 9 years ago
  91. c35989d Rename python module name to 'bcc' from 'bpf' by Brenden Blanco · 9 years ago
  92. b71f9fa test_trace4 is unreliable, use a different test regex by Brenden Blanco · 9 years ago
  93. 5a888c7 Add regex support to attach_k[ret]probe by Brenden Blanco · 9 years ago
  94. 4f74646 Add test case for clearing of maps from python by Brenden Blanco · 9 years ago
  95. 5eef65e Change API of attach_kprobe to take a name argument by Brenden Blanco · 9 years ago
  96. 6e64585 Merge pull request #128 from iovisor/weichunc_dev by Brenden Blanco · 9 years ago
  97. cb41b2b test_brb2: only account for IP and ARP packets by Wei-Chun Chao · 9 years ago
  98. 2582ecf Add testing for scanf/printf in python, deprecate table_update by Brenden Blanco · 9 years ago
  99. a328d23 Support nested rewrite of trace arguments in bpf_trace_printk by Brenden Blanco · 9 years ago
  100. dfcdf0a Fix recursive loop in parsing pointer to self struct by Brenden Blanco · 9 years ago