Re: [PATCH] Limit perf data buffer during feature checking

2020-12-13 Thread Jeff Law via Gcc-patches
On 12/9/20 5:45 AM, Ilya Leoshkevich via Gcc-patches wrote: > Bootstrapped and regtested on x86_64-redhat-linux. Ok for master? > > Commit 2ead1ab91123 ("Limit perf data buffer during profiling") added > -m8 to perf invocations during running tests, but the same problem > exists for checking wh

[PATCH] Limit perf data buffer during feature checking

2020-12-09 Thread Ilya Leoshkevich via Gcc-patches
Bootstrapped and regtested on x86_64-redhat-linux. Ok for master? 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: 202