Searched refs:HW_BREAKPOINT_RW (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/uapi/linux/
H A Dhw_breakpoint.h20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator in enum:__anon3813
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-master/tools/include/uapi/linux/
H A Dhw_breakpoint.h20 HW_BREAKPOINT_RW = HW_BREAKPOINT_R | HW_BREAKPOINT_W, enumerator in enum:__anon4343
22 HW_BREAKPOINT_INVALID = HW_BREAKPOINT_RW | HW_BREAKPOINT_X,
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c309 break_fd = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)(target + 2), 4);
410 fd1 = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
416 fd2 = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)&b, (__u64)sizeof(b));
455 fd1 = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
461 fd2 = perf_process_event_open(HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
591 ret = perf_systemwide_event_open(fd1, HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
595 ret = perf_systemwide_event_open(fd2, HW_BREAKPOINT_RW, (__u64)&b, (__u64)sizeof(b));
635 ret = perf_systemwide_event_open(fd1, HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
639 ret = perf_systemwide_event_open(fd2, HW_BREAKPOINT_RW, (__u64)&a, (__u64)sizeof(a));
783 fd = perf_process_event_open(HW_BREAKPOINT_RW, add
[all...]
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c300 *gen_type = HW_BREAKPOINT_RW;
350 case HW_BREAKPOINT_RW:
H A Dptrace.c465 type = HW_BREAKPOINT_RW;
509 if ((type & HW_BREAKPOINT_RW) != type)
H A Dkgdb.c531 breakinfo[i].type = HW_BREAKPOINT_RW;
/linux-master/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c58 .bp_type = HW_BREAKPOINT_RW,
/linux-master/tools/perf/bench/
H A Dbreakpoint.c58 attr.bp_type = HW_BREAKPOINT_RW;
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c66 case HW_BREAKPOINT_RW:
H A Dptrace.c478 bp_type ? bp_type : HW_BREAKPOINT_RW);
/linux-master/tools/perf/tests/
H A Dsigtrap.c44 .bp_type = HW_BREAKPOINT_RW,
/linux-master/arch/arm64/kernel/
H A Dhw_breakpoint.c367 *gen_type = HW_BREAKPOINT_RW;
428 case HW_BREAKPOINT_RW:
H A Dptrace.c297 type = HW_BREAKPOINT_RW;
345 if ((type & HW_BREAKPOINT_RW) != type)
/linux-master/kernel/events/
H A Dhw_breakpoint_test.c41 attr.bp_type = HW_BREAKPOINT_RW;
H A Dhw_breakpoint.c293 if (bp_type & HW_BREAKPOINT_RW)
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c482 *gen_type = HW_BREAKPOINT_RW;
527 case HW_BREAKPOINT_RW:
H A Dptrace.c489 implied_type = HW_BREAKPOINT_RW;

Completed in 218 milliseconds