Searched refs:HW_BREAKPOINT_R (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/linux/
H A Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator in enum:__anon3813
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/linux-master/tools/include/uapi/linux/
H A Dhw_breakpoint.h18 HW_BREAKPOINT_R = 1, enumerator in enum:__anon4343
20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W,
/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c159 *gen_type = HW_BREAKPOINT_R;
165 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
200 case HW_BREAKPOINT_R:
206 case HW_BREAKPOINT_W | HW_BREAKPOINT_R:
H A Dptrace_32.c87 attr.bp_type = HW_BREAKPOINT_R;
/linux-master/tools/perf/tests/
H A Dwp.c80 fd = __event(HW_BREAKPOINT_R, (void *)&data1, sizeof(data1));
128 fd = __event(HW_BREAKPOINT_R | HW_BREAKPOINT_W, (void *)&data1,
H A Dparse-events.c249 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) ==
278 HW_BREAKPOINT_R == evsel->core.attr.bp_type);
308 (HW_BREAKPOINT_R|HW_BREAKPOINT_W) == evsel->core.attr.bp_type);
1656 TEST_ASSERT_VAL("wrong bp_type", (HW_BREAKPOINT_R | HW_BREAKPOINT_W) ==
/linux-master/arch/x86/kernel/
H A Dhw_breakpoint.c216 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
350 case HW_BREAKPOINT_W | HW_BREAKPOINT_R:
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c207 fd = perf_process_event_open(HW_BREAKPOINT_R, (__u64)(&fd) & 0xfffffffffffff800, len);
275 if (readwriteflag & HW_BREAKPOINT_R)
506 fd2 = perf_process_event_open(HW_BREAKPOINT_R, (__u64)&b, (__u64)sizeof(b));
545 fd1 = perf_process_event_open(HW_BREAKPOINT_R, (__u64)&a, (__u64)sizeof(a));
683 ret = perf_systemwide_event_open(fd2, HW_BREAKPOINT_R, (__u64)&b, (__u64)sizeof(b));
727 ret = perf_systemwide_event_open(fd2, HW_BREAKPOINT_R, (__u64)&a, (__u64)sizeof(a));
H A Dptrace-perf-hwbreak.c128 attr->bp_type = HW_BREAKPOINT_R;
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c361 *gen_type = HW_BREAKPOINT_R;
422 case HW_BREAKPOINT_R:
784 HW_BREAKPOINT_R;
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c294 *gen_type = HW_BREAKPOINT_R;
344 case HW_BREAKPOINT_R:
H A Dkgdb.c525 breakinfo[i].type = HW_BREAKPOINT_R;
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c129 *gen_bp_type |= HW_BREAKPOINT_R;
197 if (attr->bp_type & HW_BREAKPOINT_R)
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c60 case HW_BREAKPOINT_R:
H A Dptrace.c435 if (bp->attr.bp_type & HW_BREAKPOINT_R)
468 bp_type |= HW_BREAKPOINT_R;
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c476 *gen_type = HW_BREAKPOINT_R;
521 case HW_BREAKPOINT_R:
762 HW_BREAKPOINT_W : HW_BREAKPOINT_R;
/linux-master/tools/perf/util/
H A Dparse-events.c661 CHECK_SET_TYPE(HW_BREAKPOINT_R);
677 attr->bp_type = HW_BREAKPOINT_R | HW_BREAKPOINT_W;
H A Devsel.c621 if (type & HW_BREAKPOINT_R)

Completed in 214 milliseconds