|
@@ -24,6 +24,7 @@ hostprogs-y += test_overhead
|
|
|
hostprogs-y += test_cgrp2_array_pin
|
|
|
hostprogs-y += test_cgrp2_attach
|
|
|
hostprogs-y += test_cgrp2_sock
|
|
|
+hostprogs-y += test_cgrp2_sock2
|
|
|
hostprogs-y += xdp1
|
|
|
hostprogs-y += xdp2
|
|
|
hostprogs-y += test_current_task_under_cgroup
|
|
@@ -54,6 +55,7 @@ test_overhead-objs := bpf_load.o libbpf.o test_overhead_user.o
|
|
|
test_cgrp2_array_pin-objs := libbpf.o test_cgrp2_array_pin.o
|
|
|
test_cgrp2_attach-objs := libbpf.o test_cgrp2_attach.o
|
|
|
test_cgrp2_sock-objs := libbpf.o test_cgrp2_sock.o
|
|
|
+test_cgrp2_sock2-objs := bpf_load.o libbpf.o test_cgrp2_sock2.o
|
|
|
xdp1-objs := bpf_load.o libbpf.o xdp1_user.o
|
|
|
# reuse xdp1 source intentionally
|
|
|
xdp2-objs := bpf_load.o libbpf.o xdp1_user.o
|
|
@@ -75,6 +77,7 @@ always += tracex3_kern.o
|
|
|
always += tracex4_kern.o
|
|
|
always += tracex5_kern.o
|
|
|
always += tracex6_kern.o
|
|
|
+always += sock_flags_kern.o
|
|
|
always += test_probe_write_user_kern.o
|
|
|
always += trace_output_kern.o
|
|
|
always += tcbpf1_kern.o
|
|
@@ -109,6 +112,7 @@ HOSTLOADLIBES_tracex3 += -lelf
|
|
|
HOSTLOADLIBES_tracex4 += -lelf -lrt
|
|
|
HOSTLOADLIBES_tracex5 += -lelf
|
|
|
HOSTLOADLIBES_tracex6 += -lelf
|
|
|
+HOSTLOADLIBES_test_cgrp2_sock2 += -lelf
|
|
|
HOSTLOADLIBES_test_probe_write_user += -lelf
|
|
|
HOSTLOADLIBES_trace_output += -lelf -lrt
|
|
|
HOSTLOADLIBES_lathist += -lelf
|