Home
last modified time | relevance | path

Searched refs:show_mark_for_unknown_symbol_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dthread_tree.h82 show_mark_for_unknown_symbol_(false), in ThreadTree()
112 show_mark_for_unknown_symbol_ = true; in ShowMarkForUnknownSymbol()
151 bool show_mark_for_unknown_symbol_; variable
Dthread_tree.cpp237 "%s%s[+%" PRIx64 "]", (show_mark_for_unknown_symbol_ ? "*" : ""), in FindSymbol()