Home
last modified time | relevance | path

Searched refs:bp_type (Results 1 – 11 of 11) sorted by relevance

/tools/perf/tests/attr/
Dbase-stat36 bp_type=0
Dbase-record36 bp_type=0
/tools/perf/tests/
Dbp_signal_overflow.c83 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
Dattr.c119 WRITE_ASS(bp_type, PRIu32); in store_event()
Dbp_signal.c116 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
Dparse-events.c127 evsel->attr.bp_type); in test__checkevent_breakpoint()
141 HW_BREAKPOINT_X == evsel->attr.bp_type); in test__checkevent_breakpoint_x()
155 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()
170 HW_BREAKPOINT_W == evsel->attr.bp_type); in test__checkevent_breakpoint_w()
185 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1228 evsel->attr.bp_type); in test__checkevent_breakpoint_len()
1243 evsel->attr.bp_type); in test__checkevent_breakpoint_len_w()
/tools/include/uapi/linux/
Dperf_event.h354 __u32 bp_type; member
/tools/perf/util/
Dparse-events.c815 if (attr->bp_type & bit) \ in parse_breakpoint_type()
818 attr->bp_type |= bit; \ in parse_breakpoint_type()
838 if (!attr->bp_type) /* Default */ in parse_breakpoint_type()
839 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
857 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
Devsel.c435 int r = __perf_evsel__bp_name(bf, size, attr->bp_addr, attr->bp_type); in perf_evsel__bp_name()
1393 PRINT_ATTRf(bp_type, p_unsigned); in perf_event_attr__fprintf()
Dpython.c707 &attr.wakeup_events, &attr.bp_type, in pyrf_evsel__init()
Dsession.c617 bswap_field_32(bp_type); in perf_event__attr_swap()