Home
last modified time | relevance | path

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

/external/bcc/tools/
Dfilelife_example.txt1 Demonstrations of filelife, the Linux eBPF/bcc version.
4 filelife traces short-lived files: those that have been created and then
7 # ./filelife
41 # ./filelife -h
42 usage: filelife [-h] [-p PID]
51 ./filelife # trace all stat() syscalls
52 ./filelife -p 181 # only trace PID 181
Dfilelife.py4 # filelife Trace the lifespan of short-lived files.
12 # USAGE: filelife [-h] [-p PID]
28 ./filelife # trace all stat() syscalls
29 ./filelife -p 181 # only trace PID 181
/external/bcc/man/man8/
Dfilelife.81 .TH filelife 8 "2016-02-08" "USER COMMANDS"
3 filelife \- Trace the lifespan of short-lived files. Uses Linux eBPF/bcc.
5 .B filelife [\-h] [\-p PID]
34 .B filelife
38 .B filelife \-p 181
/external/bcc/tools/old/
Dfilelife.py4 # filelife Trace the lifespan of short-lived files.
12 # USAGE: filelife [-h] [-p PID]
26 ./filelife # trace all stat() syscalls
27 ./filelife -p 181 # only trace PID 181
/external/bcc/snapcraft/
Dsnapcraft.yaml99 filelife:
100 command: wrapper filelife
101 aliases: [filelife]
/external/bcc/
DREADME.md109 - tools/[filelife](tools/filelife.py): Trace the lifespan of short-lived files. [Examples](tools/fi…
/external/bcc/tests/python/
Dtest_tools_smoke.py160 self.run_with_int("filelife.py")