Lines Matching refs:string
132 * the string saved, and src is the string to copy into the
137 * To assign a string, use the helper macro __assign_str().
142 * parameters as the __string() macro had to declare the string.
148 * will save just enough on the ring buffer for that string.
156 * To assign the string, use the helper macro __assign_vstr().
161 * parameters as the __vstring() macro had to declare the string.
168 * in the ring buffer and add a '\0' to the string. This is
169 * useful if the string being saved has no terminating '\0' byte.
170 * It requires that the length of the string is known as it acts
177 * To assign this string, use the helper macro __assign_str_len().
292 const char *string, const struct cpumask *mask,
295 TP_ARGS(foo, bar, lst, string, mask, fmt, va),
301 __string( str, string )
312 __assign_str(str, string);
323 * __print_symbolic( variable, { value, "string" }, ... ),
327 * string in that pair. If non are matched, it returns a string
342 * of the value. If ((FLAG & variable) == FLAG) then the string is