samples/bpf: Remove the xdp_rxq_info utility
[linux-2.6-microblaze.git] / samples / bpf / tracex3_user.c
index d5eebac..1002eb0 100644 (file)
@@ -125,7 +125,7 @@ int main(int ac, char **argv)
                }
        }
 
-       snprintf(filename, sizeof(filename), "%s_kern.o", argv[0]);
+       snprintf(filename, sizeof(filename), "%s.bpf.o", argv[0]);
        obj = bpf_object__open_file(filename, NULL);
        if (libbpf_get_error(obj)) {
                fprintf(stderr, "ERROR: opening BPF object file failed\n");