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