tool/pps: Fix 32-bit build issue with format string
Fixes a 32-bit build issue with Perfetto enabled. Move the printf format specifier to use PRIx64 which will be consistent regardless of the build type.
Signed-Off By: Isaac Bosompem mrisaacb@google.com