models

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2025 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueuedTask

type QueuedTask struct {
	Pid            int32  // pid that uniquely identifies a task
	Cpu            int32  // CPU where the task is running
	NrCpusAllowed  uint64 // Number of CPUs that the task can use
	Flags          uint64 // task enqueue flags
	StartTs        uint64 // Timestamp since last time the task ran on a CPU
	StopTs         uint64 // Timestamp since last time the task released a CPU
	SumExecRuntime uint64 // Total cpu time
	Weight         uint64 // Task static priority
	Vtime          uint64 // Current vruntime
	Tgid           int32  // Task group id
}

Task queued for scheduling from the BPF component (see bpf_intf::queued_task_ctx).

Jump to

Keyboard shortcuts

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