scheduler

package
v0.0.0-...-4873205 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: GPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CbId

type CbId struct {
	Idx uint32
	Val uint32
}

type CnMsg

type CnMsg struct {
	Id   CbId
	Seq  uint32
	Ack  uint32
	Len  uint16
	Flag uint16
}

type CommEvent

type CommEvent struct {
	ProcessPid  uint32
	ProcessTgid uint32
	Buf         [16]byte
}

comm event

type ExecProcEvent

type ExecProcEvent struct {
	ProcPid  uint32
	ProcTGid uint32
}

exec proc event

type ExitProcEvent

type ExitProcEvent struct {
	ProcessPid  uint32
	ProcessTgid uint32
	ExitCode    uint32
	ExitSignal  uint32
}

exit proc event

type ForkProcEvent

type ForkProcEvent struct {
	ParentPid  uint32
	ParentTGid uint32
	ChildPid   uint32
	ChildTGid  uint32
}

fork proc event

type IdProcEvent

type IdProcEvent struct {
	ProcPid  uint32
	ProcTGid uint32
}

id proc event

type Module

type Module struct {
	*loader.ModuleBase
}

func (*Module) GetDependencies

func (m *Module) GetDependencies() []string

func (*Module) Start

func (m *Module) Start() error

func (*Module) Stop

func (m *Module) Stop() error

type ProcEventHeader

type ProcEventHeader struct {
	What      uint32
	CPU       uint32
	Timestamp uint64
}

ProcEventHeader corresponds to proc_event in cn_proc.h

Jump to

Keyboard shortcuts

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