Lines Matching refs:prof
1191 struct rdtsc_prof *prof) in enqueue_dequeue_perf() argument
1202 rdtsc_prof_start(prof); in enqueue_dequeue_perf()
1204 rdtsc_prof_end(prof); in enqueue_dequeue_perf()
1270 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf1_test() local
1275 rdtsc_prof_init(&prof, "enqueue"); in perf1_test()
1308 &prof); in perf1_test()
1316 rdtsc_prof_print(&prof); in perf1_test()
1402 struct rdtsc_prof prof = {0, 0, 0, 0, 0.0, NULL}; in perf2_test() local
1408 rdtsc_prof_init(&prof, "enqueue"); in perf2_test()
1460 rdtsc_prof_start(&prof); in perf2_test()
1463 rdtsc_prof_end(&prof); in perf2_test()
1503 rdtsc_prof_print(&prof); in perf2_test()