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

/linux-master/include/uapi/linux/
H A Dhw_breakpoint.h21 HW_BREAKPOINT_X = 4, enumerator in enum:__anon3813
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-master/tools/include/uapi/linux/
H A Dhw_breakpoint.h21 HW_BREAKPOINT_X = 4, enumerator in enum:__anon4343
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-master/tools/perf/tests/
H A Dbp_account.c51 attr->bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
93 attr_mod.bp_type = HW_BREAKPOINT_X;
H A Dbp_signal_overflow.c89 pe.bp_type = HW_BREAKPOINT_X;
H A Dbp_signal.c112 pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
H A Dparse-events.c264 HW_BREAKPOINT_X == evsel->core.attr.bp_type);
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c209 *gen_type = HW_BREAKPOINT_X;
353 case HW_BREAKPOINT_X:
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c291 *gen_type = HW_BREAKPOINT_X;
341 case HW_BREAKPOINT_X:
H A Dptrace.c462 type = HW_BREAKPOINT_X;
505 if ((type & HW_BREAKPOINT_X) != type)
1038 attr.bp_type = HW_BREAKPOINT_X;
H A Dkgdb.c522 breakinfo[i].type = HW_BREAKPOINT_X;
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c57 case HW_BREAKPOINT_X:
H A Dptrace.c371 if (bp->attr.bp_type & HW_BREAKPOINT_X) {
473 bp_type = HW_BREAKPOINT_X;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c358 *gen_type = HW_BREAKPOINT_X;
419 case HW_BREAKPOINT_X:
H A Dptrace.c294 type = HW_BREAKPOINT_X;
341 if ((type & HW_BREAKPOINT_X) != type)
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c473 *gen_type = HW_BREAKPOINT_X;
518 case HW_BREAKPOINT_X:
H A Dptrace.c491 implied_type = HW_BREAKPOINT_X;
/linux-master/tools/perf/util/
H A Dparse-events.c667 CHECK_SET_TYPE(HW_BREAKPOINT_X);
699 if (attr.bp_type == HW_BREAKPOINT_X)
H A Devsel.c627 if (type & HW_BREAKPOINT_X)

Completed in 263 milliseconds