Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:break_hook
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
debug-monitors.h
88
struct
break_hook
{
struct
95
void register_user_break_hook(struct
break_hook
*hook);
96
void unregister_user_break_hook(struct
break_hook
*hook);
98
void register_kernel_break_hook(struct
break_hook
*hook);
99
void unregister_kernel_break_hook(struct
break_hook
*hook);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
debug-monitors.h
76
struct
break_hook
{
struct
83
void register_user_break_hook(struct
break_hook
*hook);
84
void unregister_user_break_hook(struct
break_hook
*hook);
86
void register_kernel_break_hook(struct
break_hook
*hook);
87
void unregister_kernel_break_hook(struct
break_hook
*hook);
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
debug-monitors.c
283
void register_user_break_hook(struct
break_hook
*hook)
in register_user_break_hook()
288
void unregister_user_break_hook(struct
break_hook
*hook)
in unregister_user_break_hook()
293
void register_kernel_break_hook(struct
break_hook
*hook)
in register_kernel_break_hook()
298
void unregister_kernel_break_hook(struct
break_hook
*hook)
in unregister_kernel_break_hook()
305
struct
break_hook
*hook;
in call_break_hook()
H
A
D
kgdb.c
262
static struct
break_hook
kgdb_brkpt_hook = {
267
static struct
break_hook
kgdb_compiled_brkpt_hook = {
H
A
D
traps.c
907
static struct
break_hook
bug_break_hook = {
922
static struct
break_hook
fault_break_hook = {
966
static struct
break_hook
kasan_break_hook = {
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
debug-monitors.c
282
void register_user_break_hook(struct
break_hook
*hook)
in register_user_break_hook()
287
void unregister_user_break_hook(struct
break_hook
*hook)
in unregister_user_break_hook()
292
void register_kernel_break_hook(struct
break_hook
*hook)
in register_kernel_break_hook()
297
void unregister_kernel_break_hook(struct
break_hook
*hook)
in unregister_kernel_break_hook()
304
struct
break_hook
*hook;
in call_break_hook()
H
A
D
kgdb.c
263
static struct
break_hook
kgdb_brkpt_hook = {
268
static struct
break_hook
kgdb_compiled_brkpt_hook = {
H
A
D
traps.c
1042
static struct
break_hook
bug_break_hook = {
1072
static struct
break_hook
cfi_break_hook = {
1089
static struct
break_hook
fault_break_hook = {
1133
static struct
break_hook
kasan_break_hook = {
1147
static struct
break_hook
ubsan_break_hook = {
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
H
A
D
kprobes.c
398
static struct
break_hook
kprobes_break_ss_hook = {
410
static struct
break_hook
kprobes_break_hook = {
H
A
D
uprobes.c
190
static struct
break_hook
uprobes_break_hook = {
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
H
A
D
kprobes.c
345
static struct
break_hook
kprobes_break_hook = {
369
static struct
break_hook
kprobes_break_ss_hook = {
H
A
D
uprobes.c
190
static struct
break_hook
uprobes_break_hook = {
Completed in 9 milliseconds