Searched refs:SamplingPGO (Results 1 – 4 of 4) sorted by relevance
298 } else if ctx.DeviceConfig().SamplingPGO() {
122 $(call add_json_bool, SamplingPGO, $(filter true,$(SAMPLING_PGO)))
268 SamplingPGO *bool `json:",omitempty"` member
1045 func (c *deviceConfig) SamplingPGO() bool { func1046 return Bool(c.config.productVariables.SamplingPGO)