|
@@ -24,6 +24,7 @@ static u64 last_timestamp;
|
|
static u64 nr_unordered;
|
|
static u64 nr_unordered;
|
|
extern const struct option record_options[];
|
|
extern const struct option record_options[];
|
|
static bool no_callchain;
|
|
static bool no_callchain;
|
|
|
|
+static bool latency_format;
|
|
static bool system_wide;
|
|
static bool system_wide;
|
|
static const char *cpu_list;
|
|
static const char *cpu_list;
|
|
static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|
|
static DECLARE_BITMAP(cpu_bitmap, MAX_NR_CPUS);
|