Searched refs:HW_BREAKPOINT_X (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dhw_breakpoint.h16 HW_BREAKPOINT_X = 4, enumerator in enum:__anon22220
17 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dhw_breakpoint.h16 HW_BREAKPOINT_X = 4, enumerator in enum:__anon24309
17 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal.c69 pe.bp_type = HW_BREAKPOINT_X;
H A Dbp_signal_overflow.c82 pe.bp_type = HW_BREAKPOINT_X;
H A Dparse-events.c135 HW_BREAKPOINT_X == evsel->attr.bp_type);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.c502 CHECK_SET_TYPE(HW_BREAKPOINT_X);
532 if (attr.bp_type == HW_BREAKPOINT_X)
H A Devsel.c355 if (type & HW_BREAKPOINT_X)

Completed in 419 milliseconds