Searched refs:breakpoints (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/bench/ |
| H A D | breakpoint.c | 116 struct breakpoint *breakpoints; in bench_breakpoint_thread() local 124 breakpoints = calloc(thread_params.nbreakpoints, sizeof(breakpoints[0])); in bench_breakpoint_thread() 126 if (!breakpoints || !parallel) in bench_breakpoint_thread() 130 breakpoints[i].fd = breakpoint_setup(&breakpoints[i].watched); in bench_breakpoint_thread() 132 if (breakpoints[i].fd < 0) { in bench_breakpoint_thread() 133 if (breakpoints[i].fd == -ENODEV) { in bench_breakpoint_thread() 150 close(breakpoints[i].fd); in bench_breakpoint_thread() 152 free(breakpoints); in bench_breakpoint_thread()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ptrace.rst | 8 4 hardware breakpoints (IAC) 28 GDB: this query will return the number of hardware breakpoints, hardware 86 With this GDB can ask for all kinds of hardware breakpoints and watchpoints 87 that the BookE supports. COMEFROM breakpoints available in server processors
|
| H A D | dawr-power9.rst | 33 For ptrace, we now advertise zero breakpoints on POWER9 via the 87 enabled/disabled between getting the number of breakpoints (via
|
| /linux/lib/ |
| H A D | Kconfig.kgdb | 28 bool "KGDB: use kprobe blocklist to prohibit unsafe breakpoints" 35 identify symbols where it is unsafe to set breakpoints. 159 still try to register kgdb to handle breakpoints and crashes
|
| /linux/scripts/gdb/linux/ |
| H A D | symbols.py | 262 if hasattr(gdb, 'breakpoints') and not gdb.breakpoints() is None: 263 for bp in gdb.breakpoints():
|
| /linux/arch/arc/kernel/ |
| H A D | entry.S | 223 ;============ TRAP N : breakpoints, kprobes etc
|
| /linux/tools/testing/selftests/ |
| H A D | Makefile | 7 TARGETS += breakpoints
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 466 Sets breakpoints at particular BPF instructions. Issuing a `run` command 490 breakpoints: 0 1 492 Prints currently set breakpoints.
|
| /linux/Documentation/gpu/ |
| H A D | drm-vm-bind-async.rst | 139 unbind operations. Like for example inserting breakpoints into batch
|
| /linux/Documentation/security/ |
| H A D | self-protection.rst | 54 alternatives, breakpoints, kprobes, etc. If these must exist in a
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 1012 0x80000021, 0, eax, 0, no_nested_data_bp , No nested data breakpoints
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.reg | 3396 * single step, breakpoints and program load.
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 3748 - KVM_GUESTDBG_USE_SW_BP: using software breakpoints [x86, arm64] 3749 - KVM_GUESTDBG_USE_HW_BP: using hardware breakpoints [x86, s390] 3756 For example KVM_GUESTDBG_USE_SW_BP indicates that software breakpoints 7989 mechanism e.g. to realize 2-byte software breakpoints. The kernel will
|