Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-09 Thread Brendan Gregg
On Sun, Oct 4, 2015 at 1:05 PM, Stephane Eranian wrote: > > Brendan, > > On Thu, Oct 1, 2015 at 3:45 PM, Brendan Gregg > wrote: > > G'Day, > > > > On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian > > wrote: > >> > >> This patch series extends perf record/report/annotate to enable > >>

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-09 Thread Brendan Gregg
On Sun, Oct 4, 2015 at 1:05 PM, Stephane Eranian wrote: > > Brendan, > > On Thu, Oct 1, 2015 at 3:45 PM, Brendan Gregg > wrote: > > G'Day, > > > > On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian > > wrote: > >> > >> This

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-04 Thread Stephane Eranian
Brendan, On Thu, Oct 1, 2015 at 3:45 PM, Brendan Gregg wrote: > G'Day, > > On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian wrote: >> >> This patch series extends perf record/report/annotate to enable >> profiling of jitted (just-in-time compiled) code. The current >> perf tool provides very

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-04 Thread Stephane Eranian
Hi Peter, On Thu, Oct 1, 2015 at 2:17 AM, Peter Zijlstra wrote: > On Thu, Oct 01, 2015 at 08:45:44AM +0200, Stephane Eranian wrote: >> This patch series extends perf record/report/annotate to enable >> profiling of jitted (just-in-time compiled) code. The current >> perf tool provides very

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-04 Thread Stephane Eranian
Brendan, On Thu, Oct 1, 2015 at 3:45 PM, Brendan Gregg wrote: > G'Day, > > On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian wrote: >> >> This patch series extends perf record/report/annotate to enable >> profiling of jitted (just-in-time

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-04 Thread Stephane Eranian
Hi Peter, On Thu, Oct 1, 2015 at 2:17 AM, Peter Zijlstra wrote: > On Thu, Oct 01, 2015 at 08:45:44AM +0200, Stephane Eranian wrote: >> This patch series extends perf record/report/annotate to enable >> profiling of jitted (just-in-time compiled) code. The current >> perf

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Brendan Gregg
G'Day, On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian wrote: > > This patch series extends perf record/report/annotate to enable > profiling of jitted (just-in-time compiled) code. The current > perf tool provides very limited support for profiling jitted > code for some runtime

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 01, 2015 at 11:39:14AM +0200, Ingo Molnar escreveu: > * Peter Zijlstra wrote: > > > This will also generate an ELF image for each jitted function. The > > > injected > > > MMAP records will point to these ELF images. The reasoning behind using > > > ELF > > > images is that it

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Ingo Molnar
* Peter Zijlstra wrote: > > This will also generate an ELF image for each jitted function. The injected > > MMAP records will point to these ELF images. The reasoning behind using ELF > > images is that it makes processing for perf report and annotate automatic > > and > > transparent. It

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Peter Zijlstra
On Thu, Oct 01, 2015 at 08:45:44AM +0200, Stephane Eranian wrote: > This patch series extends perf record/report/annotate to enable > profiling of jitted (just-in-time compiled) code. The current > perf tool provides very limited support for profiling jitted > code for some runtime environments.

[PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Stephane Eranian
This patch series extends perf record/report/annotate to enable profiling of jitted (just-in-time compiled) code. The current perf tool provides very limited support for profiling jitted code for some runtime environments. But the support is experimental and cannot be used in complex environments.

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 01, 2015 at 11:39:14AM +0200, Ingo Molnar escreveu: > * Peter Zijlstra wrote: > > > This will also generate an ELF image for each jitted function. The > > > injected > > > MMAP records will point to these ELF images. The reasoning behind using > > > ELF > > >

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Brendan Gregg
G'Day, On Wed, Sep 30, 2015 at 11:45 PM, Stephane Eranian wrote: > > This patch series extends perf record/report/annotate to enable > profiling of jitted (just-in-time compiled) code. The current > perf tool provides very limited support for profiling jitted > code for some

[PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Stephane Eranian
This patch series extends perf record/report/annotate to enable profiling of jitted (just-in-time compiled) code. The current perf tool provides very limited support for profiling jitted code for some runtime environments. But the support is experimental and cannot be used in complex environments.

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Ingo Molnar
* Peter Zijlstra wrote: > > This will also generate an ELF image for each jitted function. The injected > > MMAP records will point to these ELF images. The reasoning behind using ELF > > images is that it makes processing for perf report and annotate automatic > > and

Re: [PATCH v7 0/4] perf: add support for profiling jitted code

2015-10-01 Thread Peter Zijlstra
On Thu, Oct 01, 2015 at 08:45:44AM +0200, Stephane Eranian wrote: > This patch series extends perf record/report/annotate to enable > profiling of jitted (just-in-time compiled) code. The current > perf tool provides very limited support for profiling jitted > code for some runtime environments.