tracing/kprobes: Fix the order of argument descriptions
[ Upstream commit f032c53b ] 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, ...) Link: https://lore.kernel.org/all/20231031041305.3363712-1-yujie.liu@intel.com/ Fixes: 2a588dd1 ("tracing: Add kprobe event command generation functions") Suggested-by:Mukesh Ojha <quic_mojha@quicinc.com> Signed-off-by:
Yujie Liu <yujie.liu@intel.com> Reviewed-by:
Mukesh Ojha <quic_mojha@quicinc.com> Signed-off-by:
Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
-
mentioned in commit f26b6b03
-
mentioned in commit msm-4.14@f26b6b03
-
mentioned in commit msm@f26b6b03
-
mentioned in commit msm-4.4@f26b6b03
-
mentioned in commit msm-3.18@f26b6b03
-
mentioned in commit msm-4.19@f26b6b03
-
mentioned in commit msm-3.18@f48ea9fc
-
mentioned in commit f48ea9fc
-
mentioned in commit msm-4.19@f48ea9fc
-
mentioned in commit msm-4.4@f48ea9fc
-
mentioned in commit msm@f48ea9fc
Please register or sign in to comment