Lines Matching refs:printf

73 	printf("Core #%d inserting and reading %d: %'"PRId64" - %'"PRId64"\n",  in test_hash_readwrite_worker()
165 printf("hash creation failed"); in init_params()
173 printf("RTE_MALLOC failed\n"); in init_params()
179 printf("RTE_ZMALLOC failed\n"); in init_params()
229 printf("\nHTM = %d, RW-LF = %d, EXT-Table = %d\n", in test_hash_readwrite_functional()
231 printf("++++++++Start function tests:+++++++++\n"); in test_hash_readwrite_functional()
253 printf("key %d is lost\n", i); in test_hash_readwrite_functional()
260 printf("%d key duplicated\n", duplicated_keys); in test_hash_readwrite_functional()
265 printf("%d key lost\n", lost_keys); in test_hash_readwrite_functional()
269 printf("No key corrupted during read-write test.\n"); in test_hash_readwrite_functional()
275 printf("cycles per insertion and lookup: %llu\n", cycles_per_insertion); in test_hash_readwrite_functional()
280 printf("+++++++++Complete function tests+++++++++\n"); in test_hash_readwrite_functional()
305 printf("lookup find wrong value %"PRIu64"," in test_rw_reader()
341 printf("writer failed %"PRIu64"\n", i); in test_rw_writer()
389 printf("++++++Start perf test: reader++++++++\n"); in test_hash_readwrite_perf()
392 printf("++++++Start perf test: writer++++++++\n"); in test_hash_readwrite_perf()
404 printf("Failed to insert half of keys\n"); in test_hash_readwrite_perf()
419 printf("lookup find wrong value" in test_hash_readwrite_perf()
450 printf("Failed to insert half of keys\n"); in test_hash_readwrite_perf()
481 printf("Reader only: cycles per lookup: %llu\n", in test_hash_readwrite_perf()
490 printf("Writer only: cycles per writes: %llu\n", in test_hash_readwrite_perf()
506 printf("Failed to insert half of keys\n"); in test_hash_readwrite_perf()
552 printf("key %"PRIu64" is lost\n", i); in test_hash_readwrite_perf()
559 printf("%d key duplicated\n", duplicated_keys); in test_hash_readwrite_perf()
564 printf("%d key lost\n", lost_keys); in test_hash_readwrite_perf()
568 printf("No key corrupted during read-write test.\n"); in test_hash_readwrite_perf()
575 printf("Read-write cycles per lookup: %llu\n", in test_hash_readwrite_perf()
584 printf("Read-write cycles per writes: %llu\n", in test_hash_readwrite_perf()
618 printf("Not enough cores for hash_readwrite_autotest, expecting at least 3\n"); in test_hash_rw_perf_main()
630 printf("Hardware transactional memory (lock elision) " in test_hash_rw_perf_main()
633 printf("Test read-write with Hardware transactional memory\n"); in test_hash_rw_perf_main()
647 printf("Hardware transactional memory (lock elision) " in test_hash_rw_perf_main()
651 printf("Test read-write without Hardware transactional memory\n"); in test_hash_rw_perf_main()
663 printf("================\n"); in test_hash_rw_perf_main()
664 printf("Results summary:\n"); in test_hash_rw_perf_main()
665 printf("================\n"); in test_hash_rw_perf_main()
667 printf("HTM:\n"); in test_hash_rw_perf_main()
668 printf(" single read: %u\n", htm_results.single_read); in test_hash_rw_perf_main()
669 printf(" single write: %u\n", htm_results.single_write); in test_hash_rw_perf_main()
670 printf("non HTM:\n"); in test_hash_rw_perf_main()
671 printf(" single read: %u\n", non_htm_results.single_read); in test_hash_rw_perf_main()
672 printf(" single write: %u\n", non_htm_results.single_write); in test_hash_rw_perf_main()
674 printf("+++ core_cnt: %u +++\n", core_cnt[i]); in test_hash_rw_perf_main()
675 printf("HTM:\n"); in test_hash_rw_perf_main()
676 printf(" read only: %u\n", htm_results.read_only[i]); in test_hash_rw_perf_main()
677 printf(" write only: %u\n", htm_results.write_only[i]); in test_hash_rw_perf_main()
678 printf(" read-write read: %u\n", htm_results.read_write_r[i]); in test_hash_rw_perf_main()
679 printf(" read-write write: %u\n", htm_results.read_write_w[i]); in test_hash_rw_perf_main()
681 printf("non HTM:\n"); in test_hash_rw_perf_main()
682 printf(" read only: %u\n", non_htm_results.read_only[i]); in test_hash_rw_perf_main()
683 printf(" write only: %u\n", non_htm_results.write_only[i]); in test_hash_rw_perf_main()
684 printf(" read-write read: %u\n", in test_hash_rw_perf_main()
686 printf(" read-write write: %u\n", in test_hash_rw_perf_main()
706 printf("Not enough cores for hash_readwrite_autotest, expecting at least 3\n"); in test_hash_rw_func_main()
718 printf("Hardware transactional memory (lock elision) " in test_hash_rw_func_main()
721 printf("Test read-write with Hardware transactional memory\n"); in test_hash_rw_func_main()
739 printf("Hardware transactional memory (lock elision) " in test_hash_rw_func_main()
743 printf("Test read-write without Hardware transactional memory\n"); in test_hash_rw_func_main()