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

Interface IEventStruct

user/event/ievent.go:28–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type IEventStruct interface {
29 String() string
30 Clone() IEventStruct
31 GetUUID() string
32 RecordType() uint32
33 GetEventId() uint32
34 DumpRecord() bool
35 ParseEvent() (IEventStruct, error)
36 ParseContext() error
37 SetLogger(logger *log.Logger)
38 SetConf(conf config.IConfig)
39 SetRecord(rec perf.Record)
40}
41
42type CommonEvent struct {
43 mconf *config.ModuleConfig

Callers 34

setupManagerMethod · 0.65
readEventsMethod · 0.65
getExtraOptionsMethod · 0.65
perfEventReaderMethod · 0.65
PrePareMethod · 0.65
ParseDumpMethod · 0.65
FormatMethod · 0.65
parserEventMethod · 0.65
FindLibMethod · 0.65
CloneMapsMethod · 0.65
parserEventMethod · 0.65
dispatchMethod · 0.65

Implementers 1

CommonEventuser/event/ievent.go

Calls

no outgoing calls

Tested by

no test coverage detected