Collect both user and kernel events for autofdo tests and autoprofiledbootstrap
authorEugene Rozenfeld <erozen@microsoft.com>
Mon, 7 Aug 2023 11:07:40 +0000 (13:07 +0200)
committerAlan Modra <amodra@gmail.com>
Sat, 12 Aug 2023 00:55:06 +0000 (10:25 +0930)
commit5ce0ff9b5464a030ea956473add180db42dcd513
tree6995b90e0a70a69354e043c4f9fe5ca6f6c01c46
parentf553b1471e7718b9deefa0d038af284181a302c0
Collect both user and kernel events for autofdo tests and autoprofiledbootstrap

When we collect just user events for autofdo with lbr we get some events where branch
sources are kernel addresses and branch targets are user addresses. Without kernel MMAP
events create_gcov can't make sense of kernel addresses. Currently create_gcov fails if
it can't map at least 95% of events. We sometimes get below this threshold with just
user events. The change is to collect both user events and kernel events.

Tested on x86_64-pc-linux-gnu.

* Makefile.tpl: Collect both kernel and user events for autofdo
Makefile.tpl