Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/
Dbuiltin-top.c1127 u64 delay_timestamp; in should_drop() local
1132 delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC; in should_drop()
1133 return delay_timestamp < last_timestamp; in should_drop()