Home
last modified time | relevance | path

Searched full:syncsnoop (Results 1 – 7 of 7) sorted by relevance

/external/bcc/man/man8/
Dsyncsnoop.81 .TH syncsnoop 8 "2015-08-18" "USER COMMANDS"
3 syncsnoop \- Trace sync() syscall. Uses Linux eBPF/bcc.
5 .B syncsnoop
7 syncsnoop traces calls to sync(), which flushes file system buffers to
27 .B syncsnoop
/external/bcc/tools/
Dsyncsnoop_example.txt1 Demonstrations of syncsnoop, the Linux eBPF/bcc version.
6 # ./syncsnoop
Dsyncsnoop.py4 # syncsnoop Trace sync() syscall.
/external/bcc/snapcraft/
Dsnapcraft.yaml261 syncsnoop:
262 command: wrapper syncsnoop
263 aliases: [syncsnoop]
/external/bcc/tools/old/
Dsyncsnoop.py4 # syncsnoop Trace sync() syscall.
/external/bcc/
DREADME.md140 - tools/[syncsnoop](tools/syncsnoop.py): Trace sync() syscall. [Examples](tools/syncsnoop_example.t…
/external/bcc/tests/python/
Dtest_tools_smoke.py291 self.run_with_int("syncsnoop.py")