1. c1a767b tools/cpudist: Exclude CPU idle time by default by xingfeng2510 · 2 years, 2 months ago
  2. e683daa tools/cpudist: Fix concurrency issue caused by idle threads by xingfeng2510 · 2 years, 2 months ago
  3. 15ed997 tools/softirqs: Add event counting support by xingfeng2510 · 2 years, 3 months ago
  4. a58c795 add tcp congestion status duration statistic tool (#3899) by jackygam2001 · 2 years, 3 months ago
  5. 03e4948 tools: Unify PID column width (at most 7 chars) by xingfeng2510 · 2 years, 3 months ago
  6. 7b2c114 tools: Flush stdout explicitly in event loop by xingfeng2510 · 2 years, 3 months ago
  7. 14dacd8 tools: Add pid filter option (-p PID) for biotop & cachetop by xingfeng2510 · 2 years, 3 months ago
  8. 065ec13 tools/vfsstat: Use vfs_fsync_range instead of vfs_fsync by Hengqi Chen · 2 years, 3 months ago
  9. 3d07ee8 tools/biolatency: Use '<unknown>' instead of empty disk name by xingfeng2510 · 2 years, 3 months ago
  10. 55dcd2e tools: Fix bytes<->str mixing in python3 by xingfeng2510 · 2 years, 3 months ago
  11. ddfcc29 biolatency, biolatpcts, biosnoop, biotop: Build fix for v5.17+ by Tejun Heo · 2 years, 3 months ago
  12. 03e66ed Remove unused bpf map 'iptr' by xingfeng2510 · 2 years, 3 months ago
  13. c5baa7b bcc/tools: Add cpu filter (-c CPU) for softirqs & hardirqs by xingfeng2510 · 2 years, 3 months ago
  14. fa57f43 bcc/tools: Add biopattern.py to identify disk access patterns by rockyxing · 2 years, 3 months ago
  15. 83e0ee7 tools: fix klockstat when DEBUG_LOCK_ALLOC is set by Aaron U'Ren · 2 years, 3 months ago
  16. d1fe110 added mmap and munmap tracing by Zhichang Yu · 2 years, 4 months ago
  17. b3d45a6 show PC of each frame at memleak.py by Zhichang Yu · 2 years, 4 months ago
  18. ee81072 tools: include blk-mq.h in bio tools by Jerome Marchand · 2 years, 3 months ago
  19. f96fed0 tools: Fix bindsnoop for kernel v5.6 by Hengqi Chen · 2 years, 4 months ago
  20. 6ae2077 remove redundant spaces by Yuntao Wang · 2 years, 4 months ago
  21. 6ff0511 tools: Fix tcpconnect with kernel 5.14 by Hengqi Chen · 2 years, 4 months ago
  22. 2895551 tools/tcpaccept: Fix support for v5.6+ kernels by Nikolay Borisov · 2 years, 4 months ago
  23. 8db99af tools/sslsniff: trace extra libraries by Slava Bacherikov · 2 years, 4 months ago
  24. 7db3488 filetop: Use dev and rdev as device ID by Hengqi Chen · 2 years, 4 months ago
  25. ba86086 tools/sslsniff: add handshake call trace (#3799) by Tao Xu · 2 years, 4 months ago
  26. 11614bc biolatpcts: Build fixes on recent kernels by Tejun Heo · 2 years, 4 months ago
  27. b1d8796 Walk user/kernel stack in trace_entry rather than trace_return by rockyxing · 2 years, 5 months ago
  28. 2c31dd7 tools/oomkill: Use task_struct->tgid as PID by Hengqi Chen · 2 years, 5 months ago
  29. 047541c tools/trace.py: aggregate trace events by '-A' option by zhenwei pi · 2 years, 5 months ago
  30. 101db63 `-4` is better by Rong Tao · 2 years, 5 months ago
  31. aa6437e tools: tcptop: Get command name from BPF code. (#3760) by eiffel-fl · 2 years, 6 months ago
  32. 00bb8e1 tools: Remove unused struct id_t definition in tcpstates by Hengqi Chen · 2 years, 6 months ago
  33. 7913ce0 Merge pull request #3748 from chenhengqi/fix-bcc-bio-tools by Dave Marchevsky · 2 years, 6 months ago
  34. 7050037 use probe_limt from env by congwu · 2 years, 6 months ago
  35. 8c80b29 tools: Fix BCC bio tools with recent kernel change by Hengqi Chen · 2 years, 6 months ago
  36. f32f772 Add --uid option to filter by user ID (#3743) by evilpan · 2 years, 6 months ago
  37. 99bfe8a hardirqs: fix issue if irq is triggered while idle task (tid=0) by Ism Hong · 2 years, 6 months ago
  38. 814c264 hardirqs: fix duplicated count for shared IRQ by Ism Hong · 2 years, 6 months ago
  39. 91a7983 tools: improve sslsniff (send buffer & filtering) by Slava Bacherikov · 2 years, 7 months ago
  40. 2cffe36 tools/hardirqs: Using TP_DATA_LOC_READ_STR to read string field by Hengqi Chen · 2 years, 7 months ago
  41. 039cef6 Fix garbled java class name problem of uobjnew.py by denghui.ddh · 2 years, 7 months ago
  42. bf49924 tools: fix cachetop.py with 5.15 kernel by Yonghong Song · 2 years, 7 months ago
  43. 61087b9 tools: fix cachestat.py with 5.15 kernel by Yonghong Song · 2 years, 7 months ago
  44. 08765a9 bcc/tools: Fix renaming of the state field of task_struct by Hengqi Chen · 2 years, 7 months ago
  45. c73d7d8 tools/runqlat.py:get the pid namespace by following task_active_pid_ns() by Li Chengyuan · 2 years, 8 months ago
  46. b271b8a tools: Remove unused variable stub by Hengqi Chen · 2 years, 8 months ago
  47. 46a2afd tools/capable: Set data to zero before setting fields. by Francis Laniel · 2 years, 8 months ago
  48. e12ec04 tools/kvmexit: Display header after KeyboardInterrupt by Hengqi Chen · 2 years, 9 months ago
  49. 2786a7f tools/readahead: Migrate to kfunc/kretfunc by Hengqi Chen · 2 years, 9 months ago
  50. 039a381 threadsnoop: look for pthread_create in libc too by Jerome Marchand · 2 years, 9 months ago
  51. 68f294f tools/ttysnoop: Fix KFUNC_PROBE to support new iov_iter signature by Sina Radmehr · 2 years, 9 months ago
  52. 6677321 toos: argdist: support [-t TID] filter by zhenwei pi · 2 years, 9 months ago
  53. 4eb9cee Permits mountsnoop to filter container using cgroup map or mount namespace. by Francis Laniel · 2 years, 10 months ago
  54. 7abd77a tools/tcpretrans: add optional tcp seq output by Michael Gugino · 2 years, 9 months ago
  55. 27f3987 tools/criticalstat: Include CONFIG_PREEMPT_TRACER dependency in warning msg by Edward Wu · 2 years, 9 months ago
  56. 508d969 tools/runqslower: add '-P' optional by zhenwei pi · 2 years, 10 months ago
  57. 04893e3 Added IPv4/IPv6 filter support for tcp trace tools (#3565) by Hariharan Ananthakrishnan · 2 years, 10 months ago
  58. 10dac5f tcpstates: incorrect display of dport (#3560) by Rosen · 2 years, 10 months ago
  59. d567347 bcc/tools: use device number and inode number to identify a file by Hengqi Chen · 2 years, 10 months ago
  60. 2464501 Tools: add the PPID/PCOMM fields in mountsnoop by Wen Yang · 3 years, 2 months ago
  61. d8176d2 profile.py: Remove unused kernel_ret_ip by Markus Dreseler · 2 years, 11 months ago
  62. 332e2ea bcc/tools: update mountsnoop's based on comment in containers.py by sum12 · 2 years, 11 months ago
  63. e330e81 tools/criticalstat: Add new kconfig option to warning message by Tsai-Wei Wu · 2 years, 11 months ago
  64. b057641 bcc/tools: remove unused signal handlers by Hengqi Chen · 2 years, 11 months ago
  65. b0e9807 [py3:tools/deadlock.py] fix usage of str.replace() method to make it py3 compartible by Oleg Guba · 2 years, 11 months ago
  66. 4236563 kvmexit.py: introduce a tool to show kvm exit reasons and counts by Fei Li · 3 years, 9 months ago
  67. 1b64fd1 Update cachestat_example.txt by Hang Yan · 3 years ago
  68. 80242fb tools: replace add with xadd (#3518) by zcy · 3 years ago
  69. f47b81a add uprobe support in funcinterval (#3512) by zhaoyao73 · 3 years ago
  70. 97c2076 tools/readahead compatible with kernel version >= 5.10 (#3507) by zcy · 3 years ago
  71. dcef7bc tcprtt: fix compatibility for python3 by zhenwei pi · 3 years ago
  72. 5057944 tcprtt: support extension summary(average RTT) by zhenwei pi · 3 years ago
  73. 08a2203 tools: funclatency use atomic_increment by chenyuezhou · 3 years ago
  74. dc1bceb Decode bytes when formatting them as strings by Spencer Nelson · 3 years ago
  75. ab14faf Update cpudist.py by Nick-nizhen · 3 years ago
  76. 77f5252 tools/deadlock: support specifies maxnum of threads and edge cases (#3455) by zcy · 3 years ago
  77. e6aa65e hardirqs: Migrate to kernel tracepoint by Hengqi Chen · 3 years, 1 month ago
  78. 20061e8 tools/ttysnoop: Add --datasize/--datacount by Jiri Olsa · 3 years, 2 months ago
  79. ebd63c1 tools/ttysnoop: Use array map to store data by Jiri Olsa · 3 years, 2 months ago
  80. bc1e013 tools/ttysnoop: Fix tty_write probe to use new arguments by Jiri Olsa · 3 years, 1 month ago
  81. f0a0dc7 tools: filter/display using PID instead of TID by Hengqi Chen · 3 years, 1 month ago
  82. 151fe19 tools: filter/display using PID intead of TID by Hengqi Chen · 3 years, 1 month ago
  83. 89c96a8 tools: filter using PID intead of TID by Hengqi Chen · 3 years, 1 month ago
  84. dddda3b tools: display PID intead of TID in statsnoop.py by Hengqi Chen · 3 years, 1 month ago
  85. 396d5d3 tools: fix typo in help message by chenhengqi · 3 years, 1 month ago
  86. f41f378 tools/biolatency: Extend average/total value by edwardwu · 3 years, 1 month ago
  87. e0c8c10 tools/funclatency: Should clear() after display that is what we want (#3380) by netedwardwu · 3 years, 1 month ago
  88. 0cf8166 update by chenyue.zhou · 3 years, 2 months ago
  89. c76cd92 tools/funclatency: support nested or recursive functions by chenyue.zhou · 3 years, 2 months ago
  90. cdfddc4 tools: handle renamed lookup_fast function in dcache tools by Jerome Marchand · 3 years, 3 months ago
  91. 456cb95 tools: add option to include 'LPORT' in tcpconnlat, update man pages by suresh kumar · 3 years, 3 months ago
  92. fa7bec9 tools/virtiostat: add filter by zhenwei pi · 3 years, 3 months ago
  93. 00b72fd In GCC10.2 suffix '.isra.0' was appended to 'finish_task_switch' by Guodong Xu · 3 years, 3 months ago
  94. 8bab454 tcpstates: forget sockets when connection is closed by Jerome Marchand · 3 years, 3 months ago
  95. 57cd85d tools: add option to include 'LPORT' in tcpconnect otuput (#3301) by suresh2514 · 3 years, 3 months ago
  96. 7766826 biotop and biosnoop: save __data_len at blk_start_request by Andreas Gerstmayr · 3 years, 3 months ago
  97. eeb0929 fix wakeuptime's raw_tp: get awakened task from ctx not current by Wenbo Zhang · 3 years, 3 months ago
  98. 75f20a1 Use string type for comparison to PATH elements by Jonathan Giddy · 3 years, 3 months ago
  99. ec0691e Fix bytes - strings confusion in trace tool by Jonathan Giddy · 3 years, 4 months ago
  100. 8614895 tools/virtiostat: add virtiostat tool by zhenwei pi · 3 years, 4 months ago