Searched refs:old_attr (Results 1 – 1 of 1) sorted by relevance
800 struct perf_event_attr old_attr; in modify_user_hw_breakpoint_check() local802 old_attr = bp->attr; in modify_user_hw_breakpoint_check()803 hw_breakpoint_copy_attr(&old_attr, attr); in modify_user_hw_breakpoint_check()804 if (memcmp(&old_attr, attr, sizeof(*attr))) in modify_user_hw_breakpoint_check()