Home
last modified time | relevance | path

Searched refs:threadNameIndex (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/
Dprocess_filter.cpp120 …ter::UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex) in UpdateOrCreateThreadWithNameIndex() argument
125 if (!threadNameIndex) { in UpdateOrCreateThreadWithNameIndex()
130 if (thread && threadNameIndex != thread->nameIndex_) { in UpdateOrCreateThreadWithNameIndex()
131 thread->nameIndex_ = threadNameIndex; in UpdateOrCreateThreadWithNameIndex()
140 if (threadNameIndex != thread->nameIndex_) { in UpdateOrCreateThreadWithNameIndex()
141 thread->nameIndex_ = threadNameIndex; in UpdateOrCreateThreadWithNameIndex()
Dprocess_filter.h42 …2_t UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex);
Dnative_hook_filter.h79 void AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex);
Dnative_hook_filter.cpp111 void NativeHookFilter::AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex) in AppendThreadNameMap() argument
119 threadNameIdToThreadNameIndex_.emplace(ipidWithThreadNameIdIndex, threadNameIndex); in AppendThreadNameMap()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_thread_table.cpp125 … auto threadNameIndex = static_cast<size_t>(perfThreadObj_.ThreadNames()[CurrentRow()]); in Column() local
126 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
129 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LE… in Column()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp605 auto threadNameIndex = traceDataCache_->dataDict_.GetStringIndex(recordComm->data_.comm); in RecordCallBack() local
606 …perfThreadData->AppendNewPerfThread(recordComm->data_.pid, recordComm->data_.tid, threadNameIndex); in RecordCallBack()
/developtools/smartperf_host/trace_streamer/test/unittest/systrace/
Devent_parser_test.cpp472 auto threadNameIndex = stream_.traceDataCache_->GetThreadData(itid)->nameIndex_; variable
474 EXPECT_EQ(expectThreadNameIndex, threadNameIndex);