/linux-6.3-rc2/Documentation/ |
A D | Makefile | 76 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 77 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 79 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 84 -c $(abspath $(srctree)/$(src)) \ 85 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 88 $(abspath $(srctree)/$(src)/$5) \ 89 $(abspath $(BUILDDIR)/$3/$4) && \ 91 …cp $(if $(patsubst /%,,$(DOCS_CSS)),$(abspath $(srctree)/$(DOCS_CSS)),$(DOCS_CSS)) $(BUILDDIR)/$3/… 150 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
/linux-6.3-rc2/drivers/hid/bpf/entrypoints/ |
A D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 29 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 80 OUTPUT=$(abspath $(dir $@))/ prefix= \ 81 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
/linux-6.3-rc2/kernel/bpf/preload/iterators/ |
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.3-rc2/tools/bpf/resolve_btfids/ |
A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 36 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 38 SUBCMD_OUT := $(abspath $(dir $(SUBCMDOBJ)))/ 60 $(abspath $@) install_headers 65 $(abspath $@) install_headers
|
/linux-6.3-rc2/tools/bpf/runqslower/ |
A D | Makefile | 4 OUTPUT ?= $(abspath .output)/ 9 LIBBPF_SRC := $(abspath ../../lib/bpf) 14 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi) 89 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
/linux-6.3-rc2/samples/hid/ |
A D | Makefile | 3 HID_SAMPLES_PATH ?= $(abspath $(srctree)/$(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 ./vmlinux) 168 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.3-rc2/tools/testing/selftests/bpf/bpf_testmod/ |
A D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
/linux-6.3-rc2/samples/bpf/ |
A D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src)) 62 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf 284 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool 354 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 355 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 356 $(abspath ./vmlinux) 357 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kernel_feat.py | 92 srctree = path.abspath(os.environ["srctree"]) 117 env.note_dependency(os.path.abspath(fname))
|
A D | kernel_abi.py | 89 srctree = path.abspath(os.environ["srctree"]) 159 env.note_dependency(os.path.abspath(f))
|
A D | kerneldoc.py | 73 env.note_dependency(os.path.abspath(filename)) 106 env.note_dependency(os.path.abspath(f))
|
A D | kernel_include.py | 74 env.note_dependency(os.path.abspath(path)) 91 source_dir = os.path.dirname(os.path.abspath(source))
|
A D | load_config.py | 22 config_file = os.path.abspath(config_file)
|
/linux-6.3-rc2/scripts/clang-tools/ |
A D | gen_compile_commands.py | 67 os.path.abspath(args.directory), 176 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
/linux-6.3-rc2/lib/vdso/ |
A D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/linux-6.3-rc2/scripts/gdb/ |
A D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
|
/linux-6.3-rc2/scripts/gdb/linux/ |
A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
/linux-6.3-rc2/rust/ |
A D | Makefile | 62 OBJTREE=$(abspath $(objtree)) \ 124 OBJTREE=$(abspath $(objtree)) \ 146 OBJTREE=$(abspath $(objtree)) \ 158 OBJTREE=$(abspath $(objtree)) \ 339 OBJTREE=$(abspath $(objtree)) \
|
/linux-6.3-rc2/tools/build/tests/ex/ |
A D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/linux-6.3-rc2/tools/perf/util/ |
A D | llvm-utils.c | 458 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local 468 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf() 530 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | Makefile | 4 top_srcdir = $(abspath ../../../..)
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | Makefile | 97 BPFDIR := $(abspath ../../../lib/bpf) 98 APIDIR := $(abspath ../../../include/uapi)
|
/linux-6.3-rc2/tools/testing/selftests/ftrace/ |
A D | ftracetest | 67 abspath() { function 134 OPT_TEST_DIR=`abspath $1`
|
/linux-6.3-rc2/tools/testing/selftests/ |
A D | Makefile | 209 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 250 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
/linux-6.3-rc2/tools/perf/ |
A D | Makefile.perf | 291 LIBAPI_OUTPUT = $(abspath $(OUTPUT))/libapi 302 LIBBPF_OUTPUT = $(abspath $(OUTPUT))/libbpf 314 LIBSUBCMD_OUTPUT = $(abspath $(OUTPUT))/libsubcmd 324 LIBSYMBOL_OUTPUT = $(abspath $(OUTPUT))/libsymbol 334 LIBPERF_OUTPUT = $(abspath $(OUTPUT))/libperf 1044 SKEL_OUT := $(abspath $(OUTPUT)util/bpf_skel) 1045 SKEL_TMP_OUT := $(abspath $(SKEL_OUT)/.tmp) 1068 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|