Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/config/
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 …]
DMakefile114 ifeq ($(call get-executable,$(FLEX)),)
118 ifeq ($(call get-executable,$(BISON)),)
148 PYTHON2 := $(if $(call get-executable,python2),python2,python)
149 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2))
151 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
153 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
/linux-4.1.27/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
/linux-4.1.27/arch/arm64/
DKconfig.debug74 kernel's executable code. Additionally splits rodata from kernel
75 text so it can be made explicitly non-executable.
84 read only or non-executable will be aligned up to the section size of
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx146 under Section 2) in object code or executable form under the terms of
163 received the program in object code or executable form with such
167 making modifications to it. For an executable work, complete source
170 control compilation and installation of the executable. However, as a
174 operating system on which the executable runs, unless that component
175 itself accompanies the executable.
177 If distribution of executable or object code is made by offering
DLICENSE.qla2xxx147 under Section 2) in object code or executable form under the terms of
164 received the program in object code or executable form with such
168 making modifications to it. For an executable work, complete source
171 control compilation and installation of the executable. However, as a
175 operating system on which the executable runs, unless that component
176 itself accompanies the executable.
178 If distribution of executable or object code is made by offering
Dqlogicfas.txt61 large executable or archive). It should be at least 5 megabytes, but
/linux-4.1.27/Documentation/networking/
DLICENSE.qlge145 under Section 2) in object code or executable form under the terms of
162 received the program in object code or executable form with such
166 making modifications to it. For an executable work, complete source
169 control compilation and installation of the executable. However, as a
173 operating system on which the executable runs, unless that component
174 itself accompanies the executable.
176 If distribution of executable or object code is made by offering
DLICENSE.qlcnic145 under Section 2) in object code or executable form under the terms of
162 received the program in object code or executable form with such
166 making modifications to it. For an executable work, complete source
169 control compilation and installation of the executable. However, as a
173 operating system on which the executable runs, unless that component
174 itself accompanies the executable.
176 If distribution of executable or object code is made by offering
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt135 - map type is either 'd' for non-executable maps or 'x' for executable maps;
DMakefile71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
76 _tmp_tool_path := $(call get-executable,$(XMLTO))
Dperf-probe.txt87 can also list functions in a user space executable / shared library.
110 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-script-python.txt445 available as calls back into the perf executable (see below).
/linux-4.1.27/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
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense138 Section 2) in object code or executable form under the terms of Sections
155 program in object code or executable form with such an offer, in
159 making modifications to it. For an executable work, complete source code
162 compilation and installation of the executable. However, as a special
166 the executable runs, unless that component itself accompanies the
167 executable.
169 If distribution of executable or object code is made by offering access
/linux-4.1.27/drivers/staging/rtl8192u/
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
/linux-4.1.27/
DCOPYING151 under Section 2) in object code or executable form under the terms of
168 received the program in object code or executable form with such
172 making modifications to it. For an executable work, complete source
175 control compilation and installation of the executable. However, as a
179 operating system on which the executable runs, unless that component
180 itself accompanies the executable.
182 If distribution of executable or object code is made by offering
/linux-4.1.27/arch/x86/include/asm/
Defi.h92 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
/linux-4.1.27/arch/x86/platform/efi/
Defi_64.c61 static void __init early_code_mapping_set_exec(int executable) in early_code_mapping_set_exec() argument
74 efi_set_executable(md, executable); in early_code_mapping_set_exec()
Defi.c511 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable() argument
520 if (executable) in efi_set_executable()
/linux-4.1.27/Documentation/trace/
Duprobetracer.txt29 PATH : Path to an executable or a library.
71 as below: (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash)
Dftrace.txt2602 System"). Both reads snapshot and tracing are executable
/linux-4.1.27/Documentation/filesystems/
Dromfs.txt109 the file; while bit 4 shows if the file is executable or not. The
111 and world executable if it is; except the character and block devices,
132 using the executable bits for special purposes on the socket and fifo
Dhfs.txt52 o You can't modify the set-uid, set-gid, sticky or executable bits or the uid
Dproc.txt135 exe Link to the executable of this process
212 Name filename of the executable
279 tcomm filename of the executable
451 ex - executable
/linux-4.1.27/Documentation/dvb/
Dudev.txt29 Don't forget to make the script executable with "chmod".
/linux-4.1.27/Documentation/ABI/testing/
Dima_policy82 all files mmapped executable in file_mmap, and all files
/linux-4.1.27/arch/arm/mm/
Dcache-v4wb.S113 tst r2, #VM_EXEC @ executable region?
DKconfig1025 will be made non-executable. The tradeoff is that each region is
1037 kernel's executable code. Additionally splits rodata from kernel
1038 text so it can be made explicitly non-executable. This creates
/linux-4.1.27/Documentation/
Djava.txt33 support for executable Jar files:
383 Set the executable permissions of the binary file, with:
403 added executable Jar file support by Kurt Huwig <kurt@iku-netz.de>
Defi-stub.txt6 it as an EFI executable. The code that modifies the bzImage header,
Dinitrd.txt35 5) /sbin/init is executed (this can be any valid executable, including
119 needed to execute programs from initrd (e.g. executable format and file
224 executable, shared libraries, standard input/output/error, and its
Dxz.txt11 improve compression ratio of executable data.
Dnommu-mmap.txt218 assumed to be readable and writable, not executable, and only shareable
247 controlling the device. Remember especially: private executable
Dcachetlb.txt79 executable (and thus could be in the 'instruction TLB' in
191 executable (and thus could be in the 'instruction cache' in
Dintel_txt.txt90 o Tboot is an executable that is launched by the bootloader as
Dkernel-parameters.txt2341 noexec=on: enable non-executable mappings (default)
2342 noexec=off: disable non-executable mappings
2354 noexec32=on: enable non-executable mappings (default)
2355 read doesn't imply executable mappings
2356 noexec32=off: disable non-executable mappings
2357 read implies executable mappings
Ddevices.txt415 198 = /dev/sexec Signed executable interface
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt54 to executable code. This code is hidden inside the user access macros.
184 final kernel executable:
202 of the executable file:
/linux-4.1.27/Documentation/arm/
Duefi.txt28 PE/COFF executable, including a loader application that makes it possible to
/linux-4.1.27/Documentation/fb/
Duvesafb.txt126 Set path to the v86d executable. This option is only available as
149 Path to the v86d executable. v86d is started by uvesafb
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt603 Two steps are required in order to use a host executable.
608 The second step is to add an explicit dependency to the executable.
632 $(<executable>-objs) lists all objects used to link the final
633 executable.
643 Finally, the two .o files are linked to the executable, lxdialog.
644 Note: The syntax <executable>-y is not permitted for host-programs.
657 In the example above the executable is composed of the C++ file
1108 to the executable have changed.
/linux-4.1.27/arch/parisc/
DKconfig181 as modules, the kernel executable may become too big, so that the
/linux-4.1.27/arch/tile/include/hv/
Dhypervisor.h2347 _HV_BIT(executable, EXECUTABLE) in _HV_BIT()
/linux-4.1.27/fs/affs/
DChanges217 - Changed mapping of executable flag.
/linux-4.1.27/arch/x86/
DKconfig.debug120 tristate "Testcase for the NX non-executable stack feature"
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt178 rdinit=<executable file>
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt207 %e executable filename (may be shortened)
208 %E executable path
/linux-4.1.27/scripts/
Dspelling.txt383 excecutable||executable
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio428 be compiled into executable file and copied into /usr/bin.
/linux-4.1.27/Documentation/cdrom/
Dide-cd302 scripts/MAKEDEV.ide. (You may have to make it executable
/linux-4.1.27/Documentation/security/
Dcredentials.txt270 extra privileges, based on the annotations on the executable file.
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt46 executable image that has no awareness of memory policy. See the
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt148 readahead can prevent disk accesses for things like executable pages (which are
/linux-4.1.27/kernel/events/
Dcore.c5766 int executable = vma->vm_flags & VM_EXEC; in perf_event_mmap_match() local
5768 return (!executable && event->attr.mmap_data) || in perf_event_mmap_match()
5769 (executable && (event->attr.mmap || event->attr.mmap2)); in perf_event_mmap_match()
/linux-4.1.27/arch/powerpc/
DKconfig1045 The kernel is linked as a position-independent executable (PIE)
/linux-4.1.27/init/
DKconfig123 The linux kernel is a kind of self-extracting executable.
170 BCJ filters which can improve compression ratio of executable
/linux-4.1.27/Documentation/s390/
DDebugging390.txt457 ( Executable Linkable Format, Linux'es most common executable format ),
477 A COFF executable format based concept of a procedure reference
/linux-4.1.27/Documentation/block/
Dbiodoc.txt268 executable page on demand to be given a higher priority over pending write