Searched refs:DTRACE_VM2 (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/vm/
H A Dvm_page.h998 DTRACE_VM2(pgin, int, 1, (uint64_t *), NULL); \
1001 DTRACE_VM2(anonpgin, int, 1, (uint64_t *), NULL); \
1003 DTRACE_VM2(fspgin, int, 1, (uint64_t *), NULL); \
H A Dvm_pageout.c1337 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL);
1389 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL);
2038 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL);
2199 DTRACE_VM2(dfree, int, 1, (uint64_t *), NULL);
2202 DTRACE_VM2(anonfree, int, 1, (uint64_t *), NULL);
2204 DTRACE_VM2(fsfree, int, 1, (uint64_t *), NULL);
2780 DTRACE_VM2(pgrrun, int, 1, (uint64_t *), NULL);
3490 DTRACE_VM2(laundrythrottle, int, 1, (uint64_t *), NULL);
3520 DTRACE_VM2(laundrythrottle, int, 1, (uint64_t *), NULL);
4229 DTRACE_VM2(execfre
[all...]
H A Dvm_fault.c716 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL);
1740 DTRACE_VM2(maj_fault, int, 1, (uint64_t *), NULL);
2049 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL);
2588 DTRACE_VM2(as_fault, int, 1, (uint64_t *), NULL);
2591 DTRACE_VM2(kernel_asflt, int, 1, (uint64_t *), NULL);
4016 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL);
4902 DTRACE_VM2(softlock, int, 1, (uint64_t *), NULL);
H A Dvm_resident.c3209 DTRACE_VM2(pgrec, int, 1, (uint64_t *), NULL);
3210 DTRACE_VM2(pgfrec, int, 1, (uint64_t *), NULL);
H A Dvm_map.c10353 DTRACE_VM2(prot_fault, int, 1, (uint64_t *), NULL);
/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h229 #define DTRACE_VM2(name, type1, arg1, type2, arg2) \ macro
370 #define DTRACE_VM2(name, type1, arg1, type2, arg2) do {} while(0) macro
/xnu-2782.1.97/bsd/vm/
H A Dvnode_pager.c627 DTRACE_VM2(pgpgin, int, pages_in_upl, (uint64_t *), NULL);

Completed in 84 milliseconds