Home
last modified time | relevance | path

Searched refs:step_hook (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Ddebug-monitors.h77 struct step_hook { struct
82 void register_user_step_hook(struct step_hook *hook); argument
83 void unregister_user_step_hook(struct step_hook *hook);
85 void register_kernel_step_hook(struct step_hook *hook);
86 void unregister_kernel_step_hook(struct step_hook *hook);
/kernel/linux/linux-5.10/arch/arm64/kernel/
Ddebug-monitors.c179 void register_user_step_hook(struct step_hook *hook) in register_user_step_hook()
184 void unregister_user_step_hook(struct step_hook *hook) in unregister_user_step_hook()
189 void register_kernel_step_hook(struct step_hook *hook) in register_kernel_step_hook()
194 void unregister_kernel_step_hook(struct step_hook *hook) in unregister_kernel_step_hook()
207 struct step_hook *hook; in call_step_hook()
Dkgdb.c270 static struct step_hook kgdb_step_hook = {
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
Duprobes.c196 static struct step_hook uprobes_step_hook = {