Searched refs:ls_hist (Results 1 – 1 of 1) sorted by relevance
78 uint32_t ls_hist[64]; /* log2(duration) histogram */ member93 #define LS_TIME offsetof(lsrec_t, ls_hist[0])575 target->ls_hist[j] += current->ls_hist[j]; in coalesce()1033 lsrec->ls_hist[j] = quantized[i]; in process_aggregate()1827 lsp->ls_hist[j]); in report_stats()1899 while (lsp->ls_hist[first_bin] == 0) in report_stats()1903 while (lsp->ls_hist[last_bin] == 0) in report_stats()1909 total_bin_count += lsp->ls_hist[j]; in report_stats()1910 if (lsp->ls_hist[j] > max_bin_count) in report_stats()1911 max_bin_count = lsp->ls_hist[j]; in report_stats()[all …]