Merge pull request #38181 from kitaisreal/aarch64-enable-trace-collection

Enable trace collection for AArch64
This commit is contained in:
Maksim Kita 2022-06-17 23:05:43 +02:00 committed by GitHub
commit 1c872d43be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1515,7 +1515,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
/// Init trace collector only after trace_log system table was created
/// Disable it if we collect test coverage information, because it will work extremely slow.
#if USE_UNWIND && !WITH_COVERAGE && defined(__x86_64__)
#if USE_UNWIND && !WITH_COVERAGE
/// Profilers cannot work reliably with any other libunwind or without PHDR cache.
if (hasPHDRCache())
{