Searched refs:executable (Results 76 – 79 of 79) sorted by relevance
1234
9650 int executable = vma->vm_flags & VM_EXEC; in perf_event_mmap_match() local9652 return (!executable && event->attr.mmap_data) || in perf_event_mmap_match()9653 (executable && (event->attr.mmap || event->attr.mmap2)); in perf_event_mmap_match()
1411 to section alignment, the memory footprint of the executable image beyond
4487 noexec32=on: enable non-executable mappings (default)4488 read doesn't imply executable mappings4489 noexec32=off: disable non-executable mappings4490 read implies executable mappings
2901 does not add executable code to the kernel, but is meant to test that