[<prev] [next>] [day] [month] [year] [list]
Message-ID: <156899645912.24167.15903506056860617686.tip-bot2@tip-bot2>
Date: Fri, 20 Sep 2019 16:20:59 -0000
From: "tip-bot2 for Arnaldo Carvalho de Melo" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Adrian Hunter <adrian.hunter@...el.com>,
Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...en8.de>,
linux-kernel@...r.kernel.org
Subject: [tip: perf/urgent] perf hist: Add missing 'struct branch_stack'
forward declaration
The following commit has been merged into the perf/urgent branch of tip:
Commit-ID: 3793d4de06fac8dcd25bf91386cf88415dbe99ad
Gitweb: https://git.kernel.org/tip/3793d4de06fac8dcd25bf91386cf88415dbe99ad
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Wed, 18 Sep 2019 10:09:54 -03:00
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitterDate: Fri, 20 Sep 2019 09:19:22 -03:00
perf hist: Add missing 'struct branch_stack' forward declaration
Its needed, was being obtained indirectly, fix it.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Link: https://lkml.kernel.org/n/tip-srzphk0ehptfn3zqmpkgsi65@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/hist.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index 34803e3..6a186b6 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -15,6 +15,7 @@ struct addr_location;
struct map_symbol;
struct mem_info;
struct branch_info;
+struct branch_stack;
struct block_info;
struct symbol;
struct ui_progress;
Powered by blists - more mailing lists