Searched full:vfsstat (Results 1 – 10 of 10) sorted by relevance
/external/bcc/tools/ |
D | vfsstat_example.txt | 1 Demonstrations of vfsstat, the Linux eBPF/bcc version. 7 # ./vfsstat 26 # ./vfsstat 5 3 35 # ./vfsstat -h 36 USAGE: ./vfsstat [interval [count]]
|
D | vfsstat.py | 4 # vfsstat Count some VFS calls. 9 # USAGE: vfsstat [interval [count]]
|
/external/bcc/man/man8/ |
D | vfsstat.8 | 1 .TH vfsstat 8 "2015-08-18" "USER COMMANDS" 3 vfsstat \- Statistics for some common VFS calls. Uses Linux eBPF/bcc. 5 .B vfsstat 24 .B vfsstat 28 .B vfsstat 5 3
|
D | filetop.8 | 101 vfsstat(8) tool, also from bcc. 118 vfsstat(8), vfscount(8), fileslower(8)
|
D | vfscount.8 | 54 vfsstat(8)
|
/external/bcc/snapcraft/ |
D | snapcraft.yaml | 318 vfsstat: 319 command: wrapper vfsstat 320 aliases: [vfsstat]
|
/external/bcc/ |
D | README.md | 162 - tools/[vfsstat](tools/vfsstat.py) tools/[vfsstat.c](tools/vfsstat.c): Count some VFS calls, with …
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_solaris_amd64.go | 810 func Fstatvfs(fd int, vfsstat *Statvfs_t) (err error) { 811 …ntptr(unsafe.Pointer(&procFstatvfs)), 2, uintptr(fd), uintptr(unsafe.Pointer(vfsstat)), 0, 0, 0, 0) 1427 func Statvfs(path string, vfsstat *Statvfs_t) (err error) { 1433 …nter(&procStatvfs)), 2, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(vfsstat)), 0, 0, 0, 0)
|
D | syscall_solaris.go | 609 //sys Fstatvfs(fd int, vfsstat *Statvfs_t) (err error) 668 //sys Statvfs(path string, vfsstat *Statvfs_t) (err error)
|
/external/bcc/tests/python/ |
D | test_tools_smoke.py | 371 self.run_with_duration("vfsstat.py 1 1")
|