Searched refs:HW_BREAKPOINT_X (Results 1 – 7 of 7) sorted by relevance
21 HW_BREAKPOINT_X = 4, enumerator22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
42 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()84 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()
885 CHECK_SET_TYPE(HW_BREAKPOINT_X); in parse_breakpoint_type()913 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
476 if (type & HW_BREAKPOINT_X) in __perf_evsel__bp_name()