Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1126 u64 delay_timestamp; in should_drop() local
1131 delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC; in should_drop()
1132 return delay_timestamp < last_timestamp; in should_drop()