Home
last modified time | relevance | path

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

/linux-3.4.99/samples/hw_breakpoint/
Ddata_breakpoint.c60 attr.bp_len = HW_BREAKPOINT_LEN_4; in hw_break_module_init()
/linux-3.4.99/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-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c237 *gen_len = HW_BREAKPOINT_LEN_4; in arch_bp_generic_fields()
289 case HW_BREAKPOINT_LEN_4: in arch_build_bp_info()
/linux-3.4.99/include/linux/
Dhw_breakpoint.h7 HW_BREAKPOINT_LEN_4 = 4, enumerator
/linux-3.4.99/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.c459 attr.bp_len = HW_BREAKPOINT_LEN_4; in ptrace_hbp_create()
/linux-3.4.99/tools/perf/
Dbuiltin-test.c732 TEST_ASSERT_VAL("wrong bp_len", HW_BREAKPOINT_LEN_4 == in test__checkevent_breakpoint()
763 HW_BREAKPOINT_LEN_4 == evsel->attr.bp_len); in test__checkevent_breakpoint_r()
779 HW_BREAKPOINT_LEN_4 == evsel->attr.bp_len); in test__checkevent_breakpoint_w()
/linux-3.4.99/tools/perf/util/
Dparse-events.c585 attr.bp_len = HW_BREAKPOINT_LEN_4; in parse_events_add_breakpoint()