]> git.baikalelectronics.ru Git - kernel.git/commit
perf stat: Use perf_evlist__enable in handle_initial_delay
authorJiri Olsa <jolsa@kernel.org>
Thu, 3 Dec 2015 09:06:43 +0000 (10:06 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 7 Dec 2015 21:12:58 +0000 (18:12 -0300)
commitdee68be6770f03f15bbf95ca561ceeb4d7c1d7a2
treeaf5c27e7913a0d101e2cf8c9281daef9e9367e80
parent8672eab42a5ddfd102271a77c9d958e955300b63
perf stat: Use perf_evlist__enable in handle_initial_delay

No need to mimic the behaviour of perf_evlist__enable, we can use it
directly.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1449133606-14429-5-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c