Home
last modified time | relevance | path

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

/kernel/events/
Dhw_breakpoint.c653 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument
657 __release_bp_slot(bp, old_type); in __modify_bp_slot()
669 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot()
675 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument
678 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()