HomeSort by relevance Sort by last modified time
    Searched refs:HW_BREAKPOINT_R (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/include/linux/added/
hw_breakpoint.h 13 HW_BREAKPOINT_R = 1,
15 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
  /external/linux-tools-perf/util/
parse-events.c 586 attr->bp_type |= HW_BREAKPOINT_R;
599 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;
635 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;

Completed in 29 milliseconds