Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_frame_table.cpp140 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/
Dnative_hook_frame_table.cpp140 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/
Dperf_files_table.cpp169 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/
Dperf_files_table.cpp169 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/
Djs_heap_files_table.cpp53 …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/
Djs_heap_files_table.cpp54 …sqlite3_result_text(context_, jsHeapFiles_.FilePaths()[CurrentRow()].c_str(), STR_DEFAULT_LEN, nul… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish()
Dnative_hook_filter.cpp676 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/
Dperf_data_filter.cpp64 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish()
Dnative_hook_filter.cpp684 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/
Djs_memory_test.cpp122 auto filePath = stream_.traceDataCache_->GetConstJsHeapFilesData().FilePaths()[0];
296 auto filePath = stream_.traceDataCache_->GetConstJsHeapFilesData().FilePaths()[0];
Dnative_hook_parser_test.cpp290 filePath_ = nativeHookFrame.FilePaths()[index]; in NativeHookFrameCache()
610 EXPECT_EQ(nativeHookFrame.FilePaths()[1], secondExpectFilePath);
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp719 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
Dtrace_stdtype.h840 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/
Dtrace_stdtype.cpp720 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
Dtrace_stdtype.h844 const std::deque<DataIndex>& FilePaths() const;
962 const std::deque<DataIndex>& FilePaths() const;
2060 const std::deque<std::string>& FilePaths() const;