1. 19b61eb Merge pull request #1705 from palmtenor/profilestack by yonghong-song · 7 years ago
  2. 84664dc Merge pull request #1708 from iovisor/yhs_dev by 4ast · 7 years ago
  3. e4db768 Refactor profile.py stack id error handling by Teng Qin · 7 years ago
  4. e778db0 Refactor offwaketime stack id error handling by Teng Qin · 7 years ago
  5. 6433569 using get_syscall_fnname to get kprobe func name for tools by Yonghong Song · 7 years ago
  6. a4782bd Merge pull request #1699 from palmtenor/profile-sample by yonghong-song · 7 years ago
  7. 86df2b8 Add -c option for profile.py by Teng Qin · 7 years ago
  8. e7432d4 Fix offwaketime PID / TGID handling by Teng Qin · 7 years ago
  9. 7f22495 Merge pull request #1692 from palmtenor/stack_flag by yonghong-song · 7 years ago
  10. 9d1bdaa Merge pull request #1689 from congwang/master by yonghong-song · 7 years ago
  11. ea72805 Refactor offcputime stack id error handling by Teng Qin · 7 years ago
  12. 1ef82e2 Fix probe name encoding in Python 3 by Javier Honduvilla Coto · 7 years ago
  13. 84c8873 Merge pull request #1688 from iovisor/yhs_dev by 4ast · 7 years ago
  14. 98ee5df fixing bpflist by Nikita V. Shirokov · 7 years ago
  15. e26019f Use better kprobes for runqlat.py by Cong Wang · 7 years ago
  16. b5fcb51 fix profile.py with latest net-next by Yonghong Song · 7 years ago
  17. 22ea950 Merge pull request #1682 from hMcLauchlan/inject-qol by yonghong-song · 7 years ago
  18. 45bcfb7 More helpful help message by Howard McLauchlan · 7 years ago
  19. fb3c0a7 Make parsing more strict by Howard McLauchlan · 7 years ago
  20. 6d818b6 filetop: probe vfs_read and vfs_write instead to fix inlining issue by Jazel Canseco · 7 years ago
  21. b222f00 Add probability option to inject by Howard McLauchlan · 7 years ago
  22. 4c9305c Update documentation for 4.17, add documentation for probability option by Howard McLauchlan · 7 years ago
  23. 059ff55 Added -q option to the USAGE string in execsnoop. Added -q option to the manpage for execsnoop by Bastian Reitemeier · 7 years ago
  24. 9345df1 moved quoting below argument pattern match, so that the pattern match happens on the unquoted argument by Bastian Reitemeier · 7 years ago
  25. 79ce51c Added -q option to execsnoop to quote individual arguments. This helps when working with arguments that contain spaces. by Bastian Reitemeier · 7 years ago
  26. 5c550b5 Merge pull request #1659 from lcp/cachetop-bytes by yonghong-song · 7 years ago
  27. c5b5b30 tools/cachetop: match bpf.ksym() with bytes arrays by Gary Lin · 7 years ago
  28. 3a45935 tools/syscount: convert syscall and process names to bytes array by Gary Lin · 7 years ago
  29. ddd5dd5 Merge pull request #1633 from hMcLauchlan/inject-tool by Brendan Gregg · 7 years ago
  30. 601d75d automatically include mm.h, remove redundant includes from _example.txt by Howard McLauchlan · 7 years ago
  31. ac7c154 Update man page with warning, _example.txt with updated syntax by Howard McLauchlan · 7 years ago
  32. 2b23de6 switch to u32s in perf_submit by Brendan Gregg · 7 years ago
  33. 0f2e601 fix ipv6 struct alignment by Brendan Gregg · 7 years ago
  34. 2688234 Change syntax by Howard McLauchlan · 7 years ago
  35. bbd9acd add the tcpstates tool by Brendan Gregg · 7 years ago
  36. fd93dc0 tcplife: switch to the new sock:inet_sock_set_state tracepoint by Brendan Gregg · 7 years ago
  37. ef4154b Add new targeted error injection tool by Howard McLauchlan · 7 years ago
  38. fa10345 tools/slabratetop: detect the current memory allocator by Gary Lin · 7 years ago
  39. f34acfc Merge pull request #1618 from rmanyari/tool-tcpsubnet by Brendan Gregg · 7 years ago
  40. efcb30f tools/tcpsubnet: add time and time to output, default 0.0.0.0/0, update doc by Rodrigo Manyari · 7 years ago
  41. 14e23ad tools/tcpsubnet: example file, minor tweaks by Rodrigo Manyari · 7 years ago
  42. e3b59b3 tools/tcpsubnet: initial commit by Rodrigo Manyari · 7 years ago
  43. dbf0029 Rename kprobe_poll to perf_buffer_poll by Teng Qin · 7 years ago
  44. 1469877 Port fix of biosnoop to the Lua version by Teng Qin · 7 years ago
  45. 2b34870 tools/cachestat: Rewrite it so it makes more sense by Joel Fernandes · 7 years ago
  46. 40fd669 opensnoop: convert args.name to bytes by Gary Lin · 7 years ago
  47. 42d6098 tools: switch to v2/3 independent bytes usage by Brenden Blanco · 8 years ago
  48. 1980d63 tcptracer: Fix argparse is not defined error by Gal Pressman · 7 years ago
  49. b334f11 Merge pull request #1570 from natoscott/master by yonghong-song · 7 years ago
  50. f13107a Ensure execsnoop.py replace result is not misplaced by Nathan Scott · 7 years ago
  51. e6c7568 Merge pull request #1560 from pchaigno/opensnoop-d-option by Brendan Gregg · 7 years ago
  52. 62cd839 remove unused code in profile.py by Song Liu · 7 years ago
  53. 67ae605 Remove semicolon at the end of define BPF_STACK_TRACE() by Song Liu · 7 years ago
  54. cf0792f continue adding --ebpf option to the python tools/ scripts by Nathan Scott · 7 years ago
  55. 3f39bc1 Merge pull request #1555 from myreg/trace-addr by yonghong-song · 7 years ago
  56. e538228 Add option to print virtual address to trace.py by Mirek Klimos · 7 years ago
  57. 9af548f tools/opensnoop: Use do_sys_open for kprobe hook by Joel Fernandes · 7 years ago
  58. 702de38 opensnoop: -d option for duration by Paul Chaignon · 7 years ago
  59. f92fef2 add a probe alias $task in trace.py by Yonghong Song · 7 years ago
  60. 86293f0 adding filtering example to trace.py help by tehnerd · 7 years ago
  61. bb95ef2 Merge pull request #1531 from natoscott/master by yonghong-song · 7 years ago
  62. 1a197db Drop use of 'allow_abbrev' as its python 3.5 or later only by Nathan Scott · 7 years ago
  63. a2e9216 Merge pull request #1541 from linuxraptor/patch-1 by yonghong-song · 7 years ago
  64. 40cf3a3 Updating tcpconnlat example to include min_ms by dpayne · 7 years ago
  65. fabd9a1 Fix folding option by Linuxraptor · 7 years ago
  66. fc50799 Moving duration to primary argument for tcpconnlat. Also updating docs for tcpconnlat to match. by dpayne · 7 years ago
  67. 7b7e34a Updating man page for tcpconnlat to include min duration arguments and by dpayne · 7 years ago
  68. ce0cf92 Re-using already calculated delta_us in tcpconnlat by dpayne · 7 years ago
  69. 3aed4fb Adding a couple of optional parameters to tcpconnlat. by dpayne · 7 years ago
  70. f5fb9af Drop -e option to python scripts, use hidden --ebpf only. by Nathan Scott · 7 years ago
  71. ca4ba55 start adding -e/--ebpf option to the python tools/ scripts by Nathan Scott · 7 years ago
  72. 19c8459 Merge pull request #1524 from iovisor/yhs_dev by 4ast · 7 years ago
  73. 2489457 usdt: permit each probe to have locations from more than one binary path by Yonghong Song · 7 years ago
  74. 5426ef2 tools: syscount: add --errno=EPERM filter by Lucian Adrian Grijincu · 7 years ago
  75. 956a983 Merge pull request #1483 from kinvolk/iaguis/fix-tcptracer-old-kernels by yonghong-song · 7 years ago
  76. ffa47e6 fix runqlen.py with 4.15 kernel by Yonghong Song · 7 years ago
  77. efa6ee9 add BPF.tracepoint_exists() by Brendan Gregg · 7 years ago
  78. e023bc8 tcplife: add tcp:tcp_set_state tracepoint support by Brendan Gregg · 7 years ago
  79. 4e04c94 Merge pull request #1489 from r4f4/fix-ucalls-py3 by yonghong-song · 7 years ago
  80. 73b5401 add way to debug generated BPF code (#1494) by Brendan Gregg · 7 years ago
  81. c8177e9 Merge pull request #1419 from runejuhl/fix-cachetop-getpwuid by Brendan Gregg · 7 years ago
  82. cf378e2 Merge pull request #1131 from cherusk/retrans_sum by Brendan Gregg · 7 years ago
  83. c200b6c Add --print_cpu option to trace.py by Teng Qin · 7 years ago
  84. 1a322d5 Improve trace.py print format by Teng Qin · 7 years ago
  85. 569461d Merge pull request #1485 from iovisor/yhs_dev by 4ast · 7 years ago
  86. fd24405 Clean Python interface arguments for tracing events by Teng Qin · 7 years ago
  87. 99d1468 ucalls: convert bytes to str by Rafael Fonseca · 7 years ago
  88. 1e9467f tcpretrans: extend for counting by Matthias Tafelmeier · 7 years ago
  89. f4470dc add examples for including additional header files by Yonghong Song · 7 years ago
  90. 926d667 tcptracer: initialize skc_net variable by Iago López Galeiras · 7 years ago
  91. 3c399da execsnoop: fix the prototype for kprobe__sys_execve by htbegin · 7 years ago
  92. c32b845 hardirqs: add --count for event counts (#1460) by Brendan Gregg · 7 years ago
  93. 8cf1ff5 Merge pull request #1453 from bobrik/patch-2 by yonghong-song · 7 years ago
  94. 525f3e9 funcslower: add a note about nested calls by Ivan Babrou · 7 years ago
  95. 95c20b0 funcslower: fix missing tgid when filtering by pid by Ivan Babrou · 7 years ago
  96. 6e2eaf8 solisten: fix address endianness by Jean-Tiare Le Bigot · 7 years ago
  97. ed5c381 solisten: mask clang warnings in inet_sock.h by Jean-Tiare Le Bigot · 7 years ago
  98. ab01e24 Move original 'tools/wakeuptime' to old tools by Sandipan Das · 7 years ago
  99. 958bd4e Update 'tools/wakeuptime' documentation by Sandipan Das · 7 years ago
  100. 3edb453 Make 'tools/wakeuptime' use an offcpu filter by Sandipan Das · 7 years ago