sharedpb

package
v0.0.0-...-8540621 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthShared        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowShared          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupShared = fmt.Errorf("proto: unexpected end of group")
)
View Source
var BPFHelper_name = map[int32]string{
	0: "GOID",
	1: "TGID",
	2: "TGID_PID",
	3: "TGID_START_TIME",
	4: "KTIME",
}
View Source
var BPFHelper_value = map[string]int32{
	"GOID":            0,
	"TGID":            1,
	"TGID_PID":        2,
	"TGID_START_TIME": 3,
	"KTIME":           4,
}
View Source
var Condition_Op_name = map[int32]string{
	0: "NIL",
	1: "EQUAL",
}
View Source
var Condition_Op_value = map[string]int32{
	"NIL":   0,
	"EQUAL": 1,
}
View Source
var Language_name = map[int32]string{
	0: "LANG_UNKNOWN",
	1: "C",
	2: "CPP",
	3: "GOLANG",
}
View Source
var Language_value = map[string]int32{
	"LANG_UNKNOWN": 0,
	"C":            1,
	"CPP":          2,
	"GOLANG":       3,
}
View Source
var ScalarType_name = map[int32]string{
	0:    "UNKNOWN",
	100:  "BOOL",
	200:  "SHORT",
	201:  "USHORT",
	202:  "INT",
	203:  "UINT",
	204:  "LONG",
	205:  "ULONG",
	206:  "LONGLONG",
	207:  "ULONGLONG",
	300:  "INT8",
	301:  "INT16",
	302:  "INT32",
	303:  "INT64",
	304:  "UINT8",
	305:  "UINT16",
	306:  "UINT32",
	307:  "UINT64",
	400:  "CHAR",
	401:  "UCHAR",
	500:  "FLOAT",
	501:  "DOUBLE",
	900:  "VOID_POINTER",
	1000: "STRING",
	1001: "BYTE_ARRAY",
	1100: "STRUCT_BLOB",
}
View Source
var ScalarType_value = map[string]int32{
	"UNKNOWN":      0,
	"BOOL":         100,
	"SHORT":        200,
	"USHORT":       201,
	"INT":          202,
	"UINT":         203,
	"LONG":         204,
	"ULONG":        205,
	"LONGLONG":     206,
	"ULONGLONG":    207,
	"INT8":         300,
	"INT16":        301,
	"INT32":        302,
	"INT64":        303,
	"UINT8":        304,
	"UINT16":       305,
	"UINT32":       306,
	"UINT64":       307,
	"CHAR":         400,
	"UCHAR":        401,
	"FLOAT":        500,
	"DOUBLE":       501,
	"VOID_POINTER": 900,
	"STRING":       1000,
	"BYTE_ARRAY":   1001,
	"STRUCT_BLOB":  1100,
}
View Source
var Tracepoint_Type_name = map[int32]string{
	0: "LOGICAL",
	1: "ENTRY",
	2: "RETURN",
}
View Source
var Tracepoint_Type_value = map[string]int32{
	"LOGICAL": 0,
	"ENTRY":   1,
	"RETURN":  2,
}

Functions

This section is empty.

Types

type BPFHelper

type BPFHelper int32
const (
	GOID            BPFHelper = 0
	TGID            BPFHelper = 1
	TGID_PID        BPFHelper = 2
	TGID_START_TIME BPFHelper = 3
	KTIME           BPFHelper = 4
)

func (BPFHelper) EnumDescriptor

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

func (BPFHelper) String

func (x BPFHelper) String() string

type BinaryPathList

type BinaryPathList struct {
	Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
}

func (*BinaryPathList) Descriptor

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

func (*BinaryPathList) Equal

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

func (*BinaryPathList) GetPaths

func (m *BinaryPathList) GetPaths() []string

func (*BinaryPathList) GoString

func (this *BinaryPathList) GoString() string

func (*BinaryPathList) Marshal

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

func (*BinaryPathList) MarshalTo

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

func (*BinaryPathList) MarshalToSizedBuffer

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

func (*BinaryPathList) ProtoMessage

func (*BinaryPathList) ProtoMessage()

func (*BinaryPathList) Reset

func (m *BinaryPathList) Reset()

func (*BinaryPathList) Size

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

func (*BinaryPathList) String

func (this *BinaryPathList) String() string

func (*BinaryPathList) Unmarshal

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

func (*BinaryPathList) XXX_DiscardUnknown

func (m *BinaryPathList) XXX_DiscardUnknown()

func (*BinaryPathList) XXX_Marshal

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

func (*BinaryPathList) XXX_Merge

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

func (*BinaryPathList) XXX_Size

func (m *BinaryPathList) XXX_Size() int

func (*BinaryPathList) XXX_Unmarshal

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

type Condition

type Condition struct {
	Op   Condition_Op `protobuf:"varint,1,opt,name=op,proto3,enum=px.stirling.dynamic_tracing.ir.shared.Condition_Op" json:"op,omitempty"`
	Vars []string     `protobuf:"bytes,2,rep,name=vars,proto3" json:"vars,omitempty"`
}

func (*Condition) Descriptor

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

func (*Condition) Equal

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

func (*Condition) GetOp

func (m *Condition) GetOp() Condition_Op

func (*Condition) GetVars

func (m *Condition) GetVars() []string

func (*Condition) GoString

func (this *Condition) GoString() string

func (*Condition) Marshal

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

func (*Condition) MarshalTo

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

func (*Condition) MarshalToSizedBuffer

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

func (*Condition) ProtoMessage

func (*Condition) ProtoMessage()

func (*Condition) Reset

func (m *Condition) Reset()

func (*Condition) Size

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

func (*Condition) String

func (this *Condition) String() string

func (*Condition) Unmarshal

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

func (*Condition) XXX_DiscardUnknown

func (m *Condition) XXX_DiscardUnknown()

func (*Condition) XXX_Marshal

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

func (*Condition) XXX_Merge

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

func (*Condition) XXX_Size

func (m *Condition) XXX_Size() int

func (*Condition) XXX_Unmarshal

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

type Condition_Op

type Condition_Op int32
const (
	NIL   Condition_Op = 0
	EQUAL Condition_Op = 1
)

func (Condition_Op) EnumDescriptor

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

func (Condition_Op) String

func (x Condition_Op) String() string

type DeploymentSpec

type DeploymentSpec struct {
	// Types that are valid to be assigned to TargetOneof:
	//
	//	*DeploymentSpec_PathList
	//	*DeploymentSpec_UpidList
	//	*DeploymentSpec_SharedObject_
	//	*DeploymentSpec_PodProcess_
	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) GetPathList

func (m *DeploymentSpec) GetPathList() *BinaryPathList

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) GetUpidList

func (m *DeploymentSpec) GetUpidList() *UPIDList

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_PathList

type DeploymentSpec_PathList struct {
	PathList *BinaryPathList `protobuf:"bytes,1,opt,name=path_list,json=pathList,proto3,oneof" json:"path_list,omitempty"`
}

func (*DeploymentSpec_PathList) Equal

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

func (*DeploymentSpec_PathList) GoString

func (this *DeploymentSpec_PathList) GoString() string

func (*DeploymentSpec_PathList) MarshalTo

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

func (*DeploymentSpec_PathList) MarshalToSizedBuffer

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

func (*DeploymentSpec_PathList) Size

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

func (*DeploymentSpec_PathList) String

func (this *DeploymentSpec_PathList) 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,10,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,8,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_UpidList

type DeploymentSpec_UpidList struct {
	UpidList *UPIDList `protobuf:"bytes,3,opt,name=upid_list,json=upidList,proto3,oneof" json:"upid_list,omitempty"`
}

func (*DeploymentSpec_UpidList) Equal

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

func (*DeploymentSpec_UpidList) GoString

func (this *DeploymentSpec_UpidList) GoString() string

func (*DeploymentSpec_UpidList) MarshalTo

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

func (*DeploymentSpec_UpidList) MarshalToSizedBuffer

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

func (*DeploymentSpec_UpidList) Size

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

func (*DeploymentSpec_UpidList) String

func (this *DeploymentSpec_UpidList) 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 Language

type Language int32
const (
	LANG_UNKNOWN Language = 0
	C            Language = 1
	CPP          Language = 2
	GOLANG       Language = 3
)

func (Language) EnumDescriptor

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

func (Language) String

func (x Language) String() string

type Map

type Map struct {
	Name      string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	KeyType   *VariableType `protobuf:"bytes,2,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	ValueType *VariableType `protobuf:"bytes,3,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
}

func (*Map) Descriptor

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

func (*Map) Equal

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

func (*Map) GetKeyType

func (m *Map) GetKeyType() *VariableType

func (*Map) GetName

func (m *Map) GetName() string

func (*Map) GetValueType

func (m *Map) GetValueType() *VariableType

func (*Map) GoString

func (this *Map) GoString() string

func (*Map) Marshal

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

func (*Map) MarshalTo

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

func (*Map) MarshalToSizedBuffer

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

func (*Map) ProtoMessage

func (*Map) ProtoMessage()

func (*Map) Reset

func (m *Map) Reset()

func (*Map) Size

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

func (*Map) String

func (this *Map) String() string

func (*Map) Unmarshal

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

func (*Map) XXX_DiscardUnknown

func (m *Map) XXX_DiscardUnknown()

func (*Map) XXX_Marshal

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

func (*Map) XXX_Merge

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

func (*Map) XXX_Size

func (m *Map) XXX_Size() int

func (*Map) XXX_Unmarshal

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

type Printk

type Printk struct {
	// Types that are valid to be assigned to ContentOneof:
	//
	//	*Printk_Text
	//	*Printk_Scalar
	ContentOneof isPrintk_ContentOneof `protobuf_oneof:"content_oneof"`
}

func (*Printk) Descriptor

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

func (*Printk) Equal

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

func (*Printk) GetContentOneof

func (m *Printk) GetContentOneof() isPrintk_ContentOneof

func (*Printk) GetScalar

func (m *Printk) GetScalar() string

func (*Printk) GetText

func (m *Printk) GetText() string

func (*Printk) GoString

func (this *Printk) GoString() string

func (*Printk) Marshal

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

func (*Printk) MarshalTo

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

func (*Printk) MarshalToSizedBuffer

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

func (*Printk) ProtoMessage

func (*Printk) ProtoMessage()

func (*Printk) Reset

func (m *Printk) Reset()

func (*Printk) Size

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

func (*Printk) String

func (this *Printk) String() string

func (*Printk) Unmarshal

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

func (*Printk) XXX_DiscardUnknown

func (m *Printk) XXX_DiscardUnknown()

func (*Printk) XXX_Marshal

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

func (*Printk) XXX_Merge

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

func (*Printk) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*Printk) XXX_Size

func (m *Printk) XXX_Size() int

func (*Printk) XXX_Unmarshal

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

type Printk_Scalar

type Printk_Scalar struct {
	Scalar string `protobuf:"bytes,2,opt,name=scalar,proto3,oneof" json:"scalar,omitempty"`
}

func (*Printk_Scalar) Equal

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

func (*Printk_Scalar) GoString

func (this *Printk_Scalar) GoString() string

func (*Printk_Scalar) MarshalTo

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

func (*Printk_Scalar) MarshalToSizedBuffer

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

func (*Printk_Scalar) Size

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

func (*Printk_Scalar) String

func (this *Printk_Scalar) String() string

type Printk_Text

type Printk_Text struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3,oneof" json:"text,omitempty"`
}

func (*Printk_Text) Equal

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

func (*Printk_Text) GoString

func (this *Printk_Text) GoString() string

func (*Printk_Text) MarshalTo

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

func (*Printk_Text) MarshalToSizedBuffer

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

func (*Printk_Text) Size

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

func (*Printk_Text) String

func (this *Printk_Text) String() string

type ScalarType

type ScalarType int32
const (
	UNKNOWN      ScalarType = 0
	BOOL         ScalarType = 100
	SHORT        ScalarType = 200
	USHORT       ScalarType = 201
	INT          ScalarType = 202
	UINT         ScalarType = 203
	LONG         ScalarType = 204
	ULONG        ScalarType = 205
	LONGLONG     ScalarType = 206
	ULONGLONG    ScalarType = 207
	INT8         ScalarType = 300
	INT16        ScalarType = 301
	INT32        ScalarType = 302
	INT64        ScalarType = 303
	UINT8        ScalarType = 304
	UINT16       ScalarType = 305
	UINT32       ScalarType = 306
	UINT64       ScalarType = 307
	CHAR         ScalarType = 400
	UCHAR        ScalarType = 401
	FLOAT        ScalarType = 500
	DOUBLE       ScalarType = 501
	VOID_POINTER ScalarType = 900
	STRING       ScalarType = 1000
	BYTE_ARRAY   ScalarType = 1001
	STRUCT_BLOB  ScalarType = 1100
)

func (ScalarType) EnumDescriptor

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

func (ScalarType) String

func (x ScalarType) String() string

type Tracepoint

type Tracepoint struct {
	Function *Tracepoint_Function `protobuf:"bytes,3,opt,name=function,proto3" json:"function,omitempty"`
	Symbol   string               `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Type     Tracepoint_Type      `protobuf:"varint,2,opt,name=type,proto3,enum=px.stirling.dynamic_tracing.ir.shared.Tracepoint_Type" json:"type,omitempty"`
}

func (*Tracepoint) Descriptor

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

func (*Tracepoint) Equal

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

func (*Tracepoint) GetFunction

func (m *Tracepoint) GetFunction() *Tracepoint_Function

func (*Tracepoint) GetSymbol

func (m *Tracepoint) GetSymbol() string

func (*Tracepoint) GetType

func (m *Tracepoint) GetType() Tracepoint_Type

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 Tracepoint_Function

type Tracepoint_Function struct {
	Name       string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ParamTypes []string `protobuf:"bytes,2,rep,name=param_types,json=paramTypes,proto3" json:"param_types,omitempty"`
}

func (*Tracepoint_Function) Descriptor

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

func (*Tracepoint_Function) Equal

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

func (*Tracepoint_Function) GetName

func (m *Tracepoint_Function) GetName() string

func (*Tracepoint_Function) GetParamTypes

func (m *Tracepoint_Function) GetParamTypes() []string

func (*Tracepoint_Function) GoString

func (this *Tracepoint_Function) GoString() string

func (*Tracepoint_Function) Marshal

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

func (*Tracepoint_Function) MarshalTo

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

func (*Tracepoint_Function) MarshalToSizedBuffer

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

func (*Tracepoint_Function) ProtoMessage

func (*Tracepoint_Function) ProtoMessage()

func (*Tracepoint_Function) Reset

func (m *Tracepoint_Function) Reset()

func (*Tracepoint_Function) Size

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

func (*Tracepoint_Function) String

func (this *Tracepoint_Function) String() string

func (*Tracepoint_Function) Unmarshal

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

func (*Tracepoint_Function) XXX_DiscardUnknown

func (m *Tracepoint_Function) XXX_DiscardUnknown()

func (*Tracepoint_Function) XXX_Marshal

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

func (*Tracepoint_Function) XXX_Merge

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

func (*Tracepoint_Function) XXX_Size

func (m *Tracepoint_Function) XXX_Size() int

func (*Tracepoint_Function) XXX_Unmarshal

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

type Tracepoint_Type

type Tracepoint_Type int32
const (
	LOGICAL Tracepoint_Type = 0
	ENTRY   Tracepoint_Type = 1
	RETURN  Tracepoint_Type = 2
)

func (Tracepoint_Type) EnumDescriptor

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

func (Tracepoint_Type) String

func (x Tracepoint_Type) String() string

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

type UPIDList

type UPIDList struct {
	Upids []*UPID `protobuf:"bytes,1,rep,name=upids,proto3" json:"upids,omitempty"`
}

func (*UPIDList) Descriptor

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

func (*UPIDList) Equal

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

func (*UPIDList) GetUpids

func (m *UPIDList) GetUpids() []*UPID

func (*UPIDList) GoString

func (this *UPIDList) GoString() string

func (*UPIDList) Marshal

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

func (*UPIDList) MarshalTo

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

func (*UPIDList) MarshalToSizedBuffer

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

func (*UPIDList) ProtoMessage

func (*UPIDList) ProtoMessage()

func (*UPIDList) Reset

func (m *UPIDList) Reset()

func (*UPIDList) Size

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

func (*UPIDList) String

func (this *UPIDList) String() string

func (*UPIDList) Unmarshal

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

func (*UPIDList) XXX_DiscardUnknown

func (m *UPIDList) XXX_DiscardUnknown()

func (*UPIDList) XXX_Marshal

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

func (*UPIDList) XXX_Merge

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

func (*UPIDList) XXX_Size

func (m *UPIDList) XXX_Size() int

func (*UPIDList) XXX_Unmarshal

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

type VariableType

type VariableType struct {
	// Types that are valid to be assigned to TypeOneof:
	//
	//	*VariableType_Scalar
	//	*VariableType_StructType
	TypeOneof isVariableType_TypeOneof `protobuf_oneof:"type_oneof"`
}

func (*VariableType) Descriptor

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

func (*VariableType) Equal

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

func (*VariableType) GetScalar

func (m *VariableType) GetScalar() ScalarType

func (*VariableType) GetStructType

func (m *VariableType) GetStructType() string

func (*VariableType) GetTypeOneof

func (m *VariableType) GetTypeOneof() isVariableType_TypeOneof

func (*VariableType) GoString

func (this *VariableType) GoString() string

func (*VariableType) Marshal

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

func (*VariableType) MarshalTo

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

func (*VariableType) MarshalToSizedBuffer

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

func (*VariableType) ProtoMessage

func (*VariableType) ProtoMessage()

func (*VariableType) Reset

func (m *VariableType) Reset()

func (*VariableType) Size

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

func (*VariableType) String

func (this *VariableType) String() string

func (*VariableType) Unmarshal

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

func (*VariableType) XXX_DiscardUnknown

func (m *VariableType) XXX_DiscardUnknown()

func (*VariableType) XXX_Marshal

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

func (*VariableType) XXX_Merge

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

func (*VariableType) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*VariableType) XXX_Size

func (m *VariableType) XXX_Size() int

func (*VariableType) XXX_Unmarshal

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

type VariableType_Scalar

type VariableType_Scalar struct {
	Scalar ScalarType `` /* 126-byte string literal not displayed */
}

func (*VariableType_Scalar) Equal

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

func (*VariableType_Scalar) GoString

func (this *VariableType_Scalar) GoString() string

func (*VariableType_Scalar) MarshalTo

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

func (*VariableType_Scalar) MarshalToSizedBuffer

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

func (*VariableType_Scalar) Size

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

func (*VariableType_Scalar) String

func (this *VariableType_Scalar) String() string

type VariableType_StructType

type VariableType_StructType struct {
	StructType string `protobuf:"bytes,3,opt,name=struct_type,json=structType,proto3,oneof" json:"struct_type,omitempty"`
}

func (*VariableType_StructType) Equal

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

func (*VariableType_StructType) GoString

func (this *VariableType_StructType) GoString() string

func (*VariableType_StructType) MarshalTo

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

func (*VariableType_StructType) MarshalToSizedBuffer

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

func (*VariableType_StructType) Size

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

func (*VariableType_StructType) String

func (this *VariableType_StructType) String() string

Jump to

Keyboard shortcuts

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