Home
last modified time | relevance | path

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

12

/tools/scripts/
Dutilities.mak139 # Usage: absolute-executable-path-or-empty = $(call lookup,path)
147 # 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))
156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y)
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;
168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup)))
[all …]
/tools/power/cpupower/
DTODO20 -> Run test executable in a forked process.
24 tested executable.
/tools/perf/scripts/perl/Perf-Trace-Util/
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/
DMakefile11 a2x_path := $(call get-executable,$(A2X))
/tools/tracing/latency/
DMakefile.config8 ifeq ($(call get-executable,$(PKG_CONFIG)),)
/tools/testing/selftests/resctrl/
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/
Dtest_bpftool_build.sh45 find $dir -type f -executable -name bpftool -print -exec false {} + && \
/tools/tracing/rtla/
DMakefile.config11 ifeq ($(call get-executable,$(PKG_CONFIG)),)
/tools/testing/selftests/arm64/signal/
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/perf/
DMakefile.config197 ifeq ($(call get-executable,$(PKG_CONFIG)),)
212 ifeq ($(call get-executable,$(FLEX)),)
216 ifeq ($(call get-executable,$(BISON)),)
267 PYTHON_AUTO := $(if $(call get-executable,python2-config),python2-config,$(PYTHON_AUTO))
268 PYTHON_AUTO := $(if $(call get-executable,python-config),python-config,$(PYTHON_AUTO))
269 PYTHON_AUTO := $(if $(call get-executable,python3-config),python3-config,$(PYTHON_AUTO))
275 PYTHON_CONFIG_AUTO := $(call get-executable,$(PYTHON)-config)
284 override PYTHON_CONFIG := $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON_AUTO))
285 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
705 else ifeq ($(call get-executable,$(CLANG)),)
/tools/testing/selftests/net/rds/
Drun.sh212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
/tools/perf/tests/shell/
Dtest_intel_pt.sh382 /* Get a memory page to store executable code */
392 /* Copy executable code to executable memory page */
/tools/perf/Documentation/
DMakefile78 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
84 _tmp_tool_path := $(call get-executable,$(XMLTO))
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.
Dperf-trace.txt256 - map type is either 'd' for non-executable maps or 'x' for executable maps;
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
Dperf-script-perl.txt47 available as calls back into the perf executable (see below).
Dperf-top.txt308 doesn't uses many executable mmap operations. Work is being planed to solve
/tools/usb/usbip/
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/
Drcu-test-image.txt3 root directory with a single statically linked executable named "init":
/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c27 uint64_t executable:1; member
377 pte->executable = true; in nested_create_pte()
/tools/perf/tests/
DBuild82 SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
/tools/testing/selftests/tc-testing/
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/memory-model/
DREADME10 short) of the Linux kernel, written in the "cat" language and executable
/tools/net/sunrpc/xdrgen/
DREADME136 - Unused functions are discarded (ie, not added to the executable)

12