HomeSort by relevance Sort by last modified time
    Searched refs:app_arch (Results 1 - 7 of 7) sorted by null

  /system/extras/simpleperf/scripts/
app_profiler.py 52 self.app_arch = None
206 self.app_arch = self.device_arch
208 self.app_arch = 'arm' if self.device_arch == 'aarch64' else 'x86'
210 self.app_arch = self.device_arch
211 log_info('app_arch: %s' % self.app_arch)
215 simpleperf_binary = get_target_binary_path(self.app_arch, 'simpleperf')
231 log_info('app_arch = %s' % self.app_arch)
257 if self.app_arch == 'arm'
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
qseecom.h 67 uint32_t app_arch; member in struct:qseecom_load_img_req
85 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qseecom.h 87 * @app_arch - Architecture of the image, i.e. 32bit or 64bit app
94 uint32_t app_arch; /* in */ member in struct:qseecom_load_img_req
120 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8998/kernel-headers/linux/
qseecom.h 67 uint32_t app_arch; member in struct:qseecom_load_img_req
85 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8x09/kernel-headers/linux/
qseecom.h 67 uint32_t app_arch; member in struct:qseecom_load_img_req
85 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8x09/original-kernel-headers/
qseecom.h 87 * @app_arch - Architecture of the image, i.e. 32bit or 64bit app
94 uint32_t app_arch; /* in */ member in struct:qseecom_load_img_req
120 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query
  /hardware/qcom/msm8998/original-kernel-headers/linux/
qseecom.h 87 * @app_arch - Architecture of the image, i.e. 32bit or 64bit app
94 uint32_t app_arch; /* in */ member in struct:qseecom_load_img_req
120 uint32_t app_arch; member in struct:qseecom_qseos_app_load_query

Completed in 3434 milliseconds