Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_R (Results 1 – 6 of 6) sorted by relevance

/tools/include/uapi/linux/
Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c54 attr.bp_type = HW_BREAKPOINT_R; in breakpoint_test()
134 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle()
/tools/perf/tests/
Dwp.c70 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()
Dparse-events.c158 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()
/tools/perf/util/
Dparse-events.c879 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()
895 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c470 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()