| /xnu-12377.61.12/osfmk/vm/ |
| H A D | device_vm.c | 377 DTRACE_VM2(device_pager_reference, in device_pager_reference() 395 DTRACE_VM2(device_pager_deallocate, in device_pager_deallocate() 407 DTRACE_VM2(device_pager_destroy, in device_pager_deallocate() 422 DTRACE_VM2(device_pager_free, in device_pager_deallocate() 533 DTRACE_VM2(device_pager_create, in device_object_create()
|
| H A D | vm_upl.c | 1114 DTRACE_VM2(pgrec, int, 1, (uint64_t *), NULL); in upl_commit_range() 1134 DTRACE_VM2(anonpgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1136 DTRACE_VM2(fspgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1170 DTRACE_VM2(pgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1386 DTRACE_VM2(pgpgout, int, pgpgout_count, (uint64_t *), NULL); in upl_commit_range()
|
| H A D | vm_page_internal.h | 1068 DTRACE_VM2(pgin, int, 1, (uint64_t *), NULL); \ 1071 DTRACE_VM2(anonpgin, int, 1, (uint64_t *), NULL); \ 1073 DTRACE_VM2(fspgin, int, 1, (uint64_t *), NULL); \
|
| H A D | vm_pageout.c | 3160 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL); 3278 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL); 3532 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL); 3640 DTRACE_VM2(dfree, int, 1, (uint64_t *), NULL); 3643 DTRACE_VM2(anonfree, int, 1, (uint64_t *), NULL); 3653 DTRACE_VM2(fsfree, int, 1, (uint64_t *), NULL); 4111 DTRACE_VM2(pgrrun, int, 1, (uint64_t *), NULL); 4800 DTRACE_VM2(laundrythrottle, int, 1, (uint64_t *), NULL); 5621 DTRACE_VM2(execfree, int, 1, (uint64_t *), NULL); 5622 DTRACE_VM2(execpgin, int, 1, (uint64_t *), NULL); [all …]
|
| H A D | vm_fault.c | 995 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL); in vm_fault_zero_page() 1033 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL); in vm_fault_page_release_page() 2016 DTRACE_VM2(maj_fault, int, 1, (uint64_t *), NULL); in vm_fault_page() 2310 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL); in vm_fault_page() 4036 DTRACE_VM2(as_fault, int, 1, (uint64_t *), NULL); in vm_fault_enter_prepare() 4039 DTRACE_VM2(kernel_asflt, int, 1, (uint64_t *), NULL); in vm_fault_enter_prepare() 4097 DTRACE_VM2(access_tracking, vm_map_offset_t, vaddr, int, fault_type); in vm_fault_enter_prepare() 5541 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL); in vm_fault_internal() 6046 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL); in vm_fault_internal() 7068 DTRACE_VM2(softlock, int, 1, (uint64_t *), NULL); in vm_fault_wire()
|
| H A D | vm_reclaim.c | 1300 DTRACE_VM2(reclaim_flush, in vm_deferred_reclamation_buffer_flush_internal() 1390 DTRACE_VM2(reclaim_ring_resize, in vm_deferred_reclamation_buffer_resize_internal() 1646 DTRACE_VM2(reclaim_drain, in vmdr_drain()
|
| H A D | vm_map.c | 3906 DTRACE_VM2(vm_map_enter_RLIMIT_AS, in vm_map_enter() 3926 DTRACE_VM2(vm_map_enter_RLIMIT_DATA, in vm_map_enter() 7272 DTRACE_VM2(cs_executable_wire, in vm_map_wire_nested() 15698 DTRACE_VM2(prot_fault, int, 1, (uint64_t *), NULL); in vm_map_lookup_and_lock_object() 23208 DTRACE_VM2(vm_map_set_size_limit_fail, in vm_map_set_size_limit() 23217 DTRACE_VM2(vm_map_set_size_limit, in vm_map_set_size_limit() 23245 DTRACE_VM2(vm_map_set_data_limit_fail, in vm_map_set_data_limit() 23254 DTRACE_VM2(vm_map_set_data_limit, in vm_map_set_data_limit() 24597 DTRACE_VM2(vm_map_entry_cs_associate_success, in vm_map_entry_cs_associate() 25108 DTRACE_VM2(corpse_footprint_collect_page_info, in vm_map_corpse_footprint_collect()
|
| H A D | vm_object.c | 9256 DTRACE_VM2(object_owner_remove, 9438 DTRACE_VM2(object_owner_add,
|
| H A D | vm_resident.c | 6473 DTRACE_VM2(pgrec, int, 1, (uint64_t *), NULL); in vm_page_activate() 6474 DTRACE_VM2(pgfrec, int, 1, (uint64_t *), NULL); in vm_page_activate()
|
| /xnu-12377.61.12/bsd/vm/ |
| H A D | vnode_pager.c | 703 DTRACE_VM2(pgpgin, int, pages_in_upl, (uint64_t *), NULL); in vnode_pagein()
|
| H A D | vm_unix.c | 3125 DTRACE_VM2(footprint_suspend,
|
| /xnu-12377.61.12/osfmk/mach/machine/ |
| H A D | sdt.h | 173 #define DTRACE_VM2(name, type1, arg1, type2, arg2) \ macro
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | zalloc.c | 5483 DTRACE_VM2(zfree, zone_t, zone, void*, elem); in zfree_ext() 6005 DTRACE_VM2(zalloc, zone_t, zone, void*, addr); in zalloc_return() 6042 DTRACE_VM2(zalloc, zone_t, zone, void*, NULL); in zalloc_item() 6818 DTRACE_VM2(zalloc, zone_t, zone, void*, addr); in _zalloc_permanent()
|