Home
last modified time | relevance | path

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

/external/bcc/examples/tracing/
Dstacksnoop_example.txt1 Demonstrations of stacksnoop, the Linux eBPF/bcc version.
8 # ./stacksnoop submit_bio
28 # ./stacksnoop -v submit_bio
45 # ./stacksnoop -v second_overflow
78 # ./stacksnoop -h
79 usage: stacksnoop [-h] [-p PID] [-s] [-v] function
93 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs
94 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets
95 ./stacksnoop -v ext4_sync_fs # ... show extra columns
96 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
Dstacksnoop.py3 # stacksnoop Trace a kernel function and print all kernel stack traces.
6 # USAGE: stacksnoop [-h] [-p PID] [-s] [-v] function
21 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs
22 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets
23 ./stacksnoop -v ext4_sync_fs # ... show extra columns
24 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
/external/bcc/tools/old/
Dstacksnoop.py3 # stacksnoop Trace a kernel function and print all kernel stack traces.
6 # USAGE: stacksnoop [-h] [-p PID] [-s] [-v] function
26 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs
27 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets
28 ./stacksnoop -v ext4_sync_fs # ... show extra columns
29 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
/external/bcc/snapcraft/
Dsnapcraft.yaml255 stacksnoop:
256 command: wrapper stacksnoop
257 aliases: [stacksnoop]
/external/bcc/man/man8/
Dstackcount.8142 stacksnoop(8), funccount(8)
/external/bcc/tools/
Dstacksnoop.lua45 local parser = utils.argparse("stacksnoop",
/external/bcc/
DREADME.md73 - examples/tracing/[stacksnoop](examples/tracing/stacksnoop.py): Trace a kernel function and print …