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

/linux-4.1.27/include/uapi/linux/
H A Dhw_breakpoint.h16 HW_BREAKPOINT_X = 4, enumerator in enum:__anon13275
17 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-4.1.27/tools/perf/tests/
H A Dbp_signal_overflow.c83 pe.bp_type = HW_BREAKPOINT_X; test__bp_signal_overflow()
H A Dbp_signal.c70 pe.bp_type = HW_BREAKPOINT_X; bp_event()
H A Dparse-events.c137 HW_BREAKPOINT_X == evsel->attr.bp_type); test__checkevent_breakpoint_x()
/linux-4.1.27/arch/x86/kernel/
H A Dhw_breakpoint.c194 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields()
245 case HW_BREAKPOINT_X: arch_build_bp_info()
/linux-4.1.27/arch/arm64/kernel/
H A Dhw_breakpoint.c351 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields()
396 case HW_BREAKPOINT_X: arch_build_bp_info()
H A Dptrace.c194 type = HW_BREAKPOINT_X; ptrace_hbp_create()
241 if ((type & HW_BREAKPOINT_X) != type) ptrace_hbp_fill_attr_ctrl()
/linux-4.1.27/arch/arm/kernel/
H A Dhw_breakpoint.c483 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields()
528 case HW_BREAKPOINT_X: arch_build_bp_info()
H A Dptrace.c532 implied_type = HW_BREAKPOINT_X; ptrace_sethbpregs()
/linux-4.1.27/tools/perf/util/
H A Dparse-events.c499 CHECK_SET_TYPE(HW_BREAKPOINT_X); parse_breakpoint_type()
527 if (attr.bp_type == HW_BREAKPOINT_X) parse_events_add_breakpoint()
H A Devsel.c357 if (type & HW_BREAKPOINT_X) __perf_evsel__bp_name()

Completed in 204 milliseconds