Home
last modified time | relevance | path

Searched refs:GetDataFromDict (Results 1 - 25 of 44) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/table/monitor/
H A Dlog_table.cpp68 sqlite3_result_text(context_, dataCache_->GetDataFromDict(levelDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
76 sqlite3_result_text(context_, dataCache_->GetDataFromDict(tagDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
84 sqlite3_result_text(context_, dataCache_->GetDataFromDict(contextDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache.cpp360 perfTaskName = GetDataFromDict(GetConstThreadData(threadDataRow).nameIndex_); in ExportPerfSampleToFile()
365 perfTaskName = GetDataFromDict(perfThread_.ThreadNames()[perfThreadRow]); in ExportPerfSampleToFile()
372 eventTypeName = GetDataFromDict(perfReport_.Values()[perfReportRow]); in ExportPerfSampleToFile()
407 filePath = GetDataFromDict(perfFiles_.FilePaths()[perfFileRow]); in ExportPerfCallChaninText()
410 auto nameStr = GetDataFromDict(perfCallChain_.Names()[perfCallChainRow]); in ExportPerfCallChaninText()
437 auto hookTaskName = GetDataFromDict(internalThreadsData_[itid].nameIndex_); in ExportHookDataReadableText()
502 hookSymName = GetDataFromDict(nativeHookFrameData_.SymbolNames()[hookCallChainRow]); in ExportHookCallChaninText()
505 hookFilePath = GetDataFromDict(nativeHookFrameData_.FilePaths()[hookCallChainRow]); in ExportHookCallChaninText()
545 auto fileSysTaskName = GetDataFromDict(internalThreadsData_[fileSamplingTableData_.Itids()[row]].nameIndex_); in ExportEbpfFileSystemReadableText()
575 auto pagedMemTaskName = GetDataFromDict(internalThreadsData in ExportEbpfPagedMemReadableText()
[all...]
H A Dtrace_data_cache_reader.cpp21 const std::string &TraceDataCacheReader::GetDataFromDict(DataIndex id) const in GetDataFromDict() function in SysTuning::TraceStreamer::TraceDataCacheReader
23 return dataDict_.GetDataFromDict(id); in GetDataFromDict()
H A Dtrace_data_cache_reader.h49 const std::string &GetDataFromDict(DataIndex id) const;
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Danimation_table.cpp73 sqlite3_result_text(context_, dataCache_->GetDataFromDict(animationObj_.FrameInfos()[CurrentRow()]).c_str(), in Column()
77 sqlite3_result_text(context_, dataCache_->GetDataFromDict(animationObj_.Names()[CurrentRow()]).c_str(), in Column()
H A Dclk_event_filter_table.cpp55 sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
60 sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
H A Dclock_event_filter_table.cpp55 sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
60 sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
H A Ddynamic_frame_table.cpp75 dataCache_->GetDataFromDict(static_cast<size_t>(dynamicFrameObj_.Alphas()[CurrentRow()])); in Column()
83 dataCache_->GetDataFromDict(static_cast<size_t>(dynamicFrameObj_.Names()[CurrentRow()])); in Column()
H A Dsystem_event_filter_table.cpp112 sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.TypesData()[CurrentRow()]).c_str(), in Column()
116 sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.NamesData()[CurrentRow()]).c_str(), in Column()
H A Dapp_startup_table.cpp75 dataCache_->GetDataFromDict(appStartupObj_.PackedNames()[CurrentRow()]).c_str(), in Column()
H A Dso_static_initalization_table.cpp72 dataCache_->GetDataFromDict(staticInitalizationObj_.SoNames()[CurrentRow()]).c_str(), in Column()
H A Dsystem_call_table.cpp53 sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysCallObj_.TypesData()[CurrentRow()]).c_str(), in Column()
H A Dprocess_measure_filter_table.cpp127 sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
H A Dcpu_measure_filter_table.cpp118 dataCache_->GetDataFromDict(static_cast<size_t>(cpuMeasureObj_.NameData()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
H A Dperf_report_table.cpp57 sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeIndex).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
63 sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeValueIndex).c_str(), STR_DEFAULT_LEN, in Column()
H A Dperf_files_table.cpp127 sqlite3_result_text(context_, dataCache_->GetDataFromDict(symbolIndex).c_str(), STR_DEFAULT_LEN, in Column()
134 sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
H A Dperf_thread_table.cpp128 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
131 sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/smartperf_host/trace_streamer/src/filter/
H A Danimation_filter.cpp181 if (isNewAnimation_ && StartWith(traceDataCache_->GetDataFromDict(nameIndex), renderFrameCmd_) || in UpdateDynamicEndTime()
182 StartWith(traceDataCache_->GetDataFromDict(nameIndex), frameEndTimeCmd_)) { in UpdateDynamicEndTime()
217 const std::string &curStackName = traceDataCache_->GetDataFromDict(nameDataIndex); in UpdateDynamicFrameInfo()
H A Dsystem_event_measure_filter.cpp55 filterTypeValue.at(filterType_), traceDataCache_->GetDataFromDict(nameIndex), INVALID_UINT64); in GetOrCreateFilterId()
H A Dmeasure_filter.cpp72 filterTypeValue.at(enumType), traceDataCache_->GetDataFromDict(nameIndex), internalTid); in GetOrCreateFilterId()
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Ddata_type_table.cpp91 sqlite3_result_text(context_, dataCache_->GetDataFromDict(dataTypeObj_.DataDesc()[CurrentRow()]).c_str(), in Column()
H A Ddata_dict_table.cpp111 sqlite3_result_text(context_, dataCache_->GetDataFromDict(index).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
H A Dsymbols_table.cpp114 dataCache_->GetDataFromDict(dataCache_->GetConstSymbolsData().GetConstFuncNames()[index]).c_str(), in Column()
/developtools/smartperf_host/trace_streamer/src/filter/perf_filter/
H A Dperf_data_filter.cpp66 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
H A Dsysevent_measure_table.cpp75 dataCache_->GetDataFromDict(sysEventMeasure_.StringValue()[CurrentRow()]).c_str(), in Column()

Completed in 9 milliseconds

12