Interface ProfilerOptions.ProfileOptions.TraceOptionsOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ProfilerOptions.ProfileOptions.TraceOptions, ProfilerOptions.ProfileOptions.TraceOptions.Builder
Enclosing class:
ProfilerOptions.ProfileOptions

public static interface ProfilerOptions.ProfileOptions.TraceOptionsOrBuilder extends MessageOrBuilder
  • Method Details

    • getHostTracemeFilterMask

      long getHostTracemeFilterMask()
      Filter mask for TraceMe events. If the traceme_filter_mask is set, a
      TraceMe event will be recorded if it passes the filter.
      Only lowest 32 bits of the mask are used. The higher 32 bits are reserved
      and won't be applied if set.
      
      uint64 host_traceme_filter_mask = 1;
      Returns:
      The hostTracemeFilterMask.