Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/trace/
Dkprobetrace.rst61 (x8/x16/x32/x64), "string", "ustring" and bitfield
85 has been paged out. "ustring" type is an alternative of string for user-space.
106 either user-space dereference syntax or 'ustring' type.
114 space. 'ustring' is a shortcut way of performing the same task. That is,
115 +0(%si):ustring is equivalent to +u0(%si):string.
Devents.rst202 "filename" from sys_enter_openat), then you have to append ".ustring" to the
205 filename.ustring ~ "password"
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_events_filter.c1232 bool ustring = false; in parse_pred() local
1269 ustring = true; in parse_pred()
1410 if (ustring) in parse_pred()