Searched refs:ls_hist (Results 1 – 1 of 1) sorted by relevance
62 uint32_t ls_hist[64]; /* log2(duration) histogram */ member77 #define LS_TIME offsetof(lsrec_t, ls_hist[0])503 target->ls_hist[j] += current->ls_hist[j]; in coalesce()935 lsrec->ls_hist[j] = quantized[i]; in process_aggregate()1688 lsp->ls_hist[j]); in report_stats()1756 while (lsp->ls_hist[first_bin] == 0) in report_stats()1760 while (lsp->ls_hist[last_bin] == 0) in report_stats()1766 total_bin_count += lsp->ls_hist[j]; in report_stats()1767 if (lsp->ls_hist[j] > max_bin_count) in report_stats()1768 max_bin_count = lsp->ls_hist[j]; in report_stats()[all …]