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-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