Fix timestamp reporting problem on 64-bit platforms
When struct timeval elements are not 32-bit long, need to copy fields from embedded __pmTimeval, not simply cast a pointer.
Fix timestamp reporting problem on 64-bit platforms
When struct timeval elements are not 32-bit long, need to copy
fields from embedded __pmTimeval, not simply cast a pointer.