19:44 Wallbraker: Is there a magic flag I need to enable the instruction timing capture in the tracing code?
19:44 Wallbraker: As it currently stands it seems that between 23.1 and 23.2 the RGP traces no longer includes the instruction timings.
19:46 Wallbraker: On 23.1 I do RADV_THREAD_TRACE=300 and I get instruction timings.
19:46 Wallbraker: On 23.2 I do MESA_VK_TRACE=rgp MESA_VK_TRACE_FRAME=300 and I don't get instruction timings.
19:47 Wallbraker: Instruction timings here is the data I can see under the Events view under Instruction Timing tab.
19:48 pepp: did you try RADV_THREAD_TRACE_INSTRUCTION_TIMING=true?
19:51 Wallbraker: That didn't seem to help, and the variable is documented with "enabled by default"
20:04 pixelcluster: it should still work, so there might be some other regression
20:05 pixelcluster: perhaps open an issue with information on how to reproduce