Searched refs:stringIdentity (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | process_filter_table.cpp | 55 … 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()
|
| D | instants_table.cpp | 197 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/ |
| D | process_filter_table.cpp | 55 … 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()
|
| D | instants_table.cpp | 197 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/ |
| D | trace_stdtype.cpp | 1169 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/ |
| D | trace_stdtype.cpp | 1176 DataIndex stringIdentity = dataDict_.size() - 1; in GetStringIndex() local 1177 dataDictInnerMap_.emplace(hashValue, stringIdentity); in GetStringIndex() 1179 return stringIdentity; in GetStringIndex()
|