Searched refs:bp_type (Results 1 – 15 of 15) sorted by relevance
35 bp_type=0
82 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
69 pe.bp_type = HW_BREAKPOINT_X; in bp_event()
126 WRITE_ASS(bp_type, PRIu32); in store_event()
121 evsel->attr.bp_type); in test__checkevent_breakpoint()135 HW_BREAKPOINT_X == evsel->attr.bp_type); in test__checkevent_breakpoint_x()149 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()164 HW_BREAKPOINT_W == evsel->attr.bp_type); in test__checkevent_breakpoint_w()179 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
488 if (attr->bp_type & bit) \ in parse_breakpoint_type()491 attr->bp_type |= bit; \ in parse_breakpoint_type()511 if (!attr->bp_type) /* Default */ in parse_breakpoint_type()512 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()532 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
364 int r = __perf_evsel__bp_name(bf, size, attr->bp_addr, attr->bp_type); in perf_evsel__bp_name()988 ret += PRINT_ATTR_X32(bp_type); in perf_event_attr__fprintf()1948 if_print(bp_type); in perf_evsel__fprintf()
442 attr->bp_type = bswap_32(attr->bp_type); in perf_event__attr_swap()
584 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
313 __u32 bp_type; member
713 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local714 if (bp_type == BreakpointSite::eExternal) in DisableBreakpointSite()
815 bp_type = packet.get_hex_uint('big')820 s += g_bp_types[bp_type]
2279 BreakpointSite::Type bp_type = bp_site->GetType(); in DisableBreakpointSite() local2280 switch (bp_type) in DisableBreakpointSite()
2938 __vki_u32 bp_type; member