Home
last modified time | relevance | path

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

1234

/developtools/smartperf_host/trace_streamer/src/table/monitor/
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_L… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/monitor/
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_L… in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp214 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(returnValueIndex).c_str(), STR_DEFAULT_L… in Column()
222 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(errorValueIndex).c_str(), STR_DEFAULT_LE… in Column()
248 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(firstArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
256 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(secondArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
264 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(thirdArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
272 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(fourthArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp214 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(returnValueIndex).c_str(), STR_DEFAULT_L… in Column()
222 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(errorValueIndex).c_str(), STR_DEFAULT_LE… in Column()
248 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(firstArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
256 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(secondArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
264 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(thirdArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
272 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(fourthArgIndex).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/
Dperf_report_table.cpp57 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
63 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeValueIndex).c_str(), STR_DEFAULT_LEN, in Column()
Dperf_files_table.cpp164 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(symbolIndex).c_str(), STR_DEFAULT_LEN, in Column()
171 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
Dperf_thread_table.cpp166 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
169 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LE… in Column()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dclock_event_filter_table.cpp55 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullpt… in Column()
60 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr… in Column()
Dclk_event_filter_table.cpp55 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeId).c_str(), STR_DEFAULT_LEN, nullpt… in Column()
60 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(strId).c_str(), STR_DEFAULT_LEN, nullptr… in Column()
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()
Dsystem_event_filter_table.cpp172 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.TypesData()[CurrentRow()]).… in Column()
176 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.NamesData()[CurrentRow()]).… in Column()
Dthread_filter_table.cpp56 … dataCache_->GetDataFromDict(dataCache_->GetConstThreadFilterData().NameIndexData()[CurrentRow()]); in Column()
Dmeasure_filter_table.cpp56 const std::string& str = dataCache_->GetDataFromDict( in Column()
Dprocess_filter_table.cpp56 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_report_table.cpp57 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
63 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(typeValueIndex).c_str(), STR_DEFAULT_LEN, in Column()
Dperf_files_table.cpp164 … sqlite3_result_text(context_, dataCache_->GetDataFromDict(symbolIndex).c_str(), STR_DEFAULT_LEN, in Column()
171 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
Dperf_thread_table.cpp166 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
169 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LE… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp81 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
97 …traceDataCache_->GetPerfCallChainData()->SetName(i, traceDataCache_->GetDataFromDict(sambols[value… in Finish()
Dapp_start_filter.cpp39 auto name = traceDataCache_->GetDataFromDict(sliceData.NamesData()[parentId]); in GetProcessCreate()
46 name = traceDataCache_->GetDataFromDict(sliceData.NamesData()[parentId]); in GetProcessCreate()
163 auto& nameString = traceDataCache_->GetDataFromDict(sliceData.NamesData()[i]); in ParserAppStartup()
240 nameString = traceDataCache_->GetDataFromDict(sliceData.NamesData()[i]); in ParserSoInitalization()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp81 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
97 …traceDataCache_->GetPerfCallChainData()->SetName(i, traceDataCache_->GetDataFromDict(sambols[value… in Finish()
Dapp_start_filter.cpp42 auto name = traceDataCache_->GetDataFromDict(sliceData.NamesData()[parentId]); in GetProcessCreate()
52 name = traceDataCache_->GetDataFromDict(sliceData.NamesData()[parentId]); in GetProcessCreate()
171 auto& nameString = traceDataCache_->GetDataFromDict(sliceData.NamesData()[i]); in ParserAppStartup()
266 nameString = traceDataCache_->GetDataFromDict(sliceData.NamesData()[i]); in ParserSoInitalization()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dsystem_event_filter_table.cpp172 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.TypesData()[CurrentRow()]).… in Column()
176 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(sysEventObj_.NamesData()[CurrentRow()]).… in Column()
Dprocess_filter_table.cpp56 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
Dmeasure_filter_table.cpp56 const std::string& str = dataCache_->GetDataFromDict( in Column()
/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()

1234