Home
last modified time | relevance | path

Searched full:vfscount (Results 1 – 9 of 9) sorted by relevance

/external/bcc/man/man8/
Dvfscount.81 .TH vfscount 8 "2015-08-18" "USER COMMANDS"
3 vfscount \- Count VFS calls ("vfs_*"). Uses Linux eBPF/bcc.
5 .B vfscount
21 .B vfscount
Dvfsstat.814 customize which functions are traced. Also see vfscount, which is more
65 vfscount(8)
Dfunccount.8107 vfscount(8)
Dfiletop.8118 vfsstat(8), vfscount(8), fileslower(8)
/external/bcc/tools/
Dvfscount_example.txt1 Demonstrations of vfscount, the Linux eBPF/bcc version.
6 # ./vfscount
Dvfscount.py4 # vfscount Count VFS calls ("vfs_*").
/external/bcc/snapcraft/
Dsnapcraft.yaml315 vfscount:
316 command: wrapper vfscount
317 aliases: [vfscount]
/external/bcc/
DREADME.md161 - tools/[vfscount](tools/vfscount.py) tools/[vfscount.c](tools/vfscount.c): Count VFS calls. [Examp…
/external/bcc/tests/python/
Dtest_tools_smoke.py368 self.run_with_int("vfscount.py", timeout=15, kill_timeout=15)