Home
last modified time | relevance | path

Searched refs:profile (Results 1 – 25 of 33) sorted by relevance

12

/build/bazel/rules/fdo/
Dfdo_profile.bzl16 # "<name>.afdo" pattern when getting the profile path in cc_library_shared macro
19 def fdo_profile(name, profile, **kwargs):
22 src = profile,
27 profile = name + "_file",
/build/bazel/bin/
Db62 …"$TOP/build/bazel/bin/bazel" analyze-profile $PROFILE_OUT/bazel_metrics-profile 1> $PROFILE_OUT/an…
63 rm $PROFILE_OUT/bazel_metrics-profile
/build/make/target/product/
Dgo_defaults_common.mk25 PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile
30 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-image-profile.txt
Druntime_libart.mk83 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION += frameworks/base/boot/boot-image-profile.txt
117 pm.dexopt.install?=speed-profile \
119 pm.dexopt.install-bulk?=speed-profile \
123 pm.dexopt.bg-dexopt?=speed-profile \
124 pm.dexopt.ab-ota?=speed-profile \
Dprofile_boot_common.mk22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/make/target/product/empty-profile
Ddefault_art_config.mk145 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION += art/build/boot/boot-image-profile.txt
/build/soong/rust/
Dafdo_test.go46 profile: "foo.afdo",
87 profile: "foo_arm.afdo",
90 profile: "foo_arm64.afdo",
/build/make/core/clang/
DHOST_x86_64.mk1 HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64.a
DHOST_x86.mk1 $(clang_2nd_arch_prefix)HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i386.a
DTARGET_arm64.mk5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
DTARGET_riscv64.mk5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-riscv64-android.a
DTARGET_x86_64.mk5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a
DTARGET_x86.mk5 $(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i686-android…
DTARGET_arm.mk5 $(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-arm-android.a
/build/soong/java/
Ddexpreopt_bootjars.go653 profile, profileInstalls := bootImageProfileRule(ctx, imageConfig)
662 androidBootImageFiles := buildBootImageVariantsForAndroidOs(ctx, imageConfig, profile)
668 buildBootImageVariantsForBuildOs(ctx, imageConfig, profile)
824 func buildBootImageVariantsForAndroidOs(ctx android.ModuleContext, image *bootImageConfig, profile
825 return buildBootImageForOsType(ctx, image, profile, android.Android)
835 func buildBootImageVariantsForBuildOs(ctx android.ModuleContext, image *bootImageConfig, profile an…
836 buildBootImageForOsType(ctx, image, profile, ctx.Config().BuildOS)
854 profile android.WritablePath member
862 func buildBootImageForOsType(ctx android.ModuleContext, image *bootImageConfig, profile android.Wri…
866 profile: profile,
[all …]
Ddexpreopt.go439 } else if profile := d.GetProfile(); profile != "" {
443 android.PathForModuleSrc(ctx, profile))
445 ctx.ModuleDir(), profile+"-boot")
Ddex_test.go674 profile: "profile.txt.prof",
708 profile: "profile.txt.prof",
Dbootclasspath_fragment.go545 …ContentInfo(ctx android.ModuleContext, hiddenAPIOutput *HiddenAPIOutput, profile android.WritableP…
552 if profile != nil {
553 info.profilePathOnHost = profile
/build/soong/dexpreopt/
Ddexpreopt.go76 var profile android.WritablePath
78 profile = profileCommand(ctx, globalSoong, global, module, rule)
96 dexpreoptCommand(ctx, globalSoong, global, module, rule, archIdx, profile, appImage,
234profile android.WritablePath, appImage bool, generateDM bool, productPackages android.Path, copyAp…
417 } else if profile != nil {
428 } else if profile != nil {
506 if profile != nil {
507 cmd.FlagWithInput("--profile-file=", profile)
/build/soong/cc/
Dafdo_test.go84 profile: "libTest.afdo",
298 profile: "libFoo.afdo",
363 profile: "libTest.afdo",
404 profile: "foo_arm.afdo",
407 profile: "foo_arm64.afdo",
466 profile: "libTest.afdo",
470 profile: "libBar.afdo",
/build/bazel/scripts/incremental_build/
Dperf_metrics.py83 for profile in os.listdir(str(pprof_prefix.parent)):
84 if profile.startswith(f"{pprof_prefix.name}."):
85 shutil.move(pprof_prefix.with_name(profile), d)
86 _convert_pprof_to_human_readable_format(d.joinpath(profile))
/build/soong/sdk/
Dsystemserverclasspath_fragment_sdk_test.go69 profile: "art-profile",
81 profile: "art-profile",
/build/soong/docs/
Dnative_code_coverage.md49 * The `20` in`%20m` creates a pool of 20 profraw files and "online" profile
178 --instr-profile=$MY_TEST.profdata \
191 --instr-profile=adbd.profdata \
211 --instr-profile=bionic.profdata \
223 --instr-profile=adbd.profdata \
/build/soong/apex/
Dsystemserver_classpath_fragment_test.go66 profile: "bar-art-profile",
335 profile: "bar-art-profile",
/build/soong/third_party/zip/testdata/
Dreadme.notzip39 put the following in your .profile:

12