Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() gadgets.TraceFactory
Types ¶
type Trace ¶
type Trace struct {
// contains filtered or unexported fields
}
func (*Trace) Start ¶
func (t *Trace) Start(trace *gadgetv1alpha1.Trace)
func (*Trace) Stop ¶
func (t *Trace) Stop(trace *gadgetv1alpha1.Trace)
type TraceFactory ¶
type TraceFactory struct {
gadgets.BaseFactory
}
func (*TraceFactory) Description ¶
func (f *TraceFactory) Description() string
func (*TraceFactory) Operations ¶
func (f *TraceFactory) Operations() map[gadgetv1alpha1.Operation]gadgets.TraceOperation
func (*TraceFactory) OutputModesSupported ¶
func (f *TraceFactory) OutputModesSupported() map[gadgetv1alpha1.TraceOutputMode]struct{}
Click to show internal directories.
Click to hide internal directories.