Searched refs:faults (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Devents_info.h48 integer_t faults; /* number of page faults */ member in struct:events_info
52 integer_t cow_faults; /* number of copy-on-write faults */
H A Dvm_statistics.h93 natural_t faults; /* # of faults */ member in struct:vm_statistics
141 uint64_t faults; /* # of faults */ member in struct:vm_statistics64
H A Dtask_info.h159 integer_t faults; /* number of page faults */ member in struct:task_events_info
161 integer_t cow_faults; /* number of copy-on-write faults */
/macosx-10.10/top-100.1.2/tests/
H A Doverfill-stats.sh2 sudo ./build/Release/top -stats pid,command,cpu,time,th,wq,ports,mreg,rprvt,rshrd,rsize,vsize,vprvt,pgrp,ppid,state,uid,faults,cow,msgsent,msgrecv,sysbsd,sysmach,csw,pageins,user,pid
/macosx-10.10/top-100.1.2/
H A Dfaults.c38 psamp->faults.now,
39 psamp->faults.previous,
40 psamp->faults.began)) {
H A Dtop.c197 return COMP(a_a->faults.now, a_b->faults.now);
H A Dlibtop.h278 libtop_i64_values_t faults; member in struct:libtop_psamp_s
H A Dlibtop.c1469 pinfo->psamp.faults.previous = pinfo->psamp.faults.now;
1486 pinfo->psamp.events.faults = ((INT_MAX - pinfo->psamp.events.faults) - 20000) + i;
1500 pinfo->psamp.faults.i64 = libtop_i64_init(0, pinfo->psamp.events.faults);
1510 libtop_i64_update(&pinfo->psamp.faults.i64, pinfo->psamp.events.faults);
1519 pinfo->psamp.faults.now = libtop_i64_value(&pinfo->psamp.faults
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_error.c200 } faults[] = { local
214 for (i = 0; faults[i].str != NULL; i++) {
215 if (faults[i].code == fault)
216 return (faults[i].str);
/macosx-10.10/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c145 struct sc_entry faults[MAX_FAULTS]; variable in typeref:struct:sc_entry
645 p1 = "faults";
748 se = &faults[n];
881 faults[i].delta_count = 0;
882 faults[i].waiting = 0;
883 faults[i].delta_wtime_usecs = 0;
884 faults[i].delta_wtime_secs = 0;
912 faults[i].delta_count = 0;
913 faults[i].total_count = 0;
914 faults[
[all...]
/macosx-10.10/system_cmds-643.1.1/vm_stat.tproj/
H A Dvm_stat.c140 sspstat("\"Translation faults\":", (uint64_t) (vm_stat.faults));
177 "faults",
214 pstat((uint64_t) (vm_stat.faults - last.faults), 8);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dhost.c337 host_vm_stat.faults += stat->faults;
366 stat32->faults = VM_STATISTICS_TRUNCATE_TO_32_BIT(host_vm_stat.faults);
533 host_vm_stat.faults += stat->faults;
572 stat->faults = host_vm_stat.faults;
H A Ddebug.h102 int faults; /* number of page faults */ member in struct:task_snapshot
104 int cow_faults; /* number of copy-on-write faults */
H A Dkern_stackshot.c350 task_snap->faults = task->faults;
H A Dtelemetry.c638 * any page faults during execution will not cause another AST_TELEMETRY_ALL
691 tsnap->faults = task->faults;
H A Dtask.h245 integer_t faults; /* faults counter */ member in struct:task
H A Dtask.c760 new_task->faults = 0;
2963 events_info->faults = task->faults;
H A Dbsd_kern.c702 ptinfo->pti_faults = task->faults;
/macosx-10.10/system_cmds-643.1.1/sar.tproj/
H A Dsar.c1212 cur_vmstat.faults -= prev_vmstat.faults;
1213 prev_vmstat.faults += cur_vmstat.faults;
1214 avg_vmstat.faults += cur_vmstat.faults;
1251 (float)((float)cur_vmstat.faults/avg_interval));
1619 (float)(((float)avg_vmstat.faults / (avg_counter ? avg_counter : 1)) / avg_interval));
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c238 volatile vtd_fault_registers_t * faults; member in struct:vtd_unit_t
307 unit->faults = (typeof(unit->faults)) (((uintptr_t)unit->regs) + offset);
318 unit->iotlb, unit->num_fault, unit->faults);
342 h = unit->faults[idx].fault_high;
343 l = unit->faults[idx].fault_low;
344 unit->faults[idx].fault_high = h;
/macosx-10.10/system_cmds-643.1.1/memory_pressure.tproj/
H A Dmemory_pressure.c164 printf("\"Translation faults\": %llu \n", (uint64_t) (vm_stat.faults));
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_fault.c2402 * any faults that are waiting here.
3198 * Handle page faults, including pseudo-faults
3296 VM_STAT_INCR(faults);
3297 current_task()->faults++;
3342 * value, to avoid further faults.
3730 * Two cases of map in faults:
4647 * may cause other faults. The page may be on
4832 * Only throttle on faults which cause a pagein.
5120 VM_STAT_INCR(faults);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c1223 p->p_stats->p_ru.ru_minflt = (teventsinfo.faults -
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5472 causes random segmentation faults in httpd processes. To fix, try configuring
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex1018 % without \immediate, pdftex seg faults when the same image is

Completed in 205 milliseconds

12