Home
last modified time | relevance | path

Searched defs:profile_file (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc273 ScratchFile profile_file; in CreateAndDump() local
832 ScratchFile profile_file; in TEST_F() local
1138 ScratchFile profile_file; in TEST_F() local
1247 ScratchFile profile_file; in TEST_F() local
1534 ScratchFile profile_file; in TEST_F() local
1590 ScratchFile profile_file; in TEST_F() local
1628 ScratchFile profile_file; in TEST_F() local
H A Dprofman.cc771 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
878 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
920 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
H A Dboot_image_profile.cc213 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
/aosp_15_r20/art/artd/
H A Dartd_test.cc1378 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1402 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1423 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1733 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1754 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
3032 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
3055 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
H A Dartd.cc860 Result<std::unique_ptr<File>> profile_file = OpenFileForReading(profile_path); in mergeProfiles() local
1149 std::unique_ptr<File> profile_file = nullptr; in dexopt() local
/aosp_15_r20/art/runtime/jit/
H A Djit.cc861 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
870 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
1273 const std::string& profile_file, in CompileMethodsFromBootProfile()
1315 const std::string& profile_file, in CompileMethodsFromProfile()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space_test.cc74 ScratchFile profile_file; in TEST_F() local
102 ScratchFile profile_file; in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h343 inline const std::string& ProfilerInfoProto::profile_file() const { in profile_file() function
384 inline void ProfilerInfoProto::set_allocated_profile_file(std::string* profile_file) { in set_allocated_profile_file()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/android_arm64_armv8-2a_cortex-a55_static_cfi/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h343 inline const std::string& ProfilerInfoProto::profile_file() const { in profile_file() function
384 inline void ProfilerInfoProto::set_allocated_profile_file(std::string* profile_file) { in set_allocated_profile_file()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_image_test.cc200 ScratchFile profile_file; in TEST_F() local
220 ScratchFile profile_file; in TEST_F() local
H A Ddex2oat_test.cc1649 ScratchFile profile_file; in TEST_F() local
1789 ScratchFile profile_file; in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libplatformprotos/linux_glibc_x86_64_static/gen/proto/frameworks/base/core/proto/android/app/
Dprofilerinfo.pb.h364 inline const std::string& ProfilerInfoProto::profile_file() const { in profile_file() function
405 inline void ProfilerInfoProto::set_allocated_profile_file(std::string* profile_file) { in set_allocated_profile_file()
/aosp_15_r20/frameworks/base/core/proto/android/app/
H A Dprofilerinfo.proto31 optional string profile_file = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dmodel_analyzer_testlib.py102 def ProfilerFromFile(profile_file): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_show_test.cc77 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); in TestToFromProto() local
H A Dtfprof_stats_test.cc69 string profile_file = io::JoinPath(testing::TmpDir(), "profile"); in TestToFromProto() local
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/trace_provider/
H A Dsimpleperf_etm.rs105 let mut profile_file = PathBuf::from(profile_dir); in process() localVariable
H A Dsimpleperf_lbr.rs114 let mut profile_file = PathBuf::from(profile_dir); in process() localVariable
/aosp_15_r20/art/test/generate-boot-image/
H A Dgenerate-boot-image.cc94 std::string profile_file = ""; member
/aosp_15_r20/art/runtime/
H A Ddexopt_test.cc115 ScratchFile profile_file; in GenerateOatForTest() local
H A Druntime_image.cc1010 std::string profile_file = app_info->GetPrimaryApkReferenceProfile(); in LoadClassesFromReferenceProfile() local
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc753 ScopedFlock profile_file = in MergeWith() local
788 ScopedFlock profile_file = in Load() local
911 ScopedFlock profile_file = in SaveFallback() local
/aosp_15_r20/art/odrefresh/
H A Dodrefresh.cc475 std::unique_ptr<File> profile_file(OS::OpenFileForReading(path.c_str())); in AddDex2OatProfile() local
/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp321 std::string profile_file = app_private_dir_ce_ + "/primary.prof"; in create_mock_app() local
/aosp_15_r20/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto778 optional string profile_file = 6; field

12