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...)100 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)105 profileFile := *props.Pgo.Profile_file136 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()189 filePresent := props.Pgo.Profile_file != nil190 benchmarksPresent := len(props.Pgo.Benchmarks) > 0250 for _, b := range pgo.Properties.Pgo.Benchmarks {[all …]