Home
last modified time | relevance | path

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

/linux/tools/testing/ktest/examples/bootconfigs/
H A Dtracing.bconf17 probes = "vfs_write $arg2 +0($arg2):ustring $arg3";
/linux/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 Deprobetrace.rst47 "string", "ustring", "symbol", "symstr" and "bitfield" are
175 # echo 'e:openat raw_syscalls.sys_enter nr=$id filename=+8($args):ustring' >> dynamic_events
236 # echo 'e:openat synthetic.filename filename=+0($file):ustring' >> dynamic_events
266 # echo 'e:openat synthetic.filename filename=+0($file):ustring' >> dynamic_events
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
/linux/kernel/trace/
H A Dtrace_events_filter.c1642 bool ustring = false; in parse_pred() local
1679 ustring = true; in parse_pred()
2016 if (ustring) in parse_pred()