Home
last modified time | relevance | path

Searched refs:rstr (Results 1 – 1 of 1) sorted by relevance

/tools/lib/traceevent/
Dparse-filter.c2191 char *rstr; in exp_to_str() local
2196 rstr = arg_to_str(filter, arg->exp.right); in exp_to_str()
2197 if (!lstr || !rstr) in exp_to_str()
2236 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str()
2239 free(rstr); in exp_to_str()
2247 char *rstr; in num_to_str() local
2252 rstr = arg_to_str(filter, arg->num.right); in num_to_str()
2253 if (!lstr || !rstr) in num_to_str()
2280 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str()
2290 free(rstr); in num_to_str()