Searched refs:Pgo (Results 1 – 1 of 1) sorted by relevance
59 Pgo struct { member80 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true84 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true92 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)102 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)110 profile_file := *props.Pgo.Profile_file141 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()194 filePresent := props.Pgo.Profile_file != nil195 benchmarksPresent := len(props.Pgo.Benchmarks) > 0254 for _, b := range pgo.Properties.Pgo.Benchmarks {[all …]