Home
last modified time | relevance | path

Searched refs:sample_tree (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dcmd_report.cpp157 SampleTree sample_tree; in GetSampleTree() local
158 sample_tree.samples = GetSamples(); in GetSampleTree()
159 sample_tree.total_samples = total_samples_; in GetSampleTree()
160 sample_tree.total_period = total_period_; in GetSampleTree()
161 sample_tree.total_error_callchains = total_error_callchains_; in GetSampleTree()
162 sample_tree.event_name = event_name_; in GetSampleTree()
163 return sample_tree; in GetSampleTree()
834 displayer.SetFilterFunction([this](const SampleEntry* sample, const SampleTree* sample_tree) { in BuildSampleComparatorAndDisplayer() argument
836 return total_period >= sample_tree->total_period * percent_limit_ / 100.0; in BuildSampleComparatorAndDisplayer()
1032 SampleTree& sample_tree = sample_tree_[i]; in PrintReport() local
[all …]
Dcmd_kmem.cpp119 SlabSampleTree sample_tree; in GetSampleTree() local
120 sample_tree.samples = GetSamples(); in GetSampleTree()
121 sample_tree.total_requested_bytes = total_requested_bytes_; in GetSampleTree()
122 sample_tree.total_allocated_bytes = total_allocated_bytes_; in GetSampleTree()
123 sample_tree.nr_allocations = nr_allocations_; in GetSampleTree()
124 sample_tree.nr_frees = nr_frees_; in GetSampleTree()
125 sample_tree.nr_cross_cpu_allocations = nr_cross_cpu_allocations_; in GetSampleTree()
126 return sample_tree; in GetSampleTree()
Dsample_tree_test.cpp215 TEST(sample_tree, overlapped_map) { in TEST() argument