Searched refs:TRACE_CONFIG (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | arp.c | 178 TRACE_CONFIG("Learned new arp entry.\n"); in RegisterARPEntry() 336 TRACE_CONFIG("ARP Table:\n"); in PrintARPTable() 341 TRACE_CONFIG("IP addr: %u.%u.%u.%u, " in PrintARPTable() 352 TRACE_CONFIG("(blank)\n"); in PrintARPTable() 354 TRACE_CONFIG("----------------------------------------------------------" in PrintARPTable()
|
| H A D | core.c | 1690 TRACE_CONFIG("Configuration updated by mtcp_setconf().\n"); in mtcp_setconf() 1703 TRACE_CONFIG("[CAUTION] Run as root if mlock is necessary.\n"); in mtcp_init() 1705 TRACE_CONFIG("[CAUTION] Run the app as root!\n"); in mtcp_init() 1721 TRACE_CONFIG("Error occured while loading configuration.\n"); in mtcp_init() 1745 TRACE_CONFIG("Error occured while create address pool[%d]\n", in mtcp_init()
|
| H A D | config.c | 77 TRACE_CONFIG("Loading multi-process configuration\n"); in SetMultiProcessSupport() 81 TRACE_CONFIG("No option for multi-process support given!\n"); in SetMultiProcessSupport()
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 582 TRACE_CONFIG("Application configuration:\n"); in GlbInitWget() 583 TRACE_CONFIG("URL: %s\n", path); in GlbInitWget() 584 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget() 585 TRACE_CONFIG("# of cores: %d\n", core_limit); in GlbInitWget() 586 TRACE_CONFIG("Concurrency: %d\n", total_concurrency); in GlbInitWget()
|
| H A D | epwget-mp.c | 580 TRACE_CONFIG("Application configuration:\n"); in GlbInitWget() 581 TRACE_CONFIG("URL: %s\n", path); in GlbInitWget() 582 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget() 583 TRACE_CONFIG("# of cores: %d\n", core_limit); in GlbInitWget() 584 TRACE_CONFIG("Concurrency: %d\n", total_concurrency); in GlbInitWget()
|
| /mOS-networking-stack/util/include/ |
| H A D | debug.h | 8 #define TRACE_CONFIG(f, m...) fprintf(stdout, f, ##m) macro
|
| /mOS-networking-stack/core/src/include/ |
| H A D | debug.h | 84 #define TRACE_CONFIG(f, m...) fprintf(stderr, f, ##m) macro
|