| /tools/scripts/ |
| A D | utilities.mak | 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)) 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 D | TODO | 20 -> Run test executable in a forked process. 24 tested executable.
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | README | 11 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 D | Makefile | 11 a2x_path := $(call get-executable,$(A2X))
|
| /tools/testing/selftests/resctrl/ |
| A D | README | 23 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 D | test_bpftool_build.sh | 45 find $dir -type f -executable -name bpftool -print -exec false {} + && \
|
| /tools/perf/ |
| A D | Makefile.config | 205 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 D | README | 14 - 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 D | run.sh | 212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
|
| /tools/perf/Documentation/ |
| A D | Makefile | 78 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 84 _tmp_tool_path := $(call get-executable,$(XMLTO))
|
| A D | perf.data-file-format.txt | 78 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 D | perf-trace.txt | 264 - map type is either 'd' for non-executable maps or 'x' for executable maps;
|
| A D | perf-probe.txt | 100 can also list functions in a user space executable / shared library. 140 Specify path to the executable or shared library file for user
|
| A D | perf-script-perl.txt | 47 available as calls back into the perf executable (see below).
|
| A D | perf-top.txt | 308 doesn't uses many executable mmap operations. Work is being planed to solve
|
| A D | perf-config.txt | 226 Each executable and shared library in modern distributions comes with a
|
| A D | perf-script-python.txt | 441 available as calls back into the perf executable (see below).
|
| /tools/perf/tests/shell/ |
| A D | test_intel_pt.sh | 387 /* Get a memory page to store executable code */ 397 /* Copy executable code to executable memory page */
|
| /tools/usb/usbip/ |
| A D | COPYING | 135 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 D | rcu-test-image.txt | 3 root directory with a single statically linked executable named "init":
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | vmx.c | 25 uint64_t executable:1; member 375 pte->executable = true; in nested_create_pte()
|
| /tools/testing/selftests/tc-testing/ |
| A D | README | 38 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 D | Build | 84 SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
|
| /tools/memory-model/ |
| A D | README | 10 short) of the Linux kernel, written in the "cat" language and executable
|
| /tools/net/sunrpc/xdrgen/ |
| A D | README | 136 - Unused functions are discarded (ie, not added to the executable)
|