Searched refs:SampleTree (Results 1 - 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
H A D | sample_tree.cpp | 23 void SampleTree::SetFilters(const std::unordered_set<int>& pid_filter, 33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period, 47 void SampleTree::AddBranchSample(int pid, int tid, uint64_t from_ip, uint64_t to_ip, 73 SampleEntry* SampleTree::AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, 104 bool SampleTree::IsFilteredOut(const SampleEntry& value) { 120 SampleEntry* SampleTree::InsertSample(SampleEntry& value) { 138 SampleEntry* SampleTree::AllocateSample(SampleEntry& value) { 144 void SampleTree::InsertCallChainForSample(SampleEntry* sample, 150 void SampleTree::VisitAllSamples(std::function<void(const SampleEntry&)> callback) {
|
H A D | sample_tree_test.cpp | 72 void VisitSampleTree(SampleTree* sample_tree, 91 sample_tree = std::unique_ptr<SampleTree>(new SampleTree(&thread_tree, CompareSampleFunction)); 99 std::unique_ptr<SampleTree> sample_tree; 171 SampleTree sample_tree(&thread_tree, CompareSampleFunction);
|
H A D | sample_tree.h | 75 class SampleTree { class 77 SampleTree(ThreadTree* thread_tree, compare_sample_func_t sample_compare_function) function in class:SampleTree
|
H A D | cmd_report.cpp | 72 AccumulatedOverheadItem(const SampleTree& sample_tree) 84 const SampleTree& sample_tree_; 89 SelfOverheadItem(const SampleTree& sample_tree, const std::string& name = "Self") 101 const SampleTree& sample_tree_; 282 std::unique_ptr<SampleTree>(new SampleTree(&thread_tree_, compare_sample_callback)); 312 std::unique_ptr<SampleTree> sample_tree_; 329 // 2. Read record file and build SampleTree. 337 // Read features first to prepare build ids used when building SampleTree.
|
Completed in 87 milliseconds