logicalpb

package
v0.0.0-...-0888c38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthLogical        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowLogical          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupLogical = fmt.Errorf("proto: unexpected end of group")
)
View Source
var SelectorType_name = map[int32]string{
	0: "NO_CONDITION",
	1: "MAX_KERNEL",
	2: "MIN_KERNEL",
	3: "HOST_NAME",
}
View Source
var SelectorType_value = map[string]int32{
	"NO_CONDITION": 0,
	"MAX_KERNEL":   1,
	"MIN_KERNEL":   2,
	"HOST_NAME":    3,
}

Functions

This section is empty.

Types

type Argument

type Argument struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Expr string `protobuf:"bytes,2,opt,name=expr,proto3" json:"expr,omitempty"`
}

func (*Argument) Descriptor

func (*Argument) Descriptor() ([]byte, []int)

func (*Argument) Equal

func (this *Argument) Equal(that interface{}) bool

func (*Argument) GetExpr

func (m *Argument) GetExpr() string

func (*Argument) GetId

func (m *Argument) GetId() string

func (*Argument) GoString

func (this *Argument) GoString() string

func (*Argument) Marshal

func (m *Argument) Marshal() (dAtA []byte, err error)

func (*Argument) MarshalTo

func (m *Argument) MarshalTo(dAtA []byte) (int, error)

func (*Argument) MarshalToSizedBuffer

func (m *Argument) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Argument) ProtoMessage

func (*Argument) ProtoMessage()

func (*Argument) Reset

func (m *Argument) Reset()

func (*Argument) Size

func (m *Argument) Size() (n int)

func (*Argument) String

func (this *Argument) String() string

func (*Argument) Unmarshal

func (m *Argument) Unmarshal(dAtA []byte) error

func (*Argument) XXX_DiscardUnknown

func (m *Argument) XXX_DiscardUnknown()

func (*Argument) XXX_Marshal

func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Argument) XXX_Merge

func (m *Argument) XXX_Merge(src proto.Message)

func (*Argument) XXX_Size

func (m *Argument) XXX_Size() int

func (*Argument) XXX_Unmarshal

func (m *Argument) XXX_Unmarshal(b []byte) error

type BPFTrace

type BPFTrace struct {
	Program string `protobuf:"bytes,1,opt,name=program,proto3" json:"program,omitempty"`
}

func (*BPFTrace) Descriptor

func (*BPFTrace) Descriptor() ([]byte, []int)

func (*BPFTrace) Equal

func (this *BPFTrace) Equal(that interface{}) bool

func (*BPFTrace) GetProgram

func (m *BPFTrace) GetProgram() string

func (*BPFTrace) GoString

func (this *BPFTrace) GoString() string

func (*BPFTrace) Marshal

func (m *BPFTrace) Marshal() (dAtA []byte, err error)

func (*BPFTrace) MarshalTo

func (m *BPFTrace) MarshalTo(dAtA []byte) (int, error)

func (*BPFTrace) MarshalToSizedBuffer

func (m *BPFTrace) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BPFTrace) ProtoMessage

func (*BPFTrace) ProtoMessage()

func (*BPFTrace) Reset

func (m *BPFTrace) Reset()

func (*BPFTrace) Size

func (m *BPFTrace) Size() (n int)

func (*BPFTrace) String

func (this *BPFTrace) String() string

func (*BPFTrace) Unmarshal

func (m *BPFTrace) Unmarshal(dAtA []byte) error

func (*BPFTrace) XXX_DiscardUnknown

func (m *BPFTrace) XXX_DiscardUnknown()

func (*BPFTrace) XXX_Marshal

func (m *BPFTrace) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BPFTrace) XXX_Merge

func (m *BPFTrace) XXX_Merge(src proto.Message)

func (*BPFTrace) XXX_Size

func (m *BPFTrace) XXX_Size() int

func (*BPFTrace) XXX_Unmarshal

func (m *BPFTrace) XXX_Unmarshal(b []byte) error

type DeploymentSpec

type DeploymentSpec struct {
	// Types that are valid to be assigned to TargetOneof:
	//
	//	*DeploymentSpec_Upid
	//	*DeploymentSpec_SharedObject_
	//	*DeploymentSpec_PodProcess_
	//	*DeploymentSpec_LabelSelector_
	TargetOneof isDeploymentSpec_TargetOneof `protobuf_oneof:"target_oneof"`
}

func (*DeploymentSpec) Descriptor

func (*DeploymentSpec) Descriptor() ([]byte, []int)

func (*DeploymentSpec) Equal

func (this *DeploymentSpec) Equal(that interface{}) bool

func (*DeploymentSpec) GetLabelSelector

func (m *DeploymentSpec) GetLabelSelector() *DeploymentSpec_LabelSelector

func (*DeploymentSpec) GetPodProcess

func (m *DeploymentSpec) GetPodProcess() *DeploymentSpec_PodProcess

func (*DeploymentSpec) GetSharedObject

func (m *DeploymentSpec) GetSharedObject() *DeploymentSpec_SharedObject

func (*DeploymentSpec) GetTargetOneof

func (m *DeploymentSpec) GetTargetOneof() isDeploymentSpec_TargetOneof

func (*DeploymentSpec) GetUpid

func (m *DeploymentSpec) GetUpid() *UPID

func (*DeploymentSpec) GoString

func (this *DeploymentSpec) GoString() string

func (*DeploymentSpec) Marshal

func (m *DeploymentSpec) Marshal() (dAtA []byte, err error)

func (*DeploymentSpec) MarshalTo

func (m *DeploymentSpec) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec) MarshalToSizedBuffer

func (m *DeploymentSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec) ProtoMessage

func (*DeploymentSpec) ProtoMessage()

func (*DeploymentSpec) Reset

func (m *DeploymentSpec) Reset()

func (*DeploymentSpec) Size

func (m *DeploymentSpec) Size() (n int)

func (*DeploymentSpec) String

func (this *DeploymentSpec) String() string

func (*DeploymentSpec) Unmarshal

func (m *DeploymentSpec) Unmarshal(dAtA []byte) error

func (*DeploymentSpec) XXX_DiscardUnknown

func (m *DeploymentSpec) XXX_DiscardUnknown()

func (*DeploymentSpec) XXX_Marshal

func (m *DeploymentSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentSpec) XXX_Merge

func (m *DeploymentSpec) XXX_Merge(src proto.Message)

func (*DeploymentSpec) XXX_OneofWrappers

func (*DeploymentSpec) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*DeploymentSpec) XXX_Size

func (m *DeploymentSpec) XXX_Size() int

func (*DeploymentSpec) XXX_Unmarshal

func (m *DeploymentSpec) XXX_Unmarshal(b []byte) error

type DeploymentSpec_LabelSelector

type DeploymentSpec_LabelSelector struct {
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	Namespace string            `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Container string            `protobuf:"bytes,3,opt,name=container,proto3" json:"container,omitempty"`
	Process   string            `protobuf:"bytes,4,opt,name=process,proto3" json:"process,omitempty"`
}

func (*DeploymentSpec_LabelSelector) Descriptor

func (*DeploymentSpec_LabelSelector) Descriptor() ([]byte, []int)

func (*DeploymentSpec_LabelSelector) Equal

func (this *DeploymentSpec_LabelSelector) Equal(that interface{}) bool

func (*DeploymentSpec_LabelSelector) GetContainer

func (m *DeploymentSpec_LabelSelector) GetContainer() string

func (*DeploymentSpec_LabelSelector) GetLabels

func (m *DeploymentSpec_LabelSelector) GetLabels() map[string]string

func (*DeploymentSpec_LabelSelector) GetNamespace

func (m *DeploymentSpec_LabelSelector) GetNamespace() string

func (*DeploymentSpec_LabelSelector) GetProcess

func (m *DeploymentSpec_LabelSelector) GetProcess() string

func (*DeploymentSpec_LabelSelector) GoString

func (this *DeploymentSpec_LabelSelector) GoString() string

func (*DeploymentSpec_LabelSelector) Marshal

func (m *DeploymentSpec_LabelSelector) Marshal() (dAtA []byte, err error)

func (*DeploymentSpec_LabelSelector) MarshalTo

func (m *DeploymentSpec_LabelSelector) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_LabelSelector) MarshalToSizedBuffer

func (m *DeploymentSpec_LabelSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_LabelSelector) ProtoMessage

func (*DeploymentSpec_LabelSelector) ProtoMessage()

func (*DeploymentSpec_LabelSelector) Reset

func (m *DeploymentSpec_LabelSelector) Reset()

func (*DeploymentSpec_LabelSelector) Size

func (m *DeploymentSpec_LabelSelector) Size() (n int)

func (*DeploymentSpec_LabelSelector) String

func (this *DeploymentSpec_LabelSelector) String() string

func (*DeploymentSpec_LabelSelector) Unmarshal

func (m *DeploymentSpec_LabelSelector) Unmarshal(dAtA []byte) error

func (*DeploymentSpec_LabelSelector) XXX_DiscardUnknown

func (m *DeploymentSpec_LabelSelector) XXX_DiscardUnknown()

func (*DeploymentSpec_LabelSelector) XXX_Marshal

func (m *DeploymentSpec_LabelSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentSpec_LabelSelector) XXX_Merge

func (m *DeploymentSpec_LabelSelector) XXX_Merge(src proto.Message)

func (*DeploymentSpec_LabelSelector) XXX_Size

func (m *DeploymentSpec_LabelSelector) XXX_Size() int

func (*DeploymentSpec_LabelSelector) XXX_Unmarshal

func (m *DeploymentSpec_LabelSelector) XXX_Unmarshal(b []byte) error

type DeploymentSpec_LabelSelector_

type DeploymentSpec_LabelSelector_ struct {
	LabelSelector *DeploymentSpec_LabelSelector `protobuf:"bytes,4,opt,name=label_selector,json=labelSelector,proto3,oneof" json:"label_selector,omitempty"`
}

func (*DeploymentSpec_LabelSelector_) Equal

func (this *DeploymentSpec_LabelSelector_) Equal(that interface{}) bool

func (*DeploymentSpec_LabelSelector_) GoString

func (this *DeploymentSpec_LabelSelector_) GoString() string

func (*DeploymentSpec_LabelSelector_) MarshalTo

func (m *DeploymentSpec_LabelSelector_) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_LabelSelector_) MarshalToSizedBuffer

func (m *DeploymentSpec_LabelSelector_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_LabelSelector_) Size

func (m *DeploymentSpec_LabelSelector_) Size() (n int)

func (*DeploymentSpec_LabelSelector_) String

func (this *DeploymentSpec_LabelSelector_) String() string

type DeploymentSpec_PodProcess

type DeploymentSpec_PodProcess struct {
	Pods      []string `protobuf:"bytes,1,rep,name=pods,proto3" json:"pods,omitempty"`
	Container string   `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"`
	Process   string   `protobuf:"bytes,3,opt,name=process,proto3" json:"process,omitempty"`
}

func (*DeploymentSpec_PodProcess) Descriptor

func (*DeploymentSpec_PodProcess) Descriptor() ([]byte, []int)

func (*DeploymentSpec_PodProcess) Equal

func (this *DeploymentSpec_PodProcess) Equal(that interface{}) bool

func (*DeploymentSpec_PodProcess) GetContainer

func (m *DeploymentSpec_PodProcess) GetContainer() string

func (*DeploymentSpec_PodProcess) GetPods

func (m *DeploymentSpec_PodProcess) GetPods() []string

func (*DeploymentSpec_PodProcess) GetProcess

func (m *DeploymentSpec_PodProcess) GetProcess() string

func (*DeploymentSpec_PodProcess) GoString

func (this *DeploymentSpec_PodProcess) GoString() string

func (*DeploymentSpec_PodProcess) Marshal

func (m *DeploymentSpec_PodProcess) Marshal() (dAtA []byte, err error)

func (*DeploymentSpec_PodProcess) MarshalTo

func (m *DeploymentSpec_PodProcess) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_PodProcess) MarshalToSizedBuffer

func (m *DeploymentSpec_PodProcess) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_PodProcess) ProtoMessage

func (*DeploymentSpec_PodProcess) ProtoMessage()

func (*DeploymentSpec_PodProcess) Reset

func (m *DeploymentSpec_PodProcess) Reset()

func (*DeploymentSpec_PodProcess) Size

func (m *DeploymentSpec_PodProcess) Size() (n int)

func (*DeploymentSpec_PodProcess) String

func (this *DeploymentSpec_PodProcess) String() string

func (*DeploymentSpec_PodProcess) Unmarshal

func (m *DeploymentSpec_PodProcess) Unmarshal(dAtA []byte) error

func (*DeploymentSpec_PodProcess) XXX_DiscardUnknown

func (m *DeploymentSpec_PodProcess) XXX_DiscardUnknown()

func (*DeploymentSpec_PodProcess) XXX_Marshal

func (m *DeploymentSpec_PodProcess) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentSpec_PodProcess) XXX_Merge

func (m *DeploymentSpec_PodProcess) XXX_Merge(src proto.Message)

func (*DeploymentSpec_PodProcess) XXX_Size

func (m *DeploymentSpec_PodProcess) XXX_Size() int

func (*DeploymentSpec_PodProcess) XXX_Unmarshal

func (m *DeploymentSpec_PodProcess) XXX_Unmarshal(b []byte) error

type DeploymentSpec_PodProcess_

type DeploymentSpec_PodProcess_ struct {
	PodProcess *DeploymentSpec_PodProcess `protobuf:"bytes,3,opt,name=pod_process,json=podProcess,proto3,oneof" json:"pod_process,omitempty"`
}

func (*DeploymentSpec_PodProcess_) Equal

func (this *DeploymentSpec_PodProcess_) Equal(that interface{}) bool

func (*DeploymentSpec_PodProcess_) GoString

func (this *DeploymentSpec_PodProcess_) GoString() string

func (*DeploymentSpec_PodProcess_) MarshalTo

func (m *DeploymentSpec_PodProcess_) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_PodProcess_) MarshalToSizedBuffer

func (m *DeploymentSpec_PodProcess_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_PodProcess_) Size

func (m *DeploymentSpec_PodProcess_) Size() (n int)

func (*DeploymentSpec_PodProcess_) String

func (this *DeploymentSpec_PodProcess_) String() string

type DeploymentSpec_SharedObject

type DeploymentSpec_SharedObject struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Upid *UPID  `protobuf:"bytes,2,opt,name=upid,proto3" json:"upid,omitempty"`
}

func (*DeploymentSpec_SharedObject) Descriptor

func (*DeploymentSpec_SharedObject) Descriptor() ([]byte, []int)

func (*DeploymentSpec_SharedObject) Equal

func (this *DeploymentSpec_SharedObject) Equal(that interface{}) bool

func (*DeploymentSpec_SharedObject) GetName

func (m *DeploymentSpec_SharedObject) GetName() string

func (*DeploymentSpec_SharedObject) GetUpid

func (m *DeploymentSpec_SharedObject) GetUpid() *UPID

func (*DeploymentSpec_SharedObject) GoString

func (this *DeploymentSpec_SharedObject) GoString() string

func (*DeploymentSpec_SharedObject) Marshal

func (m *DeploymentSpec_SharedObject) Marshal() (dAtA []byte, err error)

func (*DeploymentSpec_SharedObject) MarshalTo

func (m *DeploymentSpec_SharedObject) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_SharedObject) MarshalToSizedBuffer

func (m *DeploymentSpec_SharedObject) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_SharedObject) ProtoMessage

func (*DeploymentSpec_SharedObject) ProtoMessage()

func (*DeploymentSpec_SharedObject) Reset

func (m *DeploymentSpec_SharedObject) Reset()

func (*DeploymentSpec_SharedObject) Size

func (m *DeploymentSpec_SharedObject) Size() (n int)

func (*DeploymentSpec_SharedObject) String

func (this *DeploymentSpec_SharedObject) String() string

func (*DeploymentSpec_SharedObject) Unmarshal

func (m *DeploymentSpec_SharedObject) Unmarshal(dAtA []byte) error

func (*DeploymentSpec_SharedObject) XXX_DiscardUnknown

func (m *DeploymentSpec_SharedObject) XXX_DiscardUnknown()

func (*DeploymentSpec_SharedObject) XXX_Marshal

func (m *DeploymentSpec_SharedObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeploymentSpec_SharedObject) XXX_Merge

func (m *DeploymentSpec_SharedObject) XXX_Merge(src proto.Message)

func (*DeploymentSpec_SharedObject) XXX_Size

func (m *DeploymentSpec_SharedObject) XXX_Size() int

func (*DeploymentSpec_SharedObject) XXX_Unmarshal

func (m *DeploymentSpec_SharedObject) XXX_Unmarshal(b []byte) error

type DeploymentSpec_SharedObject_

type DeploymentSpec_SharedObject_ struct {
	SharedObject *DeploymentSpec_SharedObject `protobuf:"bytes,2,opt,name=shared_object,json=sharedObject,proto3,oneof" json:"shared_object,omitempty"`
}

func (*DeploymentSpec_SharedObject_) Equal

func (this *DeploymentSpec_SharedObject_) Equal(that interface{}) bool

func (*DeploymentSpec_SharedObject_) GoString

func (this *DeploymentSpec_SharedObject_) GoString() string

func (*DeploymentSpec_SharedObject_) MarshalTo

func (m *DeploymentSpec_SharedObject_) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_SharedObject_) MarshalToSizedBuffer

func (m *DeploymentSpec_SharedObject_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_SharedObject_) Size

func (m *DeploymentSpec_SharedObject_) Size() (n int)

func (*DeploymentSpec_SharedObject_) String

func (this *DeploymentSpec_SharedObject_) String() string

type DeploymentSpec_Upid

type DeploymentSpec_Upid struct {
	Upid *UPID `protobuf:"bytes,1,opt,name=upid,proto3,oneof" json:"upid,omitempty"`
}

func (*DeploymentSpec_Upid) Equal

func (this *DeploymentSpec_Upid) Equal(that interface{}) bool

func (*DeploymentSpec_Upid) GoString

func (this *DeploymentSpec_Upid) GoString() string

func (*DeploymentSpec_Upid) MarshalTo

func (m *DeploymentSpec_Upid) MarshalTo(dAtA []byte) (int, error)

func (*DeploymentSpec_Upid) MarshalToSizedBuffer

func (m *DeploymentSpec_Upid) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeploymentSpec_Upid) Size

func (m *DeploymentSpec_Upid) Size() (n int)

func (*DeploymentSpec_Upid) String

func (this *DeploymentSpec_Upid) String() string

type FunctionLatency

type FunctionLatency struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

func (*FunctionLatency) Descriptor

func (*FunctionLatency) Descriptor() ([]byte, []int)

func (*FunctionLatency) Equal

func (this *FunctionLatency) Equal(that interface{}) bool

func (*FunctionLatency) GetId

func (m *FunctionLatency) GetId() string

func (*FunctionLatency) GoString

func (this *FunctionLatency) GoString() string

func (*FunctionLatency) Marshal

func (m *FunctionLatency) Marshal() (dAtA []byte, err error)

func (*FunctionLatency) MarshalTo

func (m *FunctionLatency) MarshalTo(dAtA []byte) (int, error)

func (*FunctionLatency) MarshalToSizedBuffer

func (m *FunctionLatency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FunctionLatency) ProtoMessage

func (*FunctionLatency) ProtoMessage()

func (*FunctionLatency) Reset

func (m *FunctionLatency) Reset()

func (*FunctionLatency) Size

func (m *FunctionLatency) Size() (n int)

func (*FunctionLatency) String

func (this *FunctionLatency) String() string

func (*FunctionLatency) Unmarshal

func (m *FunctionLatency) Unmarshal(dAtA []byte) error

func (*FunctionLatency) XXX_DiscardUnknown

func (m *FunctionLatency) XXX_DiscardUnknown()

func (*FunctionLatency) XXX_Marshal

func (m *FunctionLatency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FunctionLatency) XXX_Merge

func (m *FunctionLatency) XXX_Merge(src proto.Message)

func (*FunctionLatency) XXX_Size

func (m *FunctionLatency) XXX_Size() int

func (*FunctionLatency) XXX_Unmarshal

func (m *FunctionLatency) XXX_Unmarshal(b []byte) error

type Output

type Output struct {
	Name   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Fields []string `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
}

func (*Output) Descriptor

func (*Output) Descriptor() ([]byte, []int)

func (*Output) Equal

func (this *Output) Equal(that interface{}) bool

func (*Output) GetFields

func (m *Output) GetFields() []string

func (*Output) GetName

func (m *Output) GetName() string

func (*Output) GoString

func (this *Output) GoString() string

func (*Output) Marshal

func (m *Output) Marshal() (dAtA []byte, err error)

func (*Output) MarshalTo

func (m *Output) MarshalTo(dAtA []byte) (int, error)

func (*Output) MarshalToSizedBuffer

func (m *Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Output) ProtoMessage

func (*Output) ProtoMessage()

func (*Output) Reset

func (m *Output) Reset()

func (*Output) Size

func (m *Output) Size() (n int)

func (*Output) String

func (this *Output) String() string

func (*Output) Unmarshal

func (m *Output) Unmarshal(dAtA []byte) error

func (*Output) XXX_DiscardUnknown

func (m *Output) XXX_DiscardUnknown()

func (*Output) XXX_Marshal

func (m *Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Output) XXX_Merge

func (m *Output) XXX_Merge(src proto.Message)

func (*Output) XXX_Size

func (m *Output) XXX_Size() int

func (*Output) XXX_Unmarshal

func (m *Output) XXX_Unmarshal(b []byte) error

type OutputAction

type OutputAction struct {
	OutputName    string   `protobuf:"bytes,1,opt,name=output_name,json=outputName,proto3" json:"output_name,omitempty"`
	VariableNames []string `protobuf:"bytes,2,rep,name=variable_names,json=variableNames,proto3" json:"variable_names,omitempty"`
}

func (*OutputAction) Descriptor

func (*OutputAction) Descriptor() ([]byte, []int)

func (*OutputAction) Equal

func (this *OutputAction) Equal(that interface{}) bool

func (*OutputAction) GetOutputName

func (m *OutputAction) GetOutputName() string

func (*OutputAction) GetVariableNames

func (m *OutputAction) GetVariableNames() []string

func (*OutputAction) GoString

func (this *OutputAction) GoString() string

func (*OutputAction) Marshal

func (m *OutputAction) Marshal() (dAtA []byte, err error)

func (*OutputAction) MarshalTo

func (m *OutputAction) MarshalTo(dAtA []byte) (int, error)

func (*OutputAction) MarshalToSizedBuffer

func (m *OutputAction) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OutputAction) ProtoMessage

func (*OutputAction) ProtoMessage()

func (*OutputAction) Reset

func (m *OutputAction) Reset()

func (*OutputAction) Size

func (m *OutputAction) Size() (n int)

func (*OutputAction) String

func (this *OutputAction) String() string

func (*OutputAction) Unmarshal

func (m *OutputAction) Unmarshal(dAtA []byte) error

func (*OutputAction) XXX_DiscardUnknown

func (m *OutputAction) XXX_DiscardUnknown()

func (*OutputAction) XXX_Marshal

func (m *OutputAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OutputAction) XXX_Merge

func (m *OutputAction) XXX_Merge(src proto.Message)

func (*OutputAction) XXX_Size

func (m *OutputAction) XXX_Size() int

func (*OutputAction) XXX_Unmarshal

func (m *OutputAction) XXX_Unmarshal(b []byte) error

type Probe

type Probe struct {
	Name       string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Tracepoint *Tracepoint    `protobuf:"bytes,2,opt,name=tracepoint,proto3" json:"tracepoint,omitempty"`
	Args       []*Argument    `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	RetVals    []*ReturnValue `protobuf:"bytes,4,rep,name=ret_vals,json=retVals,proto3" json:"ret_vals,omitempty"`
	// Types that are valid to be assigned to FunctionLatencyOneof:
	//
	//	*Probe_FunctionLatency
	FunctionLatencyOneof isProbe_FunctionLatencyOneof `protobuf_oneof:"function_latency_oneof"`
	OutputActions        []*OutputAction              `protobuf:"bytes,6,rep,name=output_actions,json=outputActions,proto3" json:"output_actions,omitempty"`
}

func (*Probe) Descriptor

func (*Probe) Descriptor() ([]byte, []int)

func (*Probe) Equal

func (this *Probe) Equal(that interface{}) bool

func (*Probe) GetArgs

func (m *Probe) GetArgs() []*Argument

func (*Probe) GetFunctionLatency

func (m *Probe) GetFunctionLatency() *FunctionLatency

func (*Probe) GetFunctionLatencyOneof

func (m *Probe) GetFunctionLatencyOneof() isProbe_FunctionLatencyOneof

func (*Probe) GetName

func (m *Probe) GetName() string

func (*Probe) GetOutputActions

func (m *Probe) GetOutputActions() []*OutputAction

func (*Probe) GetRetVals

func (m *Probe) GetRetVals() []*ReturnValue

func (*Probe) GetTracepoint

func (m *Probe) GetTracepoint() *Tracepoint

func (*Probe) GoString

func (this *Probe) GoString() string

func (*Probe) Marshal

func (m *Probe) Marshal() (dAtA []byte, err error)

func (*Probe) MarshalTo

func (m *Probe) MarshalTo(dAtA []byte) (int, error)

func (*Probe) MarshalToSizedBuffer

func (m *Probe) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Probe) ProtoMessage

func (*Probe) ProtoMessage()

func (*Probe) Reset

func (m *Probe) Reset()

func (*Probe) Size

func (m *Probe) Size() (n int)

func (*Probe) String

func (this *Probe) String() string

func (*Probe) Unmarshal

func (m *Probe) Unmarshal(dAtA []byte) error

func (*Probe) XXX_DiscardUnknown

func (m *Probe) XXX_DiscardUnknown()

func (*Probe) XXX_Marshal

func (m *Probe) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Probe) XXX_Merge

func (m *Probe) XXX_Merge(src proto.Message)

func (*Probe) XXX_OneofWrappers

func (*Probe) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Probe) XXX_Size

func (m *Probe) XXX_Size() int

func (*Probe) XXX_Unmarshal

func (m *Probe) XXX_Unmarshal(b []byte) error

type Probe_FunctionLatency

type Probe_FunctionLatency struct {
	FunctionLatency *FunctionLatency `protobuf:"bytes,5,opt,name=function_latency,json=functionLatency,proto3,oneof" json:"function_latency,omitempty"`
}

func (*Probe_FunctionLatency) Equal

func (this *Probe_FunctionLatency) Equal(that interface{}) bool

func (*Probe_FunctionLatency) GoString

func (this *Probe_FunctionLatency) GoString() string

func (*Probe_FunctionLatency) MarshalTo

func (m *Probe_FunctionLatency) MarshalTo(dAtA []byte) (int, error)

func (*Probe_FunctionLatency) MarshalToSizedBuffer

func (m *Probe_FunctionLatency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Probe_FunctionLatency) Size

func (m *Probe_FunctionLatency) Size() (n int)

func (*Probe_FunctionLatency) String

func (this *Probe_FunctionLatency) String() string

type ReturnValue

type ReturnValue struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Expr string `protobuf:"bytes,2,opt,name=expr,proto3" json:"expr,omitempty"`
}

func (*ReturnValue) Descriptor

func (*ReturnValue) Descriptor() ([]byte, []int)

func (*ReturnValue) Equal

func (this *ReturnValue) Equal(that interface{}) bool

func (*ReturnValue) GetExpr

func (m *ReturnValue) GetExpr() string

func (*ReturnValue) GetId

func (m *ReturnValue) GetId() string

func (*ReturnValue) GoString

func (this *ReturnValue) GoString() string

func (*ReturnValue) Marshal

func (m *ReturnValue) Marshal() (dAtA []byte, err error)

func (*ReturnValue) MarshalTo

func (m *ReturnValue) MarshalTo(dAtA []byte) (int, error)

func (*ReturnValue) MarshalToSizedBuffer

func (m *ReturnValue) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReturnValue) ProtoMessage

func (*ReturnValue) ProtoMessage()

func (*ReturnValue) Reset

func (m *ReturnValue) Reset()

func (*ReturnValue) Size

func (m *ReturnValue) Size() (n int)

func (*ReturnValue) String

func (this *ReturnValue) String() string

func (*ReturnValue) Unmarshal

func (m *ReturnValue) Unmarshal(dAtA []byte) error

func (*ReturnValue) XXX_DiscardUnknown

func (m *ReturnValue) XXX_DiscardUnknown()

func (*ReturnValue) XXX_Marshal

func (m *ReturnValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReturnValue) XXX_Merge

func (m *ReturnValue) XXX_Merge(src proto.Message)

func (*ReturnValue) XXX_Size

func (m *ReturnValue) XXX_Size() int

func (*ReturnValue) XXX_Unmarshal

func (m *ReturnValue) XXX_Unmarshal(b []byte) error

type SelectorType

type SelectorType int32
const (
	NO_CONDITION SelectorType = 0
	MAX_KERNEL   SelectorType = 1
	MIN_KERNEL   SelectorType = 2
	HOST_NAME    SelectorType = 3
)

func (SelectorType) EnumDescriptor

func (SelectorType) EnumDescriptor() ([]byte, []int)

func (SelectorType) String

func (x SelectorType) String() string

type Tracepoint

type Tracepoint struct {
	Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
}

func (*Tracepoint) Descriptor

func (*Tracepoint) Descriptor() ([]byte, []int)

func (*Tracepoint) Equal

func (this *Tracepoint) Equal(that interface{}) bool

func (*Tracepoint) GetSymbol

func (m *Tracepoint) GetSymbol() string

func (*Tracepoint) GoString

func (this *Tracepoint) GoString() string

func (*Tracepoint) Marshal

func (m *Tracepoint) Marshal() (dAtA []byte, err error)

func (*Tracepoint) MarshalTo

func (m *Tracepoint) MarshalTo(dAtA []byte) (int, error)

func (*Tracepoint) MarshalToSizedBuffer

func (m *Tracepoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Tracepoint) ProtoMessage

func (*Tracepoint) ProtoMessage()

func (*Tracepoint) Reset

func (m *Tracepoint) Reset()

func (*Tracepoint) Size

func (m *Tracepoint) Size() (n int)

func (*Tracepoint) String

func (this *Tracepoint) String() string

func (*Tracepoint) Unmarshal

func (m *Tracepoint) Unmarshal(dAtA []byte) error

func (*Tracepoint) XXX_DiscardUnknown

func (m *Tracepoint) XXX_DiscardUnknown()

func (*Tracepoint) XXX_Marshal

func (m *Tracepoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Tracepoint) XXX_Merge

func (m *Tracepoint) XXX_Merge(src proto.Message)

func (*Tracepoint) XXX_Size

func (m *Tracepoint) XXX_Size() int

func (*Tracepoint) XXX_Unmarshal

func (m *Tracepoint) XXX_Unmarshal(b []byte) error

type TracepointDeployment

type TracepointDeployment struct {
	Name           string                                    `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	TTL            *types.Duration                           `protobuf:"bytes,2,opt,name=ttl,proto3" json:"ttl,omitempty"`
	DeploymentSpec *DeploymentSpec                           `protobuf:"bytes,3,opt,name=deployment_spec,json=deploymentSpec,proto3" json:"deployment_spec,omitempty"`
	Programs       []*TracepointDeployment_TracepointProgram `protobuf:"bytes,4,rep,name=programs,proto3" json:"programs,omitempty"`
}

func (*TracepointDeployment) Descriptor

func (*TracepointDeployment) Descriptor() ([]byte, []int)

func (*TracepointDeployment) Equal

func (this *TracepointDeployment) Equal(that interface{}) bool

func (*TracepointDeployment) GetDeploymentSpec

func (m *TracepointDeployment) GetDeploymentSpec() *DeploymentSpec

func (*TracepointDeployment) GetName

func (m *TracepointDeployment) GetName() string

func (*TracepointDeployment) GetPrograms

func (*TracepointDeployment) GetTTL

func (m *TracepointDeployment) GetTTL() *types.Duration

func (*TracepointDeployment) GoString

func (this *TracepointDeployment) GoString() string

func (*TracepointDeployment) Marshal

func (m *TracepointDeployment) Marshal() (dAtA []byte, err error)

func (*TracepointDeployment) MarshalTo

func (m *TracepointDeployment) MarshalTo(dAtA []byte) (int, error)

func (*TracepointDeployment) MarshalToSizedBuffer

func (m *TracepointDeployment) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointDeployment) ProtoMessage

func (*TracepointDeployment) ProtoMessage()

func (*TracepointDeployment) Reset

func (m *TracepointDeployment) Reset()

func (*TracepointDeployment) Size

func (m *TracepointDeployment) Size() (n int)

func (*TracepointDeployment) String

func (this *TracepointDeployment) String() string

func (*TracepointDeployment) Unmarshal

func (m *TracepointDeployment) Unmarshal(dAtA []byte) error

func (*TracepointDeployment) XXX_DiscardUnknown

func (m *TracepointDeployment) XXX_DiscardUnknown()

func (*TracepointDeployment) XXX_Marshal

func (m *TracepointDeployment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TracepointDeployment) XXX_Merge

func (m *TracepointDeployment) XXX_Merge(src proto.Message)

func (*TracepointDeployment) XXX_Size

func (m *TracepointDeployment) XXX_Size() int

func (*TracepointDeployment) XXX_Unmarshal

func (m *TracepointDeployment) XXX_Unmarshal(b []byte) error

type TracepointDeployment_TracepointProgram

type TracepointDeployment_TracepointProgram struct {
	TableName string                `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	Spec      *TracepointSpec       `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	BPFTrace  *BPFTrace             `protobuf:"bytes,3,opt,name=bpftrace,proto3" json:"bpftrace,omitempty"`
	Selectors []*TracepointSelector `protobuf:"bytes,4,rep,name=selectors,proto3" json:"selectors,omitempty"`
}

func (*TracepointDeployment_TracepointProgram) Descriptor

func (*TracepointDeployment_TracepointProgram) Descriptor() ([]byte, []int)

func (*TracepointDeployment_TracepointProgram) Equal

func (this *TracepointDeployment_TracepointProgram) Equal(that interface{}) bool

func (*TracepointDeployment_TracepointProgram) GetBPFTrace

func (*TracepointDeployment_TracepointProgram) GetSelectors

func (*TracepointDeployment_TracepointProgram) GetSpec

func (*TracepointDeployment_TracepointProgram) GetTableName

func (*TracepointDeployment_TracepointProgram) GoString

func (*TracepointDeployment_TracepointProgram) Marshal

func (m *TracepointDeployment_TracepointProgram) Marshal() (dAtA []byte, err error)

func (*TracepointDeployment_TracepointProgram) MarshalTo

func (m *TracepointDeployment_TracepointProgram) MarshalTo(dAtA []byte) (int, error)

func (*TracepointDeployment_TracepointProgram) MarshalToSizedBuffer

func (m *TracepointDeployment_TracepointProgram) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointDeployment_TracepointProgram) ProtoMessage

func (*TracepointDeployment_TracepointProgram) Reset

func (*TracepointDeployment_TracepointProgram) Size

func (*TracepointDeployment_TracepointProgram) String

func (*TracepointDeployment_TracepointProgram) Unmarshal

func (m *TracepointDeployment_TracepointProgram) Unmarshal(dAtA []byte) error

func (*TracepointDeployment_TracepointProgram) XXX_DiscardUnknown

func (m *TracepointDeployment_TracepointProgram) XXX_DiscardUnknown()

func (*TracepointDeployment_TracepointProgram) XXX_Marshal

func (m *TracepointDeployment_TracepointProgram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TracepointDeployment_TracepointProgram) XXX_Merge

func (*TracepointDeployment_TracepointProgram) XXX_Size

func (*TracepointDeployment_TracepointProgram) XXX_Unmarshal

func (m *TracepointDeployment_TracepointProgram) XXX_Unmarshal(b []byte) error

type TracepointSelector

type TracepointSelector struct {
	SelectorType SelectorType `` /* 161-byte string literal not displayed */
	Value        string       `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*TracepointSelector) Descriptor

func (*TracepointSelector) Descriptor() ([]byte, []int)

func (*TracepointSelector) Equal

func (this *TracepointSelector) Equal(that interface{}) bool

func (*TracepointSelector) GetSelectorType

func (m *TracepointSelector) GetSelectorType() SelectorType

func (*TracepointSelector) GetValue

func (m *TracepointSelector) GetValue() string

func (*TracepointSelector) GoString

func (this *TracepointSelector) GoString() string

func (*TracepointSelector) Marshal

func (m *TracepointSelector) Marshal() (dAtA []byte, err error)

func (*TracepointSelector) MarshalTo

func (m *TracepointSelector) MarshalTo(dAtA []byte) (int, error)

func (*TracepointSelector) MarshalToSizedBuffer

func (m *TracepointSelector) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointSelector) ProtoMessage

func (*TracepointSelector) ProtoMessage()

func (*TracepointSelector) Reset

func (m *TracepointSelector) Reset()

func (*TracepointSelector) Size

func (m *TracepointSelector) Size() (n int)

func (*TracepointSelector) String

func (this *TracepointSelector) String() string

func (*TracepointSelector) Unmarshal

func (m *TracepointSelector) Unmarshal(dAtA []byte) error

func (*TracepointSelector) XXX_DiscardUnknown

func (m *TracepointSelector) XXX_DiscardUnknown()

func (*TracepointSelector) XXX_Marshal

func (m *TracepointSelector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TracepointSelector) XXX_Merge

func (m *TracepointSelector) XXX_Merge(src proto.Message)

func (*TracepointSelector) XXX_Size

func (m *TracepointSelector) XXX_Size() int

func (*TracepointSelector) XXX_Unmarshal

func (m *TracepointSelector) XXX_Unmarshal(b []byte) error

type TracepointSpec

type TracepointSpec struct {
	Outputs []*Output `protobuf:"bytes,1,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Probe   *Probe    `protobuf:"bytes,2,opt,name=probe,proto3" json:"probe,omitempty"`
}

func (*TracepointSpec) Descriptor

func (*TracepointSpec) Descriptor() ([]byte, []int)

func (*TracepointSpec) Equal

func (this *TracepointSpec) Equal(that interface{}) bool

func (*TracepointSpec) GetOutputs

func (m *TracepointSpec) GetOutputs() []*Output

func (*TracepointSpec) GetProbe

func (m *TracepointSpec) GetProbe() *Probe

func (*TracepointSpec) GoString

func (this *TracepointSpec) GoString() string

func (*TracepointSpec) Marshal

func (m *TracepointSpec) Marshal() (dAtA []byte, err error)

func (*TracepointSpec) MarshalTo

func (m *TracepointSpec) MarshalTo(dAtA []byte) (int, error)

func (*TracepointSpec) MarshalToSizedBuffer

func (m *TracepointSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TracepointSpec) ProtoMessage

func (*TracepointSpec) ProtoMessage()

func (*TracepointSpec) Reset

func (m *TracepointSpec) Reset()

func (*TracepointSpec) Size

func (m *TracepointSpec) Size() (n int)

func (*TracepointSpec) String

func (this *TracepointSpec) String() string

func (*TracepointSpec) Unmarshal

func (m *TracepointSpec) Unmarshal(dAtA []byte) error

func (*TracepointSpec) XXX_DiscardUnknown

func (m *TracepointSpec) XXX_DiscardUnknown()

func (*TracepointSpec) XXX_Marshal

func (m *TracepointSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TracepointSpec) XXX_Merge

func (m *TracepointSpec) XXX_Merge(src proto.Message)

func (*TracepointSpec) XXX_Size

func (m *TracepointSpec) XXX_Size() int

func (*TracepointSpec) XXX_Unmarshal

func (m *TracepointSpec) XXX_Unmarshal(b []byte) error

type UPID

type UPID struct {
	Asid uint32 `protobuf:"varint,1,opt,name=asid,proto3" json:"asid,omitempty"`
	Pid  uint32 `protobuf:"varint,2,opt,name=pid,proto3" json:"pid,omitempty"`
	TsNs uint64 `protobuf:"varint,3,opt,name=ts_ns,json=tsNs,proto3" json:"ts_ns,omitempty"`
}

func (*UPID) Descriptor

func (*UPID) Descriptor() ([]byte, []int)

func (*UPID) Equal

func (this *UPID) Equal(that interface{}) bool

func (*UPID) GetAsid

func (m *UPID) GetAsid() uint32

func (*UPID) GetPid

func (m *UPID) GetPid() uint32

func (*UPID) GetTsNs

func (m *UPID) GetTsNs() uint64

func (*UPID) GoString

func (this *UPID) GoString() string

func (*UPID) Marshal

func (m *UPID) Marshal() (dAtA []byte, err error)

func (*UPID) MarshalTo

func (m *UPID) MarshalTo(dAtA []byte) (int, error)

func (*UPID) MarshalToSizedBuffer

func (m *UPID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UPID) ProtoMessage

func (*UPID) ProtoMessage()

func (*UPID) Reset

func (m *UPID) Reset()

func (*UPID) Size

func (m *UPID) Size() (n int)

func (*UPID) String

func (this *UPID) String() string

func (*UPID) Unmarshal

func (m *UPID) Unmarshal(dAtA []byte) error

func (*UPID) XXX_DiscardUnknown

func (m *UPID) XXX_DiscardUnknown()

func (*UPID) XXX_Marshal

func (m *UPID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UPID) XXX_Merge

func (m *UPID) XXX_Merge(src proto.Message)

func (*UPID) XXX_Size

func (m *UPID) XXX_Size() int

func (*UPID) XXX_Unmarshal

func (m *UPID) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL