OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_type_map_
(Results
1 - 2
of
2
) sorted by null
/external/bcc/src/cc/usdt/
usdt.cc
64
if (
object_type_map_
.find(bin_path) ==
object_type_map_
.end()) {
66
return (
object_type_map_
[bin_path] = bcc_elf_is_shared_obj(bin_path.c_str()));
68
return
object_type_map_
[bin_path];
/external/bcc/src/cc/
usdt.h
193
std::unordered_map<std::string, bool>
object_type_map_
; // bin_path => is shared lib?
member in class:USDT::Probe
Completed in 543 milliseconds