Home
last modified time | relevance | path

Searched defs:threadNameIndex (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_thread_table.cpp127 … auto threadNameIndex = static_cast<size_t>(perfThreadObj_.ThreadNames()[CurrentRow()]); in Column() local
/developtools/smartperf_host/trace_streamer/src/filter/
Dprocess_filter.cpp120 …ter::UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex) in UpdateOrCreateThreadWithNameIndex()
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
Devent_parser_test.cpp465 auto threadNameIndex = stream_.traceDataCache_->GetThreadData(itid)->nameIndex_; variable
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp705 auto threadNameIndex = traceDataCache_->dataDict_.GetStringIndex(recordComm->data_.comm); in RecordCallBack() local
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp113 void NativeHookFilter::AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex) in AppendThreadNameMap()