Searched refs:sample_tree (Results 1 – 3 of 3) sorted by relevance
157 SampleTree sample_tree; in GetSampleTree() local158 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() argument836 return total_period >= sample_tree->total_period * percent_limit_ / 100.0; in BuildSampleComparatorAndDisplayer()1032 SampleTree& sample_tree = sample_tree_[i]; in PrintReport() local[all …]
119 SlabSampleTree sample_tree; in GetSampleTree() local120 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()
215 TEST(sample_tree, overlapped_map) { in TEST() argument