Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_meter.c215 time = rte_get_tsc_cycles() + hz; in tm_test_srtcm_color_blind_check()
226 time = rte_get_tsc_cycles() + hz; in tm_test_srtcm_color_blind_check()
236 time = rte_get_tsc_cycles() + hz; in tm_test_srtcm_color_blind_check()
246 time = rte_get_tsc_cycles() + hz; in tm_test_srtcm_color_blind_check()
274 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_color_blind_check()
285 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_color_blind_check()
295 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_color_blind_check()
306 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_color_blind_check()
333 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_rfc4115_color_blind_check()
344 time = rte_get_tsc_cycles() + hz; in tm_test_trtcm_rfc4115_color_blind_check()
[all …]
H A Dtest_timer.c511 const uint64_t tsc_start = rte_get_tsc_cycles(); in timer_sanity_check()
514 const uint64_t tsc_end = rte_get_tsc_cycles(); in timer_sanity_check()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_cycles.h46 rte_get_tsc_cycles(void);
100 return rte_get_tsc_cycles(); in rte_get_timer_cycles()
/f-stack/dpdk/lib/librte_meter/
H A Drte_meter.c72 m->time = rte_get_tsc_cycles(); in rte_meter_srtcm_config()
115 m->time_tc = m->time_tp = rte_get_tsc_cycles(); in rte_meter_trtcm_config()
157 m->time_tc = m->time_te = rte_get_tsc_cycles(); in rte_meter_trtcm_rfc4115_config()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_timer.c62 start = rte_get_tsc_cycles(); in get_tsc_freq()
70 end = rte_get_tsc_cycles(); in get_tsc_freq()
/f-stack/dpdk/examples/pipeline/
H A Dthread.c139 t_data->time_next = rte_get_tsc_cycles() + t_data->timer_period; in thread_init()
257 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in thread_pipeline_enable()
427 p->time_next = rte_get_tsc_cycles() + p->timer_period; in thread_msg_handle_pipeline_enable()
524 uint64_t time = rte_get_tsc_cycles(); in thread_main()
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_cycles.h40 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_cycles.h60 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_cycles_32.h87 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
H A Drte_cycles_64.h103 rte_get_tsc_cycles(void) in rte_get_tsc_cycles() function
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_utils.c274 start = rte_get_tsc_cycles(); in trace_epoch_time_save()
279 end = rte_get_tsc_cycles(); in trace_epoch_time_save()
H A Drte_random.c201 return rte_get_tsc_cycles(); in __rte_random_initial_seed()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_trace_point.h336 val = rte_get_tsc_cycles() & in __rte_trace_point_emit_ev_header()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ptp.c447 *clock = (rte_get_tsc_cycles() + dev->clk_delta) * dev->clk_freq_mult; in otx2_nix_read_clock()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c695 rx_adapter->rx_enq_block_start_ts = rte_get_tsc_cycles(); in rxa_enq_block_start_ts()
703 stats->rx_enq_start_ts = rte_get_tsc_cycles(); in rxa_enq_block_end_ts()
710 stats->rx_enq_end_ts = rte_get_tsc_cycles(); in rxa_enq_block_end_ts()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c92 t_data->time_next = rte_get_tsc_cycles() + t_data->timer_period; in softnic_thread_init()
333 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in softnic_thread_pipeline_enable()
514 p->time_next = rte_get_tsc_cycles() + p->timer_period; in thread_msg_handle_pipeline_enable()
3010 uint64_t time = rte_get_tsc_cycles(); in rte_pmd_softnic_run_internal()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c151 t_data->time_next = rte_get_tsc_cycles() + t_data->timer_period; in thread_init()
299 tdp->time_next = rte_get_tsc_cycles() + tdp->timer_period; in thread_pipeline_enable()
483 p->time_next = rte_get_tsc_cycles() + p->timer_period; in thread_msg_handle_pipeline_enable()
3104 uint64_t time = rte_get_tsc_cycles(); in thread_main()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.c1000 port->time_cpu_cycles = rte_get_tsc_cycles(); in rte_sched_port_config()
2887 uint64_t cycles = rte_get_tsc_cycles(); in rte_sched_port_time_resync()