Searched refs:bcc_resolve_symname (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/bcc/tests/cc/ |
H A D | test_c_api.cc | 98 REQUIRE(bcc_resolve_symname("c", "malloc", 0x0, 0, nullptr, &sym) == 0); 108 REQUIRE(bcc_resolve_symname("bcc", "bcc_procutils_which", 0x0, getpid(), nullptr, &sym) == 0); 125 REQUIRE(bcc_resolve_symname(zipped_lib_path().c_str(), "symbol", 0x0, 0, 158 REQUIRE(bcc_resolve_symname(lib.c_str(), "debuginfo_only_symbol", 0x0, 0, in test_debuginfo_only_symbol()
|
H A D | test_usdt_probes.cc | 405 REQUIRE(bcc_resolve_symname(module.c_str(), "rb_gc_mark", 0x0, ruby_pid, nullptr, &sym) == 0);
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | sym.lua | 39 if libbcc.bcc_resolve_symname(module, symname, addr or 0x0, pid or 0, nil, sym) < 0 then
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | bcc_syms.h | 100 int bcc_resolve_symname(const char *module, const char *symname,
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bcc_syms.h | 100 int bcc_resolve_symname(const char *module, const char *symname,
|
H A D | bcc_syms.cc | 777 int bcc_resolve_symname(const char *module, const char *symname, in bcc_resolve_symname() function
|
/aosp_15_r20/external/bcc/examples/tracing/ |
H A D | strlen_hist_ifunc.py | 53 if lib.bcc_resolve_symname(
|
/aosp_15_r20/external/bcc/src/python/bcc/ |
H A D | libbcc.py | 221 lib.bcc_resolve_symname.restype = ct.c_int 222 lib.bcc_resolve_symname.argtypes = [
|
H A D | __init__.py | 972 if lib.bcc_resolve_symname(
|
/aosp_15_r20/external/bcc/src/cc/usdt/ |
H A D | usdt_args.cc | 63 if (bcc_resolve_symname(binpath.c_str(), deref_ident_->c_str(), 0x0, -1, nullptr, &sym) == 0) { in get_global_address()
|
/aosp_15_r20/external/bcc/src/cc/api/ |
H A D | BPF.cc | 768 int res = bcc_resolve_symname(binary_path.c_str(), symbol.c_str(), in check_binary_symbol()
|