Ejemplo n.º 1
0
 @Override
 public void initTrace(
     final IResource resource,
     final String path,
     final Class<? extends ITmfEvent> type,
     String name)
     throws TmfTraceException {
   setName(name);
   initTrace(resource, path, type);
 }