Home | History | Annotate | Download | only in traceevent

Lines Matching defs:strings

629  * pevent_print_printk - print out the stored strings
929 * For strings (double quotes) check the next token.
3645 } *strings = NULL, *string;
3677 string->next = strings;
3685 strings = string;
3703 while (strings) {
3704 string = strings;
3705 strings = string->next;