The order of descriptions should be consistent with the argument list of the function, so "kretprobe" should be the second one. int __kprobe_event_gen_cmd_start(struct dynevent_cmd *cmd, bool kretprobe, const char *name, const char *loc, ...) Additional info: 社区有patch已经解决 tracing/kprobes: Fix the order of argument descriptions commit 3b092dfdabf21c4d580a2077d2a666d6e1e3fbd2 Reference:https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=3b092dfdabf21c4d580a2077d2a666d6e1e3fbd2 git cherry-pick -s 3b092dfdab(with stable-v5.10.201 repo added)
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2448