Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] Hook to for custom presentation provider on CallStackView

I'd like to modify/add some attributes to the popup that is displayed when hovering over a stack frame in the call stack view.  It appears this can be done with a custom TimeGraphPresentationProvider.  The CallStackView has its own CallStackPresentationProvider, but it is not clear if there is any easy way to hook in another.  Would I need to extend CallStackView (i.e., create a whole new view) in order to change the presentation provider?

Thanks,
Rocky

Back to the top