Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_c_api.cc499 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/
Dbcc_syms.h72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);
Dbcc_syms.cc590 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/
Dbcc_syms.h72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);