Empty determines if this stack extensions has registered event identifiers.
()
| 56 | |
| 57 | // Empty determines if this stack extensions has registered event identifiers. |
| 58 | func (s *StackExtensions) Empty() bool { return len(s.ids) == 0 } |
| 59 | |
| 60 | // EnableProcessCallstack populates the stack identifiers |
| 61 | // with event types eligible for emitting stack walk events |
no outgoing calls