| /linux-5.15/kernel/bpf/preload/iterators/ |
| A D | Makefile | 8 LIBBPF_SRC := $(abspath ../../../../tools/lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../../../tools/lib) \ 12 -I$(abspath ../../../../tools/include/uapi) 15 abs_out := $(abspath $(OUTPUT)) 53 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /linux-5.15/Documentation/ |
| H A D | Makefile | 74 quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4) 75 …cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media $2… 77 BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \ 82 -c $(abspath $(srctree)/$(src)) \ 83 -d $(abspath $(BUILDDIR)/.doctrees/$3) \ 86 $(abspath $(srctree)/$(src)/$5) \ 87 $(abspath $(BUILDDIR)/$3/$4) 136 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/userspace-api/media clean
|
| A D | conf.py | 26 sys.path.insert(0, os.path.abspath('sphinx'))
|
| /linux-5.15/tools/bpf/resolve_btfids/ |
| A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 41 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@) 44 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
| /linux-5.15/tools/bpf/runqslower/ |
| A D | Makefile | 4 OUTPUT ?= $(abspath .output)/ 9 LIBBPF_SRC := $(abspath ../../lib/bpf) 13 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \ 14 -I$(abspath ../../include/uapi)
|
| /linux-5.15/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-5.15/lib/vdso/ |
| A D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
| /linux-5.15/Documentation/sphinx/ |
| A D | kerneldoc.py | 73 env.note_dependency(os.path.abspath(filename)) 106 env.note_dependency(os.path.abspath(f))
|
| A D | load_config.py | 22 config_file = os.path.abspath(config_file)
|
| A D | kernel_feat.py | 91 srctree = path.abspath(os.environ["srctree"])
|
| A D | kernel_abi.py | 89 srctree = path.abspath(os.environ["srctree"])
|
| /linux-5.15/scripts/clang-tools/ |
| A D | gen_compile_commands.py | 67 os.path.abspath(args.directory), 190 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
| /linux-5.15/scripts/gdb/linux/ |
| A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
| A D | symbols.py | 167 self.module_paths = [os.path.abspath(os.path.expanduser(p))
|
| /linux-5.15/samples/bpf/ |
| A D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src)) 325 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 326 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 327 $(abspath ./vmlinux) 328 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
| /linux-5.15/tools/build/tests/ex/ |
| A D | Makefile | 2 export srctree := $(abspath ../../../..)
|
| /linux-5.15/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-5.15/kernel/bpf/preload/ |
| A D | Makefile | 5 LIBBPF_OUT = $(abspath $(obj))
|
| /linux-5.15/tools/testing/selftests/tc-testing/ |
| A D | Makefile | 4 top_srcdir = $(abspath ../../../..)
|
| /linux-5.15/tools/testing/selftests/ftrace/ |
| A D | ftracetest | 67 abspath() { 134 OPT_TEST_DIR=`abspath $1`
|
| /linux-5.15/tools/testing/selftests/ |
| H A D | Makefile | 206 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
| /linux-5.15/tools/testing/selftests/bpf/ |
| A D | Makefile | 8 CURDIR := $(abspath .) 9 TOOLSDIR := $(abspath ../../..) 15 GENDIR := $(abspath ../../../../include/generated) 137 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 283 -I$(abspath $(OUTPUT)/../usr/include)
|
| A D | test_bpftool.py | 15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
|
| /linux-5.15/tools/scripts/ |
| A D | utilities.mak | 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) 169 _ge-abspath = $(if $(is-executable),$(1))
|
| /linux-5.15/scripts/kconfig/tests/ |
| A D | conftest.py | 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
|