Home
last modified time | relevance | path

Searched defs:build_id (Results 1 – 25 of 41) sorted by relevance

12

/external/toolchain-utils/crosperf/
Ddownload_images.py69 def DownloadImage(self, chromeos_root, build_id, image_name): argument
96 def UncompressImage(self, chromeos_root, build_id): argument
135 def DownloadSingleAutotestFile(self, chromeos_root, build_id, argument
170 def UncompressSingleAutotestFile(self, chromeos_root, build_id, argument
193 def VerifyAutotestFilesExist(self, chromeos_root, build_id, package_file): argument
210 def DownloadAutotestFiles(self, chromeos_root, build_id): argument
Ddownload_images_unittest.py176 def GoodDownloadImage(root, build_id, image_path): argument
182 def BadDownloadImage(root, build_id, image_path): argument
188 def FakeUncompressImage(root, build_id): argument
194 def FakeDownloadAutotestFiles(root, build_id): argument
/external/perf_data_converter/src/quipper/
Dperf_data_utils.cc32 void PerfizeBuildIDString(string* build_id) { in PerfizeBuildIDString()
36 void TrimZeroesFromBuildIDString(string* build_id) { in TrimZeroesFromBuildIDString()
Ddso.h25 string build_id; member
Dperf_reader.cc124 malloced_unique_ptr<build_id_event> CreateBuildIDEvent(const string& build_id, in CreateBuildIDEvent()
432 string build_id = it->second; in InjectBuildIDs() local
489 for (const auto& build_id : proto_->build_ids()) { in GetFilenamesToBuildIDs() local
1572 for (const auto& build_id : proto_->build_ids()) { in WriteBuildIDMetadata() local
1894 for (const auto& build_id : proto_->build_ids()) { in GetBuildIDMetadataSize() local
/external/elfutils/tests/
Dbuildid.c57 const void *build_id; in main() local
Ddebugaltlink.c58 const void *build_id; in main() local
Dallfcts.c46 const void *build_id; in setup_alt() local
/external/libchrome/base/debug/
Delf_reader_linux_unittest.cc24 Optional<std::string> build_id = ReadElfBuildId(&__executable_start); in TEST() local
/external/elfutils/libdwfl/
Ddwfl_build_id_find_debuginfo.c54 const void *build_id; in dwfl_build_id_find_debuginfo() local
Ddwfl_segment_report_module.c209 const void *build_id, size_t build_id_len) in invalid_elf()
449 void *build_id = NULL; in dwfl_segment_report_module() local
/external/perf_data_converter/src/
Dperf_data_handler.cc36 for (const auto& build_id : perf_proto_.build_ids()) { in Normalizer() local
259 const string* build_id = nullptr; in InvokeHandleSample() local
353 const string* build_id = build_id_it == filename_to_build_id_.end() in UpdateMapsWithMMapEvent() local
Dprofile.proto137 int64 build_id = 6; // Index into string table field
Dperf_data_handler.h46 const string* build_id; member
/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc72 std::string ToHex(const std::string& build_id) { in ToHex()
167 const std::string& build_id = str_it->second; in DumpProfilePacket() local
/external/elfutils/libdw/
Ddwarf_getalt.c102 const void *build_id; in find_debug_altlink() local
/external/perfetto/src/profiling/memory/
Dunwound_messages.h34 std::string build_id; member
/external/grpc-grpc/tools/failures/
Ddetect_new_failures.py74 def build_kokoro_url(job_name, build_id): argument
/external/mesa3d/src/util/
Dbuild_id.c46 uint8_t build_id[0]; member
/external/google-breakpad/src/common/linux/
Dfile_id.cc79 const char* build_id = reinterpret_cast<const char*>(note_header) + in ElfClassBuildIDNoteIdentifier() local
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto46 int64 build_id = 6; field
/external/perfetto/protos/third_party/pprof/
Dprofile.proto158 int64 build_id = 6; // Index into string table field
/external/perfetto/protos/perfetto/trace/profiling/
Dprofile_packet.proto33 optional uint64 build_id = 2; // Interning key. field
/external/autotest/client/common_lib/cros/
Ddev_server.py2526 def wait_for_artifacts_staged(self, target, build_id, branch, argument
2552 def call_and_wait(self, call_name, target, build_id, branch, archive_url, argument
2589 def stage_artifacts(self, target=None, build_id=None, branch=None, argument
2633 def trigger_download(self, target, build_id, branch, artifacts=None, argument
2673 def finish_download(self, target, build_id, branch, os='android'): argument
2700 def get_staged_file_url(self, filename, target, build_id, branch): argument
/external/perfetto/src/trace_processor/
Dheap_profile_tracker.cc48 const StringId build_id = opt_build_id.value(); in AddMapping() local

12