Searched refs:nr_samples (Results 1 – 3 of 3) sorted by relevance
86 nr_samples = perf_history.nr_samples(); in load_perf_history_proto()87 if (nr_samples < recent_perf.size()) { in load_perf_history_proto()88 recent_perf.erase(recent_perf.begin() + nr_samples, recent_perf.end()); in load_perf_history_proto()132 perf_history->set_nr_samples(nr_samples); in refresh()157 if (nr_samples >= recent_perf.size()) { in update_perf_history()160 recent_perf[nr_samples] = bw; in update_perf_history()162 nr_samples++; in update_perf_history()166 if (nr_samples < recent_perf.size()) { in update_perf_history()167 recent_perf.erase(recent_perf.begin() + nr_samples, recent_perf.end()); in update_perf_history()178 nr_samples = 0; in update_perf_history()[all …]
47 optional uint32 nr_samples = 3; field
54 uint32_t nr_samples; variable62 userdata_total_kb(0), userdata_free_kb(0), nr_samples(0), in storage_info_t()