Re: [PATCH] fgraph: Keep track of when fgraph_ops are registered or not
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-01 22:28:23
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-01 22:28:23
Also in:
lkml
On Thu, 19 Jun 2025 12:45:17 +0900 Masami Hiramatsu (Google) [off-list ref] wrote:
quoted
+ out: + gops->ops.flags = 0;Can we make it cleaning only FTRACE_OPS_FL_GRAPH flag here? Or, ops.flags should be set again before registering it?
At first I thought it shouldn't matter, as there shouldn't be any flags set, but just in case, I'll just clear this one flag. Thanks, -- Steve