Searched refs:profile (Results 1 – 25 of 33) sorted by relevance
12
/build/bazel/rules/fdo/ |
D | fdo_profile.bzl | 16 # "<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/ |
D | b | 62 …"$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/ |
D | go_defaults_common.mk | 25 PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile 30 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := frameworks/base/config/boot-image-profile.txt
|
D | runtime_libart.mk | 83 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 \
|
D | profile_boot_common.mk | 22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/make/target/product/empty-profile
|
D | default_art_config.mk | 145 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION += art/build/boot/boot-image-profile.txt
|
/build/soong/rust/ |
D | afdo_test.go | 46 profile: "foo.afdo", 87 profile: "foo_arm.afdo", 90 profile: "foo_arm64.afdo",
|
/build/make/core/clang/ |
D | HOST_x86_64.mk | 1 HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64.a
|
D | HOST_x86.mk | 1 $(clang_2nd_arch_prefix)HOST_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i386.a
|
D | TARGET_arm64.mk | 5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-aarch64-android.a
|
D | TARGET_riscv64.mk | 5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-riscv64-android.a
|
D | TARGET_x86_64.mk | 5 TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a
|
D | TARGET_x86.mk | 5 $(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-i686-android…
|
D | TARGET_arm.mk | 5 $(clang_2nd_arch_prefix)TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-arm-android.a
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 653 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 …]
|
D | dexpreopt.go | 439 } else if profile := d.GetProfile(); profile != "" { 443 android.PathForModuleSrc(ctx, profile)) 445 ctx.ModuleDir(), profile+"-boot")
|
D | dex_test.go | 674 profile: "profile.txt.prof", 708 profile: "profile.txt.prof",
|
D | bootclasspath_fragment.go | 545 …ContentInfo(ctx android.ModuleContext, hiddenAPIOutput *HiddenAPIOutput, profile android.WritableP… 552 if profile != nil { 553 info.profilePathOnHost = profile
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 76 var profile android.WritablePath 78 profile = profileCommand(ctx, globalSoong, global, module, rule) 96 dexpreoptCommand(ctx, globalSoong, global, module, rule, archIdx, profile, appImage, 234 …profile 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/ |
D | afdo_test.go | 84 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/ |
D | perf_metrics.py | 83 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/ |
D | systemserverclasspath_fragment_sdk_test.go | 69 profile: "art-profile", 81 profile: "art-profile",
|
/build/soong/docs/ |
D | native_code_coverage.md | 49 * 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/ |
D | systemserver_classpath_fragment_test.go | 66 profile: "bar-art-profile", 335 profile: "bar-art-profile",
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 39 put the following in your .profile:
|
12