Lines Matching refs:string
75 through writing a number string "x" to the 'level' debugfs file which is
215 data: string for debug entry
224 char* string,...);
228 string: format string for debug entry
233 Description: writes debug entry with format string and varargs (longs) to
273 data: string for debug entry
283 char* string,...);
287 string: format string for debug entry
292 Description: writes debug entry with format string and varargs (longs) to
378 /* format string pointer + 2 varargs (= 3 * sizeof(long)) */
504 debug entry a pointer to the format string (size = sizeof(long))
506 string plus two varargs one would need to allocate a (3 * sizeof(long))
510 use "%s" in the sprintf event functions, if the memory for the passed string is
512 due to performance considerations only a pointer to the string is stored in
513 the debug feature. If you log a string that is freed afterwards, you will get