Searched refs:_each_probe (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 230 void Context::_each_probe(const char *binpath, const struct bcc_elf_usdt *probe, in _each_probe() function in USDT::Context 244 bcc_elf_foreach_usdt(modpath, _each_probe, p); in _each_module() 349 if (bcc_elf_foreach_usdt(full_path.c_str(), _each_probe, this) == 0) { in Context() 376 if (bcc_elf_foreach_usdt(full_path.c_str(), _each_probe, this) == 0) { in Context()
|
/external/bcc/src/cc/ |
D | usdt.h | 251 static void _each_probe(const char *binpath, const struct bcc_elf_usdt *probe,
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 251 static void _each_probe(const char *binpath, const struct bcc_elf_usdt *probe,
|