On Thu, 10 Apr 2025 23:45:45 +0800 kernel test robot <[email protected]> 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
