Home
last modified time | relevance | path

Searched defs:lock_delay (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dlock-contention.h21 struct lock_delay { struct
22 char *sym;
23 unsigned long addr;
24 unsigned long time;
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c192 const volatile int lock_delay; variable