On Wed, Oct 15, 2025 at 02:03:17AM +0000, Tian, Kevin wrote: > > +/** > > + * PT_MAKE_LEVELS() - Build an unwound walker > > + * @fn: Name of the walker function > > + * @do_fn: Function to call at each level > > + * > > + * This builds a function call tree that can be fully inlined. > > + * The caller must provide a function body in an __always_inline function:: > > + * > > + * static __always_inline int do(struct pt_range *range, void *arg, > > + * unsigned int level, struct pt_table_p *table, > > + * pt_level_fn_t descend_fn) > > s/do/do_fn/
I got all these things, thanks Jason
