Searched refs:mod_match_inode_only_ (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/api/ |
D | BPF.cc | 934 mod_match_inode_only_(1) {} in USDT() 944 mod_match_inode_only_(1) {} in USDT() 955 mod_match_inode_only_(1) {} in USDT() 964 mod_match_inode_only_(usdt.mod_match_inode_only_) {} in USDT() 975 mod_match_inode_only_(usdt.mod_match_inode_only_) { in USDT() 989 mod_match_inode_only_ = kludge; in set_probe_matching_kludge() 996 ctx.reset(new ::USDT::Context(pid_, binary_path_, mod_match_inode_only_)); in init() 998 ctx.reset(new ::USDT::Context(binary_path_, mod_match_inode_only_)); in init() 1000 ctx.reset(new ::USDT::Context(pid_, mod_match_inode_only_)); in init()
|
D | BPF.h | 414 uint8_t mod_match_inode_only_; variable
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 65 mod_match_inode_only_(mod_match_inode_only) in Probe() 79 !bcc_resolve_global_addr(*pid_, bin_path.c_str(), addr, mod_match_inode_only_, global)); in resolve_global_address() 283 probe->semaphore_offset, pid_, mod_match_inode_only_) in add_probe() 403 : loaded_(false), mod_match_inode_only_(mod_match_inode_only) { in Context() 417 mod_match_inode_only_(mod_match_inode_only) { in Context() 432 mod_match_inode_only_(mod_match_inode_only) { in Context()
|
/external/bcc/src/cc/ |
D | usdt.h | 229 uint8_t mod_match_inode_only_; variable 295 uint8_t mod_match_inode_only_;
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 229 uint8_t mod_match_inode_only_; variable 295 uint8_t mod_match_inode_only_;
|