Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_red.c85 struct rdtsc_prof { struct
110 static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name) in rdtsc_prof_init() argument
119 static inline void rdtsc_prof_start(struct rdtsc_prof *p) in rdtsc_prof_start()
124 static inline void rdtsc_prof_end(struct rdtsc_prof *p) in rdtsc_prof_end()
137 static void rdtsc_prof_print(struct rdtsc_prof *p) in rdtsc_prof_print()
1191 struct rdtsc_prof *prof) in enqueue_dequeue_perf()
1270 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf1_test()
1402 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf2_test()