Searched refs:step_hook (Results 1 – 4 of 4) sorted by relevance
92 struct step_hook { struct97 void register_step_hook(struct step_hook *hook); argument98 void unregister_step_hook(struct step_hook *hook);
167 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()
283 static struct step_hook kgdb_step_hook = {
204 static struct step_hook uprobes_step_hook = {