Searched refs:bp_type (Results 1 – 18 of 18) sorted by relevance
36 bp_type=0
45 bp_type=0
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()
42 attr->bp_type = wp_type; in get__perf_event_attr()60 pr_debug("failed opening event %x\n", attr.bp_type); in __event()
84 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
136 WRITE_ASS(bp_type, PRIu32); in store_event()
112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
161 evsel->core.attr.bp_type); in test__checkevent_breakpoint()175 HW_BREAKPOINT_X == evsel->core.attr.bp_type); in test__checkevent_breakpoint_x()189 HW_BREAKPOINT_R == evsel->core.attr.bp_type); in test__checkevent_breakpoint_r()204 HW_BREAKPOINT_W == evsel->core.attr.bp_type); in test__checkevent_breakpoint_w()219 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type); in test__checkevent_breakpoint_rw()1334 evsel->core.attr.bp_type); in test__checkevent_breakpoint_len()1349 evsel->core.attr.bp_type); in test__checkevent_breakpoint_len_w()
59 attr->bp_type = HW_BREAKPOINT_R; in perf_user_event_attr_set()71 attr->bp_type = HW_BREAKPOINT_R; in perf_kernel_event_attr_set()
59 attr->bp_type = type; in perf_event_attr_set()
57 .bp_type = HW_BREAKPOINT_RW, in make_event_attr()
145 PRINT_ATTRf(bp_type, p_unsigned); in perf_event_attr__fprintf()
975 if (attr->bp_type & bit) \ in parse_breakpoint_type()978 attr->bp_type |= bit; \ in parse_breakpoint_type()998 if (!attr->bp_type) /* Default */ in parse_breakpoint_type()999 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()1017 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
811 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
619 int r = __evsel__bp_name(bf, size, attr->bp_addr, attr->bp_type); in evsel__bp_name()
801 bswap_field_32(bp_type); in perf_event__attr_swap()
424 __u32 bp_type; member