Home
last modified time | relevance | path

Searched full:fetcharg (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/trace/
H A Duprobetracer.rst49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
51 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
52 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
H A Dkprobetrace.rst56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
58 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
59 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
76 Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This
H A Dfprobetrace.rst53 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*4)(\*5)
55 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
56 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
75 Function arguments can be accessed at exit probe using $arg<N> fetcharg. This
H A Deprobetrace.rst41 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
43 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
44 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_user.tc6 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported
7 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported
H A Dkprobe_args_comm.tc6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old
H A Dkprobe_args_syntax.tc92 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
H A Dkprobe_syntax_errors.tc50 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
/linux/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dtprobe_syntax_errors.tc40 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
H A Dfprobe_syntax_errors.tc54 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
/linux/kernel/trace/
H A Dtrace_fprobe.c1235 * NAME=FETCHARG : set NAME as alias of FETCHARG. in trace_fprobe_create_internal()
1237 * FETCHARG:TYPE : use TYPE instead of unsigned long. in trace_fprobe_create_internal()
H A Dtrace_kprobe.c859 * NAME=FETCHARG : set NAME as alias of FETCHARG. in trace_kprobe_create_internal()
861 * FETCHARG:TYPE : use TYPE instead of unsigned long. in trace_kprobe_create_internal()
H A Dtrace.c5536 "\t args: <name>=fetcharg[:type]\n"
5537 "\t fetcharg: (%<register>|$<efield>), @<address>, @<symbol>[+|-<offset>],\n"
5546 "\t +|-[u]<offset>(<fetcharg>), \\imm-value, \\\"imm-string\"\n"