Home
last modified time | relevance | path

Searched refs:symbol_array (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/kernel/trace/
Dtrace_output.c333 const struct trace_print_flags *symbol_array) argument
338 for (i = 0; symbol_array[i].name; i++) {
340 if (val != symbol_array[i].mask)
343 trace_seq_puts(p, symbol_array[i].name);
/linux-2.6.39/include/linux/
Dftrace_event.h24 const struct trace_print_flags *symbol_array);
/linux-2.6.39/include/trace/
Dftrace.h201 #define __print_symbolic(value, symbol_array...) \ argument
204 { symbol_array, { -1, NULL }}; \