Searched refs:ETMDecoderImpl (Results 1 – 1 of 1) sorted by relevance
626 class ETMDecoderImpl : public ETMDecoder { class628 ETMDecoderImpl(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMDecoderImpl() function in simpleperf::__anon57c802930111::ETMDecoderImpl780 auto decoder = std::make_unique<ETMDecoderImpl>(thread_tree); in Create()