Re: [PATCH 2/4] perf inject jit: Fix JIT_CODE_MOVE filename

2019-09-30 Thread Arnaldo Carvalho de Melo
Em Sat, Sep 28, 2019 at 01:41:18AM +, Steve MacLean escreveu: > During perf inject --jit, JIT_CODE_MOVE records were injecting MMAP records > with an incorrect filename. Specifically it was missing the ".so" suffix. > > Further the JIT_CODE_LOAD record were silently truncating the >

Re: [PATCH 2/4] perf inject jit: Fix JIT_CODE_MOVE filename

2019-09-29 Thread Jiri Olsa
On Sat, Sep 28, 2019 at 01:41:18AM +, Steve MacLean wrote: > During perf inject --jit, JIT_CODE_MOVE records were injecting MMAP records > with an incorrect filename. Specifically it was missing the ".so" suffix. > > Further the JIT_CODE_LOAD record were silently truncating the >

[PATCH 2/4] perf inject jit: Fix JIT_CODE_MOVE filename

2019-09-27 Thread Steve MacLean
During perf inject --jit, JIT_CODE_MOVE records were injecting MMAP records with an incorrect filename. Specifically it was missing the ".so" suffix. Further the JIT_CODE_LOAD record were silently truncating the jr->load.code_index field to 32 bits before generating the filename. Make both