Home
last modified time | relevance | path

Searched refs:HW_BREAKPOINT_R (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/Linux-v4.19/tools/include/uapi/linux/
Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/Linux-v4.19/arch/sh/kernel/
Dhw_breakpoint.c162 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
167 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
202 case HW_BREAKPOINT_R: in arch_build_bp_info()
208 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
Dptrace_32.c92 attr.bp_type = HW_BREAKPOINT_R; in set_single_step()
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c58 attr.bp_type = HW_BREAKPOINT_R; in breakpoint_test()
138 if (readwriteflag & HW_BREAKPOINT_R) in runtestsingle()
/Linux-v4.19/arch/powerpc/kernel/
Dhw_breakpoint.c131 *gen_bp_type |= HW_BREAKPOINT_R; in arch_bp_generic_fields()
152 if (attr->bp_type & HW_BREAKPOINT_R) in hw_breakpoint_arch_parse()
/Linux-v4.19/samples/hw_breakpoint/
Ddata_breakpoint.c61 attr.bp_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in hw_break_module_init()
/Linux-v4.19/arch/x86/kernel/
Dhw_breakpoint.c208 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; in arch_bp_generic_fields()
254 case HW_BREAKPOINT_W | HW_BREAKPOINT_R: in arch_build_bp_info()
/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c484 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
529 case HW_BREAKPOINT_R: in arch_build_bp_info()
740 HW_BREAKPOINT_W : HW_BREAKPOINT_R; in watchpoint_handler()
/Linux-v4.19/arch/arm64/kernel/
Dhw_breakpoint.c371 *gen_type = HW_BREAKPOINT_R; in arch_bp_generic_fields()
432 case HW_BREAKPOINT_R: in arch_build_bp_info()
769 HW_BREAKPOINT_R; in watchpoint_handler()
/Linux-v4.19/arch/xtensa/kernel/
Dptrace.c347 if (bp->attr.bp_type & HW_BREAKPOINT_R) in ptrace_gethbpregs()
380 bp_type |= HW_BREAKPOINT_R; in ptrace_sethbpregs()
Dhw_breakpoint.c59 case HW_BREAKPOINT_R: in hw_breakpoint_arch_parse()
/Linux-v4.19/tools/perf/tests/
Dparse-events.c132 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint()
161 HW_BREAKPOINT_R == evsel->attr.bp_type); in test__checkevent_breakpoint_r()
191 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->attr.bp_type); in test__checkevent_breakpoint_rw()
1233 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) == in test__checkevent_breakpoint_len()
/Linux-v4.19/tools/perf/util/
Dparse-events.c846 CHECK_SET_TYPE(HW_BREAKPOINT_R); in parse_breakpoint_type()
862 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W; in parse_breakpoint_type()
Devsel.c465 if (type & HW_BREAKPOINT_R) in __perf_evsel__bp_name()