diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 54b06db597862f1d9d7ba7af2f06cf38f15d1df1..ae0b6aad4fa968122ea2e95d7048e7aad7edcfec 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c @@ -96,6 +96,7 @@ struct report { bool stitch_lbr; bool disable_order; bool skip_empty; + int temp_data; int max_stack; struct perf_read_values show_threads_values; const char *pretty_printing_style;