Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c84 __u64 cmp_base = use_nsec ? 1 : 1000; in BPF_PROG() local
104 if (delta < (cmp_base << key)) in BPF_PROG()