Searched refs:HW_BREAKPOINT_X (Results 1 – 17 of 17) sorted by relevance
21 HW_BREAKPOINT_X = 4, enumerator22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
38 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()80 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
84 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
173 HW_BREAKPOINT_X == evsel->core.attr.bp_type); in test__checkevent_breakpoint_x()
209 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()353 case HW_BREAKPOINT_X: in arch_build_bp_info()
373 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()475 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
56 case HW_BREAKPOINT_X: in hw_breakpoint_arch_parse()
357 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()418 case HW_BREAKPOINT_X: in arch_build_bp_info()
294 type = HW_BREAKPOINT_X; in ptrace_hbp_create()341 if ((type & HW_BREAKPOINT_X) != type) in ptrace_hbp_fill_attr_ctrl()
473 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()518 case HW_BREAKPOINT_X: in arch_build_bp_info()
517 implied_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
935 CHECK_SET_TYPE(HW_BREAKPOINT_X); in parse_breakpoint_type()963 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
580 if (type & HW_BREAKPOINT_X) in __evsel__bp_name()