Searched full:mountsnoop (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | mountsnoop.c | 4 * mountsnoop Trace mount and umount[2] syscalls 21 #include "mountsnoop.h" 22 #include "mountsnoop.skel.h" 79 const char *argp_program_version = "mountsnoop 0.1"; 85 "USAGE: mountsnoop [-h] [-t] [-p PID] [-v]\n" 88 " mountsnoop # trace mount and umount syscalls\n" 89 " mountsnoop -d # detailed output (one line per column value)\n" 90 " mountsnoop -p 1216 # only trace PID 1216\n";
|
H A D | .gitignore | 36 /mountsnoop
|
H A D | mountsnoop.bpf.c | 9 #include "mountsnoop.h"
|
H A D | Makefile | 66 mountsnoop \
|
/aosp_15_r20/external/bcc/man/man8/ |
H A 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
|
/aosp_15_r20/external/bcc/tools/ |
H A 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
|
H A D | mountsnoop.py | 3 # mountsnoop Trace mount() and umount syscalls. 6 # USAGE: mountsnoop [-h]
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A 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
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 203 mountsnoop: 204 command: bcc-wrapper mountsnoop
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 79 * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc. 317 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 133 - tools/[mountsnoop](tools/mountsnoop.py): Trace mount and umount syscalls system-wide. [Examples](…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 239 self.run_with_int("mountsnoop.py")
|