Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_X (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dhw_breakpoint.h21 HW_BREAKPOINT_X = 4, enumerator
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/openbmc/linux/include/uapi/linux/
H A Dhw_breakpoint.h21 HW_BREAKPOINT_X = 4, enumerator
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/openbmc/linux/tools/perf/tests/
H A Dbp_account.c51 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
93 attr_mod.bp_type = HW_BREAKPOINT_X; in bp_accounting()
H A Dbp_signal_overflow.c89 pe.bp_type = HW_BREAKPOINT_X; in test__bp_signal_overflow()
H A Dbp_signal.c112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W; in __event()
H A Dparse-events.c244 HW_BREAKPOINT_X == evsel->core.attr.bp_type); in test__checkevent_breakpoint_x()
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c209 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
353 case HW_BREAKPOINT_X: in arch_build_bp_info()
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c308 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
353 case HW_BREAKPOINT_X: in arch_build_bp_info()
H A Dptrace.c462 type = HW_BREAKPOINT_X; in ptrace_hbp_create()
1048 attr.bp_type = HW_BREAKPOINT_X; in set_single_step()
H A Dkgdb.c522 breakinfo[i].type = HW_BREAKPOINT_X; in kgdb_set_hw_break()
/openbmc/linux/arch/xtensa/kernel/
H A Dptrace.c371 if (bp->attr.bp_type & HW_BREAKPOINT_X) { in ptrace_hbptriggered()
473 bp_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
H A Dhw_breakpoint.c57 case HW_BREAKPOINT_X: in hw_breakpoint_arch_parse()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c357 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
418 case HW_BREAKPOINT_X: in arch_build_bp_info()
H A Dptrace.c294 type = HW_BREAKPOINT_X; in ptrace_hbp_create()
341 if ((type & HW_BREAKPOINT_X) != type) in ptrace_hbp_fill_attr_ctrl()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c473 *gen_type = HW_BREAKPOINT_X; in arch_bp_generic_fields()
518 case HW_BREAKPOINT_X: in arch_build_bp_info()
H A Dptrace.c491 implied_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
/openbmc/linux/tools/perf/util/
H A Dparse-events.c665 CHECK_SET_TYPE(HW_BREAKPOINT_X); in parse_breakpoint_type()
697 if (attr.bp_type == HW_BREAKPOINT_X) in parse_events_add_breakpoint()
H A Devsel.c626 if (type & HW_BREAKPOINT_X) in __evsel__bp_name()