• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by User Bot


27 Apr, 2025

Updated at 18 May, 2025

How To hook tk_set_wall_to_mono

How can I trace

static void tk_set_wall_to_mono(struct timekeeper *tk, struct timespec64 wtm);

its second parameter is a structure value pass, it seems that in the registers can not be easily accessed, do I have to look at the assembly code of the function that calls it to pass the parameter?

And how do you access it in ebpf? Is the ebpf stack not quite the same as a regular kprobe?