Re: [PATCH v1 0/4] Add tracing for SDHCI register access

From: Steven Rostedt
Date: Fri Apr 19 2019 - 15:08:37 EST


On Fri, 19 Apr 2019 12:40:13 -0600
Raul Rangel <rrangel@xxxxxxxxxxxx> wrote:

> Steven,
> Since it seems this series won't be accepted upstream, would you still be
> open to accepting patches for trace_print_register? I can work on adding
> support to lib traceevent.

It would require having a user in the kernel code.

If you are going to do something out of tree, simply make a helper
function inside your trace event, and then write a plugin for it if you
want to use it for libtraceevent. It allows for custom plugins.

-- Steve