2012-05-03 14:26:22

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH 6/7] perf ui: Introduce struct perf_error_ops

Em Mon, Apr 30, 2012 at 01:55:10PM +0900, Namhyung Kim escreveu:
> The struct perf_error_ops is for flexible error logging.
> We can register appropriate functions based on front-end.
>
> Signed-off-by: Namhyung Kim <[email protected]>
> +
> + perf_error__register_functions(&perf_tui_eops);

just perf_error__register() is enough, I think.


- Arnaldo


2012-05-03 14:35:50

by Namhyung Kim

[permalink] [raw]
Subject: Re: [PATCH 6/7] perf ui: Introduce struct perf_error_ops

2012-05-02 (수), 16:03 -0300, Arnaldo Carvalho de Melo:
> Em Mon, Apr 30, 2012 at 01:55:10PM +0900, Namhyung Kim escreveu:
> > The struct perf_error_ops is for flexible error logging.
> > We can register appropriate functions based on front-end.
> >
> > Signed-off-by: Namhyung Kim <[email protected]>
> > +
> > + perf_error__register_functions(&perf_tui_eops);
>
> just perf_error__register() is enough, I think.
>

Okay, will fix.

Thanks,
Namhyung