Searched refs:bcc_elf_foreach_usdt (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/includes/ |
D | bcc_elf.h | 47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
|
/external/bcc/src/cc/ |
D | bcc_elf.h | 47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
|
D | bcc_elf.c | 172 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback, in bcc_elf_foreach_usdt() function
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 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()
|