Searched refs:bytes_until_sample (Results 1 – 3 of 3) sorted by relevance
158 uint64_t bytes_until_sample; member
123 if (likely(tdata->bytes_until_sample >= usize)) { in prof_sample_accum_update()125 tdata->bytes_until_sample -= usize; in prof_sample_accum_update()
848 tdata->bytes_until_sample = 0; in prof_sample_threshold_update()872 tdata->bytes_until_sample = (uint64_t)(log(u) / in prof_sample_threshold_update()
Completed in 10 milliseconds