Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-10-28 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 27, 2015 at 07:50:41PM -0700, Dima Kogan escreveu: > Hi. I'd like to get this merged before I forget about it and then I hit Hey, me too! But you forgot to ask me to :-) I.e. please CC whoever is listed in the MAINTAINERS file, also please next time use 'git format-patch' when

Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-10-28 Thread Arnaldo Carvalho de Melo
Em Tue, Oct 27, 2015 at 07:50:41PM -0700, Dima Kogan escreveu: > Hi. I'd like to get this merged before I forget about it and then I hit Hey, me too! But you forgot to ask me to :-) I.e. please CC whoever is listed in the MAINTAINERS file, also please next time use 'git format-patch' when

Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-10-27 Thread Dima Kogan
Hi. I'd like to get this merged before I forget about it and then I hit this bug again at some point in the future. Any comment would be great. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-10-27 Thread Dima Kogan
Hi. I'd like to get this merged before I forget about it and then I hit this bug again at some point in the future. Any comment would be great. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-09-16 Thread Dima Kogan
Hi. This is a gentle ping. This patch fixes a real bug, and it'd be great if it was merged. Here's a demo. This is on a recent Debian/sid box, tracing malloc() calls in emacs. The debug symbols for libc and emacs are split into separate (installed) packages, as is the norm. $ perf probe -x

Re: [PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-09-16 Thread Dima Kogan
Hi. This is a gentle ping. This patch fixes a real bug, and it'd be great if it was merged. Here's a demo. This is on a recent Debian/sid box, tracing malloc() calls in emacs. The debug symbols for libc and emacs are split into separate (installed) packages, as is the norm. $ perf probe -x

[PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-09-07 Thread Dima Kogan
Date: Mon, 7 Sep 2015 19:27:01 -0700 (Please Cc me when replying; I'm not subscribed) Hi. Perf currently has trouble reading separate debug-info files when trying to look up symbols in a 'perf report'. According to the gdb documentation:

[PATCH 0/2] perf: we can now read separate debug-info files based on a build ID

2015-09-07 Thread Dima Kogan
Date: Mon, 7 Sep 2015 19:27:01 -0700 (Please Cc me when replying; I'm not subscribed) Hi. Perf currently has trouble reading separate debug-info files when trying to look up symbols in a 'perf report'. According to the gdb documentation: