Home
last modified time | relevance | path

Searched refs:self_alloc_ns (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/
H A Dscx_qmap.c105 u64 self_alloc_ns; member
210 secs > 0 ? (qa->self_alloc_ns - prev->self_alloc_ns) / (secs * 1e9) : 0.0, in print_hier()
212 prev->self_alloc_ns = qa->self_alloc_ns; in print_hier()
H A Dscx_qmap.h162 u64 self_alloc_ns; member
H A Dscx_qmap.bpf.c1534 qa.self_alloc_ns += delta; in account_alloc()