Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/include/linux/added/
Dhw_breakpoint.h14 HW_BREAKPOINT_W = 2, enumerator
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/external/linux-tools-perf/util/
Dparse-events.c589 attr->bp_type |= HW_BREAKPOINT_W; 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()