Home
last modified time | relevance | path

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

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