Re: [pypy-dev] how to extend VTUNE support from pypy for application hot spot analysis

2016-08-04 Thread Wang, Peter Xihong
Hi Armin and Maciej, We are looking into "rpython/jit/backend/llsupport/src/codemap.c" for the mapping. Really appreciate this tip. Regarding to VTUNE license/open source, fully understood the concern, and I did escalate the issue. Thanks, Peter   -Original Message- From: Maciej Fija

Re: [pypy-dev] how to extend VTUNE support from pypy for application hot spot analysis

2016-08-04 Thread Maciej Fijalkowski
On Thu, Aug 4, 2016 at 8:37 AM, Armin Rigo wrote: > Hi Peter, > > On 4 August 2016 at 08:05, Maciej Fijalkowski wrote: >> The second one can be worked on using the same mechanisms as vmprof - >> there is C API that given the assembler address will give you the >> python stack. It's defined in >>