diff options
author | 2023-07-11 17:11:48 +0000 | |
---|---|---|
committer | 2023-07-13 14:38:24 +0000 | |
commit | 0efc236365ce558fbc9c979083629c7b8cbb8ddc (patch) | |
tree | 4b099c3574f82a1267f6bb38e94b6212bbf825b9 /compiler/optimizing/intrinsics.h | |
parent | 530aa12fd68b3328ef3a2ca8c2c914892a8d34e1 (diff) |
Don't use timestamp counters on ARM32
Not all arm32 have access to timestamp counters. Even on ARMV8
processors where timestamp counters are available, they are not
accessible from user space always when running in 32-bit mode. There is
no easy way to check if the timestamp counters are supported. So for now
just fallback to clock_gettime.
Bug: 289178149
Test: art/test.py --trace --32
Change-Id: I8406f3a99a178e6806e2dc762662a7f5f0e538ea
Diffstat (limited to 'compiler/optimizing/intrinsics.h')
0 files changed, 0 insertions, 0 deletions