Searched hist:fd7a346ea292074e9f6cdb5232a57c56bf98fdc9 (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | symbol.c | diff fd7a346ea292074e9f6cdb5232a57c56bf98fdc9 Fri Nov 20 23:51:25 CET 2009 Arnaldo Carvalho de Melo <acme@redhat.com> perf symbols: Filename__read_build_id should look at .notes section too
In the kernel we have more than one notes section, so the linker script combines all and puts them into a ".notes" combined section. So we need to look at both sections and also traverse them looking at multiple GElf_Nhdr entries till we find the one we want, with the build_id.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1258757489-5978-2-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|