Searched refs:rdtsc_prof (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_pie.c | 100 struct rdtsc_prof { struct 123 static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name) in rdtsc_prof_init() argument 132 static inline void rdtsc_prof_start(struct rdtsc_prof *p) in rdtsc_prof_start() 137 static inline void rdtsc_prof_end(struct rdtsc_prof *p) in rdtsc_prof_end() 150 static void rdtsc_prof_print(struct rdtsc_prof *p) in rdtsc_prof_print() 729 struct rdtsc_prof *prof) in enqueue_dequeue_perf() 803 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf_test() 880 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf_test2()
|
| H A D | test_red.c | 109 struct rdtsc_prof { struct 134 static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name) in rdtsc_prof_init() argument 143 static inline void rdtsc_prof_start(struct rdtsc_prof *p) in rdtsc_prof_start() 148 static inline void rdtsc_prof_end(struct rdtsc_prof *p) in rdtsc_prof_end() 161 static void rdtsc_prof_print(struct rdtsc_prof *p) in rdtsc_prof_print() 1215 struct rdtsc_prof *prof) in enqueue_dequeue_perf() 1294 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf1_test() 1426 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf2_test()
|