Home
last modified time | relevance | path

Searched refs:task_bp_pinned (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/events/
H A Dhw_breakpoint.c319 * If @cpu is -1, but the result of task_bp_pinned() is not CPU-independent,
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()
381 * Fast path: task_bp_pinned() is CPU-independent and 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()