Home
last modified time | relevance | path

Searched refs:FUNC_REG_ARG_CNT (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_uprobe_autoattach.c39 #if FUNC_REG_ARG_CNT > 3 in BPF_UPROBE()
42 #if FUNC_REG_ARG_CNT > 4 in BPF_UPROBE()
45 #if FUNC_REG_ARG_CNT > 5 in BPF_UPROBE()
48 #if FUNC_REG_ARG_CNT > 6 in BPF_UPROBE()
51 #if FUNC_REG_ARG_CNT > 7 in BPF_UPROBE()
62 #if FUNC_REG_ARG_CNT > 3 in BPF_UPROBE()
65 #if FUNC_REG_ARG_CNT > 4 in BPF_UPROBE()
68 #if FUNC_REG_ARG_CNT > 5 in BPF_UPROBE()
71 #if FUNC_REG_ARG_CNT > 6 in BPF_UPROBE()
74 #if FUNC_REG_ARG_CNT > 7 in BPF_UPROBE()
Dbpf_misc.h170 #define FUNC_REG_ARG_CNT 6 macro
172 #define FUNC_REG_ARG_CNT 3 macro
174 #define FUNC_REG_ARG_CNT 5 macro
176 #define FUNC_REG_ARG_CNT 4 macro
178 #define FUNC_REG_ARG_CNT 8 macro
180 #define FUNC_REG_ARG_CNT 8 macro
182 #define FUNC_REG_ARG_CNT 8 macro
184 #define FUNC_REG_ARG_CNT 6 macro
186 #define FUNC_REG_ARG_CNT 8 macro
189 #define FUNC_REG_ARG_CNT 5 macro
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Duprobe_autoattach.c55 #if FUNC_REG_ARG_CNT > 3 in test_uprobe_autoattach()
58 #if FUNC_REG_ARG_CNT > 4 in test_uprobe_autoattach()
61 #if FUNC_REG_ARG_CNT > 5 in test_uprobe_autoattach()
64 #if FUNC_REG_ARG_CNT > 6 in test_uprobe_autoattach()
67 #if FUNC_REG_ARG_CNT > 7 in test_uprobe_autoattach()