tcprtt: fix compatibility for python3
[platform/upstream/bcc.git] / tools /
2021-06-23 zhenwei pitcprtt: fix compatibility for python3
2021-06-22 zhenwei pitcprtt: support extension summary(average RTT)
2021-06-22 chenyuezhoutools: funclatency use atomic_increment
2021-06-16 Spencer NelsonDecode bytes when formatting them as strings
2021-06-15 Dave MarchevskyMerge pull request #3466 from chenhengqi/add-bindsnoop
2021-05-27 Nick-nizhenUpdate cpudist.py
2021-05-27 zcytools/deadlock: support specifies maxnum of threads...
2021-05-26 Hengqi Chenhardirqs: Migrate to kernel tracepoint
2021-05-26 Jiri Olsatools/ttysnoop: Add --datasize/--datacount
2021-05-26 Jiri Olsatools/ttysnoop: Use array map to store data
2021-05-26 Jiri Olsatools/ttysnoop: Fix tty_write probe to use new arguments
2021-05-22 Hengqi Chentools: filter/display using PID instead of TID
2021-05-17 Hengqi Chentools: filter/display using PID intead of TID
2021-05-14 Hengqi Chentools: filter using PID intead of TID
2021-05-12 Hengqi Chentools: display PID intead of TID in statsnoop.py
2021-05-11 chenhengqitools: fix typo in help message
2021-04-29 edwardwutools/biolatency: Extend average/total value
2021-04-28 netedwardwutools/funclatency: Should clear() after display that...
2021-04-16 chenyue.zhouupdate
2021-04-16 chenyue.zhoutools/funclatency: support nested or recursive functions
2021-03-20 Jerome Marchandtools: handle renamed lookup_fast function in dcache...
2021-03-17 suresh kumartools: add option to include 'LPORT' in tcpconnlat...
2021-03-14 zhenwei pitools/virtiostat: add filter
2021-03-14 Guodong XuIn GCC10.2 suffix '.isra.0' was appended to 'finish_tas...
2021-03-12 Jerome Marchandtcpstates: forget sockets when connection is closed
2021-03-12 suresh2514tools: add option to include 'LPORT' in tcpconnect...
2021-03-02 Andreas Gerstmayrbiotop and biosnoop: save __data_len at blk_start_request
2021-03-02 Wenbo Zhangfix wakeuptime's raw_tp: get awakened task from ctx...
2021-03-02 Jonathan GiddyUse string type for comparison to PATH elements
2021-02-22 Jonathan GiddyFix bytes - strings confusion in trace tool
2021-02-22 zhenwei pitools/virtiostat: add virtiostat tool
2021-02-18 Jerome Marchandtools: include kasan header in slabtoprate
2021-02-06 Ananth N Mavinakay... tools/wakeuptime: Switch to using tracepoints if available
2021-01-21 Yuto Kawamuratools/offcputime Warn user when an event skipped by...
2021-01-21 Tommi RantalaRename tools/swapin_example.py to tools/swapin_example.txt
2021-01-15 Yuto Kawamuratools/offcputime Filter out negative offcpu duration
2021-01-04 Omkar DesaiRefactoring print_json_hist (#3211)
2020-12-31 Omkar Desaibiolatency.py Add -j flag for json output
2020-12-30 zhenwei pitools/netqtop: fix rx queue id
2020-12-17 zb3tools/opensnoop: Use bpf_probe_read_user explicitly
2020-11-13 Tejun Heotools/biolatpcts: Add accumulative reporting on SIGUSR2
2020-11-13 Tejun Heotools/biolatpcts: Support measuring overall latencies...
2020-11-05 Benno Everstools/offcputime: Fix python3 string output
2020-10-28 yonghong-songMerge pull request #3135 from danobi/uprobe_ref_cnt
2020-10-23 Nabil Schearadd DNS correlation to connect tracking
2020-10-19 Haofix netqtop python3 compatible (#3140)
2020-10-16 Yonghong Songfix python3 compatible issue for netqtop and tcprtt...
2020-10-16 William FindlayFix python2.7 support for dirtop tool
2020-10-08 keyolksslsniff: fix comparing bytes to string
2020-10-08 Mauricio Vásqueztools: Use correct key key when deleting item from map
2020-10-01 Yonghong SongRevert "tools/biolatency: Handle signals from user"
2020-10-01 Calvin Kimtools/biolatency: Handle signals from user
2020-10-01 Jerome Marchandtools: tcptracer: fix alignement in tcp_ipv6_event_t
2020-09-30 Neil SpringFix v6 source (remote) and dest (local) address
2020-09-29 Daniel Rankslabratetop: Add memcg_cache_params struct def
2020-09-28 Haoadd average function latency (#3061)
2020-09-28 zhenwei pitcprtt: add --byladdr/--byraddr (#3106)
2020-09-28 Suchakra Sharmatool: port readahead tool to bcc
2020-09-25 liuxiaozhoutools/tcpstates: remove unnecessary checking of TCP
2020-09-17 Brendan Greggadd swapin
2020-09-17 Brendan Greggadd tcpsynbl
2020-09-17 Brendan Greggadd threadsnoop
2020-09-11 HaoNetqtop 3037 (#3048)
2020-09-09 zhenwei pitools/tcprtt: add tcprtt to trace the RTT of TCP
2020-09-09 Amir Goldsteinmemleak: fix false positive on failed allocations
2020-09-02 Kenta Tadatools/capable: support new capabilities
2020-08-21 zhenwei pitools/funccount: support funccount on specified CPU...
2020-08-12 He Zhebcc/tools/fileslower: Attach to vfs_read after failing...
2020-08-03 Fejes Ferenctypos
2020-08-03 Ferenc FejesUpdate the documentation of the k/uprobe offset support
2020-08-03 Ferenc FejesOffset support for uprobe and kprobe
2020-07-23 He Zhetools/opensnoop: Snoop all open related syscall stubs
2020-07-15 yonghong-songMerge pull request #2994 from aspsk/tcpconnect-libbpf
2020-07-08 Edward Wumemleak: Add workaround to alleviate misjudgments when...
2020-07-08 Chen HaoNingReplace kprobe function "blk_account_io_completion...
2020-07-08 Matthias Hörmannexample block of --hexdump in sslsniff_example.txt
2020-07-08 Matthias Hörmannreformat code, add new option to manpage and usage...
2020-07-08 Matthias Hörmannfix examples in sslsniff.py
2020-07-08 Matthias Hörmannadd the option --hexdump to sslsniff to allow sniffing...
2020-07-02 b-rippervalloc and pvalloc is deprecated in bionic on Android
2020-06-24 William FindlayFix KFUNC_PROBE calls in vfs_stat.py by adding a return...
2020-06-24 Xiaozhou Liutools/profile: fix suggestion about when to increase...
2020-06-18 William FindlayDelete existing kbuild_modname definitions
2020-06-13 Jerome Marchanddbstat: fix overflowing timestamp
2020-06-10 yonghong-songMerge pull request #2960 from jeromemarchand/misc-doc...
2020-06-10 Jerome Marchandtools: fix a python 3 map issue in dbstat and dbslower
2020-06-10 Jerome Marchanddeadlock: print a more explicit message when pthread_mu...
2020-06-08 Mauricio Vásqueztools/opensnoop: Fix compilation problem
2020-06-08 lorddoskiasAdd support for multiple PID/TID for offwaketime (...
2020-06-05 Aditya MandaleekaFix runqslower to indicate that the latency param is...
2020-06-03 Yonghong Songsilence a python travis-ci warning
2020-06-03 Edward Wutools: Add funcinterval bcc tool.
2020-05-30 lorddoskiasoffwaketime: Add support for --state (#2940)
2020-05-26 synicalMake examples consistent
2020-05-26 synicalFix example indent
2020-05-26 synicalUpdate man page and example file
2020-05-26 synicalAdd arg for filtering on signal
2020-05-25 Sumanth Korikkarbcc/tools: Replace bpf_probe_read with bpf_probe_read_k...
2020-05-23 Shohei YOSHIDAtool: trace process termination by default
2020-05-22 Alban Crequytools: add filtering by mount namespace
next