From 513cd06e8719b4a4f2177a3443c2cb1844f38780 Mon Sep 17 00:00:00 2001 From: PvsNarasimha Date: Thu, 11 Dec 2025 13:47:20 +0800 Subject: [PATCH] Test PR chnages for Amnolis kernel 6.6 Test changes Signed-off-by: PVS.NarasimhaRao --- tools/perf/builtin-report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 54b06db59786..ae0b6aad4fa9 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; -- Gitee