1. ab01e24 Move original 'tools/wakeuptime' to old tools by Sandipan Das · 7 years ago
  2. 958bd4e Update 'tools/wakeuptime' documentation by Sandipan Das · 7 years ago
  3. 0bcc36b Fix 'test_tools_smoke' from failing due to 'tools/wakeuptime' by Sandipan Das · 7 years ago
  4. 3edb453 Make 'tools/wakeuptime' use an offcpu filter by Sandipan Das · 7 years ago
  5. 2c2d46f Make 'tools/wakeuptime' use stack maps by Sandipan Das · 7 years ago
  6. 0342ef5 Merge pull request #1443 from iovisor/yhs_dev by 4ast · 7 years ago
  7. e86b017 use user-provided log_level in bpf_prog_load by Yonghong Song · 7 years ago
  8. 5e86c13 Merge pull request #1442 from palmtenor/enum_header by 4ast · 7 years ago
  9. 73e2f2d Move BCC debug options to an installed header file by Teng Qin · 7 years ago
  10. 94d15bc change frontend rewriter to better handle anonymous struct/union by Yonghong Song · 7 years ago
  11. 1d0f292 bpf: use MCJIT explicitly for ExecutionEngine by Gary Lin · 7 years ago
  12. 06c0528 Merge pull request #1436 from palmtenor/loglevel by 4ast · 7 years ago
  13. de258ba Add flag to enable verifier log_level 2 by Teng Qin · 7 years ago
  14. 2d33f35 Merge pull request #1433 from palmtenor/logmsg by 4ast · 7 years ago
  15. eea5528 Use bpf_prog_load_flag in APIs by Teng Qin · 7 years ago
  16. 797669f Refactor log message handling when loading program by Teng Qin · 7 years ago
  17. 447ad50 Merge pull request #1418 from zoidbergwill/master by 4ast · 7 years ago
  18. 44ad8a1 Always use spaces in C in the tutorial by William Stewart · 7 years ago
  19. 6fc8d15 fix clang frontend issues for fc26 by Yonghong Song · 7 years ago
  20. a9a5ff7 Merge pull request #1425 from palmtenor/fixmodule by yonghong-song · 7 years ago
  21. 8c0e4b9 Merge pull request #1130 from cherusk/master by 4ast · 7 years ago
  22. 1df0f88 Fix Module display for unreadable Modules by Teng Qin · 7 years ago
  23. f609af2 Add soname to libbpf.so by Rafael Fonseca · 7 years ago
  24. bc5791c Merge pull request #1424 from palmtenor/bps by yonghong-song · 7 years ago
  25. d77a41b Fix compilation issue in bps by Teng Qin · 7 years ago
  26. ee433d4 Merge pull request #1383 from pchaigno/pep8 by 4ast · 7 years ago
  27. fab43ed Merge pull request #1417 from iovisor/yhs_dev by 4ast · 7 years ago
  28. 740c407 Merge pull request #1414 from iovisor/yhs_dev by 4ast · 7 years ago
  29. 16f201f Merge pull request #1384 from pchaigno/fix-mdflush-linux-4.14 by yonghong-song · 7 years ago
  30. 6e45749 Merge pull request #1285 from pchaigno/track-external-pointers-maps by yonghong-song · 7 years ago
  31. 6b511bd Merge pull request #1413 from r4f4/fix-exception-py3 by yonghong-song · 7 years ago
  32. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  33. c2d9880 Add usdt support for ARM64 by Yonghong Song · 7 years ago
  34. 6be6e2c Fix exception handling in python3 by Rafael Fonseca · 7 years ago
  35. e67cb56 Merge BType, Map, and Probe Consumers by Paul Chaignon · 7 years ago
  36. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  37. fbbe6d6 Merge pull request #1393 from pchaigno/handle-epipe by 4ast · 7 years ago
  38. 1e7dc39 Merge pull request #1411 from iovisor/yhs_dev by 4ast · 7 years ago
  39. 3d51c0f Merge pull request #1405 from iamkafai/kafai_dev by yonghong-song · 7 years ago
  40. f89cb40 Introduce BPF Program Snapshot helper (bps) by Martin KaFai Lau · 7 years ago
  41. 3c24ad9 Add a few introspection helpers by Martin KaFai Lau · 7 years ago
  42. df36816 bpf: Add support for prog_name and map_name by Martin KaFai Lau · 7 years ago
  43. ae194a1 Merge pull request #1408 from afiskon/master by yonghong-song · 7 years ago
  44. 7abe63a bpf: fix a couple of issues related to arm64 by Yonghong Song · 7 years ago
  45. 3ffc80e mdflush: fix for Linux 4.14 by Paul Chaignon · 7 years ago
  46. 4a950bf Explain possible reason of an error in scripts that rely on /proc/kallsyms (fixes #1391) by Aleksander Alekseev · 7 years ago
  47. 3aa8bf4 Merge remote-tracking branch 'origin/master' into iamkafai by Martin KaFai Lau · 7 years ago
  48. 648554d Prepare debian changelog for v0.4.0 tag by Brenden Blanco · 7 years ago
  49. d2786b6 Merge pull request #1401 from iovisor/yhs_dev by 4ast · 7 years ago
  50. bc3c1e4 Merge pull request #1398 from sandip4n/fix-pt-regs-sp by yonghong-song · 7 years ago
  51. f9bce9e Update INSTALL.md by David Xia · 7 years ago
  52. 2803c6e Fix helper to access stack pointer for powerpc by Sandipan Das · 7 years ago
  53. d049252 bpf: rename helper function bpf_get_stackid by Yonghong Song · 7 years ago
  54. 4bfc434 Merge pull request #1397 from iovisor/yhs_dev by 4ast · 7 years ago
  55. e6e6627 Merge pull request #1390 from iovisor/yhs_dev by 4ast · 7 years ago
  56. dd3e7ea bpf: print out the src debug info to a temporary file by Yonghong Song · 7 years ago
  57. c53d8ae attempt to compile with system bpf.h if default compile failed by Yonghong Song · 7 years ago
  58. 860dbb0 Exit on EPIPE by Paul Chaignon · 7 years ago
  59. 7bb5233 Merge pull request #1369 from pchaigno/execsnoop-max-args by Brendan Gregg · 7 years ago
  60. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  61. a0c9b48 execsnoop: argument to change the number of arguments parsed by Paul Chaignon · 7 years ago
  62. b334702 Merge pull request #1388 from sandip4n/fix-tools-syscount by Brendan Gregg · 7 years ago
  63. 5054de5 Merge pull request #1389 from iovisor/yhs_dev by 4ast · 7 years ago
  64. 0e8c031 Merge pull request #1361 from navytux/y/hardirqs-d-fix by Brendan Gregg · 7 years ago
  65. 044263b sync src/cc/compat/linux headers with latest net-next by Yonghong Song · 7 years ago
  66. 920319d Merge pull request #1360 from navytux/y/execsnoop-x-fix by Brendan Gregg · 7 years ago
  67. 3c67c2f Merge pull request #1386 from sandip4n/set-sdt-constraint by yonghong-song · 7 years ago
  68. 8b8e16b Merge pull request #1385 from pchaigno/support-enums-map-visitor by yonghong-song · 7 years ago
  69. a068a03 Fix 'tools/syscount' from using incorrect fallback values by Sandipan Das · 7 years ago
  70. 9ab1cee Set default USDT argument parser by Sandipan Das · 7 years ago
  71. f7f873a Fix segfault with enumerations by Paul Chaignon · 7 years ago
  72. 54a5b4d Merge pull request #1382 from palmtenor/vdso by yonghong-song · 7 years ago
  73. ae0e025 bashreadline: linter cleanup by Paul Chaignon · 7 years ago
  74. 7b911b5 sslsniff: linter cleanup by Paul Chaignon · 7 years ago
  75. 897c686 trace: linter cleanup by Paul Chaignon · 7 years ago
  76. c8b4f67 ucalls: linter cleanup by Paul Chaignon · 7 years ago
  77. 044ccea nfsslower: linter cleanup by Paul Chaignon · 7 years ago
  78. 2e07ddc memleak: linter cleanup by Paul Chaignon · 7 years ago
  79. 7297af0 tcptracer: linter cleanup by Paul Chaignon · 7 years ago
  80. 6d9b1b2 tcptop: linter cleanup by Paul Chaignon · 7 years ago
  81. 4601792 dbslower: linter cleanup by Paul Chaignon · 7 years ago
  82. e617bf4 bpflist: linter cleanup by Paul Chaignon · 7 years ago
  83. 1670d33 Allow BCC to parse vDSO symbols by Teng Qin · 7 years ago
  84. a9e5f53 Improve bcc_procutils_each_module logic by Teng Qin · 7 years ago
  85. 5b08d38 libbpf: print error to error stream by Prashant Bhole · 7 years ago
  86. e9fa659 libbpf: return error when if_nametoindex returns 0 by Prashant Bhole · 7 years ago
  87. 7c9d8c9 Merge pull request #1378 from palmtenor/ksyms_opt by yonghong-song · 7 years ago
  88. 66b8edd Merge pull request #1377 from palmtenor/ksym_segfault by yonghong-song · 7 years ago
  89. 2e20494 Merge pull request #1376 from sandip4n/fix-tools-statsnoop by Brendan Gregg · 7 years ago
  90. 8cc8fc3 Improve Kernel symbols loading by Teng Qin · 7 years ago
  91. 9c38f48 Avoid potential SEGFAULT when resolving Kernel symbols by Teng Qin · 7 years ago
  92. 16523a3 Fix 'tools/statsnoop' from failing to attach kprobes by Sandipan Das · 7 years ago
  93. 253b27d Update USDT argument constraint for powerpc and powerpc64 by Sandipan Das · 7 years ago
  94. 38dfff6 Set USDT argument constraint for all architectures by Sandipan Das · 7 years ago
  95. 782b34f Merge pull request #1374 from pbhole/dns_matching1 by yonghong-song · 7 years ago
  96. b2b9133 examples:dns_matching: accept args from user by Prashant Bhole · 7 years ago
  97. af83f6f examples:dns_matching: make it work as DNS sniffer by Prashant Bhole · 7 years ago
  98. 422db70 Merge pull request #1365 from sandip4n/add-usdt-ppc64 by yonghong-song · 7 years ago
  99. 91837ca add debug option to dump asm insns embedded with source by Yonghong Song · 7 years ago
  100. 7436872 examples:dns_matching: helper function for adding cache entry by Prashant Bhole · 7 years ago