Searched refs:lstr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/lib/traceevent/ |
| D | parse-filter.c | 2019 char *lstr; in exp_to_str() local 2024 lstr = arg_to_str(filter, arg->exp.left); in exp_to_str() 2026 if (!lstr || !rstr) in exp_to_str() 2065 asprintf(&str, "%s %s %s", lstr, op, rstr); in exp_to_str() 2067 free(lstr); in exp_to_str() 2075 char *lstr; in num_to_str() local 2080 lstr = arg_to_str(filter, arg->num.left); in num_to_str() 2082 if (!lstr || !rstr) in num_to_str() 2109 asprintf(&str, "%s %s %s", lstr, op, rstr); in num_to_str() 2118 free(lstr); in num_to_str()
|