Searched refs:LINK (Results 1 – 7 of 7) sorted by relevance
/tools/bpf/bpftool/Documentation/ |
D | bpftool-link.rst | 19 LINK COMMANDS 22 | **bpftool** **link { show | list }** [*LINK*] 23 | **bpftool** **link pin** *LINK* *FILE* 24 | **bpftool** **link detach** *LINK* 27 | *LINK* := { **id** *LINK_ID* | **pinned** *FILE* } 32 **bpftool link { show | list }** [*LINK*] 33 Show information about active links. If *LINK* is 46 **bpftool link pin** *LINK* *FILE* 47 Pin link *LINK* as *FILE*. 53 **bpftool link detach** *LINK* [all …]
|
/tools/testing/selftests/mount/ |
D | nosymfollow-test.c | 27 #define LINK "/tmp/symlink" macro 123 err = symlink(DATA, LINK); in setup_symlink() 135 link = open(LINK, 0, O_RDWR); in test_link_traversal() 157 ret = readlink(LINK, buf, sizeof(buf)); in test_readlink() 166 char *path = realpath(LINK, NULL); in test_realpath()
|
/tools/testing/selftests/ |
D | lib.mk | 140 LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) 142 LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH) 150 $(LINK.c) $(filter-out $(LOCAL_HDRS),$^) $(LDLIBS) -o $@ 156 $(LINK.S) $^ $(LDLIBS) -o $@
|
D | Makefile | 95 ifeq (,$(LINK.c))
|
/tools/perf/arch/powerpc/tests/ |
D | regs_load.S | 39 #define LINK 36 * 8 macro 82 std 4, LINK(3)
|
/tools/bpf/resolve_btfids/ |
D | Makefile | 65 $(call msg,LINK,$@)
|
/tools/testing/selftests/bpf/ |
D | Makefile | 131 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@
|