perf stat: Move 'metric_only' to 'struct perf_stat_config'

Move the static 'metric_only' variable to 'struct perf_stat_config', so
it can be passed around and used outside the 'perf stat' command.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20180830063252.23729-23-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Jiri Olsa
2018-08-30 08:32:31 +02:00
committed by Arnaldo Carvalho de Melo
parent 132c6ba3c4
commit 0ce5aa0266
2 changed files with 17 additions and 13 deletions

View File

@@ -93,6 +93,7 @@ struct perf_stat_config {
bool identifier;
bool csv_output;
bool interval_clear;
bool metric_only;
FILE *output;
unsigned int interval;
unsigned int timeout;