| /xnu-11215.81.4/osfmk/vm/ |
| H A D | device_vm.c | 379 DTRACE_VM2(device_pager_reference, in device_pager_reference() 397 DTRACE_VM2(device_pager_deallocate, in device_pager_deallocate() 409 DTRACE_VM2(device_pager_destroy, in device_pager_deallocate() 424 DTRACE_VM2(device_pager_free, in device_pager_deallocate() 534 DTRACE_VM2(device_pager_create, in device_object_create()
|
| H A D | vm_upl.c | 1057 DTRACE_VM2(pgrec, int, 1, (uint64_t *), NULL); in upl_commit_range() 1077 DTRACE_VM2(anonpgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1079 DTRACE_VM2(fspgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1113 DTRACE_VM2(pgout, int, 1, (uint64_t *), NULL); in upl_commit_range() 1329 DTRACE_VM2(pgpgout, int, pgpgout_count, (uint64_t *), NULL); in upl_commit_range()
|
| H A D | vm_page_internal.h | 616 DTRACE_VM2(pgin, int, 1, (uint64_t *), NULL); \ 619 DTRACE_VM2(anonpgin, int, 1, (uint64_t *), NULL); \ 621 DTRACE_VM2(fspgin, int, 1, (uint64_t *), NULL); \
|
| H A D | vm_pageout.c | 2960 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL); 3078 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL); 3334 DTRACE_VM2(scan, int, 1, (uint64_t *), NULL); 3427 DTRACE_VM2(dfree, int, 1, (uint64_t *), NULL); 3430 DTRACE_VM2(anonfree, int, 1, (uint64_t *), NULL); 3432 DTRACE_VM2(fsfree, int, 1, (uint64_t *), NULL); 3890 DTRACE_VM2(pgrrun, int, 1, (uint64_t *), NULL); 4568 DTRACE_VM2(laundrythrottle, int, 1, (uint64_t *), NULL); 5375 DTRACE_VM2(execfree, int, 1, (uint64_t *), NULL); 5376 DTRACE_VM2(execpgin, int, 1, (uint64_t *), NULL); [all …]
|
| H A D | vm_fault.c | 946 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL); in vm_fault_zero_page() 1091 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL);\ in vm_fault_page() 1944 DTRACE_VM2(maj_fault, int, 1, (uint64_t *), NULL); in vm_fault_page() 2234 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL); in vm_fault_page() 3833 DTRACE_VM2(as_fault, int, 1, (uint64_t *), NULL); in vm_fault_enter_prepare() 3836 DTRACE_VM2(kernel_asflt, int, 1, (uint64_t *), NULL); in vm_fault_enter_prepare() 3890 DTRACE_VM2(access_tracking, vm_map_offset_t, vaddr, int, fault_type); in vm_fault_enter_prepare() 5264 DTRACE_VM2(cow_fault, int, 1, (uint64_t *), NULL); in vm_fault_internal() 5753 DTRACE_VM2(zfod, int, 1, (uint64_t *), NULL); in vm_fault_internal() 6734 DTRACE_VM2(softlock, int, 1, (uint64_t *), NULL); in vm_fault_wire()
|
| H A D | vm_map.c | 3583 DTRACE_VM2(vm_map_enter_RLIMIT_AS, in vm_map_enter() 3603 DTRACE_VM2(vm_map_enter_RLIMIT_DATA, in vm_map_enter() 6812 DTRACE_VM2(cs_executable_wire, in vm_map_wire_nested() 14597 DTRACE_VM2(prot_fault, int, 1, (uint64_t *), NULL); in vm_map_lookup_and_lock_object() 21555 DTRACE_VM2(vm_map_set_size_limit_fail, in vm_map_set_size_limit() 21564 DTRACE_VM2(vm_map_set_size_limit, in vm_map_set_size_limit() 21586 DTRACE_VM2(vm_map_set_data_limit_fail, in vm_map_set_data_limit() 21595 DTRACE_VM2(vm_map_set_data_limit, in vm_map_set_data_limit() 22871 DTRACE_VM2(vm_map_entry_cs_associate_success, in vm_map_entry_cs_associate()
|
| H A D | vm_object.c | 8900 DTRACE_VM2(object_owner_remove, 9082 DTRACE_VM2(object_owner_add,
|
| H A D | vm_resident.c | 5139 DTRACE_VM2(pgrec, int, 1, (uint64_t *), NULL); in vm_page_activate() 5140 DTRACE_VM2(pgfrec, int, 1, (uint64_t *), NULL); in vm_page_activate()
|
| /xnu-11215.81.4/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 | 2872 DTRACE_VM2(footprint_suspend,
|
| /xnu-11215.81.4/osfmk/mach/machine/ |
| H A D | sdt.h | 173 #define DTRACE_VM2(name, type1, arg1, type2, arg2) \ macro
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | zalloc.c | 6079 DTRACE_VM2(zfree, zone_t, zone, void*, elem); in zfree_ext() 6602 DTRACE_VM2(zalloc, zone_t, zone, void*, addr); in zalloc_return() 6639 DTRACE_VM2(zalloc, zone_t, zone, void*, NULL); in zalloc_item() 7412 DTRACE_VM2(zalloc, zone_t, zone, void*, addr); in _zalloc_permanent()
|