1. 1a322d5 Improve trace.py print format by Teng Qin · 7 years ago
  2. 569461d Merge pull request #1485 from iovisor/yhs_dev by 4ast · 7 years ago
  3. 7c1c804 Merge pull request #1488 from palmtenor/add_helper by 4ast · 7 years ago
  4. 120ac96 Merge pull request #1490 from palmtenor/clean_api by 4ast · 7 years ago
  5. 2aa3c0b Merge pull request #1487 from oktopuz/master by 4ast · 7 years ago
  6. 35771cf Add Perf Event tests by Teng Qin · 7 years ago
  7. d3b9d6a Clean C++ interface arguments for tracing events by Teng Qin · 7 years ago
  8. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  9. b68e67b Clean libbpf interface arguments for tracing events by Teng Qin · 7 years ago
  10. 4186f5e Add new bpf_perf_{event|prog}_read_value helpers implementation by Teng Qin · 7 years ago
  11. 99978d2 Fix perf event API implementations by Teng Qin · 7 years ago
  12. bebb9c8 Merge pull request #1486 from palmtenor/clear_table by 4ast · 7 years ago
  13. c596f4b Add tests for C++ API Hash table and Stack table by Teng Qin · 7 years ago
  14. 0606c45 Building from source on Ubuntu Trusty requires the cmake3 package to be installed by Alexander Dudko · 7 years ago
  15. f4470dc add examples for including additional header files by Yonghong Song · 7 years ago
  16. c7417dc Add C++ helper to clear BPF tables by Teng Qin · 7 years ago
  17. e5db52b Merge pull request #1484 from iovisor/yhs_dev by 4ast · 7 years ago
  18. b384b76 Merge pull request #1481 from htbegin/execsnoop_fix by Brendan Gregg · 7 years ago
  19. 2faf060 Merge pull request #1474 from iovisor/yhs_dev by 4ast · 7 years ago
  20. b32b4a5 add padding to the end of structure by Yonghong Song · 7 years ago
  21. 3c399da execsnoop: fix the prototype for kprobe__sys_execve by htbegin · 7 years ago
  22. 34b3c10 Merge pull request #1475 from palmtenor/log_print by yonghong-song · 7 years ago
  23. c669257 Do not print to stderr if user specified log buffer by Teng Qin · 7 years ago
  24. 538a84e provide padded structure for table_{key|leaf}_desc API by Yonghong Song · 7 years ago
  25. bf1a54c Merge pull request #1473 from iovisor/yhs_dev by 4ast · 7 years ago
  26. 81b935d sync compat headers with latest net-next by Yonghong Song · 7 years ago
  27. 928c7bd Merge pull request #1467 from iovisor/install-md-update by yonghong-song · 7 years ago
  28. e25bf21 install.md: use iovisor.org hosted link to netperf rpm by Brenden Blanco · 7 years ago
  29. 1d0e209 Update INSTALL instructions for binary packages by Brenden Blanco · 7 years ago
  30. 9634a00 Prepare debian changelog for v0.5.0 tag by Brenden Blanco · 7 years ago
  31. bd3d134 python: Avoid unnecessary pointer object creations by Olivier Tilmans · 7 years ago
  32. 7bdd53c Merge pull request #1458 from oliviertilmans/master by yonghong-song · 7 years ago
  33. 65c2352 Merge pull request #1457 from palmtenor/loader by yonghong-song · 7 years ago
  34. c32b845 hardirqs: add --count for event counts (#1460) by Brendan Gregg · 7 years ago
  35. 58b63ff Merge pull request #1450 from sandip4n/fix-test-libbcc by yonghong-song · 7 years ago
  36. 392267f Merge pull request #1456 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  37. a1962c6 python: make _decode_table_types aware of __int128 by Olivier Tilmans · 7 years ago
  38. 5941f2b Do not keep Loader instances around by Teng Qin · 7 years ago
  39. 54d30b1 man/bps: Add a man page for introspection/bps.c by Martin KaFai Lau · 7 years ago
  40. 977d064 Merge pull request #1451 from oliviertilmans/master by yonghong-song · 7 years ago
  41. a2ea722 Merge pull request #1455 from iovisor/yhs_dev by 4ast · 7 years ago
  42. fbe1b32 force linking the whole api-static library into shared library by Yonghong Song · 7 years ago
  43. 8cf1ff5 Merge pull request #1453 from bobrik/patch-2 by yonghong-song · 7 years ago
  44. 830d58d libbpf: Support unbound raw socket creation by Olivier Tilmans · 7 years ago
  45. f3bd860 Merge pull request #1452 from bobrik/patch-1 by yonghong-song · 7 years ago
  46. 525f3e9 funcslower: add a note about nested calls by Ivan Babrou · 7 years ago
  47. 95c20b0 funcslower: fix missing tgid when filtering by pid by Ivan Babrou · 7 years ago
  48. 1af99d4 Fix dns_matching example by Olivier Tilmans · 7 years ago
  49. 61bc92a Update info about Ubuntu Xenial in INSTALL.md by Lukasz Dorau · 7 years ago
  50. dee8f8f Merge pull request #1448 from palmtenor/hw_cache_events by 4ast · 7 years ago
  51. 01b07ba Update perf event type and config checks by Teng Qin · 7 years ago
  52. 10f3f22 Merge pull request #1447 from yadutaf/fix-solisten by yonghong-song · 7 years ago
  53. c15b5c8 Fix 'test_libbcc' from failing because of ruby by Sandipan Das · 7 years ago
  54. 5ac03dd Fix 'test_libbcc' from failing due to symbol name mismatch by Sandipan Das · 7 years ago
  55. 2c4da18 Add utility for cc tests to read command outputs by Sandipan Das · 7 years ago
  56. 6e2eaf8 solisten: fix address endianness by Jean-Tiare Le Bigot · 7 years ago
  57. ed5c381 solisten: mask clang warnings in inet_sock.h by Jean-Tiare Le Bigot · 7 years ago
  58. a3bfe09 Merge pull request #1444 from sandip4n/update-tools-wakeuptime by Brendan Gregg · 7 years ago
  59. ab01e24 Move original 'tools/wakeuptime' to old tools by Sandipan Das · 7 years ago
  60. 958bd4e Update 'tools/wakeuptime' documentation by Sandipan Das · 7 years ago
  61. 0bcc36b Fix 'test_tools_smoke' from failing due to 'tools/wakeuptime' by Sandipan Das · 7 years ago
  62. b760453 Merge pull request #1445 from sandip4n/fix-test-tools-smoke by yonghong-song · 7 years ago
  63. 3edb453 Make 'tools/wakeuptime' use an offcpu filter by Sandipan Das · 7 years ago
  64. ea20b2a Fix 'test_tools_smoke' from failing due to timeout by Sandipan Das · 7 years ago
  65. 2c2d46f Make 'tools/wakeuptime' use stack maps by Sandipan Das · 7 years ago
  66. 0342ef5 Merge pull request #1443 from iovisor/yhs_dev by 4ast · 7 years ago
  67. e86b017 use user-provided log_level in bpf_prog_load by Yonghong Song · 7 years ago
  68. 5e86c13 Merge pull request #1442 from palmtenor/enum_header by 4ast · 7 years ago
  69. 73e2f2d Move BCC debug options to an installed header file by Teng Qin · 7 years ago
  70. 94d15bc change frontend rewriter to better handle anonymous struct/union by Yonghong Song · 7 years ago
  71. 1d0f292 bpf: use MCJIT explicitly for ExecutionEngine by Gary Lin · 7 years ago
  72. 06c0528 Merge pull request #1436 from palmtenor/loglevel by 4ast · 7 years ago
  73. de258ba Add flag to enable verifier log_level 2 by Teng Qin · 7 years ago
  74. 2d33f35 Merge pull request #1433 from palmtenor/logmsg by 4ast · 7 years ago
  75. eea5528 Use bpf_prog_load_flag in APIs by Teng Qin · 7 years ago
  76. 797669f Refactor log message handling when loading program by Teng Qin · 7 years ago
  77. 447ad50 Merge pull request #1418 from zoidbergwill/master by 4ast · 7 years ago
  78. 44ad8a1 Always use spaces in C in the tutorial by William Stewart · 7 years ago
  79. 6fc8d15 fix clang frontend issues for fc26 by Yonghong Song · 7 years ago
  80. a9a5ff7 Merge pull request #1425 from palmtenor/fixmodule by yonghong-song · 7 years ago
  81. 8c0e4b9 Merge pull request #1130 from cherusk/master by 4ast · 7 years ago
  82. 1df0f88 Fix Module display for unreadable Modules by Teng Qin · 7 years ago
  83. f609af2 Add soname to libbpf.so by Rafael Fonseca · 7 years ago
  84. bc5791c Merge pull request #1424 from palmtenor/bps by yonghong-song · 7 years ago
  85. d77a41b Fix compilation issue in bps by Teng Qin · 7 years ago
  86. ee433d4 Merge pull request #1383 from pchaigno/pep8 by 4ast · 7 years ago
  87. fab43ed Merge pull request #1417 from iovisor/yhs_dev by 4ast · 7 years ago
  88. 740c407 Merge pull request #1414 from iovisor/yhs_dev by 4ast · 7 years ago
  89. 16f201f Merge pull request #1384 from pchaigno/fix-mdflush-linux-4.14 by yonghong-song · 7 years ago
  90. 6e45749 Merge pull request #1285 from pchaigno/track-external-pointers-maps by yonghong-song · 7 years ago
  91. 6b511bd Merge pull request #1413 from r4f4/fix-exception-py3 by yonghong-song · 7 years ago
  92. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  93. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  94. 6be6e2c Fix exception handling in python3 by Rafael Fonseca · 7 years ago
  95. e67cb56 Merge BType, Map, and Probe Consumers by Paul Chaignon · 7 years ago
  96. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  97. fbbe6d6 Merge pull request #1393 from pchaigno/handle-epipe by 4ast · 7 years ago
  98. 1e7dc39 Merge pull request #1411 from iovisor/yhs_dev by 4ast · 7 years ago
  99. 3d51c0f Merge pull request #1405 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  100. f89cb40 Introduce BPF Program Snapshot helper (bps) by Martin KaFai Lau · 7 years ago