/build/soong/cc/ |
pgo.go | 57 Profile_file *string `android:"arch_variant"` 104 profile_file := *props.Pgo.Profile_file 106 // Test if the profile_file is present in any of the PGO profile projects 108 // Bug: http://b/74395273 If the profile_file is unavailable, 110 // <profile_file>.<arbitrary-version> when available. This 113 globPattern := filepath.Join(profileProject, profile_file+".*") 119 path := android.ExistentPathForSource(ctx, profileProject, profile_file) 122 ctx.PropertyErrorf("pgo.profile_file", "Profile_file has multiple versions: "+filepath.Join(profileProject, profile_file)+", "+strings.Join(versioned_p (…) [all...] |
/art/dex2oat/ |
Android.bp | 124 profile_file: "art/dex2oat_arm_arm64.profdata", 129 profile_file: "art/dex2oat_arm_arm64.profdata", 134 profile_file: "art/dex2oat_x86_x86_64.profdata", 139 profile_file: "art/dex2oat_x86_x86_64.profdata", 144 profile_file: "art/dex2oat_mips_mips64.profdata", 149 profile_file: "art/dex2oat_mips_mips64.profdata",
|
dex2oat_image_test.cc | 335 ScratchFile profile_file; local 336 profile.Save(profile_file.GetFile()->Fd()); 337 EXPECT_EQ(profile_file.GetFile()->Flush(), 0); 339 {"--profile-file=" + profile_file.GetFilename(), 341 profile_file.Close();
|
dex2oat_test.cc | 1306 ScratchFile profile_file; local [all...] |
dex2oat.cc | 2348 ScopedFlock profile_file; local [all...] |
/art/dexlayout/ |
dexlayout_test.cc | 397 std::string profile_file = tmp_dir + "primary.prof"; local 398 CreateProfile(dex_file, profile_file, dex_file); 399 // WriteFileBase64(kDexFileLayoutInputProfile, profile_file.c_str()); 403 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; 409 if (!UnlinkFile(dex_file) || !UnlinkFile(profile_file) || !UnlinkFile(output_dex)) { 439 std::string profile_file = tmp_dir + "primary.prof"; local 440 CreateProfile(dex_file, profile_file, dex_file); 446 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; 453 CreateProfile(dex_file, profile_file, output_dex); 458 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex } 730 ScratchFile profile_file; local 768 ScratchFile profile_file; local [all...] |
/frameworks/base/core/proto/android/app/ |
profilerinfo.proto | 31 optional string profile_file = 1;
|
/system/libhwbinder/ |
Android.bp | 92 profile_file: "hwbinder/hwbinder.profdata",
|
/art/profman/ |
profile_assistant_test.cc | 302 ScratchFile profile_file; local 304 profile_file.GetFilename(), 306 profile_file.GetFile()->ResetOffset(); 307 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents)); 709 ScratchFile profile_file; local 711 profile_file.GetFilename(), 714 profile_file.GetFile()->ResetOffset(); 715 ASSERT_TRUE(info.Load(GetFd(profile_file))); 895 ScratchFile profile_file; local 1044 ScratchFile profile_file; local [all...] |
profman.cc | 530 for (const std::string& profile_file : profile_files_) { 531 int ret = DumpOneProfile(kOrdinaryProfile, profile_file, kInvalidFd, &dex_files, &dump); 625 bool GetClassNamesAndMethods(const std::string& profile_file, 628 int fd = open(profile_file.c_str(), O_RDONLY); 630 LOG(ERROR) << "Cannot open " << profile_file << strerror(errno); 662 for (const std::string& profile_file : profile_files_) { 663 if (!GetClassNamesAndMethods(profile_file, &dex_files, &class_names)) { [all...] |
/external/tensorflow/tensorflow/python/profiler/internal/ |
model_analyzer_testlib.py | 106 def ProfilerFromFile(profile_file): 108 print_mdl.ProfilerFromFile(compat.as_bytes(profile_file))
|
/external/tensorflow/tensorflow/python/profiler/ |
pprof_profiler_test.py | 132 with gzip.open(profile_files[0]) as profile_file: 133 profile_contents = profile_file.read()
|
pprof_profiler.py | 440 profile_file = output_file_template % device_name 441 profile_files.append(profile_file) 442 with gzip.open(profile_file, 'w') as output_file: 443 print('Writing profile to %s...' % profile_file)
|
model_analyzer_test.py | 137 profile_file = os.path.join(test.get_temp_dir(), 'profile_1') 138 with lib.ProfilerFromFile(profile_file) as profiler:
|
/frameworks/base/services/core/java/com/android/server/am/ |
ActiveInstrumentation.java | 138 proto.write(ActiveInstrumentationProto.PROFILE_FILE, mProfileFile);
|
/art/runtime/ |
dexopt_test.cc | 80 ScratchFile profile_file; local 82 args.push_back("--profile-file=" + profile_file.GetFilename());
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
tfprof_show_test.cc | 80 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); local 81 tf_stats_->WriteProfile(profile_file); 82 TFStats new_stats(profile_file, nullptr);
|
tfprof_stats_test.cc | 73 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); local 74 tf_stats_->WriteProfile(profile_file); 75 TFStats new_stats(profile_file, nullptr);
|
/art/runtime/jit/ |
profile_compilation_info.cc | 191 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, 194 if (profile_file.get() == nullptr) { 199 int fd = profile_file->Fd(); 222 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, 225 if (profile_file.get() == nullptr) { 230 int fd = profile_file->Fd(); 241 if (profile_file->ClearContent()) { 260 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, 262 if (profile_file.get() == nullptr) { 267 int fd = profile_file->Fd() [all...] |
/external/skia/gn/ |
gn_to_bp.py | 110 profile_file: "hwui/hwui.profdata",
|
/external/skqp/gn/ |
gn_to_bp.py | 110 profile_file: "skia/skia.profdata",
|
/frameworks/base/core/java/android/app/ |
ProfilerInfo.java | 140 proto.write(ProfilerInfoProto.PROFILE_FILE, profileFile);
|
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 627 jstring profile_file, 638 const char* raw_profile_file = env->GetStringUTFChars(profile_file, nullptr); 640 env->ReleaseStringUTFChars(profile_file, raw_profile_file);
|
/frameworks/base/libs/hwui/ |
Android.bp | 124 profile_file: "hwui/hwui.profdata",
|
/frameworks/base/core/proto/android/server/ |
activitymanagerservice.proto | 798 optional string profile_file = 6; [all...] |