| /linux-6.15/Documentation/ |
| H A D | Makefile | 86 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 87 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 89 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(src)/$5/$(SPHINX_CONF)) \ 94 -c $(abspath $(src)) \ 95 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 98 $(abspath $(src)/$5) \ 99 $(abspath $(BUILDDIR)/$3/$4) && \ 101 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/… 188 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
| /linux-6.15/drivers/hid/bpf/progs/ |
| H A D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 78 OUTPUT=$(abspath $(dir $@))/ prefix= \ 79 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
| /linux-6.15/kernel/bpf/preload/iterators/ |
| H A D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 63 OUTPUT=$(abspath $(dir $@))/ prefix= \ 64 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
| /linux-6.15/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 34 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 36 SUBCMD_OUT := $(abspath $(dir $(SUBCMDOBJ)))/ 58 $(abspath $@) install_headers 63 $(abspath $@) install_headers
|
| /linux-6.15/samples/hid/ |
| H A D | Makefile | 3 HID_SAMPLES_PATH ?= $(abspath $(src)) 14 LIBBPF_OUTPUT = $(abspath $(HID_SAMPLES_PATH))/libbpf 122 BPFTOOL_OUTPUT := $(abspath $(HID_SAMPLES_PATH))/bpftool 165 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 166 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 167 $(abspath $(objtree)/vmlinux) 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux-6.15/tools/bpf/runqslower/ |
| H A D | Makefile | 4 OUTPUT ?= $(abspath .output)/ 10 LIBBPF_SRC := $(abspath ../../lib/bpf) 15 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi) 88 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
| /linux-6.15/tools/testing/selftests/bpf/test_kmods/ |
| H A D | Makefile | 1 TEST_KMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(TEST_KMOD_DIR)/../../../../..)
|
| /linux-6.15/scripts/ |
| H A D | checktransupdate.py | 134 script_path = os.path.dirname(os.path.abspath(__file__)) 198 script_path = os.path.dirname(os.path.abspath(__file__)) 258 logging.info(os.path.relpath(os.path.abspath(file), linux_path)) 261 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
|
| /linux-6.15/samples/bpf/ |
| H A D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(src)) 43 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf 239 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool 308 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 309 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 310 $(abspath $(objtree)/vmlinux) 311 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux-6.15/tools/sched_ext/ |
| H A D | Makefile | 42 CURDIR := $(abspath .) 43 TOOLSDIR := $(abspath ..) 49 GENDIR := $(abspath ../../include/generated) 81 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kernel_feat.py | 83 srctree = os.path.abspath(os.environ["srctree"]) 108 env.note_dependency(os.path.abspath(fname))
|
| H A D | kernel_abi.py | 45 srctree = os.path.abspath(os.environ["srctree"]) 150 env.note_dependency(os.path.abspath(f))
|
| H A D | kerneldoc.py | 69 env.note_dependency(os.path.abspath(filename)) 102 env.note_dependency(os.path.abspath(f))
|
| H A D | kernel_include.py | 74 env.note_dependency(os.path.abspath(path)) 91 source_dir = os.path.dirname(os.path.abspath(source))
|
| /linux-6.15/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | remote.py | 14 dir_path = os.path.abspath(src_path + "/../")
|
| H A D | remote_netns.py | 21 return os.path.abspath(self.dir_path + "/" + what)
|
| H A D | remote_ssh.py | 36 what = os.path.abspath(self.dir_path + "/" + what)
|
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 13 CURDIR := $(abspath .) 14 REPOROOT := $(abspath ../../../..) 45 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux-6.15/lib/vdso/ |
| H A D | Makefile.include | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
| /linux-6.15/tools/testing/selftests/mm/page_frag/ |
| H A D | Makefile | 1 PAGE_FRAG_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(src))/%,$@) $@
|
| /linux-6.15/tools/testing/selftests/livepatch/test_modules/ |
| H A D | Makefile | 1 TESTMODS_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | cli.py | 18 script_dir = os.path.dirname(os.path.abspath(__file__)) 19 schema_dir = os.path.abspath(f"{script_dir}/{relative_schema_dir}")
|
| /linux-6.15/tools/build/tests/ex/ |
| H A D | Makefile | 2 export srctree := $(abspath ../../../..)
|
| /linux-6.15/scripts/gdb/ |
| H A D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
|