Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Ddebug-monitors.h92 struct step_hook { struct
97 void register_step_hook(struct step_hook *hook); argument
98 void unregister_step_hook(struct step_hook *hook);
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c167 static LIST_HEAD(step_hook);
170 void register_step_hook(struct step_hook *hook) in register_step_hook()
173 list_add_rcu(&hook->node, &step_hook); in register_step_hook()
177 void unregister_step_hook(struct step_hook *hook) in unregister_step_hook()
193 struct step_hook *hook; in call_step_hook()
198 list_for_each_entry_rcu(hook, &step_hook, node) { in call_step_hook()
Dkgdb.c283 static struct step_hook kgdb_step_hook = {
/Linux-v4.19/arch/arm64/kernel/probes/
Duprobes.c204 static struct step_hook uprobes_step_hook = {