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