TEP_EVENT_DELIM   849 tools/lib/traceevent/event-parse.c 	case TEP_EVENT_ERROR ... TEP_EVENT_DELIM:
TEP_EVENT_DELIM   952 tools/lib/traceevent/event-parse.c 		return TEP_EVENT_DELIM;
TEP_EVENT_DELIM  1027 tools/lib/traceevent/event-parse.c 	case TEP_EVENT_DELIM:
TEP_EVENT_DELIM  2048 tools/lib/traceevent/event-parse.c 		    type == TEP_EVENT_DELIM && (strcmp(token, ")") == 0)) {
TEP_EVENT_DELIM  2200 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, next_token)) {
TEP_EVENT_DELIM  2545 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
TEP_EVENT_DELIM  2583 tools/lib/traceevent/event-parse.c 	} while (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0);
TEP_EVENT_DELIM  2620 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
TEP_EVENT_DELIM  2632 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
TEP_EVENT_DELIM  2636 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
TEP_EVENT_DELIM  2669 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
TEP_EVENT_DELIM  2675 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
TEP_EVENT_DELIM  2782 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_DELIM, ")") < 0)
TEP_EVENT_DELIM  2839 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_DELIM, ")") < 0)
TEP_EVENT_DELIM  2872 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ")"))
TEP_EVENT_DELIM  2883 tools/lib/traceevent/event-parse.c 	    (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0)) {
TEP_EVENT_DELIM  2931 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_DELIM, ")") < 0)
TEP_EVENT_DELIM  2960 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_DELIM, ")") < 0)
TEP_EVENT_DELIM  3033 tools/lib/traceevent/event-parse.c 			if (type != TEP_EVENT_DELIM || strcmp(token, ",") != 0) {
TEP_EVENT_DELIM  3041 tools/lib/traceevent/event-parse.c 			if (type != TEP_EVENT_DELIM || strcmp(token, ")") != 0) {
TEP_EVENT_DELIM  3145 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_DELIM && strcmp(token, "(") == 0) {
TEP_EVENT_DELIM  3180 tools/lib/traceevent/event-parse.c 	case TEP_EVENT_DELIM:
TEP_EVENT_DELIM  3253 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_DELIM && strcmp(token, ",") == 0) {
TEP_EVENT_DELIM  3309 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_DELIM, ","))
TEP_EVENT_DELIM   991 tools/lib/traceevent/parse-filter.c 		case TEP_EVENT_DELIM: