rahulchaphalkar opened PR #7337 from rahulchaphalkar:update-ittapi
to bytecodealliance:main
:
Fixes the JIT Code visibility issue for VTune. Tested wasmtime cli with a simple Fibonacci fib.wasm file, and can see the following with vtune hotspots -
![pr_upload](https://github.com/bytecodealliance/wasmtime/assets/15642191/a949d6b3-9ad3-4308-84bb-0f49ed36a668)
Previously this was [Outside Any Module] along with trace file corruption log in vtune.
This change enables vtune profiler to be used for wasm code hotspots, microarchitecture analysis, disassembly viewing etc.
Fixes issues like this https://github.com/bytecodealliance/wasmtime/issues/5628
Ittapi change which fixes the issue is here https://github.com/intel/ittapi/pull/105
rahulchaphalkar requested alexcrichton for a review on PR #7337.
rahulchaphalkar requested wasmtime-core-reviewers for a review on PR #7337.
rahulchaphalkar requested wasmtime-default-reviewers for a review on PR #7337.
alexcrichton requested abrown for a review on PR #7337.
abrown submitted PR review:
Yup, @rahulchaphalkar and I worked together to get this fixed.
abrown merged PR #7337.
Last updated: Nov 22 2024 at 17:03 UTC