perf: Add duration_time to perf stat

From: Andi Kleen
Date: Tue Mar 26 2019 - 18:18:31 EST


Currently it's not possible to get the wall clock time of a measurement
in CSV mode output, it's only in the non CSV perf stat output.
Often this is needed to normalize event counts to time.

Add a new duration_time event that can be specified and reports
the wall clock time in ns.