/developtools/smartperf_host/trace_streamer/src/table/monitor/ |
H A D | log_table.cpp | 68 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 D | trace_data_cache.cpp | 360 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 D | trace_data_cache_reader.cpp | 21 const std::string &TraceDataCacheReader::GetDataFromDict(DataIndex id) const in GetDataFromDict() function in SysTuning::TraceStreamer::TraceDataCacheReader 23 return dataDict_.GetDataFromDict(id); in GetDataFromDict()
|
H A D | trace_data_cache_reader.h | 49 const std::string &GetDataFromDict(DataIndex id) const;
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
H A D | animation_table.cpp | 73 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 D | clk_event_filter_table.cpp | 55 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 D | clock_event_filter_table.cpp | 55 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 D | dynamic_frame_table.cpp | 75 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 D | system_event_filter_table.cpp | 112 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 D | app_startup_table.cpp | 75 dataCache_->GetDataFromDict(appStartupObj_.PackedNames()[CurrentRow()]).c_str(), in Column()
|
H A D | so_static_initalization_table.cpp | 72 dataCache_->GetDataFromDict(staticInitalizationObj_.SoNames()[CurrentRow()]).c_str(), in Column()
|
H A D | system_call_table.cpp | 53 sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysCallObj_.TypesData()[CurrentRow()]).c_str(), in Column()
|
H A D | process_measure_filter_table.cpp | 127 sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
|
H A D | cpu_measure_filter_table.cpp | 118 dataCache_->GetDataFromDict(static_cast<size_t>(cpuMeasureObj_.NameData()[CurrentRow()])); in Column()
|
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
H A D | perf_report_table.cpp | 57 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 D | perf_files_table.cpp | 127 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 D | perf_thread_table.cpp | 128 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 D | animation_filter.cpp | 181 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 D | system_event_measure_filter.cpp | 55 filterTypeValue.at(filterType_), traceDataCache_->GetDataFromDict(nameIndex), INVALID_UINT64); in GetOrCreateFilterId()
|
H A D | measure_filter.cpp | 72 filterTypeValue.at(enumType), traceDataCache_->GetDataFromDict(nameIndex), internalTid); in GetOrCreateFilterId()
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
H A D | data_type_table.cpp | 91 sqlite3_result_text(context_, dataCache_->GetDataFromDict(dataTypeObj_.DataDesc()[CurrentRow()]).c_str(), in Column()
|
H A D | data_dict_table.cpp | 111 sqlite3_result_text(context_, dataCache_->GetDataFromDict(index).c_str(), STR_DEFAULT_LEN, nullptr); in Column()
|
H A D | symbols_table.cpp | 114 dataCache_->GetDataFromDict(dataCache_->GetConstSymbolsData().GetConstFuncNames()[index]).c_str(), in Column()
|
/developtools/smartperf_host/trace_streamer/src/filter/perf_filter/ |
H A D | perf_data_filter.cpp | 66 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
|
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/ |
H A D | sysevent_measure_table.cpp | 75 dataCache_->GetDataFromDict(sysEventMeasure_.StringValue()[CurrentRow()]).c_str(), in Column()
|