Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_member_perf.c222 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
253 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
292 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_bulk() local
337 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch() local
380 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch_bulk() local
432 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
472 const uint64_t start_tsc = rte_rdtsc(); in timed_miss_lookup() local
H A Dtest_efd_perf.c181 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
209 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
245 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
287 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_thash_perf.c45 uint64_t start_tsc, end_tsc; in run_rss_calc() local
74 uint64_t start_tsc, end_tsc; in run_rss_calc_bulk() local
H A Dtest_hash_perf.c255 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
316 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
409 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
520 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_timer_perf.c42 uint64_t start_tsc, end_tsc, delay_start; in test_timer_perf() local
/dpdk/app/test-pmd/
H A Drxonly.c51 uint64_t start_tsc = 0; in pkt_burst_receive() local
H A Diofwd.c52 uint64_t start_tsc = 0; in pkt_burst_io_forward() local
H A Dmacswap.c59 uint64_t start_tsc = 0; in pkt_burst_mac_swap() local
H A Dmacfwd.c58 uint64_t start_tsc = 0; in pkt_burst_mac_forward() local
H A Dshared_rxq_fwd.c98 uint64_t start_tsc = 0; in shared_rxq_fwd() local
H A Dflowgen.c82 uint64_t start_tsc = 0; in pkt_burst_flow_gen() local
H A D5tswap.c108 uint64_t start_tsc = 0; in pkt_burst_5tuple_swap() local
H A Dicmpecho.c295 uint64_t start_tsc = 0; in reply_to_icmp_echo_rqsts() local
H A Dtxonly.c341 uint64_t start_tsc = 0; in pkt_burst_transmit() local
H A Dcsumonly.c841 uint64_t start_tsc = 0; in pkt_burst_checksum_forward() local
H A Dtestpmd.h836 get_start_cycles(uint64_t *start_tsc) in get_start_cycles()
843 get_end_cycles(struct fwd_stream *fs, uint64_t start_tsc) in get_end_cycles()
/dpdk/drivers/common/cnxk/
H A Droc_tim.c89 roc_tim_lf_enable(struct roc_tim *roc_tim, uint8_t ring_id, uint64_t *start_tsc, in roc_tim_lf_enable()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h115 volatile uint64_t start_tsc = rte_rdtsc(); in work() local