Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 26) sorted by relevance

12

/tools/scripts/
A Dutilities.mak147 # is-executable
149 # Usage: bool-value = $(call is-executable,path)
154 is-executable = $(call _is-executable-helper,$(shell-sq))
155 _is-executable-helper = $(shell sh -c $(_is-executable-sh))
158 # get-executable
160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path)
162 # The goal is to get an absolute path for an executable;
169 _ge-abspath = $(if $(is-executable),$(1))
171 # get-supplied-or-default-executable
173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
[all …]
/tools/power/cpupower/
A DTODO20 -> Run test executable in a forked process.
24 tested executable.
/tools/perf/scripts/perl/Perf-Trace-Util/
A DREADME11 executable; scripts wishing to do that should 'use Context.pm'.
15 perf executable, you add desciptions of the new functions here.
16 scripting_context is a pointer to the perf data in the perf executable
/tools/kvm/kvm_stat/
A DMakefile11 a2x_path := $(call get-executable,$(A2X))
/tools/testing/selftests/resctrl/
A DREADME23 Build executable file "resctrl_tests" from top level directory of the kernel source:
44 Build executable file "resctrl_tests" from this directory(tools/testing/selftests/resctrl/):
/tools/testing/selftests/bpf/
A Dtest_bpftool_build.sh45 find $dir -type f -executable -name bpftool -print -exec false {} + && \
/tools/perf/
A DMakefile.config205 ifeq ($(call get-executable,$(PKG_CONFIG)),)
216 ifeq ($(call get-executable,$(FLEX)),)
220 ifeq ($(call get-executable,$(BISON)),)
271 PYTHON_AUTO := $(if $(call get-executable,python2-config),python2-config,$(PYTHON_AUTO))
272 PYTHON_AUTO := $(if $(call get-executable,python-config),python-config,$(PYTHON_AUTO))
273 PYTHON_AUTO := $(if $(call get-executable,python3-config),python3-config,$(PYTHON_AUTO))
279 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config)
288 override PYTHON_CONFIG := $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO))
289 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
703 else ifeq ($(call get-executable,$(CLANG)),)
/tools/testing/selftests/arm64/signal/
A DREADME14 - Each signal testcase is compiled into its own executable: a separate
15 executable is used for each test since many tests complete successfully
/tools/testing/selftests/net/rds/
A Drun.sh212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
/tools/perf/Documentation/
A DMakefile78 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
84 _tmp_tool_path := $(call get-executable,$(XMLTO))
A Dperf.data-file-format.txt78 for a executable file name for a pid. An ELF build id is a unique identifier
79 assigned by the linker to an executable.
516 Define a ELF build ID for a referenced executable.
A Dperf-trace.txt264 - map type is either 'd' for non-executable maps or 'x' for executable maps;
A Dperf-probe.txt100 can also list functions in a user space executable / shared library.
140 Specify path to the executable or shared library file for user
A Dperf-script-perl.txt47 available as calls back into the perf executable (see below).
A Dperf-top.txt308 doesn't uses many executable mmap operations. Work is being planed to solve
A Dperf-config.txt226 Each executable and shared library in modern distributions comes with a
A Dperf-script-python.txt441 available as calls back into the perf executable (see below).
/tools/perf/tests/shell/
A Dtest_intel_pt.sh387 /* Get a memory page to store executable code */
397 /* Copy executable code to executable memory page */
/tools/usb/usbip/
A DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
156 making modifications to it. For an executable work, complete source
159 control compilation and installation of the executable. However, as a
163 operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering
/tools/testing/selftests/rcutorture/doc/
A Drcu-test-image.txt3 root directory with a single statically linked executable named "init":
/tools/testing/selftests/kvm/lib/x86/
A Dvmx.c25 uint64_t executable:1; member
375 pte->executable = true; in nested_create_pte()
/tools/testing/selftests/tc-testing/
A DREADME38 The path to the tc executable that will be most commonly tested can be defined
42 If you need to test a different tc executable on the fly, you can do so by
/tools/perf/tests/
A DBuild84 SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
/tools/memory-model/
A DREADME10 short) of the Linux kernel, written in the "cat" language and executable
/tools/net/sunrpc/xdrgen/
A DREADME136 - Unused functions are discarded (ie, not added to the executable)

Completed in 822 milliseconds

12