Searched refs:trace_description (Results 1 – 2 of 2) sorted by relevance
40 static trace_option_descriptor trace_description[] = { variable102 while (trace_description[i].option < nr_trace_options in trace_option()103 && strcmp(option, trace_description[i].name) != 0) in trace_option()105 if (trace_description[i].option < nr_trace_options) in trace_option()106 ppc_trace[trace_description[i].option] = setting; in trace_option()132 for (i = 0; trace_description[i].option < nr_trace_options; i++) { in trace_usage()133 pos += strlen(trace_description[i].name) + 2; in trace_usage()135 pos = strlen(trace_description[i].name) + 2; in trace_usage()138 printf_filtered(" %s", trace_description[i].name); in trace_usage()146 for (i = 0; trace_description[i].option < nr_trace_options; i++) in trace_usage()[all …]
4570 * debug.c: Add to trace_description table.5498 * debug.c (trace_description): Add support for trace_tbd.5921 * debug.c (trace_description): Add trace_opts support.