Searched refs:fault (Results 1 – 13 of 13) sorted by relevance
| /xnu-8796.141.3/bsd/dev/ |
| H A D | mem.c | 200 goto fault; in mmrw() 203 goto fault; in mmrw() 252 fault: in mmrw()
|
| /xnu-8796.141.3/tests/ |
| H A D | stackshot_accuracy.m | 244 T_LOG("MATUS fault time limit: %lld", fault_stats.sfs_system_max_fault_time); 250 T_LOG("NOTE: We were not able to fault the stack's pages back in"); 252 /* if we couldn't fault the pages back in, then at least verify that we tried */ 253 T_ASSERT_GT(fault_stats.sfs_time_spent_faulting, 0ull, "spent time trying to fault"); 260 T_ASSERT_EQ(found_fault_stats, true, "found fault stats"); 330 T_DECL(basic, "test that no-fault stackshot works correctly") 382 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting") 388 T_DECL(basic_singleproc_spin, "test that no-fault stackshot works correctly in single process setti… 394 T_DECL(fault, "test that faulting stackshots work correctly")
|
| /xnu-8796.141.3/tools/tests/perf_index/ |
| H A D | Makefile | 23 $(DSTROOT)/perfindex-fault.dylib \ 36 $(DSTROOT)/perfindex-fault.dylib: $(OBJROOT)/test_fault_helper.o
|
| H A D | README | 44 fault - performs n page faults by mmaping a large chunk of memory, toggling the
|
| /xnu-8796.141.3/bsd/dev/arm64/ |
| H A D | dtrace_isa.c | 646 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument 654 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
|
| /xnu-8796.141.3/libkdd/kdd.xcodeproj/ |
| H A D | project.pbxproj | 88 …8D00EA6069 /* stackshot-fault-stats in Resources */ = {isa = PBXBuildFile; fileRef = 13CC08421CB97… 89 …EA6069 /* stackshot-fault-stats.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13CC0843… 246 …* stackshot-fault-stats */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-… 247 …fault-stats.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stack… 370 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */, 371 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */, 690 13CC08451CB97F9000EA6069 /* stackshot-fault-stats.plist.gz in Resources */, 701 13CC08441CB97F8D00EA6069 /* stackshot-fault-stats in Resources */,
|
| /xnu-8796.141.3/tools/tests/perf_index/PerfIndex_COPS_Module/ |
| H A D | PITest.m | 56 @"fault", [NSNumber numberWithLongLong:500],
|
| /xnu-8796.141.3/bsd/dev/i386/ |
| H A D | dtrace_isa.c | 90 int fltoffs, int fault, uint64_t illval) in dtrace_probe_error() argument 97 dtrace_probe( dtrace_probeid_error, (uint64_t)(uintptr_t)state, epid, which, fltoffs, fault ); in dtrace_probe_error()
|
| H A D | unix_signal.c | 655 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig() 699 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig()
|
| /xnu-8796.141.3/libsyscall/mach/ |
| H A D | err_kern.sub | 114 "(os/unix) memory access fault",
|
| /xnu-8796.141.3/bsd/dev/arm/ |
| H A D | unix_signal.c | 253 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in sendsig_do_dtrace()
|
| /xnu-8796.141.3/doc/memorystatus/ |
| H A D | freezer.md | 66 …irty memory out of the swap file**. It's read back on demand via the page fault handler just like …
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_sig.c | 3114 DTRACE_PROC2(fault, int, (int)(ut->uu_code), siginfo_t *, &(ut->t_dtrace_siginfo)); in postsig_locked()
|