Home
last modified time | relevance | path

Searched refs:LINK (Results 1 – 7 of 7) sorted by relevance

/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst19 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/
Dnosymfollow-test.c27 #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/
Dlib.mk140 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 $@
DMakefile95 ifeq (,$(LINK.c))
/tools/perf/arch/powerpc/tests/
Dregs_load.S39 #define LINK 36 * 8 macro
82 std 4, LINK(3)
/tools/bpf/resolve_btfids/
DMakefile65 $(call msg,LINK,$@)
/tools/testing/selftests/bpf/
DMakefile131 $(Q)$(LINK.c) $^ $(LDLIBS) -o $@