| /linux/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/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/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/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/tools/bpf/runqslower/ |
| H A D | Makefile | |
| /linux/Documentation/sphinx/ |
| H A D | kernel_include.py | 99 srctree = os.path.abspath(os.environ["srctree"]) 221 source_dir = os.path.dirname(os.path.abspath( 341 srctree = os.path.abspath(os.environ["srctree"]) 352 abs_base = os.path.abspath(base) 353 abs_full_path = os.path.abspath(os.path.join(base, path)) 371 env.note_dependency(os.path.abspath(path)) 377 source_dir = os.path.dirname(os.path.abspath(source))
|
| H A D | kernel_feat.py | 44 srctree = os.path.abspath(os.environ["srctree"]) 89 srctree = os.path.abspath(os.environ["srctree"]) 112 env.note_dependency(os.path.abspath(fname))
|
| H A D | kerneldoc.py | 44 srctree = os.path.abspath(os.environ["srctree"]) 128 env.note_dependency(os.path.abspath(filename)) 181 env.note_dependency(os.path.abspath(f))
|
| /linux/tools/testing/selftests/vsock/ |
| H A D | Makefile | 3 CURDIR := $(abspath .) 4 TOOLSDIR := $(abspath ../../..)
|
| /linux/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/tools/docs/ |
| H A D | checktransupdate.py | 170 script_path = os.path.dirname(os.path.abspath(__file__)) 234 script_path = os.path.dirname(os.path.abspath(__file__)) 294 logging.info(os.path.relpath(os.path.abspath(file), linux_path)) 297 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files))
|
| /linux/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/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/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/Documentation/ |
| H A D | conf.py | 19 sys.path.insert(0, os.path.abspath("sphinx")) 36 doctree = os.path.abspath(".")
|
| /linux/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/tools/testing/selftests/net/bench/page_pool/ |
| H A D | Makefile | 1 BENCH_PAGE_POOL_SIMPLE_TEST_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
| /linux/scripts/gdb/linux/ |
| H A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(src))/%,$@) $@
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 19 script_dir = os.path.dirname(os.path.abspath(__file__)) 20 schema_dir = os.path.abspath(f"{script_dir}/{relative_schema_dir}")
|
| /linux/tools/build/tests/ex/ |
| H A D | Makefile | 2 export srctree := $(abspath ../../../..)
|
| /linux/scripts/gdb/ |
| H A D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
|
| /linux/tools/testing/selftests/damon/ |
| H A D | sysfs_no_op_commit_break.py | 16 file_dir = os.path.dirname(os.path.abspath(__file__))
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 342 LIBAPI_OUTPUT = $(abspath $(OUTPUT))/libapi 353 LIBBPF_OUTPUT = $(abspath $(OUTPUT))/libbpf 365 LIBSUBCMD_OUTPUT = $(abspath $(OUTPUT))/libsubcmd 375 LIBSYMBOL_OUTPUT = $(abspath $(OUTPUT))/libsymbol 385 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf 496 arm64_gen_sysreg_outdir := $(abspath $(OUTPUT)) 1169 SKEL_OUT := $(abspath $(OUTPUT)util/bpf_skel) 1170 SKEL_TMP_OUT := $(abspath $(SKEL_OUT)/.tmp) 1224 VMLINUX_BTF_ELF_ABSPATHS ?= $(abspath $(wildcard $(VMLINUX_BTF_ELF_PATHS)))
|