perf kmem: Perform some cleanup if '--time' is given an invalid value
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 16 Sep 2017 06:09:36 +0000 (08:09 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Oct 2017 19:30:53 +0000 (16:30 -0300)
commit79f56ebe2ae33aa54c69bbc9854a9a31f622913e
treeb650728be5129fad31b902b5122a50cc224a9537
parentdb49bc155ad9f04ea3c4e1c9ae87850610feb1ce
perf kmem: Perform some cleanup if '--time' is given an invalid value

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.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Fixes: 2a865bd8dddd ("perf kmem: Add option to specify time window of interest")
Link: http://lkml.kernel.org/r/20170916060936.28199-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-kmem.c