/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 233 page-faults|faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS); } 234 minor-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MIN); } 235 major-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_PAGE_FAULTS_MAJ); } 238 alignment-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_ALIGNMENT_FAULTS); } 239 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/sched/ |
D | fair.c | 893 unsigned long faults[0]; member 935 return p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 0)] + in group_faults() 936 p->numa_group->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults() 964 unsigned long faults; in score_nearby_nodes() local 987 faults = task_faults(p, node); in score_nearby_nodes() 989 faults = group_faults(p, node); in score_nearby_nodes() 1000 faults *= (sched_max_numa_distance - dist); in score_nearby_nodes() 1001 faults /= (sched_max_numa_distance - LOCAL_DISTANCE); in score_nearby_nodes() 1004 score += faults; in score_nearby_nodes() 1019 unsigned long faults, total_faults; in task_weight() local [all …]
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 7 memory page faults, something otherwise only the kernel code could do. 19 1) read/POLLIN protocol to notify a userland thread of the faults 61 bitmask will specify to the kernel which kind of faults to track for 94 Guest async page faults, FOLL_NOWAIT and all other GUP features work 96 page faults in the guest scheduler so those guest processes that
|
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 211 first time a page is faulted and for COW faults.
|
D | page_migration | 139 Processes waiting on the page lock will redo their page faults
|
D | unevictable-lru.txt | 474 swapped out - but major page faults to fault memory in might still happen.
|
/linux-4.4.14/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.4.14/arch/arm/nwfpe/ |
D | entry.S | 115 @ ??? For some reason, faults can happen at .Lx2 even with a
|
/linux-4.4.14/drivers/ras/ |
D | Kconfig | 13 faults.
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 22 back a bus error response on MMU faults.
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | common.txt | 5 blinking patterns, flash timeout, flash faults and external flash strobe mode.
|
/linux-4.4.14/lib/ |
D | Kconfig.kmemcheck | 60 other faults. The queue will be emptied as soon as a tasklet may
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class-flash.txt | 50 * flash_faults - bitmask of flash faults that the LED flash class
|
/linux-4.4.14/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.4.14/drivers/pci/ |
D | Kconfig | 100 behind an IOMMU to recover from page faults.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 27 protection faults (so-called "kernel oops").
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 130 identify any faults with better precision
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 261 487 page-faults # 0.001 M/sec ( +- 0.02% ) 278 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 | 3960 8 - SIGSEGV faults 3961 16 - SIGBUS faults
|
/linux-4.4.14/fs/nfsd/ |
D | Kconfig | 113 This option enables support for manually injecting faults
|
/linux-4.4.14/Documentation/filesystems/ |
D | dax.txt | 70 truncates and page faults
|
D | proc.txt | 291 min_flt number of minor faults 292 cmin_flt number of minor faults with child's 293 maj_flt number of major faults 294 cmaj_flt number of major faults with child's
|
/linux-4.4.14/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 | 355 (user write faults generate a #PF)
|
D | api.txt | 1847 space (for regular virtual machines). This only works for minor faults,
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 90 Handling #BR faults caused by MPX 94 #BR faults.
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | head.S | 82 ;; f unused, but page mapped to get page faults
|
/linux-4.4.14/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.4.14/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 | 467 The unmapping of pages and trapping faults incur additional overhead that 472 faults may be controlled by the numa_balancing_scan_period_min_ms, 494 Higher scan rates incur higher system overhead as page faults must be
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | Kconfig | 279 faults with better precision.
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | iskeleton.S | 185 | algorithms so that no page faults occur within the "core" code
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 104 module to track changed areas of the framebuffer by page faults.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | skeleton.S | 402 | faults should have already been handled.
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 128 In order to inject faults while debugfs is not available (early boot time),
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 107 MMIO accesses are recorded via page faults. Just before __ioremap() returns,
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 74 double faults - if unsure say "Y"
|
/linux-4.4.14/mm/ |
D | Kconfig | 204 # page_table_lock, so that faults on different parts of the user address 401 applications by speeding up page faults during memory
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 100 Data storage faults and error interrupts are handled by the kernel
|
D | cxlflash.txt | 9 memory and generate page faults. As a result, the host interface to
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 325 result in these shootdowns. For another example, page faults
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 525 implementation and works via page faults. Tracing is disabled by
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 76 8 - SIGSEGV faults 77 16 - SIGBUS faults
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 169 major controller faults (ROM checksum and RAM test) and such things as stuck
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 94 "not available on this board", or indicating faults. Code that doesn't
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 179 memory faults or bad kernel traps, and kernel panics. To be exact: all
|
/linux-4.4.14/init/ |
D | Kconfig | 1594 handle page faults in userland.
|