Skip to content

Commit 1c872d4

Browse files
authored
Merge pull request #38181 from kitaisreal/aarch64-enable-trace-collection
Enable trace collection for AArch64
2 parents 7e759ca + 6b748f2 commit 1c872d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/server/Server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
15151515

15161516
/// Init trace collector only after trace_log system table was created
15171517
/// Disable it if we collect test coverage information, because it will work extremely slow.
1518-
#if USE_UNWIND && !WITH_COVERAGE && defined(__x86_64__)
1518+
#if USE_UNWIND && !WITH_COVERAGE
15191519
/// Profilers cannot work reliably with any other libunwind or without PHDR cache.
15201520
if (hasPHDRCache())
15211521
{

0 commit comments

Comments
 (0)