Searched refs:threadNameIndex (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | process_filter.cpp | 120 …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()
|
| D | process_filter.h | 42 …2_t UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex);
|
| D | native_hook_filter.h | 79 void AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex);
|
| D | native_hook_filter.cpp | 111 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/ |
| D | perf_thread_table.cpp | 125 … 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/ |
| D | perf_data_parser.cpp | 605 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/ |
| D | event_parser_test.cpp | 472 auto threadNameIndex = stream_.traceDataCache_->GetThreadData(itid)->nameIndex_; variable 474 EXPECT_EQ(expectThreadNameIndex, threadNameIndex);
|