Class AnalysisThreadNameAspect

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

public final class AnalysisThreadNameAspect extends ThreadNameAspect
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 AnalysisThreadNameAspect getInstance()
      Get the instance of this aspect
      Returns:
      The instance of this aspect
    • resolve

      public @Nullable String resolve(@NonNull ITmfEvent event)