lstr             2026 tools/lib/traceevent/parse-filter.c 	char *lstr;
lstr             2031 tools/lib/traceevent/parse-filter.c 	lstr = arg_to_str(filter, arg->exp.left);
lstr             2033 tools/lib/traceevent/parse-filter.c 	if (!lstr || !rstr)
lstr             2072 tools/lib/traceevent/parse-filter.c 	asprintf(&str, "%s %s %s", lstr, op, rstr);
lstr             2074 tools/lib/traceevent/parse-filter.c 	free(lstr);
lstr             2082 tools/lib/traceevent/parse-filter.c 	char *lstr;
lstr             2087 tools/lib/traceevent/parse-filter.c 	lstr = arg_to_str(filter, arg->num.left);
lstr             2089 tools/lib/traceevent/parse-filter.c 	if (!lstr || !rstr)
lstr             2116 tools/lib/traceevent/parse-filter.c 		asprintf(&str, "%s %s %s", lstr, op, rstr);
lstr             2125 tools/lib/traceevent/parse-filter.c 	free(lstr);