| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/google/pprof/internal/binutils | Package binutils provides access to the GNU binutils. |
| github.com/google/pprof/internal/plugin | Package plugin defines the plugin implementations that the main pprof driver requires. |
| github.com/google/pprof/internal/symbolz | Package symbolz symbolizes a profile using the output from the symbolz service. |
| github.com/google/pprof/profile | Package profile provides a representation of profile.proto and methods to encode/decode profiles in this format. |
| github.com/ianlancetaylor/demangle | Package demangle defines functions that demangle GCC/LLVM C++ and Rust symbol names. |
| io | Package io provides basic interfaces to I/O primitives. |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |