google / perf_data_converter

Tool to convert Linux perf files to the profile.proto format used by pprof
BSD 3-Clause "New" or "Revised" License
299 stars 55 forks source link

Make ByteSwap explicit specialization on all integer types #154

Closed shantuo closed 11 months ago

shantuo commented 11 months ago

Make ByteSwap explicit specialization on all integer types instead of using exact-width definitions.

This solves some portability issues.

PiperOrigin-RevId: 588218803