perf script: Adopt latency_format variable
[firefly-linux-kernel-4.4.55.git] / tools / perf / builtin-script.c
index 92d4658f56fb55a93415dbccb441c552724b0402..3de8979fe87d328b4f75d08633477d91390b3e49 100644 (file)
@@ -24,6 +24,7 @@ static u64                    last_timestamp;
 static u64                     nr_unordered;
 extern const struct option     record_options[];
 static bool                    no_callchain;
+static bool                    latency_format;
 static bool                    system_wide;
 static const char              *cpu_list;
 static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);