Home
last modified time | relevance | path

Searched refs:symbolName_ (Results 1 – 20 of 20) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h49 std::string_view symbolName_; member
62 : ip_(ip), vaddrInFile_(vaddrInFile), symbolName_(name), filePath_(filePath) in CallFrame()
86 output.append(symbolName_); in ToSymbolString()
Dperf_file_format.h28 std::string symbolName_ = EMPTY_STRING; member
31 : vaddr_(vaddr), len_(len), symbolName_(symbolName) in SymbolStruct()
Dsymbols_file.h67 std::string_view symbolName_ = ""; member
/developtools/hiperf/src/
Dreport_json_file.cpp112 int funcId = GetFuncionID(libId, it->symbolName_); in AddReportCallStack()
128 funcId, it->symbolName_.data(), grandchildren.nodeIndex_, it->filePath_.data()); in AddReportCallStack()
144 int funcId = GetFuncionID(libId, it->symbolName_); in AddReportCallStackReverse()
159 libId, funcId, it->symbolName_.data(), grandchildren.nodeIndex_, in AddReportCallStackReverse()
210 int funcId = GetFuncionID(libId, it->symbolName_); in UpdateReportCallStack()
Dperf_file_format.cpp218 size += SizeOf(symbolStruct.symbolName_); in GetSize()
264 Read(symbolStruct.symbolName_); in PerfFileSectionSymbolsFiles()
292 Write(symbolStruct.symbolName_); in GetBinary()
Dreport.cpp49 frameIt->symbolName_, frameIt->vaddrInFile_, sample.data_.period); in AddReportItem()
60 frameIt->symbolName_, frameIt->vaddrInFile_, frameIt->filePath_, in AddReportItem()
75 frameIt->symbolName_, frameIt->vaddrInFile_, sample.data_.period); in AddReportItem()
Dvirtual_runtime.cpp310 callFrame.symbolName_ = symbol.Name(); in MakeCallFrame()
313 HLOG_ASSERT_MESSAGE(!callFrame.symbolName_.empty(), "%s", symbol.ToDebugString().c_str()); in MakeCallFrame()
Dsubcommand_dump.cpp477 symbolStruct.len_, symbolStruct.symbolName_.c_str()); in PrintSymbolFile()
Dsymbols_file.cpp1344 symbolStruct.symbolName_, symbolFileStruct.filePath_); in LoadSymbolsFromSaved()
1368 symbolStruct.symbolName_ = symbol->Name(); in ExportSymbolToFileFormat()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp110 callFrame.symbolName_ = symbol.symbolName_; in MakeCallFrame()
349 vaddrSymbol.symbolName_ = vaddrSymbol.Name(); in GetUserSymbol()
355 foundSymbols.symbolName_ = foundSymbols.Name(); in GetUserSymbol()
465 auto itFuntion = functionMap_.find(std::string(symbol.symbolName_)); in FillSymbolNameId()
470 functionMap_[std::string(symbol.symbolName_)] = symbol.symbolNameId_; in FillSymbolNameId()
Dstack_preprocess.cpp626 … callFrames[idx].ip_, callFrames[idx].sp_, std::string(callFrames[idx].symbolName_).c_str(), in WriteFrames()
645 frame.set_symbol_name(std::string(callFrame.symbolName_)); in SetFrameInfo()
656 symbolMap->set_name(std::string(callFrame.symbolName_)); in ReportSymbolNameMap()
Dsymbols_file.cpp1255 symbolStruct.symbolName_, symbolFileStruct.filePath_); in LoadSymbolsFromSaved()
1278 symbolStruct.symbolName_ = symbol->Name(); in ExportSymbolToFileFormat()
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp122 ASSERT_EQ(a[i].symbolStructs_[j].symbolName_, b[i].symbolStructs_[j].symbolName_); in CompareVecSymFile()
153 symbol.symbolName_ = "this is test";
154 testSize += (sizeof(uint32_t) + symbol.symbolName_.size() + 1);
Dvirtual_runtime_test.cpp377 sample.callFrames_[i].symbolName_.data());
Dreport_protobuf_file_test.cpp344 ASSERT_STREQ(sample.callFrames_.at(i).symbolName_.data(), in __anoncfc228cc0502()
Dsymbols_file_test.cpp939 EXPECT_EQ(symbol.name_, symbolStruct.symbolName_);
/developtools/hiperf/include/
Dperf_file_format.h182 std::string symbolName_ = EMPTY_STRING; member
185 : vaddr_(vaddr), len_(len), symbolName_(symbolName) in SymbolStruct()
Dperf_event_record.h52 std::string_view symbolName_; member
59 : ip_(ip), vaddrInFile_(vaddrInFile), symbolName_(name), filePath_(filePath) in CallFrame()
77 output.append(symbolName_); in ToSymbolString()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp271 symbolName_(symbolName), in NativeHookFrameCache()
289 symbolName_ = nativeHookFrame.SymbolNames()[index]; in NativeHookFrameCache()
316 if (frameCache.GetSymbolName() != symbolName_) { in operator ==()
317 …TS_LOGE("symbolName_ = %lu, frameCache.GetSymbolName() = %lu", symbolName_, frameCache.GetSymbolNa… in operator ==()
352 return symbolName_; in GetSymbolName()
372 uint64_t symbolName_; member in SysTuning::TraceStreamer::NativeHookFrameCache
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp983 EXPECT_EQ(symbol.name_, symbolStruct.symbolName_);