/linux-4.1.27/tools/perf/util/ |
D | parse-events.l | 191 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); } 192 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); } 193 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); } 196 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); } 197 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
|
/linux-4.1.27/drivers/md/ |
D | faulty.c | 88 sector_t faults[MaxFault]; member 114 if (conf->faults[i] >= start && in check_sector() 115 conf->faults[i] < end) { in check_sector() 138 if (conf->faults[i] == start) { in add_sector() 167 conf->faults[n] = start; in add_sector()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 14 - enable/disable for the guest transparent async page faults 44 Enables async page faults for the guest. So in case of a major page fault 48 Disables async page faults for the guest and waits until already pending 49 async page faults are done. This is necessary to trigger a completion interrupt
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-bench.txt | 162 Show only the result with page faults before memcpy. 166 Show only the result without page faults before memcpy. 194 Show only the result with page faults before memset. 198 Show only the result without page faults before memset.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-led-flash | 54 Space separated list of flash faults that may have occurred. 55 Flash faults are re-read after strobing the flash. Possible 56 flash faults:
|
/linux-4.1.27/kernel/sched/ |
D | fair.c | 887 unsigned long faults[0]; member 929 return p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults() 930 p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults() 958 unsigned long faults; in score_nearby_nodes() local 981 faults = task_faults(p, node); in score_nearby_nodes() 983 faults = group_faults(p, node); in score_nearby_nodes() 994 faults *= (sched_max_numa_distance - dist); in score_nearby_nodes() 995 faults /= (sched_max_numa_distance - LOCAL_DISTANCE); in score_nearby_nodes() 998 score += faults; in score_nearby_nodes() 1013 unsigned long faults, total_faults; in task_weight() local [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 16 back a bus error response on MMU faults.
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 7 Not all fault reports imply errors; "page faults" should be a familiar 9 faults. There may be fancier recovery schemes that are appropriate in 78 about probe faults other than ENXIO and ENODEV.)
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 114 @ ??? For some reason, faults can happen at .Lx2 even with a
|
/linux-4.1.27/drivers/hwmon/ |
D | smm665.c | 148 u16 faults; /* fault status */ member 259 data->faults = val; in smm665_update_device() 354 if (data->faults & (1 << attr->index)) in smm665_show_crit_alarm()
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 5 blinking patterns, flash timeout, flash faults and external flash strobe mode.
|
/linux-4.1.27/lib/ |
D | Kconfig.kmemcheck | 60 other faults. The queue will be emptied as soon as a tasklet may
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 21 injecting faults on the NFS server. As root, write a number n to the file
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README.freeze | 27 protection faults (so-called "kernel oops").
|
/linux-4.1.27/drivers/pci/ |
D | Kconfig | 100 behind an IOMMU to recover from page faults.
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 130 identify any faults with better precision
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 256 487 page-faults # 0.001 M/sec ( +- 0.02% ) 273 487 page-faults # 0.001 M/sec ( +- 0.05% )
|
D | oops-tracing.txt | 147 faults. In order to have full support for address resolution at least 190 seamless support for debugging protection faults which occur with
|
D | kmemcheck.txt | 133 to generate any other page faults when accessed. The queue will be 746 memory that can take page faults because of kmemcheck. 750 This does not prevent the page faults from occurring, however, but marks the
|
D | kprobes.txt | 543 to install a bug fix or to inject faults for testing. Kprobes, of 544 course, has no way to distinguish the deliberately injected faults
|
D | kernel-parameters.txt | 3840 8 - SIGSEGV faults 3841 16 - SIGBUS faults
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 113 This option enables support for manually injecting faults
|
/linux-4.1.27/Documentation/filesystems/ |
D | dax.txt | 67 truncates and page faults
|
D | proc.txt | 288 min_flt number of minor faults 289 cmin_flt number of minor faults with child's 290 maj_flt number of major faults 291 cmaj_flt number of major faults with child's
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 170 when asynchronous page faults are enabled on the vcpu 0 when 171 disabled. Bit 1 is 1 if asynchronous page faults can be injected
|
D | mmu.txt | 349 (user write faults generate a #PF)
|
D | api.txt | 1811 space (for regular virtual machines). This only works for minor faults,
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 90 Handling #BR faults caused by MPX 94 #BR faults.
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 18 requiring larger clear-page copy-page in page faults which is a 131 invoke defrag algorithms synchronously during the page faults, it 201 first time a page is faulted and for COW faults.
|
D | page_migration | 142 Processes waiting on the page lock will redo their page faults
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 9 way certain faults are reported.
|
D | ehci.txt | 136 badly when they see different faults than OHCI or UHCI report.
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 82 ;; f unused, but page mapped to get page faults
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 114 This should be used on systems where stalls for minor page faults are an 670 Lower values mean lower latencies for initial faults, but at the same time 671 extra faults and I/O delays for following faults if they would have been part of
|
D | kernel.txt | 455 The unmapping of pages and trapping faults incur additional overhead that 460 faults may be controlled by the numa_balancing_scan_period_min_ms, 482 Higher scan rates incur higher system overhead as page faults must be
|
/linux-4.1.27/arch/arm/plat-samsung/ |
D | Kconfig | 296 faults with better precision.
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 118 In order to inject faults while debugfs is not available (early boot time),
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | iskeleton.S | 185 | algorithms so that no page faults occur within the "core" code
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 104 module to track changed areas of the framebuffer by page faults.
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 402 | faults should have already been handled.
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 74 double faults - if unsure say "Y"
|
/linux-4.1.27/mm/ |
D | Kconfig | 216 # page_table_lock, so that faults on different parts of the user address 418 applications by speeding up page faults during memory
|
/linux-4.1.27/Documentation/powerpc/ |
D | cxl.txt | 100 Data storage faults and error interrupts are handled by the kernel
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_32.S | 968 # Hypervisor uses this for application faults while it executes.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 325 result in these shootdowns. For another example, page faults
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 525 implementation and works via page faults. Tracing is disabled by
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 75 8 - SIGSEGV faults 76 16 - SIGBUS faults
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 169 major controller faults (ROM checksum and RAM test) and such things as stuck
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 94 "not available on this board", or indicating faults. Code that doesn't
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 179 memory faults or bad kernel traps, and kernel panics. To be exact: all
|