Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlatencytop.h21 struct latency_record { struct
22 unsigned long backtrace[LT_BACKTRACEDEPTH];
23 unsigned int count;
24 unsigned long time;
25 unsigned long max;
/linux/kernel/
H A Dlatencytop.c63 static struct latency_record latency_record[MAXLR]; variable