Searched refs:ustring (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/tools/testing/ktest/examples/bootconfigs/ |
D | tracing.bconf | 17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
|
/Linux-v6.6/Documentation/trace/ |
D | kprobetrace.rst | 61 (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.
|
D | fprobetrace.rst | 58 (x8/x16/x32/x64), "char", "string", "ustring", "symbol", "symstr" 134 For these BTF arguments and fields, ``:string`` and ``:ustring`` change the
|
D | events.rst | 202 "filename" from sys_enter_openat), then you have to append ".ustring" to the 205 filename.ustring ~ "password"
|
/Linux-v6.6/kernel/trace/ |
D | trace_events_filter.c | 1513 bool ustring = false; in parse_pred() local 1550 ustring = true; in parse_pred() 1887 if (ustring) in parse_pred()
|