Home
last modified time | relevance | path

Searched refs:bp_len (Results 1 – 25 of 33) sorted by relevance

12

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c132 attr.bp_len = DABR_MAX_LEN; in ptrace_set_debugreg()
150 attr.bp_len = DABR_MAX_LEN; in ptrace_set_debugreg()
240 attr.bp_len = len; in ppc_set_hwdebug()
/linux/tools/perf/tests/
H A Dbp_account.c54 attr->bp_len = is_x ? default_breakpoint_len() : sizeof(long); in __event()
96 attr_mod.bp_len = default_breakpoint_len(); in bp_accounting()
H A Dbp_signal_overflow.c92 pe.bp_len = default_breakpoint_len(); in test__bp_signal_overflow()
H A Dbp_signal.c115 pe.bp_len = is_x ? default_breakpoint_len() : sizeof(long); in __event()
H A Dwp.c52 attr->bp_len = wp_len; in get__perf_event_attr()
H A Dparse-events.c260 TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel); in test__checkevent_breakpoint()
272 TEST_ASSERT_EVSEL("wrong bp_len", default_breakpoint_len() == evsel->core.attr.bp_len, in test__checkevent_breakpoint_x()
285 TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel); in test__checkevent_breakpoint_r()
297 TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evsel); in test__checkevent_breakpoint_w()
311 TEST_ASSERT_EVSEL("wrong bp_len", HW_BREAKPOINT_LEN_4 == evsel->core.attr.bp_len, evse in test__checkevent_breakpoint_rw()
[all...]
/linux/arch/xtensa/kernel/
H A Dptrace.c394 attr.bp_len = 1; in ptrace_hbp_create()
433 user_data[1] = bp->attr.disabled ? 0 : bp->attr.bp_len; in ptrace_gethbpregs()
489 attr.bp_len = user_data[1] & ~(DBREAKC_LOAD_MASK | DBREAKC_STOR_MASK); in ptrace_sethbpregs()
491 attr.disabled = !attr.bp_len; in ptrace_sethbpregs()
H A Dhw_breakpoint.c74 hw->len = attr->bp_len; in hw_breakpoint_arch_parse()
/linux/samples/hw_breakpoint/
H A Ddata_breakpoint.c51 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c193 if (!bp || !attr->bp_len) in hw_breakpoint_arch_parse()
211 hw->len = attr->bp_len; in hw_breakpoint_arch_parse()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_skip.c65 attr.bp_len = sizeof(long); in serial_test_perf_skip()
/linux/include/linux/
H A Dhw_breakpoint.h54 return bp->attr.bp_len; in hw_breakpoint_len()
/linux/arch/x86/kernel/
H A Dptrace.c514 int err, bp_len, bp_type; in ptrace_fill_bp_fields() local
516 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
518 attr->bp_len = bp_len; in ptrace_fill_bp_fields()
H A Dkgdb.c213 bp->attr.bp_len = breakinfo[breakno].len; in kgdb_correct_hw_break()
652 attr.bp_len = HW_BREAKPOINT_LEN_1; in kgdb_arch_late()
/linux/arch/sh/kernel/
H A Dhw_breakpoint.c181 switch (attr->bp_len) { in arch_build_bp_info()
H A Dptrace_32.c86 attr.bp_len = HW_BREAKPOINT_LEN_2; in set_single_step()
/linux/arch/loongarch/kernel/
H A Dptrace.c478 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
503 attr->bp_len = len; in ptrace_hbp_fill_attr_ctrl()
1052 attr.bp_len = HW_BREAKPOINT_LEN_8; in set_single_step()
/linux/arch/arm/kernel/
H A Dptrace.c423 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
531 attr.bp_len = gen_len; in ptrace_sethbpregs()
/linux/kernel/events/
H A Dhw_breakpoint.c757 to->bp_len = from->bp_len; in hw_breakpoint_copy_attr()
H A Dhw_breakpoint_test.c40 attr.bp_len = HW_BREAKPOINT_LEN_1; in register_test_bp()
/linux/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c59 .bp_len = HW_BREAKPOINT_LEN_1, in make_event_attr()
/linux/tools/perf/bench/
H A Dbreakpoint.c59 attr.bp_len = HW_BREAKPOINT_LEN_1; in breakpoint_setup()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c130 attr->bp_len = len; in perf_user_event_attr_set()
/linux/tools/include/uapi/linux/
H A Dperf_event.h484 __u64 bp_len; member
/linux/include/uapi/linux/
H A Dperf_event.h484 __u64 bp_len; member

12