Home
last modified time | relevance | path

Searched refs:ToSymbolString (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h77 std::string ToSymbolString() const in ToSymbolString() function
/developtools/hiperf/src/
Dreport_json_file.cpp131 HLOGV("add child failed at %s", it->ToSymbolString().c_str()); in AddReportCallStack()
163 HLOGV("add child failed at %s", it->ToSymbolString().c_str()); in AddReportCallStackReverse()
Dsubcommand_dump.cpp435 frameIt->ToSymbolString().c_str()); in DumpCallChain()
Dvirtual_runtime.cpp476 recordSample.callFrames_.back().ToSymbolString().c_str()); in SymbolicCallFrame()
/developtools/hiperf/include/
Dperf_event_record.h77 std::string ToSymbolString() const in ToSymbolString() function
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp169 HLOGV(" (%u)unwind symbol: %*s%s", index, index, "", callFrame.ToSymbolString().c_str()); in GetSymbolName()