Home
last modified time | relevance | path

Searched refs:bcc_elf_foreach_usdt (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/includes/
Dbcc_elf.h47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
/external/bcc/src/cc/
Dbcc_elf.h47 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback,
Dbcc_elf.c172 int bcc_elf_foreach_usdt(const char *path, bcc_elf_probecb callback, in bcc_elf_foreach_usdt() function
/external/bcc/src/cc/usdt/
Dusdt.cc244 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()