Home
last modified time | relevance | path

Searched full:mountsnoop (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmountsnoop.c4 * 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.gitignore36 /mountsnoop
H A Dmountsnoop.bpf.c9 #include "mountsnoop.h"
H A DMakefile66 mountsnoop \
/aosp_15_r20/external/bcc/man/man8/
H A Dmountsnoop.81 .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 Dmountsnoop_example.txt1 Demonstrations of mountsnoop.
3 mountsnoop traces the mount() and umount syscalls system-wide. For example,
12 # ./mountsnoop.py
20 # ./mountsnoop.py -P
H A Dmountsnoop.py3 # mountsnoop Trace mount() and umount syscalls.
6 # USAGE: mountsnoop [-h]
/aosp_15_r20/external/bcc/src/python/bcc/
H A Dcontainers.py46 /* 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 Dsnapcraft.yaml203 mountsnoop:
204 command: bcc-wrapper mountsnoop
/aosp_15_r20/external/bcc/debian/
H A Dchangelog79 * 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 DREADME.md133 - tools/[mountsnoop](tools/mountsnoop.py): Trace mount and umount syscalls system-wide. [Examples](…
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py239 self.run_with_int("mountsnoop.py")