dynolog
dynolog copied to clipboard
hbt/bperf: Only use lowest 48 bit of prev_count on x86
Summary: The upper 16 bits are not used by the kernel, and can be either ffff or 0000. Always clear them so that we get reliable numbers.
Differential Revision: D63348455