Searched refs:lstr (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/lib/traceevent/ |
D | parse-filter.c | 2029 char *lstr; in exp_to_str() local 2034 lstr = arg_to_str(filter, arg->exp.left); in exp_to_str() 2036 if (!lstr || !rstr) in exp_to_str() 2075 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in exp_to_str() 2078 free(lstr); in exp_to_str() 2086 char *lstr; in num_to_str() local 2091 lstr = arg_to_str(filter, arg->num.left); in num_to_str() 2093 if (!lstr || !rstr) in num_to_str() 2120 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in num_to_str() 2130 free(lstr); in num_to_str()
|