]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/get_cgroup_id_user.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / get_cgroup_id_user.c
index e021cc67dc0290ea09f09e9d540995e3f7314382..156743cf58705724658f3523a12b454ee6face38 100644 (file)
@@ -48,7 +48,7 @@ static int bpf_find_map(const char *test, struct bpf_object *obj,
 int main(int argc, char **argv)
 {
        const char *probe_name = "syscalls/sys_enter_nanosleep";
-       const char *file = "get_cgroup_id_kern.o";
+       const char *file = "get_cgroup_id_kern.bpf.o";
        int err, bytes, efd, prog_fd, pmu_fd;
        int cgroup_fd, cgidmap_fd, pidmap_fd;
        struct perf_event_attr attr = {};
This page took 0.033292 seconds and 4 git commands to generate.