Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_usdt_probes.cc46 REQUIRE(probe->in_shared_object(probe->bin_path()) == false);
164 REQUIRE(probe->in_shared_object(probe->bin_path()) == true);
187 REQUIRE(probe->in_shared_object(probe->bin_path()) == true);
237 REQUIRE(probe->in_shared_object(probe->bin_path()) == true);
/external/bcc/src/cc/usdt/
Dusdt.cc63 bool Probe::in_shared_object(const std::string &bin_path) { in in_shared_object() function in USDT::Probe
73 if (in_shared_object(bin_path)) { in resolve_global_address()
/external/bcc/src/cc/
Dusdt.h230 bool in_shared_object(const std::string &bin_path);
/external/bcc/src/cc/includes/
Dusdt.h230 bool in_shared_object(const std::string &bin_path);