Searched refs:get_bp_info (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/events/ |
D | hw_breakpoint.c | 62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() function 206 struct bp_cpuinfo *info = get_bp_info(cpu, 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() 390 struct bp_cpuinfo *info = get_bp_info(cpu, type); in max_bp_pinned_slots() 421 struct bp_cpuinfo *info = get_bp_info(bp->cpu, type); 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() 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() [all …]
|