TEP_FILTER_ERROR_BUFSZ  717 tools/lib/traceevent/event-parse.h 	char			error_buffer[TEP_FILTER_ERROR_BUFSZ];
TEP_FILTER_ERROR_BUFSZ   56 tools/lib/traceevent/parse-filter.c 	vsnprintf(error_buf + len, TEP_FILTER_ERROR_BUFSZ - len, fmt, ap);