Searched full:mountsnoop (Results 1 – 12 of 12) sorted by relevance
| /external/bcc/man/man8/ |
| D | mountsnoop.8 | 1 .TH mountsnoop 8 "2016-10-14" "USER COMMANDS" 3 mountsnoop \- Trace mount() and umount() syscalls. Uses Linux eBPF/bcc. 5 .B mountsnoop 7 mountsnoop traces the mount() and umount() syscalls, showing which processes
|
| /external/bcc/tools/ |
| D | mountsnoop_example.txt | 1 Demonstrations of mountsnoop. 3 mountsnoop traces the mount() and umount syscalls system-wide. For example, 12 # ./mountsnoop.py 20 # ./mountsnoop.py -P
|
| D | mountsnoop.py | 3 # mountsnoop Trace mount() and umount syscalls. 6 # USAGE: mountsnoop [-h]
|
| /external/bcc/libbpf-tools/ |
| D | mountsnoop.c | 4 * mountsnoop Trace mount and umount[2] syscalls 20 #include "mountsnoop.h" 21 #include "mountsnoop.skel.h" 78 const char *argp_program_version = "mountsnoop 0.1"; 84 "USAGE: mountsnoop [-h] [-t] [-p PID] [-v]\n" 87 " mountsnoop # trace mount and umount syscalls\n" 88 " mountsnoop -d # detailed output (one line per column value)\n" 89 " mountsnoop -p 1216 # only trace PID 1216\n";
|
| D | .gitignore | 31 /mountsnoop
|
| D | mountsnoop.bpf.c | 7 #include "mountsnoop.h"
|
| D | Makefile | 43 mountsnoop \
|
| /external/bcc/src/python/bcc/ |
| D | containers.py | 46 /* see mountsnoop.py: 61 * To add mountsnoop support for --selector option, we need to call 64 * The problem is that this struct is also defined in mountsnoop BPF code. 67 * Then, in mountsnoop code, the struct mnt_namespace definition is guarded
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 204 mountsnoop: 205 command: bcc-wrapper mountsnoop
|
| /external/bcc/debian/ |
| D | changelog | 19 * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc. 257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
| /external/bcc/ |
| D | README.md | 132 - tools/[mountsnoop](tools/mountsnoop.py): Trace mount and umount syscalls system-wide. [Examples](…
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 240 self.run_with_int("mountsnoop.py")
|