Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_string_fns.c15 #define LOG(...) do {\ macro
36 LOG("Error splitting mac address\n"); in test_rte_strsplit()
40 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit()
58 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit()
75 LOG("Token %d = %s\n", i + 1, splits[i]); in test_rte_strsplit()
91 LOG("String not split\n"); in test_rte_strsplit()
125 LOG("Parameter test cases passed\n"); in test_rte_strsplit()
128 LOG("%s - PASSED\n", __func__); in test_rte_strsplit()
146 LOG("---\n"); in test_rte_strlcat()
161 LOG("Resulting buffers don't match\n"); in test_rte_strlcat()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c590 LOG(D_INFO, DBLSEP); in run_gen_check()
596 LOG(D_INFO, SEP); in run_gen_check()
600 LOG(D_INFO, "[SKIP]\n"); in run_gen_check()
623 LOG(D_INFO, "[FAIL]\n"); in run_gen_check()
626 LOG(D_INFO, "[PASS]\n"); in run_gen_check()
743 LOG(D_DEBUG, in run_rec_check_impl()
766 LOG(D_INFO, DBLSEP); in run_rec_check()
772 LOG(D_INFO, SEP); in run_rec_check()
776 LOG(D_INFO, "[SKIP]\n"); in run_rec_check()
793 LOG(D_INFO, "[FAIL]\n"); in run_rec_check()
[all …]
H A Draidz_bench.c111 LOG(D_ALL, "%10s, %8s, %zu, %10llu, %lf, %lf, %u\n", in run_gen_bench_impl()
130 LOG(D_INFO, DBLSEP "\nBenchmarking parity generation...\n\n"); in run_gen_bench()
131 LOG(D_ALL, "impl, math, dcols, iosize, disk_bw, total_bw, iter\n"); in run_gen_bench()
203 LOG(D_ALL, "%10s, %8s, %zu, %10llu, %lf, %lf, %u\n", in run_rec_bench_impl()
222 LOG(D_INFO, DBLSEP "\nBenchmarking data reconstruction...\n\n"); in run_rec_bench()
223 LOG(D_ALL, "impl, math, dcols, iosize, disk_bw, total_bw, iter\n"); in run_rec_bench()
H A Draidz_test.h93 #define LOG(lvl, a...) \ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c2024 LOG("core.malloc.entry", "size: %zu", size); in JEMALLOC_ATTR()
2040 LOG("core.malloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2140 LOG("core.calloc.exit", "result: %p", ret); in JEMALLOC_ATTR()
2373 LOG("core.free.entry", "ptr: %p", ptr); in je_free()
2404 LOG("core.free.exit", ""); in je_free()
2738 LOG("core.rallocx.exit", "result: %p", p); in je_rallocx()
2961 LOG("core.dallocx.exit", ""); in je_dallocx()
3023 LOG("core.sdallocx.exit", ""); in je_sdallocx()
3101 LOG("core.mallctlbymib.entry", ""); in je_mallctlbymib()
3121 LOG("core.malloc_stats_print.entry", ""); in je_malloc_stats_print()
[all …]
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c46 RTE_INIT_PRIO(mlx5_log_init, LOG) in RTE_INIT_PRIO() argument
81 RTE_INIT_PRIO(mlx5_is_haswell_broadwell_cpu, LOG) in RTE_INIT_PRIO() argument
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dlog.h107 #define LOG(log_var_str, ...) \ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dlog.c179 LOG("log_str", "No arguments follow this format string."); in TEST_BEGIN()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_log.c379 RTE_INIT_PRIO(rte_log_init, LOG) in RTE_INIT_PRIO() argument
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1909 add DEBUG LOG, to to assist test suite debugging