Home
last modified time | relevance | path

Searched refs:ProcMountNSGuard (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/
Dns_guard.cc54 ProcMountNSGuard::ProcMountNSGuard(ProcMountNS *mount_ns) in ProcMountNSGuard() function in ProcMountNSGuard
59 ProcMountNSGuard::ProcMountNSGuard(int pid) in ProcMountNSGuard() function in ProcMountNSGuard
66 void ProcMountNSGuard::init() { in init()
74 ProcMountNSGuard::~ProcMountNSGuard() { in ~ProcMountNSGuard()
Dns_guard.h25 class ProcMountNSGuard; variable
46 class ProcMountNSGuard {
48 explicit ProcMountNSGuard(ProcMountNS *mount_ns);
49 explicit ProcMountNSGuard(int pid);
51 ~ProcMountNSGuard();
Dbcc_syms.cc131 ProcMountNSGuard g(mount_ns_instance_.get()); in load_exe()
251 ProcMountNSGuard g(mount_ns_); in Module()
288 ProcMountNSGuard g(mount_ns_); in load_sym_table()
518 ProcMountNSGuard g(pid); in bcc_resolve_symname()
/external/bcc/src/cc/includes/
Dns_guard.h25 class ProcMountNSGuard; variable
46 class ProcMountNSGuard {
48 explicit ProcMountNSGuard(ProcMountNS *mount_ns);
49 explicit ProcMountNSGuard(int pid);
51 ~ProcMountNSGuard();
/external/bcc/src/cc/usdt/
Dusdt.cc65 ProcMountNSGuard g(mount_ns_); in in_shared_object()
243 ProcMountNSGuard g(ctx->mount_ns_instance_.get()); in _each_module()