Searched refs:executable (Results 1 – 25 of 28) sorted by relevance
12
| /tools/scripts/ |
| D | utilities.mak | 139 # 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/ |
| D | TODO | 20 -> Run test executable in a forked process. 24 tested executable.
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| 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/ |
| D | Makefile | 11 a2x_path := $(call get-executable,$(A2X))
|
| /tools/tracing/latency/ |
| D | Makefile.config | 8 ifeq ($(call get-executable,$(PKG_CONFIG)),)
|
| /tools/testing/selftests/resctrl/ |
| 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/ |
| D | test_bpftool_build.sh | 45 find $dir -type f -executable -name bpftool -print -exec false {} + && \
|
| /tools/tracing/rtla/ |
| D | Makefile.config | 11 ifeq ($(call get-executable,$(PKG_CONFIG)),)
|
| /tools/testing/selftests/arm64/signal/ |
| 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/perf/ |
| D | Makefile.config | 197 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/ |
| D | run.sh | 212 gcovr -s --html-details --gcov-executable "$GCOV_CMD" --gcov-ignore-parse-errors \
|
| /tools/perf/tests/shell/ |
| D | test_intel_pt.sh | 382 /* Get a memory page to store executable code */ 392 /* Copy executable code to executable memory page */
|
| /tools/perf/Documentation/ |
| D | Makefile | 78 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 84 _tmp_tool_path := $(call get-executable,$(XMLTO))
|
| 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.
|
| D | perf-trace.txt | 256 - map type is either 'd' for non-executable maps or 'x' for executable maps;
|
| 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
|
| D | perf-script-perl.txt | 47 available as calls back into the perf executable (see below).
|
| D | perf-top.txt | 308 doesn't uses many executable mmap operations. Work is being planed to solve
|
| /tools/usb/usbip/ |
| 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/ |
| D | rcu-test-image.txt | 3 root directory with a single statically linked executable named "init":
|
| /tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 27 uint64_t executable:1; member 377 pte->executable = true; in nested_create_pte()
|
| /tools/perf/tests/ |
| D | Build | 82 SHELL_TESTS := $(shell find tests/shell -executable -type f -name '*.sh')
|
| /tools/testing/selftests/tc-testing/ |
| 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/memory-model/ |
| D | README | 10 short) of the Linux kernel, written in the "cat" language and executable
|
| /tools/net/sunrpc/xdrgen/ |
| D | README | 136 - Unused functions are discarded (ie, not added to the executable)
|
12