Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_c_api.cc707 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
720 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
735 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
751 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
766 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
782 int res = _procfs_maps_each_module(dummy_maps, 42, _bcc_syms_find_module,
803 _bcc_syms_find_module, &search);
822 int res = bcc_procutils_each_module(pid, _bcc_syms_find_module,
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dbcc_syms.h72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_syms.h72 int _bcc_syms_find_module(struct mod_info *info, int enter_ns, void *p);
H A Dbcc_syms.cc662 int _bcc_syms_find_module(mod_info *info, int enter_ns, void *p) { in _bcc_syms_find_module() function
720 if (bcc_procutils_each_module(pid, _bcc_syms_find_module, &mod) < 0 || in bcc_resolve_global_addr()