| /developtools/smartperf_host/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 140 nativeHookFrameInfoObj_.FilePaths()); in Filter() 191 if (nativeHookFrameInfoObj_.FilePaths()[CurrentRow()] != INVALID_UINT64) { in Column() 192 …te3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.FilePaths()[CurrentRow()])… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/ |
| D | native_hook_frame_table.cpp | 140 nativeHookFrameInfoObj_.FilePaths()); in Filter() 191 if (nativeHookFrameInfoObj_.FilePaths()[CurrentRow()] != INVALID_UINT64) { in Column() 192 …te3_result_int64(context_, static_cast<int64_t>(nativeHookFrameInfoObj_.FilePaths()[CurrentRow()])… in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_files_table.cpp | 169 if (perfFilesObj_.FilePaths()[CurrentRow()] != INVALID_UINT64) { in Column() 170 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/ |
| D | perf_files_table.cpp | 169 if (perfFilesObj_.FilePaths()[CurrentRow()] != INVALID_UINT64) { in Column() 170 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); 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/profiler/host/smartperf/trace_streamer/src/table/js_memory/ |
| D | js_heap_files_table.cpp | 54 …sqlite3_result_text(context_, jsHeapFiles_.FilePaths()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nul… in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | perf_data_filter.cpp | 64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish()
|
| D | native_hook_filter.cpp | 676 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in UpdateSymbolIdsForSymbolizationFailed() 853 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in GetCallIdToLastLibId() 904 auto filePathIndexs = nativeHookFrame->FilePaths(); in NativeHookReloadElfSymbolTable()
|
| /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 | 684 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in UpdateSymbolIdsForSymbolizationFailed() 861 auto filePathIndex = traceDataCache_->GetNativeHookFrameData()->FilePaths()[i]; in GetCallIdToLastLibId() 912 auto filePathIndexs = nativeHookFrame->FilePaths(); in NativeHookReloadElfSymbolTable()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | js_memory_test.cpp | 122 auto filePath = stream_.traceDataCache_->GetConstJsHeapFilesData().FilePaths()[0]; 296 auto filePath = stream_.traceDataCache_->GetConstJsHeapFilesData().FilePaths()[0];
|
| D | native_hook_parser_test.cpp | 290 filePath_ = nativeHookFrame.FilePaths()[index]; in NativeHookFrameCache() 610 EXPECT_EQ(nativeHookFrame.FilePaths()[1], secondExpectFilePath);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 719 const std::deque<DataIndex>& NativeHookFrame::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::NativeHookFrame 871 const std::deque<DataIndex>& PerfFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::PerfFiles 2427 const std::deque<std::string>& JsHeapFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::JsHeapFiles
|
| D | trace_stdtype.h | 840 const std::deque<DataIndex>& FilePaths() const; 957 const std::deque<DataIndex>& FilePaths() const; 2024 const std::deque<std::string>& FilePaths() const;
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 720 const std::deque<DataIndex>& NativeHookFrame::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::NativeHookFrame 878 const std::deque<DataIndex>& PerfFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::PerfFiles 2480 const std::deque<std::string>& JsHeapFiles::FilePaths() const in FilePaths() function in SysTuning::TraceStdtype::JsHeapFiles
|
| D | trace_stdtype.h | 844 const std::deque<DataIndex>& FilePaths() const; 962 const std::deque<DataIndex>& FilePaths() const; 2060 const std::deque<std::string>& FilePaths() const;
|