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(1) log header and fix up the affected samples:
#1197: drop fetch samples with a zero linear address. #1238: mark IcMiss invalid; show "-" instead of a false 0%. #1293: mark DATA2 and two DATA3 fields invalid on bad conditions. #1347: decode the L1TLB page size and remap it for display.
Signed-off-by: Andre Silva <andasilv@amd.com>