Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Generic callstacks / callgraphs / flamegraphs

Hi Rocky,


On 2016-09-09 12:19 PM, Rocky Dunlap - NOAA Affiliate wrote:
> [...]
>
> Another issue is improving symbol resolution, which current is based on a
> private method (to retrieve the function name) making it hard to extend
> this behavior.  Maybe your changes could address this?

Have you looked into ISymbolProvider / ISymbolProviderFactory, and its
related extension point? If your trace provides its ISymbolProvider, the
(current) Callstack View should query it to show the matching function
names. The advantage of using a separate provider like this is that
other analyses can then make use of the same symbol resolution.

Cheers,
Alexandre

>
> Rocky
>


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top