Searched refs:sample_labels_ (Results 1 – 1 of 1) sorted by relevance
201 sample_labels_(sample_labels), in PerfDataConverter()237 bool IncludePidLabels() const { return (sample_labels_ & kPidLabel); } in IncludePidLabels()240 bool IncludeTidLabels() const { return (sample_labels_ & kTidLabel); } in IncludeTidLabels()244 return (sample_labels_ & kTimestampNsLabel); in IncludeTimestampNsLabels()249 return (sample_labels_ & kExecutionModeLabel); in IncludeExecutionModeLabels()253 bool IncludeCommLabels() const { return (sample_labels_ & kCommLabel); } in IncludeCommLabels()284 const uint32 sample_labels_; member in perftools::__anonfe9becae0111::PerfDataConverter