Searched full:stacksnoop (Results 1 – 7 of 7) sorted by relevance
1 Demonstrations of stacksnoop, the Linux eBPF/bcc version.8 # ./stacksnoop submit_bio28 # ./stacksnoop -v submit_bio45 # ./stacksnoop -v second_overflow78 # ./stacksnoop -h79 usage: stacksnoop [-h] [-p PID] [-s] [-v] function93 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs94 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets95 ./stacksnoop -v ext4_sync_fs # ... show extra columns96 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
3 # stacksnoop Trace a kernel function and print all kernel stack traces.6 # USAGE: stacksnoop [-h] [-p PID] [-s] [-v] function21 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs22 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets23 ./stacksnoop -v ext4_sync_fs # ... show extra columns24 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
3 # stacksnoop Trace a kernel function and print all kernel stack traces.6 # USAGE: stacksnoop [-h] [-p PID] [-s] [-v] function26 ./stacksnoop ext4_sync_fs # print kernel stack traces for ext4_sync_fs27 ./stacksnoop -s ext4_sync_fs # ... also show symbol offsets28 ./stacksnoop -v ext4_sync_fs # ... show extra columns29 ./stacksnoop -p 185 ext4_sync_fs # ... only when PID 185 is on-CPU
255 stacksnoop:256 command: wrapper stacksnoop257 aliases: [stacksnoop]
142 stacksnoop(8), funccount(8)
45 local parser = utils.argparse("stacksnoop",
73 - examples/tracing/[stacksnoop](examples/tracing/stacksnoop.py): Trace a kernel function and print …