Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackDeltaProvider ¶
type StackDeltaProvider interface { // GetIntervalStructuresForFile inspects a single executable and extracts data that is needed // to rebuild the stack for traces of this executable. GetIntervalStructuresForFile(fileID host.FileID, elfRef *pfelf.Reference, interval *sdtypes.IntervalData) error // GetAndResetStatistics returns the internal statistics for this provider and resets all // values to 0. GetAndResetStatistics() Statistics }
StackDeltaProvider defines an interface for types that provide access to the stack deltas from executables.
type Statistics ¶
Directories
¶
Path | Synopsis |
---|---|
Package stackdeltatypes provides types used to represent stack delta information as constructed by `nativeunwind.GetIntervalStructures` This information is a post-processed form of the stack delta information that is used in all relevant packages.
|
Package stackdeltatypes provides types used to represent stack delta information as constructed by `nativeunwind.GetIntervalStructures` This information is a post-processed form of the stack delta information that is used in all relevant packages. |
Click to show internal directories.
Click to hide internal directories.