Limit perf data buffer during feature checking
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 8 Dec 2020 12:17:58 +0000 (13:17 +0100)
committerIlya Leoshkevich <iii@linux.ibm.com>
Mon, 14 Dec 2020 11:59:04 +0000 (12:59 +0100)
commit470a25b638fedcaa37ce0c4101f11b87e1fa7d79
treeef66fea3973ccc90bc6356bf6c83f059f10589a1
parentf60c1b3102791b98de7c1ce951bce335394682ca
Limit perf data buffer during feature checking

Commit 2ead1ab91123 ("Limit perf data buffer during profiling") added
-m8 to perf invocations during running tests, but the same problem
exists for checking whether perf is working in the first place.

gcc/testsuite/ChangeLog:

2020-12-08  Ilya Leoshkevich  <iii@linux.ibm.com>

* lib/target-supports.exp(check_profiling_available): Limit
perf data buffer.
gcc/testsuite/lib/target-supports.exp