Is it possible to write symbols for JIT functions in a way that Instruments will pick them up? I tried sending DWARF info to GDB's __jit_debug_register_code which worked in LLDB, but not Instruments's CPU trace. I also tried generating a perf-PID.map file but it appears Instruments doesn't support that either. Is this possible at all in Instruments?