Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/ktest/examples/bootconfigs/
Dtracing.bconf17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
/linux-5.19.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"
/linux-5.19.10/kernel/trace/
Dtrace_events_filter.c1258 bool ustring = false; in parse_pred() local
1295 ustring = true; in parse_pred()
1438 if (ustring) in parse_pred()