Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.10/kernel/bpf/preload/iterators/
DMakefile8 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/
DMakefile74 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
Dconf.py28 sys.path.insert(0, os.path.abspath('sphinx'))
/Linux-v5.10/tools/bpf/runqslower/
DMakefile8 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/
DMakefile56 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(abspath $(dir $@))/ $(abspath $@)
/Linux-v5.10/lib/vdso/
DMakefile3 GENERIC_VDSO_MK_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
/Linux-v5.10/scripts/clang-tools/
Dgen_compile_commands.py64 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/
DMakefile7 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)
Dtest_bpftool.py15 bpftool_dir = os.path.abspath(os.path.join(cur_dir, "..", "..", "..", "..",
/Linux-v5.10/scripts/gdb/linux/
DMakefile8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
/Linux-v5.10/tools/perf/util/
Dllvm-utils.c441 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/
DMakefile2 export srctree := $(abspath ../../../..)
/Linux-v5.10/Documentation/sphinx/
Dkerneldoc.py83 env.note_dependency(os.path.abspath(filename))
116 env.note_dependency(os.path.abspath(f))
Dload_config.py22 config_file = os.path.abspath(config_file)
Dkernel_abi.py99 srctree = path.abspath(os.environ["srctree"])
Dkernel_include.py88 source_dir = os.path.dirname(os.path.abspath(source))
/Linux-v5.10/kernel/bpf/preload/
DMakefile5 LIBBPF_OUT = $(abspath $(obj))
/Linux-v5.10/tools/testing/selftests/tc-testing/
DMakefile3 top_srcdir = $(abspath ../../../..)
/Linux-v5.10/tools/testing/selftests/
DMakefile205 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/
Dftracetest67 abspath() { function
134 OPT_TEST_DIR=`abspath $1`
/Linux-v5.10/tools/scripts/
Dutilities.mak168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
169 _ge-abspath = $(if $(is-executable),$(1))
/Linux-v5.10/scripts/kconfig/tests/
Dconftest.py18 CONF_PATH = os.path.abspath(os.path.join('scripts', 'kconfig', 'conf'))
/Linux-v5.10/tools/power/pm-graph/
Dbootgraph.py143 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/
DMakefile115 -o cache_dir=$(abspath $(obj)/tests/.cache) \
/Linux-v5.10/scripts/
Dbpf_helpers_doc.py580 script = os.path.abspath(sys.argv[0])

12