Home
last modified time | relevance | path

Searched refs:GetBuildIdForPath (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp148 const char* GetBuildIdForPath(const char* path);
370 const char* ReportLib::GetBuildIdForPath(const char* path) { in GetBuildIdForPath() function in simpleperf::ReportLib
427 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) EXPORT;
492 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath() function
493 return report_lib->GetBuildIdForPath(path); in GetBuildIdForPath()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py266 self._GetBuildIdForPathFunc = self._lib.GetBuildIdForPath
371 def GetBuildIdForPath(self, path: str) -> str: member in ReportLib
Dbinary_cache_builder.py82 binaries[name] = lib.GetBuildIdForPath(dso_name)
Dannotate.py218 build_id = lib.GetBuildIdForPath(symbol.dso_name)
Dreport_html.py657 lib_id = self.libs.add_lib(symbol.dso_name, lib.GetBuildIdForPath(symbol.dso_name))
665 symbol.dso_name, lib.GetBuildIdForPath(symbol.dso_name))
Dpprof_proto_generator.py434 build_id_in_perf_data = self.lib.GetBuildIdForPath(dso_name)
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py32 build_id = self.report_lib.GetBuildIdForPath('/data/t2')