[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250410152741.518fa2da@gandalf.local.home>
Date: Thu, 10 Apr 2025 15:27:41 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: kernel test robot <lkp@...el.com>
Cc: LKML <linux-kernel@...r.kernel.org>, Linux Trace Kernel
<linux-trace-kernel@...r.kernel.org>, llvm@...ts.linux.dev,
oe-kbuild-all@...ts.linux.dev, Masami Hiramatsu <mhiramat@...nel.org>, Mark
Rutland <mark.rutland@....com>, Mathieu Desnoyers
<mathieu.desnoyers@...icios.com>
Subject: Re: [PATCH] ftrace: Show subops in enabled_functions
On Thu, 10 Apr 2025 23:45:45 +0800
kernel test robot <lkp@...el.com> wrote:
> >> kernel/trace/ftrace.c:4342:11: error: incomplete definition of type 'struct fgraph_ops'
> 4342 | gops = container_of(subops, struct fgraph_ops, ops);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks,
This code needs a "#ifdef CONFIG_FUNCTION_GRAPH_TRACER" wrapper.
-- Steve
Powered by blists - more mailing lists