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