Searched refs:timespec_get (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_memcpy_perf.c | 302 timespec_get(&tv_begin, TIME_UTC); in perf_test() 304 timespec_get(&tv_end, TIME_UTC); in perf_test() 309 timespec_get(&tv_begin, TIME_UTC); in perf_test() 311 timespec_get(&tv_end, TIME_UTC); in perf_test() 316 timespec_get(&tv_begin, TIME_UTC); in perf_test() 318 timespec_get(&tv_end, TIME_UTC); in perf_test() 323 timespec_get(&tv_begin, TIME_UTC); in perf_test() 325 timespec_get(&tv_end, TIME_UTC); in perf_test()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 76 #define timespec_get(ts, base) rte_timespec_get(ts, base) macro 96 if (timespec_get(tp, TIME_UTC) != TIME_UTC) in rte_clock_gettime()
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os_shim.h | 28 #define timespec_get(ts, base) rte_timespec_get(ts, base) macro
|
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 1417 timespec_get(&start_time, TIME_UTC); in pmd_pcap_probe()
|