| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_files_table.cpp | 131 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/ |
| D | native_hook_frame_table.cpp | 100 nativeHookFrameInfoObj_.FilePaths()); in Filter() 141 SetTypeColumnInt64(nativeHookFrameInfoObj_.FilePaths()[CurrentRow()], INVALID_UINT64); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/js_memory/ |
| D | js_heap_files_table.cpp | 53 …sqlite3_result_text(context_, jsHeapFiles_.FilePaths()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nul… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | perf_data_filter.cpp | 64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish()
|
| D | native_hook_filter.cpp | 832 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/ |
| D | hiperf_stdtype.h | 56 const std::deque<DataIndex>& FilePaths() const;
|
| D | hiperf_stdtype.cpp | 108 const std::deque<DataIndex>& PerfFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::PerfFiles
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 387 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/ |
| D | native_memory_stdtype.h | 153 const std::deque<DataIndex>& FilePaths() const;
|
| D | native_memory_stdtype.cpp | 270 const std::deque<DataIndex>& NativeHookFrame::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::NativeHookFrame
|
| D | arkts_stdtype.cpp | 37 const std::deque<std::string>& JsHeapFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::JsHeapFiles
|
| D | arkts_stdtype.h | 27 const std::deque<std::string>& FilePaths() const;
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/arkts/ |
| D | js_memory_test.cpp | 424 EXPECT_EQ("Snapshot0", jsHeapFilesData.FilePaths()[0]); 506 EXPECT_EQ("Timeline", jsHeapFilesData.FilePaths()[0]);
|
| /developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/ |
| D | native_hook_parser_test.cpp | 430 filePath_ = nativeHookFrame.FilePaths()[index]; in NativeHookFrameCache() 608 EXPECT_EQ(nativeHookFrame.FilePaths()[1], secondExpectFilePath);
|