All Implemented Interfaces:
ISegmentStoreProvider, IWeightedTreeProvider<@NonNull ICallStackSymbol,ICallStackElement,AggregatedCallSite>, ICallGraphProvider, IFlameChartProvider, IAnalysisModule, IAnalysisRequirementProvider, ITmfComponent, ITmfPropertiesProvider, ITmfAnalysisModuleWithStateSystems
Direct Known Subclasses:
LttngUstCallStackAnalysis

public abstract class InstrumentedCallStackAnalysis extends TmfStateSystemAnalysisModule implements IFlameChartProvider, ICallGraphProvider
The base classes for analyses who want to populate the CallStack state system. If the elements in the callstack are grouped by process ID / thread ID, the default state provider CallStackStateProvider can be extended, and implement how to retrieve function entry and exit and process/thread IDs.
Author:
Matthew Khouzam, Geneviève Bastien