Searched refs:Pgo (Results 1 – 1 of 1) sorted by relevance
57 Pgo struct { member79 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true83 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true93 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)101 profileFile := *props.Pgo.Profile_file132 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()185 filePresent := props.Pgo.Profile_file != nil186 benchmarksPresent := len(props.Pgo.Benchmarks) > 0250 for _, b := range pgo.Properties.Pgo.Benchmarks {266 proptools.BoolDefault(pgo.Properties.Pgo.Enable_profile_use, true) {