On Fri, 11 Dec 2020 16:51:06 -0500 Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > > +/** > > + * Register to the data stream all default plugins for FTRACE (trace-cmd) data. > > + */ > > +int kshark_tep_handle_plugins(struct kshark_context *kshark_ctx, int sd) > > +{ > > + int i, n_tep_plugins = ARRAY_SIZE(tep_plugin_names); > > Note, ARRAY_SIZE() isn't defined when this patch is applied, and the build > fails. I see later it is removed by patch 30. Best to fold that into this one. -- Steve