1. 86293f0 adding filtering example to trace.py help by tehnerd · 7 years ago
  2. bb95ef2 Merge pull request #1531 from natoscott/master by yonghong-song · 7 years ago
  3. 1a197db Drop use of 'allow_abbrev' as its python 3.5 or later only by Nathan Scott · 7 years ago
  4. a2e9216 Merge pull request #1541 from linuxraptor/patch-1 by yonghong-song · 7 years ago
  5. 40cf3a3 Updating tcpconnlat example to include min_ms by dpayne · 7 years ago
  6. fabd9a1 Fix folding option by Linuxraptor · 7 years ago
  7. fc50799 Moving duration to primary argument for tcpconnlat. Also updating docs for tcpconnlat to match. by dpayne · 7 years ago
  8. 7b7e34a Updating man page for tcpconnlat to include min duration arguments and by dpayne · 7 years ago
  9. ce0cf92 Re-using already calculated delta_us in tcpconnlat by dpayne · 7 years ago
  10. 3aed4fb Adding a couple of optional parameters to tcpconnlat. by dpayne · 7 years ago
  11. f5fb9af Drop -e option to python scripts, use hidden --ebpf only. by Nathan Scott · 7 years ago
  12. ca4ba55 start adding -e/--ebpf option to the python tools/ scripts by Nathan Scott · 7 years ago
  13. 19c8459 Merge pull request #1524 from iovisor/yhs_dev by 4ast · 7 years ago
  14. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  15. 5426ef2 tools: syscount: add --errno=EPERM filter by Lucian Adrian Grijincu · 7 years ago
  16. 956a983 Merge pull request #1483 from kinvolk/iaguis/fix-tcptracer-old-kernels by yonghong-song · 7 years ago
  17. ffa47e6 fix runqlen.py with 4.15 kernel by Yonghong Song · 7 years ago
  18. efa6ee9 add BPF.tracepoint_exists() by Brendan Gregg · 7 years ago
  19. e023bc8 tcplife: add tcp:tcp_set_state tracepoint support by Brendan Gregg · 7 years ago
  20. 4e04c94 Merge pull request #1489 from r4f4/fix-ucalls-py3 by yonghong-song · 7 years ago
  21. 73b5401 add way to debug generated BPF code (#1494) by Brendan Gregg · 7 years ago
  22. c8177e9 Merge pull request #1419 from runejuhl/fix-cachetop-getpwuid by Brendan Gregg · 7 years ago
  23. cf378e2 Merge pull request #1131 from cherusk/retrans_sum by Brendan Gregg · 7 years ago
  24. c200b6c Add --print_cpu option to trace.py by Teng Qin · 7 years ago
  25. 1a322d5 Improve trace.py print format by Teng Qin · 7 years ago
  26. 569461d Merge pull request #1485 from iovisor/yhs_dev by 4ast · 7 years ago
  27. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  28. 99d1468 ucalls: convert bytes to str by Rafael Fonseca · 7 years ago
  29. 1e9467f tcpretrans: extend for counting by Matthias Tafelmeier · 7 years ago
  30. f4470dc add examples for including additional header files by Yonghong Song · 7 years ago
  31. 926d667 tcptracer: initialize skc_net variable by Iago López Galeiras · 7 years ago
  32. 3c399da execsnoop: fix the prototype for kprobe__sys_execve by htbegin · 7 years ago
  33. c32b845 hardirqs: add --count for event counts (#1460) by Brendan Gregg · 7 years ago
  34. 8cf1ff5 Merge pull request #1453 from bobrik/patch-2 by yonghong-song · 7 years ago
  35. 525f3e9 funcslower: add a note about nested calls by Ivan Babrou · 7 years ago
  36. 95c20b0 funcslower: fix missing tgid when filtering by pid by Ivan Babrou · 7 years ago
  37. 6e2eaf8 solisten: fix address endianness by Jean-Tiare Le Bigot · 7 years ago
  38. ed5c381 solisten: mask clang warnings in inet_sock.h by Jean-Tiare Le Bigot · 7 years ago
  39. ab01e24 Move original 'tools/wakeuptime' to old tools by Sandipan Das · 7 years ago
  40. 958bd4e Update 'tools/wakeuptime' documentation by Sandipan Das · 7 years ago
  41. 3edb453 Make 'tools/wakeuptime' use an offcpu filter by Sandipan Das · 7 years ago
  42. 2c2d46f Make 'tools/wakeuptime' use stack maps by Sandipan Das · 7 years ago
  43. 8c0e4b9 Merge pull request #1130 from cherusk/master by 4ast · 7 years ago
  44. 2933df5 Handle unknown user in cachetop by Rune Juhl Jacobsen · 7 years ago
  45. ee433d4 Merge pull request #1383 from pchaigno/pep8 by 4ast · 7 years ago
  46. eb6ddc0 bpf: make test py_test_tools_smoke pass on arm64 by Yonghong Song · 7 years ago
  47. 16f201f Merge pull request #1384 from pchaigno/fix-mdflush-linux-4.14 by yonghong-song · 7 years ago
  48. eae0acf Trace external pointers through maps by Paul Chaignon · 7 years ago
  49. 3ffc80e mdflush: fix for Linux 4.14 by Paul Chaignon · 7 years ago
  50. 4a950bf Explain possible reason of an error in scripts that rely on /proc/kallsyms (fixes #1391) by Aleksander Alekseev · 7 years ago
  51. 7bb5233 Merge pull request #1369 from pchaigno/execsnoop-max-args by Brendan Gregg · 7 years ago
  52. fdf9b08 correct spelling mistakes by Edward Betts · 7 years ago
  53. a0c9b48 execsnoop: argument to change the number of arguments parsed by Paul Chaignon · 7 years ago
  54. b334702 Merge pull request #1388 from sandip4n/fix-tools-syscount by Brendan Gregg · 7 years ago
  55. 0e8c031 Merge pull request #1361 from navytux/y/hardirqs-d-fix by Brendan Gregg · 7 years ago
  56. 920319d Merge pull request #1360 from navytux/y/execsnoop-x-fix by Brendan Gregg · 7 years ago
  57. a068a03 Fix 'tools/syscount' from using incorrect fallback values by Sandipan Das · 7 years ago
  58. ae0e025 bashreadline: linter cleanup by Paul Chaignon · 7 years ago
  59. 7b911b5 sslsniff: linter cleanup by Paul Chaignon · 7 years ago
  60. 897c686 trace: linter cleanup by Paul Chaignon · 7 years ago
  61. c8b4f67 ucalls: linter cleanup by Paul Chaignon · 7 years ago
  62. 044ccea nfsslower: linter cleanup by Paul Chaignon · 7 years ago
  63. 2e07ddc memleak: linter cleanup by Paul Chaignon · 7 years ago
  64. 7297af0 tcptracer: linter cleanup by Paul Chaignon · 7 years ago
  65. 6d9b1b2 tcptop: linter cleanup by Paul Chaignon · 7 years ago
  66. 4601792 dbslower: linter cleanup by Paul Chaignon · 7 years ago
  67. e617bf4 bpflist: linter cleanup by Paul Chaignon · 7 years ago
  68. 16523a3 Fix 'tools/statsnoop' from failing to attach kprobes by Sandipan Das · 7 years ago
  69. f2d125e hardirqs, softirqs: Fix distribution mode units handling by Kirill Smelkov · 7 years ago
  70. ce36bb6 execsnoop: Fix -x handling by Kirill Smelkov · 7 years ago
  71. ceff3e0 nfsdist tool (#1347) by samuelnair · 7 years ago
  72. 166bf0f nfsslower: trace slow NFS operations by samuelnair · 7 years ago
  73. 5888989 stackcount: add -K, -U, -d, -D, and -f (#1335) by Brendan Gregg · 7 years ago
  74. 4f444a5 zfs tools fix for zpl_read/zpl_write removal by Marcin Skarbek · 7 years ago
  75. e12f55a Use correct data type for class Data by Nan Xiao · 7 years ago
  76. b03d9eb funccount: add -d for duration by Brendan Gregg · 7 years ago
  77. 719e100 Trace external pointers from helpers by Paul Chaignon · 7 years ago
  78. 73c18bc Merge pull request #1305 from NanXiao/format-vfscount by Brendan Gregg · 7 years ago
  79. 08ed403 Merge pull request #1303 from pchaigno/remove-bpf_probe_reads by Brendan Gregg · 7 years ago
  80. 92d86bb Format code of vfscount.py by Nan Xiao · 7 years ago
  81. d51870b Remove extra S_MAXSTAT array allocation in some tools by Brenden Blanco · 7 years ago
  82. fff792d tools/tcptracer: print ns timestamps with -v by Iago López Galeiras · 7 years ago
  83. 6426cd4 tools/tcptracer: add timestamp option by Iago López Galeiras · 7 years ago
  84. 4870819 better state default value handling by Brendan Gregg · 7 years ago
  85. 843340d add --state to offcputime by Brendan Gregg · 7 years ago
  86. 81ad054 tcptop: Filter out negative values in receive probe by Benjamin Poirier · 7 years ago
  87. 8e86b9e tcptop: Cleanup argument parsing by Benjamin Poirier · 7 years ago
  88. 25212ee tcpretrans: Remove unnecessary bpf_probe_reads by Paul Chaignon · 7 years ago
  89. 7e1cf0a tcpconnlat: Remove unnecessary bpf_probe_reads by Paul Chaignon · 7 years ago
  90. 23ac463 solisten: Remove unnecessary bpf_probe_reads by Paul Chaignon · 7 years ago
  91. 5f7035e MySQL tracing without USDT (#1239) by Igor Mazur · 7 years ago
  92. 830c1f7 tools: Add some documentation to lib/ucalls.py output (#1257) by Geneviève Bastien · 7 years ago
  93. 5a2b39e Fix trace.py for library filenames containing colons (#1252) by vkhromov · 7 years ago
  94. 2c1799c memleak: expand allocator coverage (#1214) by Rinat Ibragimov · 7 years ago
  95. 4618690 softirqs: focus CPU as dissector by Matthias Tafelmeier · 7 years ago
  96. 0bd1a6d Add an option to strip leading zeros from histograms (#1226) by Taekho Nam · 7 years ago
  97. 9aa1d75 gethostlatency was rounding to full ms by Brendan Gregg · 7 years ago
  98. 5ac5d6e funclatency/sslsniff: fix the TypeError when enabling pid filter on uprobe by htbegin · 7 years ago
  99. d1324ac remove trailing white spaces from source code files by Mauricio Vasquez B · 7 years ago
  100. 71eb177 Reduce the sslsniff data size slightly to pass verifier by Brenden Blanco · 7 years ago