Lines Matching full:histogram
56 /* Histogram of pinned task breakpoints in a CPU. */
258 WARN(count < 0, "inconsistent breakpoint slots histogram"); in bp_slots_histogram_max()
277 WARN(count1 < 0, "inconsistent breakpoint slots histogram"); in bp_slots_histogram_max_merge()
278 WARN(count2 < 0, "inconsistent breakpoint slots histogram"); in bp_slots_histogram_max_merge()
419 * global histogram. in toggle_bp_slot()
440 * histogram. We need to take care of 4 cases: in toggle_bp_slot()
444 * can simply update the global slots histogram. in toggle_bp_slot()
450 * slots histogram and use the per-CPU histogram. in toggle_bp_slot()
453 * slots histogram and remove from per-CPU histogram. in toggle_bp_slot()
456 * update the per-CPU slots histogram. in toggle_bp_slot()
488 /* Rebalance global task pinned histogram. */ in toggle_bp_slot()
500 /* Rebalance global task pinned histogram. */ in toggle_bp_slot()
921 * be consistent with the global cpu_pinned histogram. in hw_breakpoint_is_used()