Home
last modified time | relevance | path

Searched refs:scx_bpf_dump (Results 1 – 2 of 2) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c580 scx_bpf_dump("QMAP FIFO[%d]:", i); in BPF_STRUCT_OPS()
584 scx_bpf_dump(" %d", pid); in BPF_STRUCT_OPS()
586 scx_bpf_dump("\n"); in BPF_STRUCT_OPS()
600 scx_bpf_dump("QMAP: dsp_idx=%llu dsp_cnt=%llu avg_weight=%u cpuperf_target=%u", in BPF_STRUCT_OPS()
614 scx_bpf_dump("QMAP: force_local=%d core_sched_seq=%llu", in BPF_STRUCT_OPS()
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h132 #define scx_bpf_dump(fmt, args...) \ macro