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
DRecordFilter.h64 RecordFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in RecordFilter()
Dreport_utils.h51 CallChainReportBuilder(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in CallChainReportBuilder()
Dreport_utils_test.cpp93 ThreadTree thread_tree; member in CallChainReportBuilderTest
Dcmd_report.cpp121 ThreadTree* thread_tree) in ReportCmdSampleTreeBuilder()
273 ThreadTree* thread_tree) in EventCountSampleTreeBuilder()
284 ThreadTree* thread_tree) in TimestampSampleTreeBuilder()
316 ThreadTree* thread_tree; member
DRecordFilter_test.cpp46 ThreadTree thread_tree; member in RecordFilterTest
DETMDecoder.cpp173 MapLocator(ThreadTree& thread_tree) in MapLocator()
628 ETMDecoderImpl(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMDecoderImpl()
779 ThreadTree& thread_tree) { in Create()
Drecord_file_reader.cpp591 void RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures()
Dcmd_kmem.cpp110 ThreadTree* thread_tree) in SlabSampleTreeBuilder()
Dcmd_record.cpp1730 static void LoadSymbolMapFile(int pid, const std::string& package, ThreadTree* thread_tree) { in LoadSymbolMapFile()
Dcmd_record_test.cpp862 ThreadTree thread_tree; in TEST() local