Home
last modified time | relevance | path

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

/external/bcc/man/man8/
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
/external/bcc/tools/
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
Dmountsnoop.py3 # mountsnoop Trace mount() and umount syscalls.
6 # USAGE: mountsnoop [-h]
/external/bcc/libbpf-tools/
Dmountsnoop.c4 * 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.gitignore31 /mountsnoop
Dmountsnoop.bpf.c7 #include "mountsnoop.h"
DMakefile43 mountsnoop \
/external/bcc/src/python/bcc/
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
/external/bcc/snap/
Dsnapcraft.yaml204 mountsnoop:
205 command: bcc-wrapper mountsnoop
/external/bcc/debian/
Dchangelog19 * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc.
257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/
DREADME.md132 - tools/[mountsnoop](tools/mountsnoop.py): Trace mount and umount syscalls system-wide. [Examples](…
/external/bcc/tests/python/
Dtest_tools_smoke.py240 self.run_with_int("mountsnoop.py")