[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1448469166-61363-3-git-send-email-tumanova@linux.vnet.ibm.com>
Date: Wed, 25 Nov 2015 17:32:46 +0100
From: Ekaterina Tumanova <tumanova@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: borntraeger@...ibm.com, yarygin@...ux.vnet.ibm.com,
a.p.zijlstra@...llo.nl, mingo@...hat.com, acme@...nel.org,
namhyung@...nel.org, adrian.hunter@...el.com, wangnan0@...wei.com,
naveen.n.rao@...ux.vnet.ibm.com, dsahern@...il.com,
jolsa@...nel.org, Ekaterina Tumanova <tumanova@...ux.vnet.ibm.com>
Subject: [PATCH 2/2] perf: add the path to vmlinux.debug
Currently when debuginfo is separated to vmlinux.debug, it's contents
get ignored. Let's change that and add it to the vmlinux_path list.
Signed-off-by: Ekaterina Tumanova <tumanova@...ux.vnet.ibm.com>
Acked-by: Alexander Yarygin <yarygin@...ux.vnet.ibm.com>
---
tools/perf/util/symbol.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 9335088..8772ff6 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -1869,7 +1869,8 @@ static const char * const vmlinux_paths_upd[] = {
"/boot/vmlinux-%s",
"/usr/lib/debug/boot/vmlinux-%s",
"/lib/modules/%s/build/vmlinux",
- "/usr/lib/debug/lib/modules/%s/vmlinux"
+ "/usr/lib/debug/lib/modules/%s/vmlinux",
+ "/usr/lib/debug/boot/vmlinux-%s.debug"
};
static int vmlinux_path__update(const char *new_entry)
--
2.3.9
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists