perf stat: Revert checks for duration_time
authorAndi Kleen <ak@linux.intel.com>
Tue, 26 Mar 2019 22:18:20 +0000 (15:18 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2019 17:49:24 +0000 (14:49 -0300)
commitc2b3c170db610896e4e633cba2135045333811c2
tree1226e830b148f81a668cada55773ff88cd03cd0e
parent7fcfa9a2d9a7c1b428d61992c2deaa9e37a437b0
perf stat: Revert checks for duration_time

This reverts e864c5ca145e ("perf stat: Hide internal duration_time
counter") but doing it manually since the code has now moved to a
different file.

The next patch will properly implement duration_time as a full event, so
no need to hide it anymore.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20190326221823.11518-2-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/stat-display.c