Searched full:statsnoop (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A D | statsnoop_example.txt | 1 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
|
H A D | statsnoop.py | 4 # 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
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | statsnoop.8 | 1 .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
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | statsnoop.c | 4 // Based on statsnoop(8) from BCC by Brendan Gregg. 14 #include "statsnoop.h" 15 #include "statsnoop.skel.h" 30 const char *argp_program_version = "statsnoop 0.1"; 36 "USAGE: statsnoop [-h] [-t] [-x] [-p PID]\n" 39 " statsnoop # trace all stat syscalls\n" 40 " statsnoop -t # include timestamps\n" 41 " statsnoop -x # only show failed stats\n" 42 " statsnoop -p 1216 # only trace PID 1216\n";
|
H A D | .gitignore | 51 /statsnoop
|
H A D | statsnoop.bpf.c | 6 #include "statsnoop.h"
|
H A D | Makefile | 78 statsnoop \
|
/aosp_15_r20/external/bcc/tools/old/ |
H A D | statsnoop.py | 4 # 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
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 21 …* libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs, wakeuptime, cachestat,… 35 …* libbpf-tools updates for klockstat, sigsnoop, hardirqs, softirqs, opensnoop, statsnoop, offcputi… 108 * new libbpf-tools: gethostlatency, statsnoop, fsdist and solisten
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 283 statsnoop: 284 command: bcc-wrapper statsnoop
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 74 - tools/[statsnoop](tools/statsnoop.py): Trace stat() syscalls. [Examples](tools/statsnoop_example.…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 328 self.run_with_int("statsnoop.py")
|