Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp90 FilePathMap* filePathMap = hookData->mutable_file_path(); in ParseFileEvent() local
91 filePathMap->ParseFromArray(bytesView.Data(), bytesView.Size()); in ParseFileEvent()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp840 FilePathMap* filePathMap = hookData->mutable_file_path(); in ReportFilePathMap() local
841 filePathMap->set_id(callFrame.filePathId_); in ReportFilePathMap()
842 filePathMap->set_name(std::string(callFrame.filePath_)); in ReportFilePathMap()
843 filePathMap->set_pid(pid_); in ReportFilePathMap()