commit | 47390ae2afb6695c56810a9fc74fb930266addd0 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <[email protected]> | Tue Jun 04 14:20:28 2013 +0900 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Jul 12 13:52:28 2013 -0300 |
tree | 1e68367b7bd1f31e69af678c9175afd5dec2c1ae | |
parent | 9515b2eb7670a98fb9bdd8ceeefeea6ffb9f53fc [diff] [blame] |
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]>
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index 92d4658..3de8979f 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c
@@ -24,6 +24,7 @@ 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);