()
| 105 | } |
| 106 | |
| 107 | func (this *PointArg) ReadMore() bool { |
| 108 | return this.PointType == EBPF_SYS_ALL || this.PointType == this.GroupType |
| 109 | } |
| 110 | |
| 111 | func (this *PointArg) Parse(ptr uint64, buf *bytes.Buffer, point_type uint32) string { |
| 112 | parse_more := false |
no outgoing calls
no test coverage detected