1. ca4ba55 start adding -e/--ebpf option to the python tools/ scripts by Nathan Scott · 7 years ago
  2. d10c642 correct error reporting on python text compilation by Nathan Scott · 7 years ago
  3. 3763380 Merge pull request #1529 from iovisor/yhs_dev by 4ast · 7 years ago
  4. 19c8459 Merge pull request #1524 from iovisor/yhs_dev by 4ast · 7 years ago
  5. 0c405db Merge pull request #1526 from luciang/master by yonghong-song · 7 years ago
  6. 37a55b8 usdt: add a test for one probe in both a.out and shared libraries by Yonghong Song · 7 years ago
  7. fead16a usdt: permit to enable probes from a pid and a particular binary by Yonghong Song · 7 years ago
  8. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  9. 5426ef2 tools: syscount: add --errno=EPERM filter by Lucian Adrian Grijincu · 7 years ago
  10. bf2a811 usdt: ignore location with incorrect probe virtual address by Yonghong Song · 7 years ago
  11. fe86aee Merge pull request #1523 from lcp/docs-xdp-adjust-meta by yonghong-song · 7 years ago
  12. f654c79 Merge pull request #1518 from liu-song-6/perf_event_open_v02 by yonghong-song · 7 years ago
  13. 8eae755 Add new bpf_xdp_adjust_meta to docs/kernel-versions.md by Gary Lin · 7 years ago
  14. 0e9ed20 bcc: Try use new API to create [k,u]probe with perf_event_open by Song Liu · 7 years ago
  15. f180ea1 bcc: add functions to use new [k,u]probe API by Song Liu · 7 years ago
  16. 3558d5a Merge pull request #1522 from palmtenor/buf_size by yonghong-song · 7 years ago
  17. be578b7 Increase bpf_attach_tracing_event buffer size by Teng Qin · 7 years ago
  18. 956a983 Merge pull request #1483 from kinvolk/iaguis/fix-tcptracer-old-kernels by yonghong-song · 7 years ago
  19. 2d45e02 Merge pull request #1517 from iovisor/yhs_dev by 4ast · 7 years ago
  20. 0cfd665 fix a verifier failure by Yonghong Song · 7 years ago
  21. 20f1fda Merge pull request #1514 from iovisor/yhs_dev by 4ast · 7 years ago
  22. d827155 sync bpf compat headers with latest net-next by Yonghong Song · 7 years ago
  23. 484e525 Merge pull request #1510 from iovisor/yhs_dev by 4ast · 7 years ago
  24. ffa47e6 fix runqlen.py with 4.15 kernel by Yonghong Song · 7 years ago
  25. 82ef5a0 Merge pull request #1508 from brendangregg/master by yonghong-song · 7 years ago
  26. efa6ee9 add BPF.tracepoint_exists() by Brendan Gregg · 7 years ago
  27. e023bc8 tcplife: add tcp:tcp_set_state tracepoint support by Brendan Gregg · 7 years ago
  28. bbfd6ea Merge pull request #1505 from iovisor/yhs_dev by 4ast · 7 years ago
  29. c0d1694 fix a compilation error with latest llvm/clang trunk by Yonghong Song · 7 years ago
  30. bb3e873 Merge pull request #1504 from samofatov/master by yonghong-song · 7 years ago
  31. b44d705 Merge pull request #1503 from iovisor/yhs_dev by 4ast · 7 years ago
  32. c5308e9 CentOS 6 support by nikolay.samofatov · 7 years ago
  33. bd7fa55 fix build issue for llvm 5.0.1 by Yonghong Song · 7 years ago
  34. 4e04c94 Merge pull request #1489 from r4f4/fix-ucalls-py3 by yonghong-song · 7 years ago
  35. 1eee853 Merge pull request #1497 from palmtenor/fix_python by yonghong-song · 7 years ago
  36. adb31b5 Fix incorrect lost_cb type in Python by Teng Qin · 7 years ago
  37. 25be6bb Merge pull request #1496 from palmtenor/fix_lost by yonghong-song · 7 years ago
  38. b7bbd04 Add cb_cookie to perf_reader_lost_cb by Teng Qin · 7 years ago
  39. d271f3e Fix lost count in perf_reader by Teng Qin · 7 years ago
  40. 73b5401 add way to debug generated BPF code (#1494) by Brendan Gregg · 7 years ago
  41. c8177e9 Merge pull request #1419 from runejuhl/fix-cachetop-getpwuid by Brendan Gregg · 7 years ago
  42. cf378e2 Merge pull request #1131 from cherusk/retrans_sum by Brendan Gregg · 7 years ago
  43. 4a2f221 Merge pull request #1480 from htbegin/bucket_sort_fn by yonghong-song · 7 years ago
  44. e1a743e Merge pull request #1491 from palmtenor/trace_py by yonghong-song · 7 years ago
  45. 33a5a4b histogram: add a test case for bucket_sort_fn by htbegin · 7 years ago
  46. c200b6c Add --print_cpu option to trace.py by Teng Qin · 7 years ago
  47. 1a322d5 Improve trace.py print format by Teng Qin · 7 years ago
  48. 569461d Merge pull request #1485 from iovisor/yhs_dev by 4ast · 7 years ago
  49. 7c1c804 Merge pull request #1488 from palmtenor/add_helper by 4ast · 7 years ago
  50. 120ac96 Merge pull request #1490 from palmtenor/clean_api by 4ast · 7 years ago
  51. 2aa3c0b Merge pull request #1487 from oktopuz/master by 4ast · 7 years ago
  52. 35771cf Add Perf Event tests by Teng Qin · 7 years ago
  53. d3b9d6a Clean C++ interface arguments for tracing events by Teng Qin · 7 years ago
  54. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  55. b68e67b Clean libbpf interface arguments for tracing events by Teng Qin · 7 years ago
  56. 4186f5e Add new bpf_perf_{event|prog}_read_value helpers implementation by Teng Qin · 7 years ago
  57. 99978d2 Fix perf event API implementations by Teng Qin · 7 years ago
  58. 99d1468 ucalls: convert bytes to str by Rafael Fonseca · 7 years ago
  59. bebb9c8 Merge pull request #1486 from palmtenor/clear_table by 4ast · 7 years ago
  60. c596f4b Add tests for C++ API Hash table and Stack table by Teng Qin · 7 years ago
  61. 1e9467f tcpretrans: extend for counting by Matthias Tafelmeier · 7 years ago
  62. 0606c45 Building from source on Ubuntu Trusty requires the cmake3 package to be installed by Alexander Dudko · 7 years ago
  63. f4470dc add examples for including additional header files by Yonghong Song · 7 years ago
  64. c7417dc Add C++ helper to clear BPF tables by Teng Qin · 7 years ago
  65. e5db52b Merge pull request #1484 from iovisor/yhs_dev by 4ast · 7 years ago
  66. 926d667 tcptracer: initialize skc_net variable by Iago López Galeiras · 7 years ago
  67. b384b76 Merge pull request #1481 from htbegin/execsnoop_fix by Brendan Gregg · 7 years ago
  68. 2faf060 Merge pull request #1474 from iovisor/yhs_dev by 4ast · 7 years ago
  69. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  70. a83e278 histogram: support sorting bucket before dumping table by htbegin · 7 years ago
  71. 3c399da execsnoop: fix the prototype for kprobe__sys_execve by htbegin · 7 years ago
  72. 34b3c10 Merge pull request #1475 from palmtenor/log_print by yonghong-song · 7 years ago
  73. c669257 Do not print to stderr if user specified log buffer by Teng Qin · 7 years ago
  74. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  75. bf1a54c Merge pull request #1473 from iovisor/yhs_dev by 4ast · 7 years ago
  76. 81b935d sync compat headers with latest net-next by Yonghong Song · 7 years ago
  77. 928c7bd Merge pull request #1467 from iovisor/install-md-update by yonghong-song · 7 years ago
  78. e25bf21 install.md: use iovisor.org hosted link to netperf rpm by Brenden Blanco · 7 years ago
  79. 1d0e209 Update INSTALL instructions for binary packages by Brenden Blanco · 7 years ago
  80. 9634a00 Prepare debian changelog for v0.5.0 tag by Brenden Blanco · 7 years ago
  81. bd3d134 python: Avoid unnecessary pointer object creations by Olivier Tilmans · 7 years ago
  82. 7bdd53c Merge pull request #1458 from oliviertilmans/master by yonghong-song · 7 years ago
  83. 65c2352 Merge pull request #1457 from palmtenor/loader by yonghong-song · 7 years ago
  84. c32b845 hardirqs: add --count for event counts (#1460) by Brendan Gregg · 7 years ago
  85. 58b63ff Merge pull request #1450 from sandip4n/fix-test-libbcc by yonghong-song · 7 years ago
  86. 392267f Merge pull request #1456 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  87. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  88. 5941f2b Do not keep Loader instances around by Teng Qin · 7 years ago
  89. 54d30b1 man/bps: Add a man page for introspection/bps.c by Martin KaFai Lau · 7 years ago
  90. 977d064 Merge pull request #1451 from oliviertilmans/master by yonghong-song · 7 years ago
  91. a2ea722 Merge pull request #1455 from iovisor/yhs_dev by 4ast · 7 years ago
  92. fbe1b32 force linking the whole api-static library into shared library by Yonghong Song · 7 years ago
  93. 8cf1ff5 Merge pull request #1453 from bobrik/patch-2 by yonghong-song · 7 years ago
  94. 830d58d libbpf: Support unbound raw socket creation by Olivier Tilmans · 7 years ago
  95. f3bd860 Merge pull request #1452 from bobrik/patch-1 by yonghong-song · 7 years ago
  96. 525f3e9 funcslower: add a note about nested calls by Ivan Babrou · 7 years ago
  97. 95c20b0 funcslower: fix missing tgid when filtering by pid by Ivan Babrou · 7 years ago
  98. 1af99d4 Fix dns_matching example by Olivier Tilmans · 7 years ago
  99. 61bc92a Update info about Ubuntu Xenial in INSTALL.md by Lukasz Dorau · 7 years ago
  100. dee8f8f Merge pull request #1448 from palmtenor/hw_cache_events by 4ast · 7 years ago