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