Searched refs:threadNameIndex (Results 1 - 7 of 7) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/filter/ |
H A D | process_filter.cpp | 120 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 D | process_filter.h | 41 uint32_t UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex);
|
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
H A D | perf_thread_table.cpp | 127 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 D | native_hook_filter.h | 78 void AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex);
|
H A D | native_hook_filter.cpp | 113 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 D | perf_data_parser.cpp | 663 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 D | event_parser_test.cpp | 467 auto threadNameIndex = stream_.traceDataCache_->GetThreadData(itid)->nameIndex_; in HWTEST_F() local 469 EXPECT_EQ(expectThreadNameIndex, threadNameIndex); in HWTEST_F()
|
Completed in 8 milliseconds