Searched refs:old_jump (Results 1 – 1 of 1) sorted by relevance
192 unsigned int old_jump; /* saving place for jump instruction */ variable199 old_jump = *(unsigned int *)ip; /* save jump over instruction */ in ftrace_enable_ftrace_graph_caller()202 pr_debug("%s: Replace instruction: 0x%x\n", __func__, old_jump); in ftrace_enable_ftrace_graph_caller()211 ret = ftrace_modify_code(ip, old_jump); in ftrace_disable_ftrace_graph_caller()
Completed in 4 milliseconds