Searched refs:bp_slots_histogram_add (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/events/
H A Dhw_breakpoint.c237 bp_slots_histogram_add(struct bp_slots_histogram *hist, int old, int val) function
424 bp_slots_histogram_add(&cpu_pinned[type], info->cpu_pinned, weight);
478 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned, weight);
482 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned,
486 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned,
489 bp_slots_histogram_add(&tsk_pinned_all[type], next_tsk_pinned,
493 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned,
497 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned,
501 bp_slots_histogram_add(&tsk_pinned_all[type], 0, next_tsk_pinned);
510 bp_slots_histogram_add(
[all...]

Completed in 200 milliseconds