Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dperf_thread_table.cpp186 … auto threadNameIndex = static_cast<size_t>(perfThreadObj_.ThreadNames()[CurrentRow()]); in Column() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp196 auto threadNameIndex = traceDataCache_->dataDict_.GetStringIndex(recordComm->data_.comm); in RecordCallBack() local
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dprocess_filter.cpp120 …ter::UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataIndex threadNameIndex) in UpdateOrCreateThreadWithNameIndex()