/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_subskeleton_lib.c | 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|
H A D | test_subskeleton.c | 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|
H A D | test_subskeleton_lib2.c | 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subskeleton.c | 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|
/linux/tools/testing/selftests/bpf/ |
H A D | .gitignore | diff 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|
H A D | Makefile | diff 3cccbaa0332169d4ff05587062a7ed528aeddb60 Thu Mar 17 00:37:31 CET 2022 Delyan Kratunov <delyank@fb.com> selftests/bpf: Test subskeleton functionality
This patch changes the selftests/bpf Makefile to also generate a subskel.h for every skel.h it would have normally generated.
Separately, it also introduces a new subskeleton test which tests library objects, externs, weak symbols, kconfigs, and user maps.
Signed-off-by: Delyan Kratunov <delyank@fb.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1bd24956940bbbfe169bb34f7f87b11df52ef011.1647473511.git.delyank@fb.com
|