Searched full:fetcharg (Results 1 – 13 of 13) sorted by relevance
49 +|-[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
56 +|-[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 types76 Function arguments can be accessed at kretprobe using $arg<N> fetcharg. This
53 +|-[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 types75 Function arguments can be accessed at exit probe using $arg<N> fetcharg. This
41 +|-[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
6 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported7 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported
6 grep -A1 "fetcharg:" README | grep -q "\$comm" || exit_unsupported # this is too old
92 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
50 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
40 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
54 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
1235 * 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()
859 * 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()
5536 "\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"