HomeSort by relevance Sort by last modified time
    Searched refs:sample_tree (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
cmd_report.cpp 40 #include "sample_tree.h"
131 SampleTree sample_tree; local
132 sample_tree.samples = GetSamples();
133 sample_tree.total_samples = total_samples_;
134 sample_tree.total_period = total_period_;
135 sample_tree.total_error_callchains = total_error_callchains_;
136 return sample_tree;
943 SampleTree& sample_tree = sample_tree_[i]; local
    [all...]
cmd_kmem.cpp 28 #include "sample_tree.h"
126 SlabSampleTree sample_tree; local
127 sample_tree.samples = GetSamples();
128 sample_tree.total_requested_bytes = total_requested_bytes_;
129 sample_tree.total_allocated_bytes = total_allocated_bytes_;
130 sample_tree.nr_allocations = nr_allocations_;
131 sample_tree.nr_frees = nr_frees_;
132 sample_tree.nr_cross_cpu_allocations = nr_cross_cpu_allocations_;
133 return sample_tree;
sample_tree_test.cpp 19 #include "sample_tree.h"
213 TEST(sample_tree, overlapped_map) {

Completed in 89 milliseconds