| /linux/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-noadv.c | 132 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 D | bp_account.c | 54 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 D | bp_signal_overflow.c | 92 pe.bp_len = default_breakpoint_len(); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 115 pe.bp_len = is_x ? default_breakpoint_len() : sizeof(long); in __event()
|
| H A D | wp.c | 52 attr->bp_len = wp_len; in get__perf_event_attr()
|
| H A D | parse-events.c | 260 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 D | ptrace.c | 394 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 D | hw_breakpoint.c | 74 hw->len = attr->bp_len; in hw_breakpoint_arch_parse()
|
| /linux/samples/hw_breakpoint/ |
| H A D | data_breakpoint.c | 51 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
|
| /linux/arch/powerpc/kernel/ |
| H A D | hw_breakpoint.c | 193 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 D | perf_skip.c | 65 attr.bp_len = sizeof(long); in serial_test_perf_skip()
|
| /linux/include/linux/ |
| H A D | hw_breakpoint.h | 54 return bp->attr.bp_len; in hw_breakpoint_len()
|
| /linux/arch/x86/kernel/ |
| H A D | ptrace.c | 514 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 D | kgdb.c | 213 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 D | hw_breakpoint.c | 181 switch (attr->bp_len) { in arch_build_bp_info()
|
| H A D | ptrace_32.c | 86 attr.bp_len = HW_BREAKPOINT_LEN_2; in set_single_step()
|
| /linux/arch/loongarch/kernel/ |
| H A D | ptrace.c | 478 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 D | ptrace.c | 423 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 D | hw_breakpoint.c | 757 to->bp_len = from->bp_len; in hw_breakpoint_copy_attr()
|
| H A D | hw_breakpoint_test.c | 40 attr.bp_len = HW_BREAKPOINT_LEN_1; in register_test_bp()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | sigtrap_threads.c | 59 .bp_len = HW_BREAKPOINT_LEN_1, in make_event_attr()
|
| /linux/tools/perf/bench/ |
| H A D | breakpoint.c | 59 attr.bp_len = HW_BREAKPOINT_LEN_1; in breakpoint_setup()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-perf-hwbreak.c | 130 attr->bp_len = len; in perf_user_event_attr_set()
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 484 __u64 bp_len; member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 484 __u64 bp_len; member
|