aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-03-28tools/cpudist: Exclude CPU idle time by defaultxingfeng2510
2022-03-28tools/cpudist: Fix concurrency issue caused by idle threadsxingfeng2510
2022-03-25tools/softirqs: Add event counting supportxingfeng2510
2022-03-24add tcp congestion status duration statistic tool (#3899)jackygam2001
2022-03-23tools: Unify PID column width (at most 7 chars)xingfeng2510
2022-03-23tools: Flush stdout explicitly in event loopxingfeng2510
2022-03-21tools: Add pid filter option (-p PID) for biotop & cachetopxingfeng2510
2022-03-21tools/vfsstat: Use vfs_fsync_range instead of vfs_fsyncHengqi Chen
2022-03-20tools/biolatency: Use '<unknown>' instead of empty disk namexingfeng2510
2022-03-16tools: Fix bytes<->str mixing in python3xingfeng2510
2022-03-10biolatency, biolatpcts, biosnoop, biotop: Build fix for v5.17+Tejun Heo
2022-03-07Remove unused bpf map 'iptr'xingfeng2510
2022-03-07bcc/tools: Add cpu filter (-c CPU) for softirqs & hardirqsxingfeng2510
2022-03-04bcc/tools: Add biopattern.py to identify disk access patternsrockyxing
2022-03-02tools: fix klockstat when DEBUG_LOCK_ALLOC is setAaron U'Ren
2022-02-23added mmap and munmap tracingZhichang Yu
2022-02-23show PC of each frame at memleak.pyZhichang Yu
2022-02-23tools: include blk-mq.h in bio toolsJerome Marchand
2022-02-20tools: Fix bindsnoop for kernel v5.6Hengqi Chen
2022-02-19remove redundant spacesYuntao Wang
2022-02-19tools: Fix tcpconnect with kernel 5.14Hengqi Chen
2022-02-13tools/tcpaccept: Fix support for v5.6+ kernelsNikolay Borisov
2022-02-11tools/sslsniff: trace extra librariesSlava Bacherikov
2022-01-30filetop: Use dev and rdev as device IDHengqi Chen
2022-01-27tools/sslsniff: add handshake call trace (#3799)Tao Xu
2022-01-27biolatpcts: Build fixes on recent kernelsTejun Heo
2022-01-18Walk user/kernel stack in trace_entry rather than trace_returnrockyxing
2022-01-15tools/oomkill: Use task_struct->tgid as PIDHengqi Chen
2022-01-13tools/trace.py: aggregate trace events by '-A' optionzhenwei pi
2022-01-07`-4` is betterRong Tao
2021-12-18tools: tcptop: Get command name from BPF code. (#3760)eiffel-fl
2021-12-18tools: Remove unused struct id_t definition in tcpstatesHengqi Chen
2021-12-15Merge pull request #3748 from chenhengqi/fix-bcc-bio-toolsDave Marchevsky
2021-12-11use probe_limt from envcongwu
2021-12-11tools: Fix BCC bio tools with recent kernel changeHengqi Chen
2021-12-10Add --uid option to filter by user ID (#3743)evilpan
2021-12-08hardirqs: fix issue if irq is triggered while idle task (tid=0)Ism Hong
2021-12-06hardirqs: fix duplicated count for shared IRQIsm Hong
2021-11-23tools: improve sslsniff (send buffer & filtering)Slava Bacherikov
2021-11-22tools/hardirqs: Using TP_DATA_LOC_READ_STR to read string fieldHengqi Chen
2021-11-11Fix garbled java class name problem of uobjnew.pydenghui.ddh
2021-11-11tools: fix cachetop.py with 5.15 kernelYonghong Song
2021-11-10tools: fix cachestat.py with 5.15 kernelYonghong Song
2021-11-01bcc/tools: Fix renaming of the state field of task_structHengqi Chen
2021-10-26tools/runqlat.py:get the pid namespace by following task_active_pid_ns()Li Chengyuan
2021-10-17tools: Remove unused variable stubHengqi Chen
2021-10-12tools/capable: Set data to zero before setting fields.Francis Laniel
2021-09-25tools/kvmexit: Display header after KeyboardInterruptHengqi Chen
2021-09-17tools/readahead: Migrate to kfunc/kretfuncHengqi Chen
2021-09-16threadsnoop: look for pthread_create in libc tooJerome Marchand