Searched refs:lstr (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 2026 char *lstr; in exp_to_str() local 2031 lstr = arg_to_str(filter, arg->exp.left); in exp_to_str() 2033 if (!lstr || !rstr) in exp_to_str() 2072 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str() 2074 free(lstr); in exp_to_str() 2082 char *lstr; in num_to_str() local 2087 lstr = arg_to_str(filter, arg->num.left); in num_to_str() 2089 if (!lstr || !rstr) in num_to_str() 2116 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str() 2125 free(lstr); in num_to_str()
|