[<prev] [next>] [day] [month] [year] [list]
Message-ID: <156899646055.24167.4075828663931632576.tip-bot2@tip-bot2>
Date: Fri, 20 Sep 2019 16:21:00 -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 probe: Add missing build-id.h header.
The following commit has been merged into the perf/urgent branch of tip:
Commit-ID: 36f3f450a8dc02d9ba0d31bc31d5b329759ed855
Gitweb: https://git.kernel.org/tip/36f3f450a8dc02d9ba0d31bc31d5b329759ed855
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 10 Sep 2019 16:16:27 +01:00
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitterDate: Fri, 20 Sep 2019 09:19:20 -03:00
perf probe: Add missing build-id.h header.
It uses things defined in that header and was getting it only
indirectly, thru dso.h, 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-7u3sf4j5huhi3mqa1q77524b@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/probe-file.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/probe-file.c b/tools/perf/util/probe-file.c
index d13db55..b659466 100644
--- a/tools/perf/util/probe-file.c
+++ b/tools/perf/util/probe-file.c
@@ -16,6 +16,7 @@
#include "strlist.h"
#include "strfilter.h"
#include "debug.h"
+#include "build-id.h"
#include "dso.h"
#include "color.h"
#include "symbol.h"
Powered by blists - more mailing lists