Searched refs:abspath (Results 1 – 25 of 41) sorted by relevance
12
/Linux-v6.1/Documentation/ |
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/… 141 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
D | conf.py | 38 sys.path.insert(0, os.path.abspath('sphinx'))
|
/Linux-v6.1/tools/bpf/resolve_btfids/ |
D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 36 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 52 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@) 57 $(abspath $@) install_headers
|
/Linux-v6.1/kernel/bpf/preload/iterators/ |
D | Makefile | 3 abs_out := $(abspath $(OUTPUT)) 9 TOOLS_PATH := $(abspath ../../../../tools) 61 OUTPUT=$(abspath $(dir $@))/ prefix= \ 62 DESTDIR=$(LIBBPF_DESTDIR) $(abspath $@) install_headers
|
/Linux-v6.1/tools/bpf/runqslower/ |
D | Makefile | 4 OUTPUT ?= $(abspath .output)/ 9 LIBBPF_SRC := $(abspath ../../lib/bpf) 14 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../include/uapi) 87 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
/Linux-v6.1/tools/testing/selftests/bpf/bpf_testmod/ |
D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))) 2 KDIR ?= $(abspath $(BPF_TESTMOD_DIR)/../../../../..)
|
/Linux-v6.1/samples/bpf/ |
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-v6.1/Documentation/sphinx/ |
D | kernel_feat.py | 92 srctree = path.abspath(os.environ["srctree"]) 117 env.note_dependency(os.path.abspath(fname))
|
D | kernel_abi.py | 89 srctree = path.abspath(os.environ["srctree"]) 159 env.note_dependency(os.path.abspath(f))
|
D | kerneldoc.py | 73 env.note_dependency(os.path.abspath(filename)) 106 env.note_dependency(os.path.abspath(f))
|
D | kernel_include.py | 74 env.note_dependency(os.path.abspath(path)) 91 source_dir = os.path.dirname(os.path.abspath(source))
|
D | load_config.py | 22 config_file = os.path.abspath(config_file)
|
/Linux-v6.1/scripts/clang-tools/ |
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-v6.1/rust/ |
D | Makefile | 58 OBJTREE=$(abspath $(objtree)) \ 120 OBJTREE=$(abspath $(objtree)) \ 139 OBJTREE=$(abspath $(objtree)) \ 151 OBJTREE=$(abspath $(objtree)) \ 339 OBJTREE=$(abspath $(objtree)) \
|
/Linux-v6.1/lib/vdso/ |
D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/Linux-v6.1/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)) + "/scripts/gdb")
|
/Linux-v6.1/scripts/gdb/linux/ |
D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
/Linux-v6.1/tools/build/tests/ex/ |
D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/Linux-v6.1/tools/perf/util/ |
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-v6.1/tools/testing/selftests/tc-testing/ |
D | Makefile | 4 top_srcdir = $(abspath ../../../..)
|
/Linux-v6.1/tools/testing/selftests/ftrace/ |
D | ftracetest | 67 abspath() { function 134 OPT_TEST_DIR=`abspath $1`
|
/Linux-v6.1/tools/testing/selftests/ |
D | Makefile | 205 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
/Linux-v6.1/tools/testing/kunit/ |
D | run_checks.py | 19 ABS_TOOL_PATH = os.path.abspath(os.path.dirname(__file__))
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | Makefile | 8 CURDIR := $(abspath .) 9 TOOLSDIR := $(abspath ../../..) 15 GENDIR := $(abspath ../../../../include/generated) 142 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 325 -I$(abspath $(OUTPUT)/../usr/include)
|
D | test_bpftool.py | 15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
|
12