MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / AddPointArg

Method AddPointArg

user/config/iconfig.go:48–56  ·  view source on GitHub ↗
(point_arg *PointArg)

Source from the content-addressed store, hash-verified

46}
47
48func (this *SyscallPointOpKeyConfig) AddPointArg(point_arg *PointArg) {
49 for _, op_key := range point_arg.GetOpList() {
50 this.OpKeyList[this.OpCount] = op_key
51 this.OpCount++
52 if this.OpCount == uint32(len(this.OpKeyList)) {
53 panic("SyscallPointOpKeyConfig->AddPointArg failed, need increase max op count")
54 }
55 }
56}
57func (this *UprobePointOpKeyConfig) AddPointArg(point_arg *PointArg) {
58 for _, op_key := range point_arg.GetOpList() {
59 this.OpKeyList[this.OpCount] = op_key

Callers 2

GetEnterConfigMethod · 0.95
GetExitConfigMethod · 0.95

Calls 1

GetOpListMethod · 0.65

Tested by

no test coverage detected