Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/traceevent/
Dparse-filter.c2027 char *rstr; in exp_to_str() local
2032 rstr = arg_to_str(filter, arg->exp.right); 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()
2076 free(rstr); in exp_to_str()
2084 char *rstr; in num_to_str() local
2089 rstr = arg_to_str(filter, arg->num.right); 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()
2128 free(rstr); in num_to_str()
/Linux-v5.15/arch/powerpc/kernel/
Drtas-proc.c406 char rstr[64]; in ppc_rtas_sensors_show() local
410 sprintf (rstr, SENSOR_PREFIX"%04d", p->token); in ppc_rtas_sensors_show()
411 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show()