Home
last modified time | relevance | path

Searched defs:thread_tree (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/
Dsample_tree_test.cpp62 explicit TestSampleTreeBuilder(ThreadTree* thread_tree) in TestSampleTreeBuilder()
131 ThreadTree thread_tree; member in SampleTreeTest
208 ThreadTree thread_tree; in TEST() local
229 TEST(thread_tree, symbol_ULLONG_MAX) { in TEST() argument
230 ThreadTree thread_tree; in TEST() local
Dreport_utils.h51 CallChainReportBuilder(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in CallChainReportBuilder()
Dcmd_report.cpp134 ThreadTree* thread_tree, in ReportCmdSampleTreeBuilder()
314 ThreadTree* thread_tree, in EventCountSampleTreeBuilder()
326 ThreadTree* thread_tree, in TimestampSampleTreeBuilder()
359 ThreadTree* thread_tree; member
Dreport_utils_test.cpp91 ThreadTree thread_tree; member in CallChainReportBuilderTest
DRecordFilter_test.cpp51 ThreadTree thread_tree; member in RecordFilterTest
DETMDecoder.cpp181 MapLocator(ThreadTree& thread_tree) in MapLocator()
642 ETMDecoderImpl(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMDecoderImpl()
833 ThreadTree& thread_tree) { in Create()
DRecordFilter.cpp244 RecordFilter::RecordFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in RecordFilter()
Drecord_file_reader.cpp694 void RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures()
Dcmd_kmem.cpp110 ThreadTree* thread_tree) in SlabSampleTreeBuilder()
Dcmd_record.cpp1805 static void LoadSymbolMapFile(int pid, const std::string& package, ThreadTree* thread_tree) { in LoadSymbolMapFile()
Dcmd_record_test.cpp879 ThreadTree thread_tree; in TEST() local