1. e8001c3 Fedora 28 support (#1820) by Brenden Blanco · 6 years ago
  2. 5965fdc Merge pull request #1885 from calavera/execsnoop_real_parent by Brendan Gregg · 6 years ago
  3. d46f4f4 Update preconditions for execsnoop. by David Calavera · 6 years ago
  4. b5cadaf fix get_table_offline for percpu hash table by Mauricio Vasquez B · 6 years ago
  5. 1a38140 Merge pull request #1840 from oriolarcas/feature/footer-header by 4ast · 6 years ago
  6. 7d2ad9d Tests for rewrite of dereferences with array accesses by Paul Chaignon · 6 years ago
  7. 8265aca Unify and improve C++'s USDT implementation (#1841) by Teng Qin · 6 years ago
  8. 6070dcb fix verbose output of tools/argdist.py (#1846) by yonghong-song · 6 years ago
  9. 7d4dc8c Bug: removed remaining traces of bpf_get_stackid in license tests by Oriol Arcas · 6 years ago
  10. 162882e Do not use bpf_get_stackid in license tests by Oriol Arcas · 6 years ago
  11. ab5772f Do not allow defining the license from CFLAGS or command line by Oriol Arcas · 6 years ago
  12. 9aab22e Added new footer.h header where BPF_LICENSE is set if not defined by Oriol Arcas · 6 years ago
  13. d17d5a8 Fix external pointer propagation in nested dereferences (#1837) by yonghong-song · 6 years ago
  14. 2458196 avoid probe rewriting of p->m in &(p->m) (#1831) by yonghong-song · 6 years ago
  15. fa7508d Fix nested dereference rewrites (#1835) by Paul Chaignon · 6 years ago
  16. a9f96c0 Recognize context member dereferences despite array accesses (#1828) by Paul Chaignon · 6 years ago
  17. 66d2863 prevent bpf_probe_read MemberExpr rewrite if not rewritable (#1827) by yonghong-song · 6 years ago
  18. fe779f3 Trace external pointers through function returns (#1821) by Paul Chaignon · 6 years ago
  19. eebd485 Fix 20fb64c and skip probe rewriter for bpf_probe_read (#1812) by Paul Chaignon · 6 years ago
  20. cbd28ea Smoke test for tcpdrop by Paul Chaignon · 6 years ago
  21. 20fb64c skip probe rewriter for bpf_probe_read() by Yonghong Song · 6 years ago
  22. 44d3473 Test for external pointer assignment in variable declarations by Paul Chaignon · 6 years ago
  23. 25ab2e5 Merge pull request #1780 from pchaigno/fix-tcplife-smoke-test by yonghong-song · 6 years ago
  24. eda1f5f Fix smoke test for tcplife by Paul Chaignon · 6 years ago
  25. 5529911 Tests for dereferences of pointers to external pointers by Paul Chaignon · 6 years ago
  26. 05b2083 Limit dereference rewriter to tracepoint and kprobes contexts by Paul Chaignon · 6 years ago
  27. ad2d0d9 Trace all external pointers passed through a first map (#1737) by Paul Chaignon · 6 years ago
  28. b341d8f Tests for dereferences of struct with external pointers as members by Paul Chaignon · 6 years ago
  29. a8b4cee Use older skb/kfree_skb tracepoint for tests by Paul Chaignon · 6 years ago
  30. 18c8c14 Tests for detection of external pointers from context argument by Paul Chaignon · 6 years ago
  31. 28b7fff introduce C++ get_syscall_fnname API by Yonghong Song · 6 years ago
  32. 6433569 using get_syscall_fnname to get kprobe func name for tools by Yonghong Song · 6 years ago
  33. 83b49ad introduce new BPF APIs to get kernel syscall entry func name/prefix by Yonghong Song · 6 years ago
  34. c40b5fd fix test_libbcc failure with 4.15. by Yonghong Song · 6 years ago
  35. 63b6e44 Improve clear table API in C++ by Teng Qin · 6 years ago
  36. 2a28a7f cmake: search for iperf3 if there is no iperf by Nirmoy Das · 6 years ago
  37. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  38. d83805d Avoid including common.h in BPFTable.h by Teng Qin · 7 years ago
  39. fafbf3c Do not use perf reader for TRACEPOINT events by Teng Qin · 7 years ago
  40. 6044643 Merge pull request #1603 from netgroup-polito/fix_percpumaps_cc_api by yonghong-song · 7 years ago
  41. 3dbb0db Merge pull request #1599 from gmile/fix-dlinfo by yonghong-song · 7 years ago
  42. 6cd2a9c Do not rely on RTLD_DI_ORIGIN by gmile · 7 years ago
  43. 987c6a6 fix percpu table support in c++ api by Mauricio Vasquez B · 7 years ago
  44. db7b8eb add a BPFModule API to disable rw_engine sscanf/snprintf functions by Yonghong Song · 7 years ago
  45. b2a2053 insert test cases for BPFProgTable by Mauricio Vasquez B · 7 years ago
  46. 42d6098 tools: switch to v2/3 independent bytes usage by Brenden Blanco · 7 years ago
  47. c28f6e8 Fix file desc leak in test_tools_smoke by Brenden Blanco · 7 years ago
  48. 8721814 Add BPF_PROG_ARRAY for BPF_MAP_TYPE_PROG_ARRAY by Gary Lin · 7 years ago
  49. 96354c6 fix map a type parsing issue for export/extern types by Yonghong Song · 7 years ago
  50. ddfaa99 fix flaky test py_test_usdt3 by Yonghong Song · 7 years ago
  51. 37a55b8 usdt: add a test for one probe in both a.out and shared libraries by Yonghong Song · 7 years ago
  52. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  53. adb31b5 Fix incorrect lost_cb type in Python by Teng Qin · 7 years ago
  54. 4a2f221 Merge pull request #1480 from htbegin/bucket_sort_fn by yonghong-song · 7 years ago
  55. 33a5a4b histogram: add a test case for bucket_sort_fn by htbegin · 7 years ago
  56. 7c1c804 Merge pull request #1488 from palmtenor/add_helper by 4ast · 7 years ago
  57. 35771cf Add Perf Event tests by Teng Qin · 7 years ago
  58. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  59. c596f4b Add tests for C++ API Hash table and Stack table by Teng Qin · 7 years ago
  60. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  61. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  62. 7bdd53c Merge pull request #1458 from oliviertilmans/master by yonghong-song · 7 years ago
  63. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  64. c15b5c8 Fix 'test_libbcc' from failing because of ruby by Sandipan Das · 7 years ago
  65. 5ac03dd Fix 'test_libbcc' from failing due to symbol name mismatch by Sandipan Das · 7 years ago
  66. 2c4da18 Add utility for cc tests to read command outputs by Sandipan Das · 7 years ago
  67. a3bfe09 Merge pull request #1444 from sandip4n/update-tools-wakeuptime by Brendan Gregg · 7 years ago
  68. 0bcc36b Fix 'test_tools_smoke' from failing due to 'tools/wakeuptime' by Sandipan Das · 7 years ago
  69. ea20b2a Fix 'test_tools_smoke' from failing due to timeout by Sandipan Das · 7 years ago
  70. 740c407 Merge pull request #1414 from iovisor/yhs_dev by 4ast · 7 years ago
  71. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  72. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  73. f89cb40 Introduce BPF Program Snapshot helper (bps) by Martin KaFai Lau · 7 years ago
  74. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  75. 3c67c2f Merge pull request #1386 from sandip4n/set-sdt-constraint by yonghong-song · 7 years ago
  76. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  77. 253b27d Update USDT argument constraint for powerpc and powerpc64 by Sandipan Das · 7 years ago
  78. 38dfff6 Set USDT argument constraint for all architectures by Sandipan Das · 7 years ago
  79. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  80. c5ca2a6 Traces external pointers in parenthesized expressions by Paul Chaignon · 7 years ago
  81. f86f053 Add powerpc64 support for some USDT related tests by Sandipan Das · 7 years ago
  82. 649e7f0 BCC macro for the creation of LPM trie maps (#1359) by Paul Chaignon · 7 years ago
  83. ac5c03c Add a generic utility to check any binary availability by Sandipan Das · 7 years ago
  84. 5006054 Fix freezing of 'test_brb' and 'test_brb2' if netperf is not found by Sandipan Das · 7 years ago
  85. 7db182b Merge pull request #1356 from sandip4n/fix-test-debuginfo by yonghong-song · 7 years ago
  86. d06b438 Fix 'test_debuginfo' from failing if a symbol has multiple aliases by Sandipan Das · 7 years ago
  87. ceff3e0 nfsdist tool (#1347) by samuelnair · 7 years ago
  88. 166bf0f nfsslower: trace slow NFS operations by samuelnair · 7 years ago
  89. 86bcc27 Fix compile errors with ENABLE_USDT=Off by Brenden Blanco · 7 years ago
  90. 7fef695 Add c-library only option by Brenden Blanco · 7 years ago
  91. 71fc3d5 move api and create dependent option by Brenden Blanco · 7 years ago
  92. 574c3eb Test case for incomplete types by Paul Chaignon · 7 years ago
  93. 719e100 Trace external pointers from helpers by Paul Chaignon · 7 years ago
  94. 0ba1507 permit multiple pids attaching to the same probe by Yonghong Song · 7 years ago
  95. 2c1799c memleak: expand allocator coverage (#1214) by Rinat Ibragimov · 7 years ago
  96. b4691fb Add USDT sample (#1229) by bveldhoen · 7 years ago
  97. 555b45e Added helpers for BPF_PERCPU_ARRAY (#1230) by Romain · 7 years ago
  98. 1ffe18f test: python3 fix for test_uprobes (#1228) by Brenden Blanco · 7 years ago
  99. 341a363 Add probe result verification for usdt unit test by Yonghong Song · 7 years ago
  100. 505c110 Add a python test for usdt by Yonghong Song · 7 years ago