/linux/Documentation/ |
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/tools/bpf/resolve_btfids/ |
A D | Makefile | 5 srctree := $(abspath $(CURDIR)/../../../) 29 LIBBPF_OUT := $(abspath $(dir $(BPFOBJ)))/ 45 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@) 50 $(abspath $@) install_headers
|
/linux/kernel/bpf/preload/iterators/ |
A 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/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) 87 DESTDIR=$(BPFOBJ_OUTPUT) prefix= $(abspath $@) install_headers
|
/linux/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/samples/bpf/ |
A D | Makefile | 3 BPF_SAMPLES_PATH ?= $(abspath $(srctree)/$(src)) 65 LIBBPF_OUTPUT = $(abspath $(BPF_SAMPLES_PATH))/libbpf 288 BPFTOOL_OUTPUT := $(abspath $(BPF_SAMPLES_PATH))/bpftool 348 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \ 349 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \ 350 $(abspath ./vmlinux) 351 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
|
/linux/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/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/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/lib/vdso/ |
A D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/linux/tools/testing/selftests/bpf/ |
A D | Makefile | 8 CURDIR := $(abspath .) 9 TOOLSDIR := $(abspath ../../..) 15 GENDIR := $(abspath ../../../../include/generated) 140 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 291 -I$(abspath $(OUTPUT)/../usr/include)
|
A D | test_bpftool.py | 15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
|
/linux/scripts/gdb/linux/ |
A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
/linux/tools/build/tests/ex/ |
A D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/linux/tools/testing/selftests/ |
A D | Makefile | 206 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
/linux/tools/testing/selftests/ftrace/ |
A D | ftracetest | 67 abspath() { function 134 OPT_TEST_DIR=`abspath $1`
|
/linux/tools/testing/selftests/tc-testing/ |
A D | Makefile | 4 top_srcdir = $(abspath ../../../..)
|
/linux/kernel/bpf/preload/ |
A D | Makefile | 4 LIBBPF_OUT = $(abspath $(obj))/libbpf
|
/linux/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/tools/power/pm-graph/ |
A D | bootgraph.py | 143 cmdline = '%s -cronjob' % os.path.abspath(sys.argv[0]) 152 cmdline += ' %s "%s"' % (arg, os.path.abspath(next(args))) 156 cmdline += ' %s "%s"' % (arg, os.path.abspath(file)) 161 cmdline += ' -o "%s"' % os.path.abspath(self.testdir)
|
/linux/scripts/kconfig/tests/ |
A D | conftest.py | 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
|