Hi Stephane,
On Tue, 22 Apr 2014 21:05:11 +0200, Stephane Eranian wrote:
> Hi Don,
>
> I have been working on the JIT code support for a while now.
> I have something working well for more than Java now. It reuses
> some of the same principles as the OProfile support but extend
> them to support m
On Tue, Apr 22, 2014 at 09:05:11PM +0200, Stephane Eranian wrote:
> Hi Don,
>
> I have been working on the JIT code support for a while now.
> I have something working well for more than Java now. It reuses
> some of the same principles as the OProfile support but extend
> them to support more adv
On Tue, Apr 22, 2014 at 10:54 PM, Andi Kleen wrote:
>> Does anyone have any thoughts or experience on this?
>
> perf has a JIT interface today, but it's extremely primitive
> and only supports symbols. Clearly it could be done better.
>
> Various JITs (e.g. Java) have special debug interfaces for
> Does anyone have any thoughts or experience on this?
perf has a JIT interface today, but it's extremely primitive
and only supports symbols. Clearly it could be done better.
Various JITs (e.g. Java) have special debug interfaces for this.
Various non perf profilers support it too. e.g. Vtune h
On Tue, Apr 22, 2014 at 02:03:05PM -0400, Don Zickus wrote:
> Hi,
>
> I was discussing recently with Will Cohen about how to get perf to
> understand dynamic languages (java, python, ruby) better. Currently, perf
> samples and address, stores it in a mmap region (from the kernel side),
> the mmap
On 4/22/14, 1:05 PM, Stephane Eranian wrote:
I intend to contribute that code for perf once it is finalized.
Note that it uses a module developed by Sonny Rao to
export the perf timestamp time source via a posix-clock.
This clock discussion has been going on for a while and
never reached a conclu
Hi Don,
I have been working on the JIT code support for a while now.
I have something working well for more than Java now. It reuses
some of the same principles as the OProfile support but extend
them to support more advanced JIT features such as address
recycling and code movements.
I intend to
7 matches
Mail list logo