Searched refs:abspath (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v5.10/kernel/bpf/preload/iterators/ |
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-v5.10/Documentation/ |
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
|
D | conf.py | 28 sys.path.insert(0, os.path.abspath('sphinx'))
|
/Linux-v5.10/tools/bpf/runqslower/ |
D | Makefile | 8 LIBBPF_SRC := $(abspath ../../lib/bpf) 11 INCLUDES := -I$(OUTPUT) -I$(BPF_INCLUDE) -I$(abspath ../../lib) \ 12 -I$(abspath ../../include/uapi) 21 abs_out := $(abspath $(OUTPUT)) 81 OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
/Linux-v5.10/tools/bpf/resolve_btfids/ |
D | Makefile | 56 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
|
/Linux-v5.10/lib/vdso/ |
D | Makefile | 3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
|
/Linux-v5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 64 os.path.abspath(args.directory), 181 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
|
/Linux-v5.10/tools/testing/selftests/bpf/ |
D | Makefile | 7 CURDIR := $(abspath .) 8 TOOLSDIR := $(abspath ../../..) 14 GENDIR := $(abspath ../../../../include/generated) 148 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) 234 -I$(abspath $(OUTPUT)/../usr/include)
|
D | test_bpftool.py | 15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
|
/Linux-v5.10/scripts/gdb/linux/ |
D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
|
/Linux-v5.10/tools/perf/util/ |
D | llvm-utils.c | 441 char clang_path[PATH_MAX], llc_path[PATH_MAX], abspath[PATH_MAX], nr_cpus_avail_str[64]; in llvm__compile_bpf() local 451 if (path[0] != '-' && realpath(path, abspath) == NULL) { in llvm__compile_bpf() 523 (path[0] == '-') ? path : abspath); in llvm__compile_bpf()
|
/Linux-v5.10/tools/build/tests/ex/ |
D | Makefile | 2 export srctree := $(abspath ../../../..)
|
/Linux-v5.10/Documentation/sphinx/ |
D | kerneldoc.py | 83 env.note_dependency(os.path.abspath(filename)) 116 env.note_dependency(os.path.abspath(f))
|
D | load_config.py | 22 config_file = os.path.abspath(config_file)
|
D | kernel_abi.py | 99 srctree = path.abspath(os.environ["srctree"])
|
D | kernel_include.py | 88 source_dir = os.path.dirname(os.path.abspath(source))
|
/Linux-v5.10/kernel/bpf/preload/ |
D | Makefile | 5 LIBBPF_OUT = $(abspath $(obj))
|
/Linux-v5.10/tools/testing/selftests/tc-testing/ |
D | Makefile | 3 top_srcdir = $(abspath ../../../..)
|
/Linux-v5.10/tools/testing/selftests/ |
D | Makefile | 205 KSFT_INSTALL_PATH := $(abspath $(KSFT_INSTALL_PATH)) 245 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
/Linux-v5.10/tools/testing/selftests/ftrace/ |
D | ftracetest | 67 abspath() { function 134 OPT_TEST_DIR=`abspath $1`
|
/Linux-v5.10/tools/scripts/ |
D | utilities.mak | 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) 169 _ge-abspath = $(if $(is-executable),$(1))
|
/Linux-v5.10/scripts/kconfig/tests/ |
D | conftest.py | 18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
|
/Linux-v5.10/tools/power/pm-graph/ |
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-v5.10/scripts/kconfig/ |
D | Makefile | 115 -o cache_dir=$(abspath $(obj)/tests/.cache) \
|
/Linux-v5.10/scripts/ |
D | bpf_helpers_doc.py | 580 script = os.path.abspath(sys.argv[0])
|
12