* [PATCH] perf: warn on build id mismatch
@ 2015-04-24 19:44 Naveen N. Rao
2015-04-28 14:33 ` Arnaldo Carvalho de Melo
2015-05-06 3:12 ` [tip:perf/core] perf symbols: Warn " tip-bot for Naveen N. Rao
0 siblings, 2 replies; 3+ messages in thread
From: Naveen N. Rao @ 2015-04-24 19:44 UTC (permalink / raw)
To: acme; +Cc: linux-kernel
Add a debug message to indicate that the build id didn't match.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
---
tools/perf/util/symbol-elf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c
index b7c533c..6e6ca23 100644
--- a/tools/perf/util/symbol-elf.c
+++ b/tools/perf/util/symbol-elf.c
@@ -684,6 +684,7 @@ int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
}
if (!dso__build_id_equal(dso, build_id)) {
+ pr_debug("%s: build id mismatch for %s.\n", __func__, name);
dso->load_errno = DSO_LOAD_ERRNO__MISMATCHING_BUILDID;
goto out_elf_end;
}
--
2.3.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf: warn on build id mismatch
2015-04-24 19:44 [PATCH] perf: warn on build id mismatch Naveen N. Rao
@ 2015-04-28 14:33 ` Arnaldo Carvalho de Melo
2015-05-06 3:12 ` [tip:perf/core] perf symbols: Warn " tip-bot for Naveen N. Rao
1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2015-04-28 14:33 UTC (permalink / raw)
To: Naveen N. Rao; +Cc: linux-kernel
Em Sat, Apr 25, 2015 at 01:14:46AM +0530, Naveen N. Rao escreveu:
> Add a debug message to indicate that the build id didn't match.
>
> Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Applied.
- Arnaldo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:perf/core] perf symbols: Warn on build id mismatch
2015-04-24 19:44 [PATCH] perf: warn on build id mismatch Naveen N. Rao
2015-04-28 14:33 ` Arnaldo Carvalho de Melo
@ 2015-05-06 3:12 ` tip-bot for Naveen N. Rao
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Naveen N. Rao @ 2015-05-06 3:12 UTC (permalink / raw)
To: linux-tip-commits; +Cc: acme, tglx, mingo, hpa, naveen.n.rao, linux-kernel
Commit-ID: 468f3d292fe60f0d744253b746e4b5d06bac0826
Gitweb: http://git.kernel.org/tip/468f3d292fe60f0d744253b746e4b5d06bac0826
Author: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
AuthorDate: Sat, 25 Apr 2015 01:14:46 +0530
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 4 May 2015 12:43:51 -0300
perf symbols: Warn on build id mismatch
Add a debug message to indicate that the build id didn't match.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1429904686-16516-1-git-send-email-naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/util/symbol-elf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/symbol-elf.c b/tools/perf/util/symbol-elf.c
index d99b442..9d526a5 100644
--- a/tools/perf/util/symbol-elf.c
+++ b/tools/perf/util/symbol-elf.c
@@ -683,6 +683,7 @@ int symsrc__init(struct symsrc *ss, struct dso *dso, const char *name,
}
if (!dso__build_id_equal(dso, build_id)) {
+ pr_debug("%s: build id mismatch for %s.\n", __func__, name);
dso->load_errno = DSO_LOAD_ERRNO__MISMATCHING_BUILDID;
goto out_elf_end;
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-06 3:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 19:44 [PATCH] perf: warn on build id mismatch Naveen N. Rao
2015-04-28 14:33 ` Arnaldo Carvalho de Melo
2015-05-06 3:12 ` [tip:perf/core] perf symbols: Warn " tip-bot for Naveen N. Rao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox