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.cpp130 HLOGV("add child failed at %s", it->ToSymbolString().c_str()); in AddReportCallStack()
162 HLOGV("add child failed at %s", it->ToSymbolString().c_str()); in AddReportCallStackReverse()
Dsubcommand_dump.cpp424 frameIt->ToSymbolString().c_str()); in DumpCallChain()
Dvirtual_runtime.cpp323 recordSample.callFrames_.back().ToSymbolString().c_str()); in SymbolicCallFrame()
/developtools/hiperf/include/
Dperf_event_record.h74 std::string ToSymbolString() const in ToSymbolString() function
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp168 HLOGV(" (%u)unwind symbol: %*s%s", index, index, "", callFrame.ToSymbolString().c_str()); in GetSymbolName()