Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/
H A Dprocess_filter.cpp120 uint32_t ProcessFilter::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 thread->nameIndex_ = threadNameIndex; in UpdateOrCreateThreadWithNameIndex()
H A Dprocess_filter.h41 uint32_t UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex);
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
H A Dperf_thread_table.cpp127 auto threadNameIndex = static_cast<size_t>(perfThreadObj_.ThreadNames()[CurrentRow()]); in Column() local
128 if (dataCache_->GetDataFromDict(threadNameIndex).empty()) { in Column()
131 sqlite3_result_text(context_, dataCache_->GetDataFromDict(threadNameIndex).c_str(), STR_DEFAULT_LEN, in Column()
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
H A Dnative_hook_filter.h78 void AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex);
H A Dnative_hook_filter.cpp113 void NativeHookFilter::AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex) in AppendThreadNameMap() argument
121 threadNameIdToThreadNameIndex_.emplace(ipidWithThreadNameIdIndex, threadNameIndex); in AppendThreadNameMap()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
H A Dperf_data_parser.cpp663 auto threadNameIndex = traceDataCache_->dataDict_.GetStringIndex(recordComm->data_.comm); in RecordCallBack() local
664 perfThreadData->AppendNewPerfThread(recordComm->data_.pid, recordComm->data_.tid, threadNameIndex); in RecordCallBack()
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
H A Devent_parser_test.cpp467 auto threadNameIndex = stream_.traceDataCache_->GetThreadData(itid)->nameIndex_; in HWTEST_F() local
469 EXPECT_EQ(expectThreadNameIndex, threadNameIndex); in HWTEST_F()

Completed in 8 milliseconds