Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
DMakefile119 ifeq ($(call get-executable,$(FLEX)),)
123 ifeq ($(call get-executable,$(BISON)),)
155 PYTHON2 := $(if $(call get-executable,python2),python2,python)
156 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2))
158 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
160 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
/linux-4.4.14/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.4.14/arch/arm64/
DKconfig.debug70 kernel's executable code. Additionally splits rodata from kernel
71 text so it can be made explicitly non-executable.
80 read only or non-executable will be aligned up to the section size of
/linux-4.4.14/Documentation/networking/
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
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
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/
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.4.14/arch/x86/include/asm/
Defi.h104 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
/linux-4.4.14/tools/perf/Documentation/
DMakefile71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
76 _tmp_tool_path := $(call get-executable,$(XMLTO))
Dperf-trace.txt139 - map type is either 'd' for non-executable maps or 'x' for executable maps;
Dperf-probe.txt93 can also list functions in a user space executable / shared library.
117 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).
Dintel-pt.txt225 that does not overlap executable memory maps.
/linux-4.4.14/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.txt2655 System"). Both reads snapshot and tracing are executable
/linux-4.4.14/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.c537 void __init efi_set_executable(efi_memory_desc_t *md, bool executable) in efi_set_executable() argument
546 if (executable) in efi_set_executable()
/linux-4.4.14/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
213 Name filename of the executable
282 tcomm filename of the executable
470 ex - executable
/linux-4.4.14/Documentation/dvb/
Dudev.txt29 Don't forget to make the script executable with "chmod".
/linux-4.4.14/Documentation/arm/
Duefi.txt28 PE/COFF executable, including a loader application that makes it possible to
/linux-4.4.14/Documentation/ABI/testing/
Dima_policy82 all files mmapped executable in file_mmap, and all files
/linux-4.4.14/arch/arm/mm/
Dcache-v4wb.S113 tst r2, #VM_EXEC @ executable region?
DKconfig1047 will be made non-executable. The tradeoff is that each region is
1059 kernel's executable code. Additionally splits rodata from kernel
1060 text so it can be made explicitly non-executable. This creates
/linux-4.4.14/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.4.14/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
Dprintk-formats.txt307 For printing executable name excluding path from struct
Dintel_txt.txt90 o Tboot is an executable that is launched by the bootloader as
Dkernel-parameters.txt2418 noexec=on: enable non-executable mappings (default)
2419 noexec=off: disable non-executable mappings
2431 noexec32=on: enable non-executable mappings (default)
2432 read doesn't imply executable mappings
2433 noexec32=off: disable non-executable mappings
2434 read implies executable mappings
Ddevices.txt415 198 = /dev/sexec Signed executable interface
/linux-4.4.14/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.4.14/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.4.14/arch/tile/include/hv/
Dhypervisor.h2405 _HV_BIT(executable, EXECUTABLE) in _HV_BIT()
/linux-4.4.14/arch/parisc/
DKconfig184 as modules, the kernel executable may become too big, so that the
/linux-4.4.14/fs/affs/
DChanges217 - Changed mapping of executable flag.
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsroot.txt181 rdinit=<executable file>
/linux-4.4.14/arch/x86/
DKconfig.debug153 tristate "Testcase for the NX non-executable stack feature"
DKconfig2053 Actual executable code is located in the fixed vsyscall
2055 this makes the mapping executable, it can be used during
2064 non-executable, but it still contains known contents,
/linux-4.4.14/scripts/
Dspelling.txt398 excecutable||executable
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt208 %e executable filename (may be shortened)
209 %E executable path
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio428 be compiled into executable file and copied into /usr/bin.
/linux-4.4.14/Documentation/cdrom/
Dide-cd302 scripts/MAKEDEV.ide. (You may have to make it executable
/linux-4.4.14/Documentation/security/
Dcredentials.txt270 extra privileges, based on the annotations on the executable file.
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt46 executable image that has no awareness of memory policy. See the
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt148 readahead can prevent disk accesses for things like executable pages (which are
/linux-4.4.14/arch/powerpc/
DKconfig1048 The kernel is linked as a position-independent executable (PIE)
/linux-4.4.14/kernel/events/
Dcore.c5951 int executable = vma->vm_flags & VM_EXEC; in perf_event_mmap_match() local
5953 return (!executable && event->attr.mmap_data) || in perf_event_mmap_match()
5954 (executable && (event->attr.mmap || event->attr.mmap2)); in perf_event_mmap_match()
/linux-4.4.14/init/
DKconfig123 The linux kernel is a kind of self-extracting executable.
170 BCJ filters which can improve compression ratio of executable
/linux-4.4.14/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.4.14/Documentation/block/
Dbiodoc.txt268 executable page on demand to be given a higher priority over pending write