]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/prog_tests/trampoline_count.c
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / prog_tests / trampoline_count.c
index b0acbda6dbf5e7735c0593159e77ed785708ad64..564b75bc087f39572a5916df005ce13dd75fa281 100644 (file)
@@ -35,7 +35,7 @@ static struct bpf_program *load_prog(char *file, char *name, struct inst *inst)
 /* TODO: use different target function to run in concurrent mode */
 void serial_test_trampoline_count(void)
 {
-       char *file = "test_trampoline_count.o";
+       char *file = "test_trampoline_count.bpf.o";
        char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" };
        struct inst inst[MAX_TRAMP_PROGS + 1] = {};
        struct bpf_program *prog;
This page took 0.034659 seconds and 4 git commands to generate.