Searched refs:_bcc_syms_find_module (Results 1 – 4 of 4) sorted by relevance
/external/bcc/tests/cc/ |
D | test_c_api.cc | 499 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 512 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 527 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 543 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 558 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 574 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module, 593 int res = bcc_procutils_each_module(pid, _bcc_syms_find_module,
|
/external/bcc/src/cc/ |
D | bcc_syms.h | 72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);
|
D | bcc_syms.cc | 590 int _bcc_syms_find_module(mod_info *info, int enter_ns, void *p) { in _bcc_syms_find_module() function 631 if (bcc_procutils_each_module(pid, _bcc_syms_find_module, &mod) < 0 || in bcc_resolve_global_addr()
|
/external/bcc/src/cc/includes/ |
D | bcc_syms.h | 72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);
|