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

  /system/extras/simpleperf/
sample_tree.h 45 uint64_t accumulated_period; // Accumulated when appearing in other samples' callchain. member in struct:SampleEntry
54 SampleEntry(uint64_t ip, uint64_t time, uint64_t period, uint64_t accumulated_period,
60 accumulated_period(accumulated_period),
128 uint64_t period1 = sample1->period + sample1->accumulated_period;
129 uint64_t period2 = sample2->period + sample2->accumulated_period;
sample_tree.cpp 130 result->accumulated_period += value.accumulated_period;
cmd_report.cpp 77 uint64_t period = sample.period + sample.accumulated_period;

Completed in 84 milliseconds