HomeSort by relevance Sort by last modified time
    Searched full:range_samples (Results 1 - 2 of 2) sorted by null

  /system/extras/perfprofd/
perf_data_converter.cc 119 auto range_samples = module->add_range_samples(); local
120 range_samples->set_start(range_count.first.start);
121 range_samples->set_end(range_count.first.end);
122 range_samples->set_to(range_count.first.to);
123 range_samples->set_count(range_count.second);
perf_profile.proto 60 repeated RangeSample range_samples = 3;
85 // This is the sum of counts of address_samples and range_samples in all

Completed in 686 milliseconds