Interface IEventCallStackProvider

All Known Implementing Classes:
ProfilingCallGraphAnalysisModule

public interface IEventCallStackProvider
An interface that analyses can implement if they can provide a stack of called function for a single event.
Author:
Geneviève Bastien
  • Method Details

    • getCallStack

      Map<String,Collection<Object>> getCallStack(ITmfEvent event)
      Get the callstack from an event
      Parameters:
      event - The event for which to get the stack
      Returns:
      The callstack for the event, grouped by some domain, where the first element of each collection is the root.