Home
last modified time | relevance | path

Searched full:vfsstat (Results 1 – 10 of 10) sorted by relevance

/external/bcc/tools/
Dvfsstat_example.txt1 Demonstrations of vfsstat, the Linux eBPF/bcc version.
7 # ./vfsstat
26 # ./vfsstat 5 3
35 # ./vfsstat -h
36 USAGE: ./vfsstat [interval [count]]
Dvfsstat.py4 # vfsstat Count some VFS calls.
9 # USAGE: vfsstat [interval [count]]
/external/bcc/man/man8/
Dvfsstat.81 .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
Dfiletop.8101 vfsstat(8) tool, also from bcc.
118 vfsstat(8), vfscount(8), fileslower(8)
Dvfscount.854 vfsstat(8)
/external/bcc/snapcraft/
Dsnapcraft.yaml318 vfsstat:
319 command: wrapper vfsstat
320 aliases: [vfsstat]
/external/bcc/
DREADME.md162 - tools/[vfsstat](tools/vfsstat.py) tools/[vfsstat.c](tools/vfsstat.c): Count some VFS calls, with …
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_solaris_amd64.go810 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)
Dsyscall_solaris.go609 //sys Fstatvfs(fd int, vfsstat *Statvfs_t) (err error)
668 //sys Statvfs(path string, vfsstat *Statvfs_t) (err error)
/external/bcc/tests/python/
Dtest_tools_smoke.py371 self.run_with_duration("vfsstat.py 1 1")