Home
last modified time | relevance | path

Searched refs:ThreadTree (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dthread_tree.cpp44 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { in SetThreadName()
52 bool ThreadTree::ForkThread(int pid, int tid, int ppid, int ptid) { in ForkThread()
78 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread()
85 ThreadEntry* ThreadTree::FindThreadOrNew(int pid, int tid) { in FindThreadOrNew()
96 ThreadEntry* ThreadTree::CreateThread(int pid, int tid) { in CreateThread()
127 void ThreadTree::ExitThread(int pid, int tid) { in ExitThread()
134 void ThreadTree::AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddKernelMap()
150 Dso* ThreadTree::FindKernelDsoOrNew() { in FindKernelDsoOrNew()
157 Dso* ThreadTree::FindKernelModuleDsoOrNew(const std::string& filename, uint64_t memory_start, in FindKernelModuleDsoOrNew()
168 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap()
[all …]
H A Dsample_tree_test.cpp62 explicit TestSampleTreeBuilder(ThreadTree* thread_tree) in TestSampleTreeBuilder()
88 ThreadTree* thread_tree_;
131 ThreadTree thread_tree;
216 ThreadTree thread_tree; in TEST()
239 ThreadTree thread_tree; in TEST()
H A Dthread_tree.h90 class ThreadTree {
92 ThreadTree() in ThreadTree() function
102 virtual ~ThreadTree() {} in ~ThreadTree()
H A DRecordFilter.cpp84 ProcessNameFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ProcessNameFilter()
108 const ThreadTree& thread_tree_;
115 ThreadNameFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ThreadNameFilter()
139 const ThreadTree& thread_tree_;
390 RecordFilter::RecordFilter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in RecordFilter()
H A DRecordFilter.h116 RecordFilter(const ThreadTree& thread_tree);
137 const ThreadTree& thread_tree_;
H A Dreport_utils.h104 CallChainReportBuilder(ThreadTree& thread_tree);
121 ThreadTree& thread_tree_;
H A Dcmd_report.cpp134 ThreadTree* thread_tree, in ReportCmdSampleTreeBuilder()
293 ThreadTree* thread_tree_;
314 ThreadTree* thread_tree, in EventCountSampleTreeBuilder()
326 ThreadTree* thread_tree, in TimestampSampleTreeBuilder()
359 ThreadTree* thread_tree;
498 ThreadTree thread_tree_;
H A Dreport_utils.cpp210 JITFrameConverter(const ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in JITFrameConverter()
266 const ThreadTree& thread_tree_;
347 CallChainReportBuilder::CallChainReportBuilder(ThreadTree& thread_tree) in CallChainReportBuilder()
H A Dcmd_kmem.cpp110 ThreadTree* thread_tree) in SlabSampleTreeBuilder()
237 ThreadTree* thread_tree_;
335 ThreadTree thread_tree_;
H A Dcmd_dumprecord.cpp184 ETMThreadTreeForDumpCmd(ThreadTree& thread_tree) : thread_tree_(thread_tree) {} in ETMThreadTreeForDumpCmd()
191 ThreadTree& thread_tree_;
232 ThreadTree thread_tree_;
H A Dlibsimpleperf_report_fuzzer.cpp73 ThreadTree thread_tree; in process()
H A Dthread_tree_test.cpp77 ThreadTree thread_tree_;
H A Dreport_utils_test.cpp136 ThreadTree thread_tree;
602 ThreadTree thread_tree;
H A Dcmd_inject.cpp214 ThreadTree thread_tree_;
224 ETMThreadTreeWithFilter(ThreadTree& thread_tree, std::optional<int>& exclude_pid, in ETMThreadTreeWithFilter()
260 ThreadTree& thread_tree_;
H A DBranchListFile.cpp101 ThreadTree& GetThreadTree() { return thread_tree_; } in GetThreadTree()
150 ThreadTree thread_tree_;
H A Drecord_file.h208 bool LoadBuildIdAndFileFeatures(ThreadTree& thread_tree);
H A DRecordFilter_test.cpp56 ThreadTree thread_tree;
H A Dcmd_monitor.cpp185 ThreadTree thread_tree_;
H A Dcmd_record.cpp444 ThreadTree thread_tree_;
1985 static void LoadSymbolMapFile(int pid, const std::string& package, ThreadTree* thread_tree) { in LoadSymbolMapFile()
H A Dcmd_debug_unwind.cpp202 ThreadTree thread_tree_;
H A Dreport_lib_interface.cpp253 ThreadTree thread_tree_;
H A Dcmd_report_sample.cpp229 ThreadTree thread_tree_;
H A Drecord_file_reader.cpp808 bool RecordFileReader::LoadBuildIdAndFileFeatures(ThreadTree& thread_tree) { in LoadBuildIdAndFileFeatures()
H A Dcmd_record_test.cpp992 ThreadTree thread_tree; in TEST()