Home
last modified time | relevance | path

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

/external/bcc/man/man8/
Dstatsnoop.81 .TH statsnoop 8 "2016-02-08" "USER COMMANDS"
3 statsnoop \- Trace stat() syscalls. Uses Linux eBPF/bcc.
5 .B statsnoop [\-h] [\-t] [\-x] [\-p PID]
7 statsnoop traces the different stat() syscalls, showing which processes are
40 .B statsnoop
44 .B statsnoop \-t
48 .B statsnoop \-x
52 .B statsnoop \-p 181
/external/bcc/tools/
Dstatsnoop_example.txt1 Demonstrations of statsnoop, the Linux eBPF/bcc version.
4 statsnoop traces the different stat() syscalls system-wide, and prints various
7 # ./statsnoop
51 statsnoop can be used for general debugging, to see what file information has
58 # ./statsnoop -h
59 usage: statsnoop [-h] [-t] [-x] [-p PID]
70 ./statsnoop # trace all stat() syscalls
71 ./statsnoop -t # include timestamps
72 ./statsnoop -x # only show failed stats
73 ./statsnoop -p 181 # only trace PID 181
Dstatsnoop.py4 # statsnoop Trace stat() syscalls.
7 # USAGE: statsnoop [-h] [-t] [-x] [-p PID]
22 ./statsnoop # trace all stat() syscalls
23 ./statsnoop -t # include timestamps
24 ./statsnoop -x # only show failed stats
25 ./statsnoop -p 181 # only trace PID 181
/external/bcc/tools/old/
Dstatsnoop.py4 # statsnoop Trace stat() syscalls.
7 # USAGE: statsnoop [-h] [-t] [-x] [-p PID]
20 ./statsnoop # trace all stat() syscalls
21 ./statsnoop -t # include timestamps
22 ./statsnoop -x # only show failed stats
23 ./statsnoop -p 181 # only trace PID 181
/external/bcc/snapcraft/
Dsnapcraft.yaml258 statsnoop:
259 command: wrapper statsnoop
260 aliases: [statsnoop]
/external/bcc/
DREADME.md74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…
/external/bcc/tests/python/
Dtest_tools_smoke.py287 self.run_with_int("statsnoop.py")