Home
last modified time | relevance | path

Searched refs:FilePaths (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp131 if (perfFilesObj_.FilePaths()[CurrentRow()] != INVALID_UINT64) { in Column()
132 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp100 nativeHookFrameInfoObj_.FilePaths()); in Filter()
141 SetTypeColumnInt64(nativeHookFrameInfoObj_.FilePaths()[CurrentRow()], INVALID_UINT64); in Column()
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_files_table.cpp53 …sqlite3_result_text(context_, jsHeapFiles_.FilePaths()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nul… in Column()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish()
Dnative_hook_filter.cpp832 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in UpdateSymbolIdsForSymbolizationFailed()
1026 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in GetCallIdToLastLibId()
1081 auto filePathIndexs = nativeHookFrame->FilePaths(); in NativeHookReloadElfSymbolTable()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h56 const std::deque<DataIndex>& FilePaths() const;
Dhiperf_stdtype.cpp108 const std::deque<DataIndex>& PerfFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::PerfFiles
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp387 filePath = GetDataFromDict(perfFiles_.FilePaths()[perfFileRow]); in ExportPerfCallChaninText()
484 if (nativeHookFrameData_.FilePaths()[hookCallChainRow] != INVALID_UINT64) { in ExportHookCallChaninText()
485 hookFilePath = GetDataFromDict(nativeHookFrameData_.FilePaths()[hookCallChainRow]); in ExportHookCallChaninText()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.h153 const std::deque<DataIndex>& FilePaths() const;
Dnative_memory_stdtype.cpp270 const std::deque<DataIndex>& NativeHookFrame::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::NativeHookFrame
Darkts_stdtype.cpp37 const std::deque<std::string>& JsHeapFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::JsHeapFiles
Darkts_stdtype.h27 const std::deque<std::string>& FilePaths() const;
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/arkts/
Djs_memory_test.cpp424 EXPECT_EQ("Snapshot0", jsHeapFilesData.FilePaths()[0]);
506 EXPECT_EQ("Timeline", jsHeapFilesData.FilePaths()[0]);
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/
Dnative_hook_parser_test.cpp430 filePath_ = nativeHookFrame.FilePaths()[index]; in NativeHookFrameCache()
608 EXPECT_EQ(nativeHookFrame.FilePaths()[1], secondExpectFilePath);