Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/include/linux/added/
Dhw_breakpoint.h13 HW_BREAKPOINT_R = 1, enumerator
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/external/linux-tools-perf/util/
Dparse-events.c586 attr->bp_type |= HW_BREAKPOINT_R; in parse_breakpoint_type()
599 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
635 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_event()