Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp62 explicit TestSampleTreeBuilder(ThreadTree* thread_tree) in TestSampleTreeBuilder()
131 ThreadTree thread_tree; member in SampleTreeTest
216 ThreadTree thread_tree; in TEST() local
238 TEST(thread_tree, symbol_ULLONG_MAX) { in TEST() argument
239 ThreadTree thread_tree; in TEST() local
Dlibsimpleperf_report_fuzzer.cpp73 ThreadTree thread_tree; in process() local
DRecordFilter.cpp84 ProcessNameFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ProcessNameFilter()
115 ThreadNameFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ThreadNameFilter()
390 RecordFilter::RecordFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in RecordFilter()
Dreport_utils_test.cpp136 ThreadTree thread_tree; member in CallChainReportBuilderTest
602 ThreadTree thread_tree; member in ThreadReportBuilderTest
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.cpp210 JITFrameConverter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in JITFrameConverter()
347 CallChainReportBuilder::CallChainReportBuilder(ThreadTree& thread_tree) in CallChainReportBuilder()
DRecordFilter_test.cpp56 ThreadTree thread_tree; member in RecordFilterTest
DETMDecoder.cpp184 MapLocator(ETMThreadTree& thread_tree) in MapLocator()
674 ETMDecoderImpl(ETMThreadTree& thread_tree) : thread_tree_(thread_tree) { in ETMDecoderImpl()
884 ETMThreadTree& thread_tree) { in Create()
Dcmd_dumprecord.cpp184 ETMThreadTreeForDumpCmd(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMThreadTreeForDumpCmd()
Dcmd_kmem.cpp110 ThreadTree* thread_tree) in SlabSampleTreeBuilder()
Drecord_file_reader.cpp808 bool RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures()
Dreport_lib_interface.cpp198 ETMThreadTreeSimple(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMThreadTreeSimple()
Dcmd_record.cpp2014 static void LoadSymbolMapFile(int pid, const std::string& package, ThreadTree* thread_tree) { in LoadSymbolMapFile()
Dcmd_inject.cpp224 ETMThreadTreeWithFilter(ThreadTree& thread_tree, std::optional<int>& exclude_pid, in ETMThreadTreeWithFilter()
Dcmd_record_test.cpp1019 ThreadTree thread_tree; in TEST() local