Home
last modified time | relevance | path

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

/dpdk/lib/latencystats/
H A Drte_latencystats.c43 static uint64_t samp_intvl; variable
139 && (timer_tsc >= samp_intvl)) { in add_time_stamps()
237 samp_intvl = app_samp_intvl * latencystat_cycles_per_ns(); in rte_latencystats_init()
H A Drte_latencystats.h62 int rte_latencystats_init(uint64_t samp_intvl,