Searched refs:tsk_pinned (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint.c | 57 struct bp_slots_histogram tsk_pinned; member 208 if (!bp_slots_histogram_alloc(&info->tsk_pinned, i)) in init_breakpoint_slots() 223 bp_slots_histogram_free(&get_bp_info(err_cpu, i)->tsk_pinned); in init_breakpoint_slots() 304 struct bp_slots_histogram *tsk_pinned = &get_bp_info(cpu, type)->tsk_pinned; in max_task_bp_pinned() local 312 return bp_slots_histogram_max_merge(tsk_pinned, &tsk_pinned_all[type], type); in max_task_bp_pinned() 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() 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() 510 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() [all …]
|