Steven Rostedt <rostedt@xxxxxxxxxxx> writes: > On Wed, 4 Sep 2024 08:58:54 +0200 > Sven Schnelle <svens@xxxxxxxxxxxxx> wrote: > >> These patches add support for printing function arguments in ftrace. > First I want to say THANK YOU!!!! > > This has been on my TODO list for far too long. I never got the time to > work on it :-p > > Anyway, this is something I definitely want added. But I'm going to guess > that there is going to be issues with it and I doubt it will be ready for > the next merge window. I'm currently focused on some other things and also > have to get ready for next weeks travels (I'll be in Prague for GNU Cauldron, > then Vienna for Plumbers and OSS EU, then to Paris for Kernel Recipes!). > > But I most definitely want this in. Hopefully by 6.13. This may be > something I can review on the plane (if I get my slides done). Thanks! It's been hanging in my git repo for quite a while, so no need to rush. One thing i learned after submitting the series is that struct ftrace_regs depends on CONFIG_FUNCTION_TRACER, so it cannot be used with the graph tracer. So either we make it available unconditionally, or use some other data structure. Would like to hear your opinion on that, but i'll wait for the review after your travel because there are likely other issues that needs to be fixed as well. Thanks, Sven