Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_LEN_4 (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/Linux-v4.19/tools/include/uapi/linux/
Dhw_breakpoint.h9 HW_BREAKPOINT_LEN_4 = 4, enumerator
/Linux-v4.19/arch/sh/kernel/
Dhw_breakpoint.c150 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
190 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
/Linux-v4.19/samples/hw_breakpoint/
Ddata_breakpoint.c60 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c180 return HW_BREAKPOINT_LEN_4; in arch_bp_generic_len()
294 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c505 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
550 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
Dptrace.c460 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c399 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
456 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
Dptrace.c325 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/Linux-v4.19/tools/perf/tests/
Dparse-events.c134 TEST_ASSERT_VAL("wrong bp_len", HW_BREAKPOINT_LEN_4 == in test__checkevent_breakpoint()
163 HW_BREAKPOINT_LEN_4 == evsel->attr.bp_len); in test__checkevent_breakpoint_r()
178 HW_BREAKPOINT_LEN_4 == evsel->attr.bp_len); in test__checkevent_breakpoint_w()
193 HW_BREAKPOINT_LEN_4 == evsel->attr.bp_len); in test__checkevent_breakpoint_rw()
/Linux-v4.19/tools/perf/util/
Dparse-events.c883 len = HW_BREAKPOINT_LEN_4; in parse_events_add_breakpoint()