Re: lost the way on how to trace JIT codes

2023-09-07 Thread Dave Airlie
On Wed, 6 Sept 2023 at 18:20, summer xia wrote: > > I use this version: llvmpipe (LLVM 14.0.0, 256 bits Type: CPU API: 1.3.246) > as a backed vulkan engine. When I trace the whole pipeline that draws a > picture.I can trace all the C level codes as following hints: > > #0

Re: lost the way on how to trace JIT codes

2023-09-07 Thread summer xia
It is great. Thank you from the bottom of my heart! Regards Nelson On Fri, Sep 8, 2023 at 7:19 AM Dave Airlie wrote: > On Wed, 6 Sept 2023 at 18:20, summer xia wrote: > > > > I use this version: llvmpipe (LLVM 14.0.0, 256 bits Type: CPU API: > 1.3.246) as a backed vulkan engine. When I