Class AnalysisProcessNameAspect

java.lang.Object
org.eclipse.tracecompass.incubator.analysis.core.aspects.ProcessNameAspect
org.eclipse.tracecompass.incubator.analysis.core.aspects.AnalysisProcessNameAspect
All Implemented Interfaces:
ITmfEventAspect<String>

public final class AnalysisProcessNameAspect extends ProcessNameAspect
Event aspect to resolve the process name of an event. It finds the model for the host the aspect is from and returns the process name at the time of the event.
Author:
Guillaume Champagne, Alexis-Maurer Fortin, Hugo Genesse, Pierre-Yves Lajoie, Eva Terriault
  • Method Details

    • getInstance

      public static AnalysisProcessNameAspect getInstance()
      Get the instance of this aspect
      Returns:
      The instance of this aspect
    • resolve

      public @Nullable String resolve(@NonNull ITmfEvent event)