Re: [PATCH V7 05/14] rtla/osnoise: Add the hist mode
From: Steven Rostedt
Date: Thu Nov 25 2021 - 09:22:25 EST
On Thu, 25 Nov 2021 14:45:30 +0100
Daniel Bristot de Oliveira <bristot@xxxxxxxxxx> wrote:
> > Or do you think that 1d should be the default, and we have:
> >
> > tracefs_hist_alloc() -- 1d histogram
> > tracefs_hist_alloc_2d() -- 2d histogram
> > tracefs_hist_alloc_nd() -- Nd histogram?
> >
> > ??
>
> IMHO, the function names in your second email sound more intuitive, i.e.,
> tracefs_hist_alloc()/tracefs_hist_alloc_2d()/tracefs_hist_alloc_nd().
>
> > We haven't tagged it yet, so we could change it again (and then your code
> > will work as is).
>
> two birds with a single stone :-)
Just to confirm (confused by "second email" above), you prefer that we
update the API to:
tracefs_hist_alloc()
tracefs_hist_alloc_2d()
tracefs_hist_alloc_nd()
Right?
Thanks,
-- Steve