Skip to main content

Module events

Module events 

Source
Expand description

Event type definitions for profiling data

These types represent the raw events collected by eBPF programs and processed by the agent.

Structs§

CpuSample
CPU profiling sample event
GpuKernelEvent
GPU kernel execution event
LockEvent
Lock contention event
SyscallEvent
Syscall event

Enums§

ProfileEvent
Unified profiling event type

Type Aliases§

CpuId
CPU core number
Pid
Process ID
StackTrace
Stack trace represented as an array of instruction pointers
Tid
Thread ID
Timestamp
Timestamp in nanoseconds since boot