Re: [PATCH v2 38/40] tracing: Make tracing_set_clock() non-static

From: Tom Zanussi
Date: Tue Sep 12 2017 - 10:18:08 EST


On Tue, 2017-09-12 at 11:18 +0900, Masami Hiramatsu wrote:
> On Tue, 5 Sep 2017 16:57:50 -0500
> Tom Zanussi <tom.zanussi@xxxxxxxxxxxxxxx> wrote:
>
> > Allow tracing code outside of trace.c to access tracing_set_clock().
> >
> > Some applications may require a particular clock in order to function
> > properly, such as latency calculations.
> >
> > Also, add an accessor returning the current clock string.
>
> It seems this patch should be merged in the next patch, which
> is actual consumer of this API.
>

Yeah, that might make more sense in this case.

Thanks,

Tom