| /f-stack/dpdk/app/test/ |
| H A D | test_meter.c | 215 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 D | test_timer.c | 511 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 D | rte_cycles.h | 46 rte_get_tsc_cycles(void); 100 return rte_get_tsc_cycles(); in rte_get_timer_cycles()
|
| /f-stack/dpdk/lib/librte_meter/ |
| H A D | rte_meter.c | 72 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 D | eal_timer.c | 62 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 D | thread.c | 139 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 D | rte_cycles.h | 40 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
|
| /f-stack/dpdk/lib/librte_eal/x86/include/ |
| H A D | rte_cycles.h | 60 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_cycles_32.h | 87 rte_get_tsc_cycles(void) { return rte_rdtsc(); } in rte_get_tsc_cycles() function
|
| H A D | rte_cycles_64.h | 103 rte_get_tsc_cycles(void) in rte_get_tsc_cycles() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_trace_utils.c | 274 start = rte_get_tsc_cycles(); in trace_epoch_time_save() 279 end = rte_get_tsc_cycles(); in trace_epoch_time_save()
|
| H A D | rte_random.c | 201 return rte_get_tsc_cycles(); in __rte_random_initial_seed()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_trace_point.h | 336 val = rte_get_tsc_cycles() & in __rte_trace_point_emit_ev_header()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ptp.c | 447 *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 D | rte_event_eth_rx_adapter.c | 695 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 D | rte_eth_softnic_thread.c | 92 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 D | thread.c | 151 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 D | rte_sched.c | 1000 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()
|