Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/traceevent/
Dparse-filter.c2026 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 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in exp_to_str()
2075 free(lstr); in exp_to_str()
2083 char *lstr; in num_to_str() local
2088 lstr = arg_to_str(filter, arg->num.left); in num_to_str()
2090 if (!lstr || !rstr) in num_to_str()
2117 if (asprintf(&str, "%s %s %s", lstr, op, rstr) < 0) in num_to_str()
2127 free(lstr); in num_to_str()