Expand description
Type-byte values from src/bpf/intf.h::TL_EVT_*. Pinned here as
the userspace-facing identifier for each variant; the parser
uses these to discriminate the TimelineEvent variant.
Constantsยง
- LOCK_
CONTEND tp_btf/lock:contention_beginrecord.- MIGRATE
tp_btf/sched_migrate_taskrecord.prev_pid/a(dest_cpu)/b(orig_cpu).- PI_
BOOST fentry/fexitrt_mutex_setprio. PI boost record.- SWITCH
tp_btf/sched_switchrecord.prev_pid/next_pid/a(prev_state)/b(preempt).- WAKEUP
tp_btf/sched_wakeuprecord.prev_pid/a(target_cpu).