What would be the way to add backtrace data to events I report to my custom instrument via signposts? I'd love to be able to select a point of interest on the instrument lane and drill down to the frame in the stack where the event is reported and then double click to go to that place in the source in Xcode. Is that something doable?
Thanks. That's a bug and I started tracking it. This is a problem in the auto-generation of modelers code.
For now, you can always create your own modeler (instead of letting os-signpost-interval-schema generate one) and use os-signpost events directly to capture backtraces from them.
You can see how direct capture of data from os-signpost table can be done by watching Modeling in Custom Instruments WWDC session and following associated sample code. In case of any questions you might have — please free to ask them here.
Really sorry for your inconvenience.
Kacper