Export specific line in Instruments with: xcrun xctrace export --xpath

How can I export specific lines with "xcrun xctrace export --xpath"?
For now it's possible to export the whole table with
Code Block
xcrun xctrace export --input my.trace --xpath '/trace-toc/run[@number="1"]/data/table[@schema="activity-monitor-process-live"]

Taking into account, that Xpath is used, I would expect possibility to filter rows with some specific attributes, like process ID:
Code Block
.../table[@schema="activity-monitor-process-live"]/row[./process[@ref=123]]


If this is impossible now, I will appreciate adding this feature in the future!
Answered by Developer Tools Engineer in 641846022
Thank you for your feedback.

Do you mind filing a feedback report for us with this request? You can do it through feedbackassistant.apple.com.

It'll allow us to track it internally and communicate with you in case we need any further details.

Thank you,

Kacper
Accepted Answer
Thank you for your feedback.

Do you mind filing a feedback report for us with this request? You can do it through feedbackassistant.apple.com.

It'll allow us to track it internally and communicate with you in case we need any further details.

Thank you,

Kacper
Kacper,

Sure, please see feedback here:
https://feedbackassistant.apple.com/feedback/8817041
Thank you very much, really appreciate it!
Kacper,

Should I expect any response in feebackassistant on my tickets? I mean I've reported few issues ~ month ago, and still got no feedback.
Export specific line in Instruments with: xcrun xctrace export --xpath
 
 
Q