Home
last modified time | relevance | path

Searched refs:UpdateReparseStack (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h138 void UpdateReparseStack(uint64_t stackId, std::shared_ptr<std::vector<uint64_t>> frames);
Dnative_hook_filter.cpp737 void NativeHookFilter::UpdateReparseStack(uint64_t stackId, std::shared_ptr<std::vector<uint64_t>> … in UpdateReparseStack() function in SysTuning::TraceStreamer::NativeHookFilter
757 UpdateReparseStack(itor->first, itor->second); in ReparseStacksWithAddrRange()