Searched refs:OPT_TRACE_NUM (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | eal_options.h | 39 OPT_TRACE_NUM, enumerator
|
| H A D | eal_common_options.c | 79 {OPT_TRACE, 1, NULL, OPT_TRACE_NUM }, 1837 case OPT_TRACE_NUM: { in eal_parse_common_option()
|
| /dpdk/app/test-acl/ |
| H A D | main.c | 35 #define OPT_TRACE_NUM "tracenum" macro 986 "[--" OPT_TRACE_NUM in print_usage() 1015 fprintf(f, "%s:%u\n", OPT_TRACE_NUM, config.nb_traces); in dump_config() 1044 {OPT_TRACE_NUM, 1, 0, 0}, in get_input_opts() 1076 } else if (strcmp(lgopts[opt_idx].name, OPT_TRACE_NUM) == 0) { in get_input_opts()
|