Searched refs:tsk_pinned (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 57 struct bp_slots_histogram tsk_pinned; member 209 if (!bp_slots_histogram_alloc(&info->tsk_pinned, i)) in init_breakpoint_slots() 224 bp_slots_histogram_free(&get_bp_info(err_cpu, i)->tsk_pinned); in init_breakpoint_slots() 305 struct bp_slots_histogram *tsk_pinned = &get_bp_info(cpu, type)->tsk_pinned; in max_task_bp_pinned() local 313 return bp_slots_histogram_max_merge(tsk_pinned, &tsk_pinned_all[type], type); in max_task_bp_pinned() 483 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() 487 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned, in toggle_bp_slot() 494 bp_slots_histogram_add(&get_bp_info(bp->cpu, type)->tsk_pinned, in toggle_bp_slot() 498 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() 511 bp_slots_histogram_add(&get_bp_info(cpu, type)->tsk_pinned, in toggle_bp_slot() [all …]
|