Home
last modified time | relevance | path

Searched refs:breakpoint (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.1.9/arch/powerpc/kernel/
Dhw_breakpoint.c127 struct breakpoint { struct
139 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]); argument
143 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
145 struct breakpoint *tmp; in alloc_breakpoint()
167 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
172 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
179 struct breakpoint *tmp; in task_bps_add()
197 struct breakpoint *tmp = list_entry(pos, struct breakpoint, list); in task_bps_remove()
214 struct breakpoint *tmp; in all_task_bps_check()
234 struct breakpoint *tmp; in same_task_bps_check()
[all …]
/linux-6.1.9/Documentation/powerpc/
Dptrace.rst53 Sets a hardware breakpoint or watchpoint, according to the provided structure::
90 ptrace will return an integer (handle) uniquely identifying the breakpoint or
92 request to ask for its removal. Return -ENOSPC if the requested breakpoint
97 - set a breakpoint in the first breakpoint register::
127 - set a ranged hardware breakpoint::
155 Takes an integer which identifies an existing breakpoint or watchpoint
157 corresponding breakpoint or watchpoint..
Ddawr-power9.rst88 PTRACE_GETHWDBGINFO) and setting the breakpoint, userspace will get an
/linux-6.1.9/scripts/gdb/linux/
Dsymbols.py68 breakpoint = None variable in LxSymbols
179 if self.breakpoint is not None:
180 self.breakpoint.delete()
181 self.breakpoint = None
182 self.breakpoint = LoadModuleBreakpoint(
/linux-6.1.9/arch/sh/include/asm/
Dtraps.h12 BUILD_TRAP_HANDLER(breakpoint);
/linux-6.1.9/tools/perf/bench/
Dbreakpoint.c42 struct breakpoint { struct
110 struct breakpoint *breakpoints; in bench_breakpoint_thread()
DBuild17 perf-y += breakpoint.o
/linux-6.1.9/Documentation/dev-tools/
Dgdb-kernel-debugging.rst83 - Set a breakpoint on some not yet loaded module function, e.g.::
87 Make breakpoint pending on future shared library load? (y or [n]) y
95 the breakpoint hit::
Dkgdb.rst582 putting a breakpoint at ``sys_sync`` and then you can run ``sync`` from a
644 breakpoint operations, because it can disrupt the state of the kernel
721 implement HW breakpoint as well as the initialization to dynamically
774 - SW / HW breakpoint management for the kdb shell
/linux-6.1.9/kernel/debug/kdb/
Dkdb_cmds5 # be safe. Global breakpoint commands affect each cpu as it is booted.
/linux-6.1.9/Documentation/trace/
Dkprobes.rst31 routine to be invoked when the breakpoint is hit.
66 with a breakpoint instruction (e.g., int3 on i386 and x86_64).
68 When a CPU hits the breakpoint instruction, a trap occurs, the CPU's
76 but then Kprobes would have to temporarily remove the breakpoint
176 instruction instead of a breakpoint instruction at each probepoint.
182 Kprobes inserts an ordinary, breakpoint-based kprobe at the specified
215 - code to push the CPU's registers (emulating a breakpoint trap)
264 replaced with the original code (except for an int3 breakpoint in
364 Sets a breakpoint at the address kp->addr. When the breakpoint is hit, Kprobes
400 Called with p pointing to the kprobe associated with the breakpoint,
[all …]
/linux-6.1.9/Documentation/virt/kvm/s390/
Ds390-diag.rst80 DIAGNOSE function code 'X'501 - KVM breakpoint
83 If the function code specifies 0x501, breakpoint functions may be performed.
/linux-6.1.9/Documentation/networking/
Dfilter.rst456 * breakpoint 0::
458 breakpoint at: l0: ldh [12]
460 * breakpoint 1::
462 breakpoint at: l1: jeq #0x800, l2, l5
468 break when a breakpoint is being hit (another `run` will continue from
469 the currently active breakpoint executing next instructions):
485 (breakpoint)
488 * breakpoint::
Dtproxy.rst80 https://git.breakpoint.cc/cgit/fw/tcprdr.git/
/linux-6.1.9/Documentation/devicetree/bindings/bus/
Dbrcm,gisb-arb.yaml35 - description: breakpoint interrupt line
/linux-6.1.9/Documentation/core-api/
Dentry.rst24 which means that (for example) a breakpoint in the breakpoint entry code would
25 overwrite the debug registers of the initial breakpoint.
/linux-6.1.9/lib/
DKconfig.kgdb87 This will add an extra call back to kgdb for the breakpoint
113 0x0040 - allow flow control management (breakpoint, single step)
/linux-6.1.9/arch/sh/kernel/
Dhw_breakpoint.c358 BUILD_TRAP_HANDLER(breakpoint) in BUILD_TRAP_HANDLER() argument
/linux-6.1.9/samples/
DKconfig77 tristate "Build kernel hardware breakpoint examples -- loadable module only"
80 This builds kernel hardware breakpoint example modules.
/linux-6.1.9/Documentation/translations/zh_CN/dev-tools/
Dgdb-kernel-debugging.rst81 Make breakpoint pending on future shared library load? (y or [n]) y
/linux-6.1.9/Documentation/input/devices/
Datarikbd.rst170 equivalent cursor control keystroke(s). The ikbd provides a single breakpoint
525 ; horizontal velocity breakpoint is reached
527 ; vertical velocity breakpoint is reached
544 seconds. After the Rn breakpoint is reached, keystroke pairs are generated
545 every Vn tenths of seconds. This provides a velocity (auto-repeat) breakpoint
/linux-6.1.9/drivers/scsi/hisi_sas/
Dhisi_sas.h443 struct hisi_sas_breakpoint *breakpoint; member
Dhisi_sas_main.c2085 memset(hisi_hba->breakpoint, 0, s); in hisi_sas_init_mem()
2198 hisi_hba->breakpoint = dmam_alloc_coherent(dev, s, in hisi_sas_alloc()
2201 if (!hisi_hba->breakpoint) in hisi_sas_alloc()
/linux-6.1.9/arch/arm/kernel/
Dtraps.c616 case NR(breakpoint): /* SWI BREAK_POINT */ in arm_syscall()
/linux-6.1.9/arch/xtensa/
DKconfig555 it was possible to place a software breakpoint at 'reset' and
567 was mapped gdb wouldn't remove the breakpoint on hitting it as the

12