()
| 19 | } |
| 20 | |
| 21 | func (this *SyscallEvent) DumpRecord() bool { |
| 22 | return this.mconf.DumpRecord(common.SYSCALL_EVENT, &this.rec) |
| 23 | } |
| 24 | |
| 25 | func (this *SyscallEvent) ParseEvent() (IEventStruct, error) { |
| 26 | data_e, err := this.ContextEvent.ParseEvent() |
nothing calls this directly
no test coverage detected