Searched refs:task_bp_pinned (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/events/ |
D | hw_breakpoint.c | 322 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() function 377 int max_pinned = task_bp_pinned(-1, bp, type); in max_bp_pinned_slots() 397 nr += task_bp_pinned(cpu, bp, type); in max_bp_pinned_slots() 472 next_tsk_pinned = task_bp_pinned(-1, bp, type); in toggle_bp_slot() 507 next_tsk_pinned = task_bp_pinned(cpu, bp, type); in toggle_bp_slot()
|