projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git]
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
map_lock.c
diff --git
a/tools/testing/selftests/bpf/prog_tests/map_lock.c
b/tools/testing/selftests/bpf/prog_tests/map_lock.c
index e4e99b37df64b1bf89d258c3ccba3858684175bc..1d6726f01dd297d331dcc1914406032669c205c7 100644
(file)
--- a/
tools/testing/selftests/bpf/prog_tests/map_lock.c
+++ b/
tools/testing/selftests/bpf/prog_tests/map_lock.c
@@
-49,7
+49,7
@@
out:
void test_map_lock(void)
{
- const char *file = "./test_map_lock.o";
+ const char *file = "./test_map_lock.
bpf.
o";
int prog_fd, map_fd[2], vars[17] = {};
pthread_t thread_id[6];
struct bpf_object *obj = NULL;
This page took
0.03407 seconds
and
4
git commands to generate.