Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/bench/page_pool/
H A Dtime_bench.h12 struct time_bench_record { struct
13 uint32_t version_abi;
14 uint32_t loops; /* Requested loop invocations */
15 uint32_t step; /* option for e.g. bulk invocations */
17 uint32_t flags; /* Measurements types enabled */
23 uint32_t cpu; /* Used when embedded in time_bench_cpu */
26 uint64_t invoked_cnt; /* Returned actual invocations */
27 uint64_t tsc_start;
28 uint64_t tsc_stop;
29 struct timespec64 ts_start;
[all …]