Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_member_perf.c211 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
242 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
281 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_bulk() local
326 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch() local
369 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch_bulk() local
421 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
461 const uint64_t start_tsc = rte_rdtsc(); in timed_miss_lookup() local
H A Dtest_efd_perf.c171 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
199 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
235 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
277 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_hash_perf.c260 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
321 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
414 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
525 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
/f-stack/dpdk/app/test-pmd/
H A Drxonly.c52 uint64_t start_tsc = 0; in pkt_burst_receive() local
H A Diofwd.c53 uint64_t start_tsc = 0; in pkt_burst_io_forward() local
H A Dmacswap.c60 uint64_t start_tsc = 0; in pkt_burst_mac_swap() local
H A Dmacfwd.c59 uint64_t start_tsc = 0; in pkt_burst_mac_forward() local
H A Dflowgen.c100 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.c296 uint64_t start_tsc = 0; in reply_to_icmp_echo_rqsts() local
H A Dtxonly.c334 uint64_t start_tsc = 0; in pkt_burst_transmit() local
H A Dcsumonly.c821 uint64_t start_tsc = 0; in pkt_burst_checksum_forward() local
H A Dtestpmd.h754 get_start_cycles(uint64_t *start_tsc) in get_start_cycles()
761 get_end_cycles(struct fwd_stream *fs, uint64_t start_tsc) in get_end_cycles()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h115 volatile uint64_t start_tsc = rte_rdtsc(); in work() local