Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-top.c1133 u64 delay_timestamp; in should_drop() local
1138 delay_timestamp = qevent->timestamp + top->delay_secs * NSEC_PER_SEC; in should_drop()
1139 return delay_timestamp < last_timestamp; in should_drop()