Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dhw_breakpoint.h17 HW_BREAKPOINT_R = 1, enumerator
19 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/tools/perf/tests/
Dparse-events.c126 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
155 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()
185 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1227 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
/tools/perf/util/
Dparse-events.c823 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()
839 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c420 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()