hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

Tracepoint hover

Open lievenhey opened this issue 1 year ago • 1 comments
trafficstars

This PR expands the tracepoint PR to show additional information when hovering over a tracepoint. This requires the perfparser PR to be merged. image

This is still wip. The following things are planned:

  • [x] Cache for tracepoint formats
  • [ ] Custom Tracepoint formatters (some format strings execute code which we don't support)

lievenhey avatar Nov 18 '24 13:11 lievenhey

This looks nice. I do wonder (as I've not used tracepoints before) if it would be useful to provide a different (search-able list) as an alternative to the hover (that could be a separate PR, of course).

Note: docs for the hover are missing.

GitMensch avatar Feb 08 '25 11:02 GitMensch