Home
last modified time | relevance | path

Searched refs:obj_file (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dfexit_bpf2bpf.c53 static void test_fexit_bpf2bpf_common(const char *obj_file, in test_fexit_bpf2bpf_common() argument
80 obj = bpf_object__open_file(obj_file, &opts); in test_fexit_bpf2bpf_common()
82 "failed to open %s: %ld\n", obj_file, in test_fexit_bpf2bpf_common()
300 static void test_obj_load_failure_common(const char *obj_file, in test_obj_load_failure_common() argument
322 obj = bpf_object__open_file(obj_file, &opts); in test_obj_load_failure_common()
324 "failed to open %s: %ld\n", obj_file, in test_obj_load_failure_common()
Dprobe_user.c7 const char *obj_file = "./test_probe_user.o"; in test_probe_user() local
17 obj = bpf_object__open_file(obj_file, &opts); in test_probe_user()