Searched refs:OFFS (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | multiple_kprobes.tc | 9 x86_64|i[3456]86) OFFS=5;; 10 ppc64le) OFFS=8;; 11 *) OFFS=0;; 18 echo p ${i}+${OFFS} >> kprobe_events && N=$((N+1)) ||:
|
| /linux/arch/x86/crypto/ |
| H A D | aes-xts-avx-x86_64.S | 471 .set OFFS, 0 define 473 .set OFFS, 240 define 477 _vbroadcast128 OFFS(KEY), KEY0 499 lea OFFS-16(KEY, KEYLEN64, 4), KEY
|
| /linux/Documentation/trace/ |
| H A D | uprobetracer.rst | 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
|
| H A D | eprobetrace.rst | 41 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
| H A D | fprobetrace.rst | 53 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*4)(\*5)
|
| H A D | kprobetrace.rst | 56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-probe.txt | 166 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 182 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function.
|