Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stt ¶
type Stt struct {
// contains filtered or unexported fields
}
Stt is a single stacktrace
func SttFromCalltrace ¶
func SttFromCalltrace(calltrace []calltraceapi.StackAddr, labels []string) *Stt
type SttNode ¶
type SttNode struct { Addr Addr Count int Symbol string Labels map[string]int Children map[Addr]*SttNode }
SttNode is a tree node
func (*SttNode) ToProtoNode ¶
func (n *SttNode) ToProtoNode() *tetragon.StackTraceNode
type Sttree ¶
type Sttree struct {
Root SttNode
}
Sttree is a stacktrace tree
func (*Sttree) AddStacktrace ¶
AddStacktrace adds a stacktrace to the tree
Click to show internal directories.
Click to hide internal directories.