Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A 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
H A 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()
H A 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
H A Dreport_utils_test.cpp136 ThreadTree thread_tree; member in CallChainReportBuilderTest
602 ThreadTree thread_tree; member in ThreadReportBuilderTest
H A Dreport_utils.cpp210 JITFrameConverter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in JITFrameConverter()
347 CallChainReportBuilder::CallChainReportBuilder(ThreadTree& thread_tree) in CallChainReportBuilder()
H A DETMDecoder.cpp184 MapLocator(ETMThreadTree& thread_tree) in MapLocator()
655 ETMDecoderImpl(ETMThreadTree& thread_tree) : thread_tree_(thread_tree) { in ETMDecoderImpl()
850 ETMThreadTree& thread_tree) { in Create()
H A Dlibsimpleperf_report_fuzzer.cpp73 ThreadTree thread_tree; in process() local
H A DRecordFilter_test.cpp56 ThreadTree thread_tree; member in RecordFilterTest
H A Dcmd_dumprecord.cpp184 ETMThreadTreeForDumpCmd(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMThreadTreeForDumpCmd()
H A Dcmd_kmem.cpp110 ThreadTree* thread_tree) in SlabSampleTreeBuilder()
H A Drecord_file_reader.cpp808 bool RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures()
H A Dcmd_record.cpp1985 static void LoadSymbolMapFile(int pid, const std::string& package, ThreadTree* thread_tree) { in LoadSymbolMapFile()
H A Dcmd_inject.cpp224 ETMThreadTreeWithFilter(ThreadTree& thread_tree, std::optional<int>& exclude_pid, in ETMThreadTreeWithFilter()
H A Dcmd_record_test.cpp992 ThreadTree thread_tree; in TEST() local