Searched refs:task_bp_pinned (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 323 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() function 378 int max_pinned = task_bp_pinned(-1, bp, type); in max_bp_pinned_slots() 398 nr += task_bp_pinned(cpu, bp, type); in max_bp_pinned_slots() 473 next_tsk_pinned = task_bp_pinned(-1, bp, type); in toggle_bp_slot() 508 next_tsk_pinned = task_bp_pinned(cpu, bp, type); in toggle_bp_slot()
|