Searched refs:bp_slots_histogram_add (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint.c | 237 bp_slots_histogram_add(struct bp_slots_histogram *hist, int old, int val) in bp_slots_histogram_add() function 424 bp_slots_histogram_add(&cpu_pinned[type], info->cpu_pinned, weight); in toggle_bp_slot() 478 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, weight); in toggle_bp_slot() 482 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() 486 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned, in toggle_bp_slot() 489 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, in toggle_bp_slot() 493 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned, in toggle_bp_slot() 497 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() 501 bp_slots_histogram_add(&tsk_pinned_all[type], 0, next_tsk_pinned); in toggle_bp_slot() 510 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot()
|