Home
last modified time | relevance | path

Searched refs:OFFS (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dmultiple_kprobes.tc9 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 Daes-xts-avx-x86_64.S471 .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 Duprobetracer.rst49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
H A Deprobetrace.rst41 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
H A Dfprobetrace.rst53 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*4)(\*5)
H A Dkprobetrace.rst56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
/linux/tools/perf/Documentation/
H A Dperf-probe.txt166 [[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.