Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMDecoder.cpp626 class ETMDecoderImpl : public ETMDecoder { class
628 ETMDecoderImpl(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMDecoderImpl() function in simpleperf::__anon57c802930111::ETMDecoderImpl
780 auto decoder = std::make_unique<ETMDecoderImpl>(thread_tree); in Create()