Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp119 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) EXPORT;
166 const char* GetBuildIdForPath(const char* path);
436 const char* ReportLib::GetBuildIdForPath(const char* path) { in GetBuildIdForPath() function in ReportLib
520 const char* GetBuildIdForPath(ReportLib* report_lib, const char* path) { in GetBuildIdForPath() function
521 return report_lib->GetBuildIdForPath(path); in GetBuildIdForPath()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py255 self._GetBuildIdForPathFunc = self._lib.GetBuildIdForPath
352 def GetBuildIdForPath(self, path): member in ReportLib
Dbinary_cache_builder.py75 binaries[dso_name] = lib.GetBuildIdForPath(dso_name)
Dpprof_proto_generator.py431 build_id_in_perf_data = self.lib.GetBuildIdForPath(dso_name)
Dtest.py981 build_id = self.report_lib.GetBuildIdForPath('/data/t2')