Home
last modified time | relevance | path

Searched refs:GetDataFromDict (Results 1 – 25 of 35) sorted by relevance

12

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dlog_table.cpp70 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(levelDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
78 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(tagDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
86 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(contextDataIndex).c_str(), STR_DEFAULT_L… in Column()
Dfile_system_sample_table.cpp231 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(returnValueIndex).c_str(), STR_DEFAULT_L… in Column()
239 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(errorValueIndex).c_str(), STR_DEFAULT_LE… in Column()
265 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(firstArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
273 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(secondArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
281 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(thirdArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
289 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(fourthArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
Dperf_report_table.cpp55 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
61 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeValueIndex).c_str(), STR_DEFAULT_LEN, in Column()
Dperf_thread_table.cpp187 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
190 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LE… in Column()
Dperf_files_table.cpp185 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(symbolIndex).c_str(), STR_DEFAULT_LEN, in Column()
192 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
Dsystem_event_filter_table.cpp174 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.TypesData()[CurrentRow()]).… in Column()
178 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.NamesData()[CurrentRow()]).… in Column()
Dmeasure_filter_table.cpp58 const std::string& str = dataCache_->GetDataFromDict( in Column()
Dprocess_filter_table.cpp58 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
Dthread_filter_table.cpp58 … dataCache_->GetDataFromDict(dataCache_->GetConstThreadFilterData().NameIndexData()[CurrentRow()]); in Column()
Dclock_event_filter_table.cpp176 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullpt… in Column()
181 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr… in Column()
Dclk_event_filter_table.cpp177 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullpt… in Column()
183 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr… in Column()
Dsystem_call_table.cpp55 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysCallObj_.TypesData()[CurrentRow()]).c… in Column()
Dsysevent_measure_table.cpp77 …dataCache_->GetDataFromDict(sysEventMeasure_.StringValue()[CurrentRow()]).c_str(), STR_DEFAULT_LEN… in Column()
Dirq_table.cpp213 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(catsDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
221 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(nameDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
Dcallstack_table.cpp224 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(catsDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
235 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(nameDataIndex).c_str(), STR_DEFAULT_LEN, in Column()
Ddata_dict_table.cpp172 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(index).c_str(), STR_DEFAULT_LEN, nullptr… in Column()
Dsymbols_table.cpp175 … dataCache_->GetDataFromDict(dataCache_->GetConstSymbolsData().GetConstFuncNames()[index]).c_str(), in Column()
Ddata_type_table.cpp176 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(dataTypeObj_.DataDesc()[CurrentRow()]).c… in Column()
Debpf_callstack_table.cpp190 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(returnValueIndex).c_str(), STR_DEFAULT_L… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp72 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
88 …traceDataCache_->GetPerfCallChainData()->SetName(i, traceDataCache_->GetDataFromDict(sambols[value… in Finish()
Dsystem_event_measure_filter.cpp49 … filterTypeValue.at(filterType_), traceDataCache_->GetDataFromDict(nameIndex), INVALID_UINT64); in GetOrCreateFilterId()
Dslice_filter.cpp65 …GetNameASCIISumNoNum(traceDataCache_->GetDataFromDict(sliceData.name)), sliceData.name, 0, std::nu… in IrqHandlerEntry()
97 …GetNameASCIISumNoNum(traceDataCache_->GetDataFromDict(sliceData.name)), sliceData.name, 0, std::nu… in SoftIrqEntry()
276 …GetNameASCIISumNoNum(traceDataCache_->GetDataFromDict(sliceData.name)), sliceData.name, 0, parentI… in StartSlice()
407 … GetNameASCIISumNoNum(traceDataCache_->GetDataFromDict(nameIndex)), in StartAsyncSlice()
Dmeasure_filter.cpp50 filterTypeValue.at(filterType_), traceDataCache_->GetDataFromDict(nameIndex), internalTid); in GetOrCreateFilterId()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_reader.cpp22 const std::string& TraceDataCacheReader::GetDataFromDict(DataIndex id) const in GetDataFromDict() function in SysTuning::TraceStreamer::TraceDataCacheReader
24 return dataDict_.GetDataFromDict(id); in GetDataFromDict()
Dtrace_data_cache_reader.h34 const std::string& GetDataFromDict(DataIndex id) const;

12