Edge Types

Causal edges explain why one event is related to another.

EdgeMeaning
SEQUENTIALEvents occurred sequentially in the same execution context.
TCP_RTTTCP send and receive activity contributed to request timing.
DISK_TO_SYSCALLStorage I/O delayed a syscall.
MEMORY_PRESSUREPage faults or memory pressure delayed work.
CPU_CONTENTIONScheduler behavior delayed a process or thread.
SCHED_DELAYA process was ready but waited for CPU.
TRACE_CONTEXTKernel event belongs to a trace or span.

Edges include latency and evidence fields so engineers can inspect why kprobe created the relationship.