libbpf-tools: add fsdist
authorHengqi Chen <chenhengqi@outlook.com>
Wed, 19 May 2021 16:00:32 +0000 (00:00 +0800)
committeryonghong-song <ys114321@gmail.com>
Wed, 2 Jun 2021 15:02:26 +0000 (08:02 -0700)
commit5a69ec3dd4bb1c3667b1c22982250cbe50647ce1
tree0dc7b32a4c1cb542f01b11a30b490dd36c250fcb
parentf2bb8f1366e8e29b5e0727cff13596822cb71f7d
libbpf-tools: add fsdist

fsdist is a multitool which show filesystem latency.
Currently we support btrfs/ext4/nfs/xfs filesystems.
It behaves the same as its counterpart in BCC tools
named btrfsdist.py/ext4dist.py/nfsdist.py/xfsdist.py

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
libbpf-tools/.gitignore
libbpf-tools/Makefile
libbpf-tools/fsdist.bpf.c [new file with mode: 0644]
libbpf-tools/fsdist.c [new file with mode: 0644]
libbpf-tools/fsdist.h [new file with mode: 0644]