AMD Family 19h Model 00h-0Fh (Zen3-B0) has IBS errata that make some
fetch and op sample fields wrong. Detect this silicon from the CPUID
block in the pmc(8) log header, set one flag per erratum, and correct
the affected samples before the callchain callbacks:
#1197: drop fetch samples with a zero linear address.
#1238: omit the IC Miss column; the IcMiss bit is unreliable.
#1293: zero DATA2 and the DATA3 L2Miss/OpenMemReqs fields on the
trigger conditions, keeping the sample.
#1347: remap the L1TLB page-size labels for display.Signed-off-by: Andre Silva <andasilv@amd.com>