Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dhw_breakpoint.h13 HW_BREAKPOINT_R = 1, enumerator
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events.c496 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()
512 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c349 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()
/external/linux-tools-perf/src/tools/perf/tests/
Dparse-events.c120 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
149 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()
179 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()