TEP_EVENT_OP      954 tools/lib/traceevent/event-parse.c 	return TEP_EVENT_OP;
TEP_EVENT_OP     1033 tools/lib/traceevent/event-parse.c 	case TEP_EVENT_OP:
TEP_EVENT_OP     1337 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1358 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1462 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1481 tools/lib/traceevent/event-parse.c 			    (type == TEP_EVENT_OP && strcmp(token, "*") == 0) ||
TEP_EVENT_OP     1487 tools/lib/traceevent/event-parse.c 			     type == TEP_EVENT_OP && strcmp(token, ".") == 0)) {
TEP_EVENT_OP     1520 tools/lib/traceevent/event-parse.c 		if (test_type(type, TEP_EVENT_OP))
TEP_EVENT_OP     1624 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token,  TEP_EVENT_OP, ";"))
TEP_EVENT_OP     1631 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1639 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     1645 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1653 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     1664 tools/lib/traceevent/event-parse.c 			if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1674 tools/lib/traceevent/event-parse.c 			if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     1723 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     1777 tools/lib/traceevent/event-parse.c 	while (type == TEP_EVENT_OP) {
TEP_EVENT_OP     1815 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP && strcmp(token, ":") != 0) {
TEP_EVENT_OP     1820 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_OP, ":"))
TEP_EVENT_OP     1857 tools/lib/traceevent/event-parse.c 	if (test_type_token(type, token, TEP_EVENT_OP, "]"))
TEP_EVENT_OP     2121 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP && strcmp(*tok, ":") != 0) {
TEP_EVENT_OP     2151 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, "->") < 0)
TEP_EVENT_OP     2529 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, "{"))
TEP_EVENT_OP     2539 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_OP)
TEP_EVENT_OP     2566 tools/lib/traceevent/event-parse.c 		if (test_type_token(type, token, TEP_EVENT_OP, "}"))
TEP_EVENT_OP     2617 tools/lib/traceevent/event-parse.c 	while (type == TEP_EVENT_OP)
TEP_EVENT_OP     2788 tools/lib/traceevent/event-parse.c 	if (type != TEP_EVENT_OP || strcmp(token, "[") != 0)
TEP_EVENT_OP     2803 tools/lib/traceevent/event-parse.c 	if (!test_type_token(type, token, TEP_EVENT_OP, "]"))
TEP_EVENT_OP     2866 tools/lib/traceevent/event-parse.c 	if (type == TEP_EVENT_OP)
TEP_EVENT_OP     3186 tools/lib/traceevent/event-parse.c 	case TEP_EVENT_OP:
TEP_EVENT_OP     3241 tools/lib/traceevent/event-parse.c 		if (type == TEP_EVENT_OP) {
TEP_EVENT_OP     3280 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     6032 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     6054 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     6058 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     6064 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     6068 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     6074 tools/lib/traceevent/event-parse.c 	if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     6087 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ":") < 0)
TEP_EVENT_OP     6094 tools/lib/traceevent/event-parse.c 		if (read_expected(TEP_EVENT_OP, ";") < 0)
TEP_EVENT_OP     1058 tools/lib/traceevent/parse-filter.c 		case TEP_EVENT_OP: