Searched refs:OFFS (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/ftrace/test.d/kprobe/ |
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-6.6.21/arch/x86/include/asm/ |
D | xor.h | 37 #define OFFS(x) "16*("#x")" macro 40 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" 41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" 46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" 47 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" 48 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" 49 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n"
|
/linux-6.6.21/Documentation/trace/ |
D | uprobetracer.rst | 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
|
D | fprobetrace.rst | 53 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*4)(\*5)
|
D | kprobetrace.rst | 56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-probe.txt | 160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
|