Re: [PATCH] perf kmem: Perform some cleanup if '--time' is given an invalid value

2017-10-19 Thread Arnaldo Carvalho de Melo
Em Sat, Sep 16, 2017 at 08:09:36AM +0200, Christophe JAILLET escreveu: > If the string passed in '--time' is invalid, we must do some cleanup > before leaving. As in the other error handling paths of this function. Thanks, applied. - Arnaldo > Fixes: 2a865bd8 ("perf kmem: Add option to spec

[PATCH] perf kmem: Perform some cleanup if '--time' is given an invalid value

2017-09-15 Thread Christophe JAILLET
If the string passed in '--time' is invalid, we must do some cleanup before leaving. As in the other error handling paths of this function. Fixes: 2a865bd8 ("perf kmem: Add option to specify time window of interest") Signed-off-by: Christophe JAILLET --- tools/perf/builtin-kmem.c | 3 ++- 1