Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/ktest/examples/bootconfigs/
H A Dtracing.bconf17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
/linux-6.15/Documentation/trace/
H A Dkprobetrace.rst62 "string", "ustring", "symbol", "symstr" and bitfield are
105 has been paged out. "ustring" type is an alternative of string for user-space.
134 either user-space dereference syntax or 'ustring' type.
142 space. 'ustring' is a shortcut way of performing the same task. That is,
143 +0(%si):ustring is equivalent to +u0(%si):string.
H A Dfprobetrace.rst58 (x8/x16/x32/x64), "char", "string", "ustring", "symbol", "symstr"
146 For these BTF arguments and fields, ``:string`` and ``:ustring`` change the
H A Devents.rst226 "filename" from sys_enter_openat), then you have to append ".ustring" to the
229 filename.ustring ~ "password"
/linux-6.15/kernel/trace/
H A Dtrace_events_filter.c1513 bool ustring = false; in parse_pred() local
1550 ustring = true; in parse_pred()
1887 if (ustring) in parse_pred()