aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2013-06-04 05:20:28 +0000
committerArnaldo Carvalho de Melo <[email protected]>2013-07-12 16:52:28 +0000
commit47390ae2afb6695c56810a9fc74fb930266addd0 (patch)
tree1e68367b7bd1f31e69af678c9175afd5dec2c1ae /tools/perf/builtin-script.c
parentperf util: Get rid of unused header_page_* variables (diff)
downloadkernel-47390ae2afb6695c56810a9fc74fb930266addd0.tar.gz
kernel-47390ae2afb6695c56810a9fc74fb930266addd0.zip
perf script: Adopt latency_format variable
It's the only user of the variable, so move it. Signed-off-by: Namhyung Kim <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r--tools/perf/builtin-script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c
index 92d4658f56fb..3de8979fe87d 100644
--- a/tools/perf/builtin-script.c
+++ b/tools/perf/builtin-script.c
@@ -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);