Home
last modified time | relevance | path

Searched refs:AppendThreadNameMap (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/native_hook_parser/
Dpbreader_native_hook_parser.cpp126 nativeHookFilter_->AppendThreadNameMap(ipid, threadNameMapReader.id(), nameIndex); in ParseThreadEvent()
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h76 void AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex);
Dnative_hook_filter.cpp111 void NativeHookFilter::AppendThreadNameMap(uint32_t ipid, uint32_t nameId, uint64_t threadNameIndex) in AppendThreadNameMap() function in SysTuning::TraceStreamer::NativeHookFilter