Home
last modified time | relevance | path

Searched refs:stringIdentity (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dprocess_filter_table.cpp55 … DataIndex stringIdentity = static_cast<DataIndex>(processFilterObj_.NamesData()[CurrentRow()]); in Column() local
56 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
Dinstants_table.cpp197 size_t stringIdentity = static_cast<size_t>(InstantsObj_.NameIndexsData()[CurrentRow()]); in Column() local
203 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dprocess_filter_table.cpp55 … DataIndex stringIdentity = static_cast<DataIndex>(processFilterObj_.NamesData()[CurrentRow()]); in Column() local
56 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
Dinstants_table.cpp197 size_t stringIdentity = static_cast<size_t>(InstantsObj_.NameIndexsData()[CurrentRow()]); in Column() local
203 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(stringIdentity).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1169 DataIndex stringIdentity = dataDict_.size() - 1; in GetStringIndex() local
1170 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()
1172 return stringIdentity; in GetStringIndex()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1176 DataIndex stringIdentity = dataDict_.size() - 1; in GetStringIndex() local
1177 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex()
1179 return stringIdentity; in GetStringIndex()