Searched refs:HW_BREAKPOINT_R (Results 1 – 6 of 6) sorted by relevance
18 HW_BREAKPOINT_R = 1, enumerator20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
54 attr.bp_type = HW_BREAKPOINT_R; in breakpoint_test()134 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle()
70 fd = __event(HW_BREAKPOINT_R, (void *)&data1, sizeof(data1)); in wp_ro_test()108 fd = __event(HW_BREAKPOINT_R | HW_BREAKPOINT_W, (void *)&data1, in wp_rw_test()
158 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()187 HW_BREAKPOINT_R == evsel->core.attr.bp_type); in test__checkevent_breakpoint_r()217 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type); in test__checkevent_breakpoint_rw()1259 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
879 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()895 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
470 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()