kernel/kernel/trace/trace_kprobe.c
.. .. @@ -1332,9 +1332,10 @@ 1332 1332 1333 1333 /* Note that we don't verify it, since the code does not come from user space */ 1334 1334 static int 1335 -process_fetch_insn(struct fetch_insn *code, struct pt_regs *regs, void *dest,1335 +process_fetch_insn(struct fetch_insn *code, void *rec, void *dest,1336 1336 void *base) 1337 1337 { 1338 + struct pt_regs *regs = rec;1338 1339 unsigned long val; 1339 1340 1340 1341 retry: