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?