Searched refs:sample_tree (Results 1 – 3 of 3) sorted by relevance
146 SampleTree sample_tree; in GetSampleTree() local147 sample_tree.samples = GetSamples(); in GetSampleTree()148 sample_tree.total_samples = total_samples_; in GetSampleTree()149 sample_tree.total_period = total_period_; in GetSampleTree()151 sample_tree.event_name = event_name_; in GetSampleTree()152 return sample_tree; in GetSampleTree()936 SampleTree& sample_tree = sample_tree_[i]; in PrintReport() local940 if (sample_tree.total_error_callchains != 0) { in PrintReport()942 sample_tree.total_error_callchains, in PrintReport()943 sample_tree.total_error_callchains * 100.0 / sample_tree.total_samples); in PrintReport()[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()
207 TEST(sample_tree, overlapped_map) { in TEST() argument