Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every reboot or power off got shutdownStall log #540

Open
henglinli opened this issue Feb 14, 2021 · 0 comments
Open

Every reboot or power off got shutdownStall log #540

henglinli opened this issue Feb 14, 2021 · 0 comments

Comments

@henglinli
Copy link

Describe the bug
Everytime shutdown the nuc I got shutdownStall log file like this: /Library/Logs/DiagnosticReports/shutdown_stall_2021-02-14-164041_nuc.shutdownStall.
每次關機都會出現shutdownStall日誌如:/Library/Logs/DiagnosticReports/shutdown_stall_2021-02-14-164041_nuc.shutdownStall。

related report: https://discussions.apple.com/thread/250036029

Expected behavior
If the DW1820A driver not be enabled or say WIFI cannot be enabled, no shudownStall log file been generated.
如果DW1820A 驅動沒有加載或者說WIFI不能開啟,就不會生成shutdownStall日誌文件。
Even not select the "Dell D1820A" driver on the installer, shutdownStall log still been generated.
即使在安裝器中選裝安裝“Dell D1820A”驅動,仍有shutdownStall日誌生成。

Configuration

  • HaC Mini version [e.g: 2.0]: v2.16
  • OSX version [e.g: 10.14.6]: macOS Big Sur 11.2.1 (20D74)
  • NUC model [e.g: NUC8i7HNK]: NUC8i7HNK
  • Boot SSD model and protocol [e.g: Samsung EVO 860 1TB, SATA]: intel 660P 256G (INTEL SSDPEKKW256G8 )
  • Second SSD model and protocol (if installed) [e.g: HP EX920 1TB, NVMe]: intel 760P 512G (INTEL SSDPEKNW512G8)
  • First DIMM model [e.g: Patriot DDR4-2666 16GB]: Kingston DDR4-2666 8G (KHX2666C15S4/8G)
  • Second DIMM model (if installed): No
  • Display port(s) used [e.g: USB-C, mini DP]: HDMI
  • Display resolution(s) [e.g: 4K, 5K]: 1080P
  • Any TB3 devices: No
  • Any USB devices: USB 3.0: Sony Audio; USB Optical Mouse; MasterKeys S; BCM2045A0 ( Bluetooth)
  • Any Wi-Fi/Bluetooth devices [e.g:DW1820A, BCM94360CS2, Intel 8265]: WIFI: DW1820A (Chipset BCM4350 | PCI Device ID 14e4:43a3); Bluetooth: BCM2045A0 (not used)

Modifications
No aditional modifcations expcept self sign secure boot is enabled.
除啟用了自簽名安全啟動外,無其他任何自訂修改。

Notionable config option:
值得注意的配置項:
Misc-> Security-> Vault : Secure
Misc-> Security-> SecureBootModel : j174

config.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-Hpm.aml</string>
			</dict>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-Xhci.aml</string>
			</dict>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-OsxDetect.aml</string>
			</dict>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-PmEnable.aml</string>
			</dict>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-GpuSpoof.aml</string>
			</dict>
			<dict>
				<key>Enabled</key>
				<true/>
				<key>Path</key>
				<string>SSDT-TbtLegacy.aml</string>
			</dict>
		</array>
		<key>Patch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>change HDAS to HDEF for audio</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SERBUw==
				</data>
				<key>Replace</key>
				<data>
				SERFRg==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change HS09._UPC to HS09.XUPC for internal USB</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SFMwORQMX1VQQw==
				</data>
				<key>Replace</key>
				<data>
				SFMwORQMWFVQQw==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change HS12._UPC to HS12.XUPC for power managment</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SFMxMhQtX1VQQw==
				</data>
				<key>Replace</key>
				<data>
				SFMxMhQtWFVQQw==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change HS13._UPC to HS13.XUPC for power managment</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SFMxMxQtX1VQQw==
				</data>
				<key>Replace</key>
				<data>
				SFMxMxQtWFVQQw==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change GFX0 to IGPU for IGPU support</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				R0ZYMA==
				</data>
				<key>Replace</key>
				<data>
				SUdQVQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>patch PNP0C09 to PNPFFFF for boot issue workaround</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				QdAMCQ==
				</data>
				<key>Replace</key>
				<data>
				QdD//w==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change HECI to IMEI for IGPU support</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				SEVDSQ==
				</data>
				<key>Replace</key>
				<data>
				SU1FSQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change RP05._INI to RP05.XINI for ICM disable</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				UlAwNQhMVFJaAAhPQkZaAAhMTVNMAAhMTlNMABQqX0lO
				SQ==
				</data>
				<key>Replace</key>
				<data>
				UlAwNQhMVFJaAAhPQkZaAAhMTVNMAAhMTlNMABQqWElO
				SQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>change _E20 to XE20 for TB hotplug</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				X0UyMA==
				</data>
				<key>Replace</key>
				<data>
				WEUyMA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>patch XHC.RHUB.GUPC to show ports as external</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				R1VQQwkIUENLRxIHBAAK/w==
				</data>
				<key>Replace</key>
				<data>
				R1VQQwkIUENLRxIHBAAKAw==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>patch FADT from mobile profile to desktop to hide Battery from Energy Saver</string>
				<key>Enabled</key>
				<true/>
				<key>Find</key>
				<data>
				AAIJALIAAACgoQAAABgAAA==
				</data>
				<key>Replace</key>
				<data>
				AAEJALIAAACgoQAAABgAAA==
				</data>
			</dict>
		</array>
	</dict>
	<key>Booter</key>
	<dict>
		<key>Quirks</key>
		<dict>
			<key>AvoidRuntimeDefrag</key>
			<true/>
			<key>DevirtualiseMmio</key>
			<true/>
			<key>ProvideCustomSlide</key>
			<true/>
			<key>RebuildAppleMemoryMap</key>
			<true/>
			<key>SyncRuntimePermissions</key>
			<true/>
		</dict>
	</dict>
	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x0,0x14)</key>
			<dict>
				<key>built-in</key>
				<data>
				AA==
				</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)</key>
			<dict>
				<key>built-in</key>
				<data>
				AA==
				</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1,0x2)/Pci(0x0,0x0)</key>
			<dict>
				<key>name</key>
				<string>pci14e4,16bc</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x15,0x1)</key>
			<dict>
				<key>i2c-channel-number</key>
				<integer>1</integer>
			</dict>
			<key>PciRoot(0x0)/Pci(0x15,0x2)</key>
			<dict>
				<key>i2c-channel-number</key>
				<integer>2</integer>
			</dict>
			<key>PciRoot(0x0)/Pci(0x17,0x0)</key>
			<dict>
				<key>name</key>
				<string>pci8086,a102</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1c,0x4)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>ThunderboltDROM</key>
				<data>
				mgAAAAAAAIaAGnNQgwFkAIaAcyABIQiBgAKAAAAACIKQ
				AYAAAAAIg4AEgAEAAAiEkAOAAQAAAoULhiABAGQAAAAA
				AAOHgAWIUAAABYlQAAAFilAAAAWLUAAACAFJbnRlbAAP
				AkhhZGVzIENhbnlvbgA=
				</data>
				<key>linkDetails</key>
				<data>
				CAAAAAMAAAA=
				</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x1c,0x4)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)</key>
			<dict>
				<key>built-in</key>
				<data>
				AA==
				</data>
			</dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>
				AwASWQ==
				</data>
			</dict>
		</dict>
	</dict>
	<key>Kernel</key>
	<dict>
		<key>Add</key>
		<array>
			<dict>
				<key>BundlePath</key>
				<string>Lilu.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/Lilu</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>VirtualSMC.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/VirtualSMC</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>SmallTreeIntel82576.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SmallTreeIntel82576</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>AppleALC.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/AppleALC</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>IntelMausi.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/IntelMausi</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>Polaris22Fixup.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/Polaris22Fixup</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>WhateverGreen.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/WhateverGreen</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>SMCProcessor.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/SMCProcessor</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>USBWakeFixup.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/USBWakeFixup</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
			<dict>
				<key>BundlePath</key>
				<string>CtlnaAHCIPort.kext</string>
				<key>Enabled</key>
				<true/>
				<key>ExecutablePath</key>
				<string>Contents/MacOS/CtlnaAHCIPort</string>
				<key>MinKernel</key>
				<string>20.0.0</string>
				<key>PlistPath</key>
				<string>Contents/Info.plist</string>
			</dict>
		</array>
		<key>Quirks</key>
		<dict>
			<key>AppleCpuPmCfgLock</key>
			<true/>
			<key>AppleXcpmCfgLock</key>
			<true/>
			<key>DisableIoMapper</key>
			<true/>
			<key>DisableLinkeditJettison</key>
			<true/>
			<key>PanicNoKextDump</key>
			<true/>
		</dict>
	</dict>
	<key>Misc</key>
	<dict>
		<key>Boot</key>
		<dict>
			<key>HibernateMode</key>
			<string>Auto</string>
			<key>PickerAttributes</key>
			<integer>19</integer>
			<key>PickerMode</key>
			<string>External</string>
		</dict>
		<key>Security</key>
		<dict>
			<key>AllowNvramReset</key>
			<true/>
			<key>AllowSetDefault</key>
			<true/>
			<key>ApECID</key>
			<integer>***</integer>
			<key>AuthRestart</key>
			<true/>
			<key>BlacklistAppleUpdate</key>
			<true/>
			<key>BootProtect</key>
			<string>None</string>
			<key>ScanPolicy</key>
			<integer>0</integer>
			<key>SecureBootModel</key>
			<string>j174</string>
			<key>Vault</key>
			<string>Secure</string>
		</dict>
	</dict>
	<key>NVRAM</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key>
			<dict/>
			<key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key>
			<dict>
				<key>boot-args</key>
				<string>alcid=11 agdpmod=ignore -disablegfxfirmware shikigva=80 -radcodec igfxmetal=1 </string>
				<key>run-efi-updater</key>
				<string>No</string>
			</dict>
		</dict>
		<key>WriteFlash</key>
		<true/>
	</dict>
	<key>PlatformInfo</key>
	<dict>
		<key>Automatic</key>
		<true/>
		<key>Generic</key>
		<dict>
			<key>MLB</key>
			<string>***</string>
			<key>ROM</key>
			<data>
			ESIzAAAA
			</data>
			<key>SystemProductName</key>
			<string>Macmini8,1</string>
			<key>SystemSerialNumber</key>
			<string>***</string>
		</dict>
		<key>UpdateDataHub</key>
		<true/>
		<key>UpdateNVRAM</key>
		<true/>
		<key>UpdateSMBIOS</key>
		<true/>
		<key>UpdateSMBIOSMode</key>
		<string>Create</string>
	</dict>
	<key>UEFI</key>
	<dict>
		<key>APFS</key>
		<dict>
			<key>EnableJumpstart</key>
			<true/>
			<key>HideVerbose</key>
			<true/>
			<key>JumpstartHotPlug</key>
			<true/>
		</dict>
		<key>ConnectDrivers</key>
		<true/>
		<key>Drivers</key>
		<array>
			<string>OpenCanopy.efi</string>
			<string>HfsPlus.efi</string>
			<string>OpenRuntime.efi</string>
		</array>
		<key>Input</key>
		<dict>
			<key>KeyForgetThreshold</key>
			<integer>5</integer>
			<key>KeyMergeThreshold</key>
			<integer>2</integer>
			<key>KeySupport</key>
			<true/>
			<key>KeySupportMode</key>
			<string>Auto</string>
		</dict>
		<key>Output</key>
		<dict>
			<key>ProvideConsoleGop</key>
			<true/>
		</dict>
		<key>Quirks</key>
		<dict>
			<key>RequestBootVarRouting</key>
			<true/>
		</dict>
	</dict>
</dict>
</plist>

Panic log
spindump.txt created by this command:
#spindump -i shutdown_stall_2021-02-14-164041_nuc.shutdownStall -noBinary

Date/Time:        2021-02-14 16:40:39.993 +0800
End time:         2021-02-14 16:40:40.994 +0800
OS Version:       macOS 11.2.1 (Build 20D74)
Architecture:     x86_64h
Report Version:   32

Data Source:      Stackshots
Shared Cache:     BD3DF5DB-AF3C-3D09-B8D6-4352F71DDBEA slid base address 0x7fff2023d000, slide 0x23d000

Event:            shutdown stall
Duration:         1.00s (sampling started after 2 seconds)
Steps:            101 (10ms sampling interval)

Hardware model:   Macmini8,1
Active cpus:      4
Boot args:        alcid=11 agdpmod=ignore -disablegfxfirmware shikigva=80 -radcodec igfxmetal=1 chunklist-security-epoch=0 -chunklist-no-rev2-dev

Time Awake Since Boot: 13446s
Time Since Wake:  n/a (machine hasn't slept)


----------------------------------------
Heavy format: stacks are sorted by count
----------------------------------------



Process:          amsengagementd [458]
UUID:             6503CDCB-123F-343E-AE9A-BA8CDF66D727
Path:             /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd
Architecture:     x86_64
Parent:           launchd [1]
UID:              501
Sudden Term:      Tracked (allows idle exit)
Footprint:        2920 KB
Time Since Fork:  13416s
Num samples:      101 (1-101)
CPU Time:         <0.001s (85.9K cycles, 26.2K instructions, 3.28c/i)
Note:             3 idle work queue threads omitted

  Thread 0xf92    DispatchQueue "com.apple.main-thread"(1)    101 samples (1-101)    priority 31 (base 31)
  101  start + 1 (libdyld.dylib + 87585) [0x7fff20569621]
    101  ??? (amsengagementd + 13402) [0x10a2b945a]
      101  ??? (amsengagementd + 294536) [0x10a2fde88]
        101  ??? (amsengagementd + 294029) [0x10a2fdc8d]
          101  autoreleasepool<A>(invoking:) + 46 (libswiftObjectiveC.dylib + 3486) [0x7fff33814d9e]
            101  ??? (amsengagementd + 295633) [0x10a2fe2d1]
              101  ??? (amsengagementd + 294640) [0x10a2fdef0]
                101  CFRunLoopRunSpecific + 563 (CoreFoundation + 521934) [0x7fff206446ce]
                  101  __CFRunLoopRun + 1315 (CoreFoundation + 525002) [0x7fff206452ca]
                    101  __CFRunLoopServiceMachPort + 316 (CoreFoundation + 531447) [0x7fff20646bf7]
                      101  mach_msg_trap + 10 (libsystem_kernel.dylib + 3710) [0x7fff20519e7e]
                       *101  ipc_mqueue_receive_continue + 0 (kernel + 573344) [0xffffff800029bfa0]

  Thread 0x1787    Thread name "JavaScriptCore bmalloc scavenger"    101 samples (1-101)    priority 31 (base 31)
  101  thread_start + 15 (libsystem_pthread.dylib + 9339) [0x7fff2054a47b]
    101  _pthread_start + 224 (libsystem_pthread.dylib + 26960) [0x7fff2054e950]
      101  void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 39 (JavaScriptCore + 16960263) [0x7fff3767db07]
        101  bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9 (JavaScriptCore + 16949593) [0x7fff3767b159]
          101  bmalloc::Scavenger::threadRunLoop() + 331 (JavaScriptCore + 16950731) [0x7fff3767b5cb]
            101  void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 84 (JavaScriptCore + 16932020) [0x7fff37676cb4]
              101  std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18 (libc++.1.dylib + 48370) [0x7fff204b5cf2]
                101  __psynch_cvwait + 10 (libsystem_kernel.dylib + 14562) [0x7fff2051c8e2]
                 *101  psynch_cvcontinue + 0 (pthread + 18643) [0xffffff80034a58d3]

  Binary Images:
           0x10a2b6000 -        0x10a331fff  amsengagementd (2.4.4)             <6503CDCB-123F-343E-AE9A-BA8CDF66D727>  /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd
        0x7fff204aa000 -     0x7fff204fffff  libc++.1.dylib (904.4)             <B217D905-4F9C-3DE0-8844-88FAA3C2C851>  /usr/lib/libc++.1.dylib
        0x7fff20519000 -     0x7fff20547fff  libsystem_kernel.dylib (7195.81.3) <AB413518-ECDE-3F04-A61C-278D3CF43076>  /usr/lib/system/libsystem_kernel.dylib
        0x7fff20548000 -     0x7fff20553fff  libsystem_pthread.dylib (454.80.2) <B989DF6C-ADFE-3AF9-9C91-07D2521F9E47>  /usr/lib/system/libsystem_pthread.dylib
        0x7fff20554000 -     0x7fff2058efff  libdyld.dylib (832.7.3)            <4641E48F-75B5-3CC7-8263-47BF79F15394>  /usr/lib/system/libdyld.dylib
        0x7fff205c5000 -     0x7fff20a60fff  CoreFoundation (1774.101)          <2A0E160E-9EE6-3B23-8832-6979A16EC250>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff33814000 -     0x7fff33815fff  libswiftObjectiveC.dylib (1)       <F04DFC6C-AD92-3925-B649-79EC184CFBD8>  /usr/lib/swift/libswiftObjectiveC.dylib
        0x7fff36651000 -     0x7fff378f9fff  JavaScriptCore (7610.4.3.1.4)      <89740C9B-8AE0-3963-9B0B-6054A5A97C7E>  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
   *0xffffff8000210000 - 0xffffff8000c0ffff  kernel (7195.81.3)                 <C86236B2-4976-3542-80CA-74A6B8B4BA03>  /System/Library/Kernels/kernel
   *0xffffff80034a1000 - 0xffffff80034a9fff  pthread (454.80.2)                 <1E922D2A-9975-3AFB-A009-73EC3EF87A86>  /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread


Process:          launchd [1]
UUID:             7426871F-66D2-3EE3-9D3C-26D02CDFA336
Path:             /sbin/launchd
Architecture:     x86_64
Parent:           kernel_task [0]
UID:              0
Footprint:        19.41 MB
Time Since Fork:  13445s
Num samples:      101 (1-101)
Note:             2 idle work queue threads omitted

  Thread 0x121ab    DispatchQueue "com.apple.xpc.launchd.shutdownstall"(9821)    Thread name "executing shutdown stall task"    101 samples (1-101)    priority 37 (base 37)
  101  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    101  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      101  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        101  _dispatch_lane_invoke + 375 (libdispatch.dylib + 41163) [0x7fff203aa0cb]
          101  _dispatch_lane_serial_drain + 606 (libdispatch.dylib + 38398) [0x7fff203a95fe]
            101  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              101  ??? (launchd + 53414) [0x10ecd70a6]
                101  __wait4 + 10 (libsystem_kernel.dylib + 26018) [0x7fff2051f5a2]
                 *101  ??? (kernel + 6600128) [0xffffff800085b5c0] (blocked by wait4 on spindump [2048])

  Thread 0x120fb    DispatchQueue "com.apple.xpc.launchd.system-override"(9485)    Thread name "system shutdown has begun"    101 samples (1-101)    priority 37 (base 37)
  101  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    101  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      101  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        101  _dispatch_lane_invoke + 375 (libdispatch.dylib + 41163) [0x7fff203aa0cb]
          101  _dispatch_lane_serial_drain + 606 (libdispatch.dylib + 38398) [0x7fff203a95fe]
            101  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              101  system_override + 10 (libsystem_kernel.dylib + 146042) [0x7fff2053ca7a]
               *101  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                 *101  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                   *101  system_override + 589 (kernel + 7135085) [0xffffff80008ddf6d]
                     *101  ??? (kernel + 7135397) [0xffffff80008de0a5]
                       *101  ??? (kernel + 6599357) [0xffffff800085b2bd]
                         *101  lck_mtx_sleep_deadline + 115 (kernel + 775875) [0xffffff80002cd6c3]
                           *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                             *101  ??? (kernel + 846194) [0xffffff80002de972]
                               *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x1e9    101 samples (1-101)    priority 31 (base 31)
  101  _dispatch_sig_thread + 53 (libdispatch.dylib + 83227) [0x7fff203b451b]
    101  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 26146) [0x7fff2051f622]
     *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Binary Images:
           0x10ecca000 -        0x10ed25fff  launchd (2038.80.3)                <7426871F-66D2-3EE3-9D3C-26D02CDFA336>  /sbin/launchd
        0x7fff203a0000 -     0x7fff203e4fff  libdispatch.dylib (1271.40.12)     <AD988EEA-1A2F-3404-9A6E-390FC2504223>  /usr/lib/system/libdispatch.dylib
        0x7fff20519000 -     0x7fff20547fff  libsystem_kernel.dylib (7195.81.3) <AB413518-ECDE-3F04-A61C-278D3CF43076>  /usr/lib/system/libsystem_kernel.dylib
        0x7fff20548000 -     0x7fff20553fff  libsystem_pthread.dylib (454.80.2) <B989DF6C-ADFE-3AF9-9C91-07D2521F9E47>  /usr/lib/system/libsystem_pthread.dylib
   *0xffffff8000210000 - 0xffffff8000c0ffff  kernel (7195.81.3)                 <C86236B2-4976-3542-80CA-74A6B8B4BA03>  /System/Library/Kernels/kernel


Process:          spindump [2048]
UUID:             0913F3C7-7D9C-37AA-AF6D-A4663ABD8A03
Path:             /usr/sbin/spindump
Architecture:     x86_64
Parent:           launchd [1]
UID:              0
Footprint:        668 KB -> 3400 KB (+2732 KB)
Pageins:          2 pages
Time Since Fork:  1s
Num samples:      101 (1-101)
CPU Time:         0.142s (355.5M cycles, 517.9M instructions, 0.69c/i)
Note:             4 idle work queue threads omitted

  Thread 0x12413    101 samples (1-101)    priority 31-37 (base 31-37)    cpu time <0.001s (111.8K cycles, 23.9K instructions, 4.68c/i)
  101  start + 1 (libdyld.dylib + 87585) [0x7fff20569621]
    101  ??? (spindump + 35139) [0x109d0a943]
      101  dispatch_main + 110 (libdispatch.dylib + 65204) [0x7fff203afeb4]
        101  pthread_exit + 42 (libsystem_pthread.dylib + 18318) [0x7fff2054c78e]
          101  _pthread_exit + 70 (libsystem_pthread.dylib + 28569) [0x7fff2054ef99]
            101  _pthread_tsd_cleanup + 487 (libsystem_pthread.dylib + 18872) [0x7fff2054c9b8]
              100  _dispatch_queue_cleanup2 + 156 (libdispatch.dylib + 83071) [0x7fff203b447f]
                100  sleep$NOCANCEL + 41 (libsystem_c.dylib + 177472) [0x7fff2044c540]
                  100  __semwait_signal_nocancel + 10 (libsystem_kernel.dylib + 26106) [0x7fff2051f5fa]
                   *100  semaphore_wait_continue + 0 (kernel + 889472) [0xffffff80002e9280]
              1    __CFTSDFinalize + 104 (CoreFoundation + 487301) [0x7fff2063bf85]
                1    __NSFinalizeThreadData + 147 (Foundation + 360063) [0x7fff213c9e7f]
                  1    _objc_msgSend_uncached + 75 (libobjc.A.dylib + 26779) [0x7fff203eb89b]
                    1    lookUpImpOrForward + 1126 (libobjc.A.dylib + 29362) [0x7fff203ec2b2]
                      1    initializeAndMaybeRelock(objc_class*, objc_object*, mutex_tt<false>&, bool) + 121 (libobjc.A.dylib + 95553) [0x7fff203fc541]
                        1    realizeClassMaybeSwiftMaybeRelock(objc_class*, mutex_tt<false>&, bool) + 317 (libobjc.A.dylib + 96828) [0x7fff203fca3c]
                          1    realizeClassWithoutSwift(objc_class*, objc_class*) + 1290 (libobjc.A.dylib + 98326) [0x7fff203fd016]
                           *1    ??? (kernel + 664848) [0xffffff80002b2510] (runnable)

  Thread 0x12415    101 samples (1-101)    priority 63 (base 63)    cpu time 0.034s (61.3M cycles, 44.0M instructions, 1.39c/i)
  101  thread_start + 15 (libsystem_pthread.dylib + 9339) [0x7fff2054a47b]
    101  _pthread_start + 224 (libsystem_pthread.dylib + 26960) [0x7fff2054e950]
      101  ??? (spindump + 195392) [0x109d31b40]
        101  __stack_snapshot_with_config + 10 (libsystem_kernel.dylib + 143386) [0x7fff2053c01a]
         *101  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
           *101  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
             *101  stack_snapshot_with_config + 225 (kernel + 6697921) [0xffffff80008733c1]
               *101  kern_stack_snapshot_internal + 857 (kernel + 471497) [0xffffff80002831c9]
                 *101  DebuggerTrapWithState + 173 (kernel + 697325) [0xffffff80002ba3ed] (running)

  Thread 0x12416    101 samples (1-101)    priority 31 (base 31)
  101  _dispatch_sig_thread + 53 (libdispatch.dylib + 83227) [0x7fff203b451b]
    101  __sigsuspend_nocancel + 10 (libsystem_kernel.dylib + 26146) [0x7fff2051f622]
     *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x12417    DispatchQueue "com.apple.spindump.stackshot_parsing"(25)    7 samples (2-8)    priority 37-46 (base 37)    cpu time 0.045s (157.4M cycles, 269.8M instructions, 0.58c/i)
  7  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    7  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      7  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        7  _dispatch_lane_invoke + 426 (libdispatch.dylib + 41214) [0x7fff203aa0fe]
          7  _dispatch_lane_serial_drain + 920 (libdispatch.dylib + 38712) [0x7fff203a9738]
            7  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              7  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 9693) [0x7fff203a25dd]
                7  ??? (spindump + 203175) [0x109d339a7]
                  7  -[SASampleStore addKCDataStackshots:createSeparateSamplePerStackshot:] + 532 (SampleAnalysis + 90107) [0x7fff49f6dffb]
                    6  -[SASampleStore _addKCDataStackshot:timestamp:sampleIndex:shouldSkipSampleOut:backfillKPerf:addStaticInfoOnly:] + 39151 (SampleAnalysis + 129883) [0x7fff49f77b5b]
                      5  -[SATask gatherLoadInfoFromLiveProcessWithDataGatheringOptions:] + 104 (SampleAnalysis + 642879) [0x7fff49ff4f3f]
                        5  CreateSymbolicatorForLiveProcess + 360 (SampleAnalysis + 42340) [0x7fff49f62564]
                          4  _createSymbolicatorWithMachKernelExcludingSearchPathsFlagsAndNotification(char const**, unsigned long, unsigned int, void (unsigned int, _CSNotificationData) block_pointer) + 2465 (CoreSymbolication + 109776) [0x7fff31dc6cd0]
                            4  -[__NSDictionaryM __apply:context:] + 98 (CoreFoundation + 254694) [0x7fff206032e6]
                              4  access + 10 (libsystem_kernel.dylib + 5890) [0x7fff2051a702]
                               *4  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                                 *4  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                                   *3  ??? (kernel + 3446564) [0xffffff8000559724]
                                     *3  ??? (kernel + 3422489) [0xffffff8000553919]
                                       *3  namei + 4420 (kernel + 3311764) [0xffffff8000538894]
                                         *3  lookup + 878 (kernel + 3315054) [0xffffff800053956e]
                                           *2  apfs_vnop_lookup + 1005 (apfs + 302725) [0xffffff80032bfe85]
                                             *2  apfs_internal_lookup + 236 (apfs + 385244) [0xffffff80032d40dc]
                                               *2  apfs_lookup_name_with_alt_name + 67 (apfs + 379080) [0xffffff80032d28c8]
                                                 *2  fs_lookup_name_and_hash + 63 (apfs + 725839) [0xffffff800332734f]
                                                   *2  fs_lookup_name_with_parent_id + 595 (apfs + 660873) [0xffffff8003317589]
                                                     *2  iterate_raw_jobjs_with_hint + 343 (apfs + 646071) [0xffffff8003313bb7]
                                                       *2  bt_iterator_init_with_hint + 295 (apfs + 920012) [0xffffff80033569cc]
                                                         *2  _bt_lookup_variant + 837 (apfs + 918297) [0xffffff8003356319]
                                                           *2  btree_node_get + 116 (apfs + 873804) [0xffffff800334b54c]
                                                             *2  btree_node_get_internal + 343 (apfs + 874162) [0xffffff800334b6b2]
                                                               *2  obj_get + 1745 (apfs + 1038574) [0xffffff80033738ee]
                                                                 *2  obj_read + 447 (apfs + 1041802) [0xffffff800337458a]
                                                                   *2  vnode_dev_read + 21 (apfs + 12012) [0xffffff8003278eec]
                                                                     *2  _vnode_dev_read + 555 (apfs + 16373) [0xffffff8003279ff5]
                                                                       *2  buf_biowait + 144 (kernel + 3226704) [0xffffff8000523c50]
                                                                         *2  ??? (kernel + 6599592) [0xffffff800085b3a8]
                                                                           *2  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
                                                                             *2  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                                                                               *2  ??? (kernel + 846194) [0xffffff80002de972]
                                                                                 *2  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]
                                           *1  apfs_vnop_lookup + 1201 (apfs + 302921) [0xffffff80032bff49]
                                             *1  apfs_load_inode_internal + 607 (apfs + 259487) [0xffffff80032b559f]
                                               *1  fs_get_inode_with_hint + 217 (apfs + 644565) [0xffffff80033135d5]
                                                 *1  iterate_raw_jobjs_with_hint + 343 (apfs + 646071) [0xffffff8003313bb7]
                                                   *1  bt_iterator_init_with_hint + 295 (apfs + 920012) [0xffffff80033569cc]
                                                     *1  _bt_lookup_variant + 837 (apfs + 918297) [0xffffff8003356319]
                                                       *1  btree_node_get + 116 (apfs + 873804) [0xffffff800334b54c]
                                                         *1  btree_node_get_internal + 343 (apfs + 874162) [0xffffff800334b6b2]
                                                           *1  obj_get + 1745 (apfs + 1038574) [0xffffff80033738ee]
                                                             *1  obj_read + 447 (apfs + 1041802) [0xffffff800337458a]
                                                               *1  vnode_dev_read + 21 (apfs + 12012) [0xffffff8003278eec]
                                                                 *1  _vnode_dev_read + 555 (apfs + 16373) [0xffffff8003279ff5]
                                                                   *1  buf_biowait + 144 (kernel + 3226704) [0xffffff8000523c50]
                                                                     *1  ??? (kernel + 6599592) [0xffffff800085b3a8]
                                                                       *1  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
                                                                         *1  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                                                                           *1  ??? (kernel + 846194) [0xffffff80002de972]
                                                                             *1  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]
                                   *1  ??? (kernel + 3446696) [0xffffff80005597a8]
                                     *1  ??? (kernel + 3446043) [0xffffff800055951b]
                                       *1  mac_vnode_check_access + 154 (kernel + 9013194) [0xffffff8000aa87ca]
                                         *1  hook_vnode_check_access + 230 (Sandbox + 49040) [0xffffff8003225f90]
                                           *1  sb_evaluate_internal + 182 (Sandbox + 76159) [0xffffff800322c97f]
                                             *1  eval + 4517 (Sandbox + 86351) [0xffffff800322f14f]
                                               *1  derive_vnode_storage_class + 470 (Sandbox + 98498) [0xffffff80032320c2]
                                                 *1  derive_vnode_has_multiple_names + 128 (Sandbox + 102264) [0xffffff8003232f78]
                                                   *1  vnode_getattr + 174 (kernel + 3578702) [0xffffff8000579b4e]
                                                     *1  apfs_vnop_getattr + 809 (apfs + 296329) [0xffffff80032be589]
                                                       *1  apfs_pack_vap_common + 895 (apfs + 298617) [0xffffff80032bee79]
                                                         *1  fs_get_xattr_in_snap + 189 (apfs + 646543) [0xffffff8003313d8f]
                                                           *1  lookup_jobj_in_snap + 186 (apfs + 646783) [0xffffff8003313e7f]
                                                             *1  tree_lookup + 46 (apfs + 827692) [0xffffff800334012c]
                                                               *1  _bt_lookup_variant + 945 (apfs + 918405) [0xffffff8003356385]
                                                                 *1  btree_node_get + 116 (apfs + 873804) [0xffffff800334b54c]
                                                                   *1  btree_node_get_internal + 343 (apfs + 874162) [0xffffff800334b6b2]
                                                                     *1  obj_get + 1745 (apfs + 1038574) [0xffffff80033738ee]
                                                                       *1  obj_read + 447 (apfs + 1041802) [0xffffff800337458a]
                                                                         *1  vnode_dev_read + 21 (apfs + 12012) [0xffffff8003278eec]
                                                                           *1  _vnode_dev_read + 555 (apfs + 16373) [0xffffff8003279ff5]
                                                                             *1  buf_biowait + 144 (kernel + 3226704) [0xffffff8000523c50]
                                                                               *1  ??? (kernel + 6599592) [0xffffff800085b3a8]
                                                                                 *1  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
                                                                                   *1  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                                                                                     *1  ??? (kernel + 846194) [0xffffff80002de972]
                                                                                       *1  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]
                          1  _createSymbolicatorWithMachKernelExcludingSearchPathsFlagsAndNotification(char const**, unsigned long, unsigned int, void (unsigned int, _CSNotificationData) block_pointer) + 1374 (CoreSymbolication + 108685) [0x7fff31dc688d]
                            1  iterate_symbol_owners_from_path(char const*, bool, unsigned int, CSCppArchitecture const&, bool, void (CSCppSymbolOwner*) block_pointer) + 167 (CoreSymbolication + 194589) [0x7fff31ddb81d]
                              1  iterate_symbol_owners_from_memory(CSCppMemory*, char const*, unsigned int, unsigned long long, unsigned int, CSCppArchitecture const&, char const*, bool, void (CSCppSymbolOwner*) block_pointer) + 102 (CoreSymbolication + 192153) [0x7fff31ddae99]
                                1  CSCppFileMemory::CSCppFileMemory(char const*, TRange<Pointer64>, unsigned int) + 275 (CoreSymbolication + 203165) [0x7fff31ddd99d]
                                  1  __open + 10 (libsystem_kernel.dylib + 5914) [0x7fff2051a71a]
                                   *1  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                                     *1  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                                       *1  open_nocancel + 305 (kernel + 3429681) [0xffffff8000555531]
                                         *1  ??? (kernel + 3426696) [0xffffff8000554988]
                                           *1  vn_open_auth + 2116 (kernel + 3533188) [0xffffff800056e984]
                                             *1  apfs_vnop_open + 219 (apfs + 235286) [0xffffff80032af716]
                                               *1  decmpfs_validate_compressed_file + 224 (kernel + 3673296) [0xffffff8000590cd0]
                                                 *1  compression_decode_buffer + 1521 (AppleFSCompressionTypeZlib + 27684) [0xffffff8001688c24]
                                                   *1  compression_decode_buffer + 3132 (AppleFSCompressionTypeZlib + 29295) [0xffffff800168926f]
                                                     *1  VNOP_GETXATTR + 90 (kernel + 3599994) [0xffffff800057ee7a]
                                                       *1  apfs_vnop_getxattr + 172 (apfs + 284109) [0xffffff80032bb5cd]
                                                         *1  apfs_inode_getxattr + 413 (apfs + 284533) [0xffffff80032bb775]
                                                           *1  apfs_nstream_read + 468 (apfs + 280640) [0xffffff80032ba840]
                                                             *1  cluster_read_ext + 394 (kernel + 3283930) [0xffffff8000531bda]
                                                               *1  ??? (kernel + 3288018) [0xffffff8000532bd2]
                                                                 *1  ??? (kernel + 6599592) [0xffffff800085b3a8]
                                                                   *1  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
                                                                     *1  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                                                                       *1  ??? (kernel + 846194) [0xffffff80002de972]
                                                                         *1  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]
                      1  -[SATask gatherLoadInfoFromLiveProcessWithDataGatheringOptions:] + 409 (SampleAnalysis + 643184) [0x7fff49ff5070]
                        1  +[SABinaryLoadInfo binaryLoadInfoForSymbolicator:isKernel:dataGatheringOptions:excludeRange:] + 253 (SampleAnalysis + 327258) [0x7fff49fa7e5a]
                          1  CSSymbolicatorForeachSymbolOwnerAtTime + 101 (CoreSymbolication + 63774) [0x7fff31dbb91e]
                            1  __93+[SABinaryLoadInfo binaryLoadInfoForSymbolicator:isKernel:dataGatheringOptions:excludeRange:]_block_invoke + 401 (SampleAnalysis + 327772) [0x7fff49fa805c]
                              1  -[SABinaryLocator addURLForSymbolOwner:] + 205 (SampleAnalysis + 691364) [0x7fff4a000ca4]
                                1  -[SABinaryLocator addURL:ForUUID:] + 418 (SampleAnalysis + 690230) [0x7fff4a000836]
                                  1  -[NSURL getResourceValue:forKey:error:] + 110 (CoreFoundation + 444091) [0x7fff206316bb]
                                    1  CFURLCopyResourcePropertyForKey + 119 (CoreFoundation + 352561) [0x7fff2061b131]
                                      1  _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 245 (CoreServicesInternal + 6288) [0x7fff22ca6890]
                                        1  prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 342 (CoreServicesInternal + 21115) [0x7fff22caa27b]
                                          1  volumePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 394 (CoreServicesInternal + 70865) [0x7fff22cb64d1]
                                            1  MountInfoPrepare + 40 (CoreServicesInternal + 28495) [0x7fff22cabf4f]
                                              1  FSMountPrepare + 59 (CarbonCore + 19513) [0x7fff229c1c39]
                                                1  FSMount::FSMount(unsigned int, FSMountNumberType, int*, unsigned int const*) + 85 (CarbonCore + 19669) [0x7fff229c1cd5]
                                                  1  FileIDTreeGetAndLockVolumeEntryForDeviceID + 196 (CarbonCore + 20105) [0x7fff229c1e89]
                                                    1  FSNodeServer_SyncSystemUniverseInternal + 1274 (CarbonCore + 107384) [0x7fff229d7378]
                                                      1  FSNode_VolumeMounted + 184 (CarbonCore + 108424) [0x7fff229d7788]
                                                        1  FSNode_SetFSSharedDeviceInfo + 869 (CarbonCore + 109808) [0x7fff229d7cf0]
                                                          1  FSNode_FillIOKitProperties + 740 (CarbonCore + 112720) [0x7fff229d8850]
                                                            1  FSNode_FillIOKitDiskImageProperties + 299 (CarbonCore + 798335) [0x7fff22a7fe7f]
                                                              1  FSNode_IOKitObjectFindParentOfClass + 77 (CarbonCore + 798788) [0x7fff22a80044]
                                                                1  io_registry_entry_create_iterator + 193 (IOKit + 50295) [0x7fff22d2b477]
                                                                  1  mach_msg_trap + 10 (libsystem_kernel.dylib + 3710) [0x7fff20519e7e]
                                                                   *1  hndl_mach_scall64 + 22 (kernel + 328214) [0xffffff8000260216]
                                                                     *1  mach_call_munger64 + 627 (kernel + 1843139) [0xffffff80003d1fc3]
                                                                       *1  mach_msg_overwrite_trap + 722 (kernel + 647266) [0xffffff80002ae062]
                                                                         *1  ipc_kmsg_send + 277 (kernel + 551173) [0xffffff8000296905]
                                                                           *1  ipc_kobject_server + 823 (kernel + 721223) [0xffffff80002c0147]
                                                                             *1  ??? (kernel + 1664362) [0xffffff80003a656a]
                                                                               *1  OSObject::taggedRelease(void const*) const + 4 (kernel + 7771412) [0xffffff8000979514] (running)
                    1  -[SASampleStore _addKCDataStackshot:timestamp:sampleIndex:shouldSkipSampleOut:backfillKPerf:addStaticInfoOnly:] + 29224 (SampleAnalysis + 119956) [0x7fff49f75494]
                      1  -[SATask pid] + 0 (SampleAnalysis + 670518) [0x7fff49ffbb36] (running)

  Thread 0x12414    DispatchQueue "com.apple.SampleAnalysis.wsqueue"(28)    1 sample (1)    priority 31 (base 31)    cpu time 0.002s (6.1M cycles, 6.1M instructions, 0.99c/i)
  1  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    1  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      1  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        1  _dispatch_lane_invoke + 375 (libdispatch.dylib + 41163) [0x7fff203aa0cb]
          1  _dispatch_lane_serial_drain + 606 (libdispatch.dylib + 38398) [0x7fff203a95fe]
            1  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              1  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 9693) [0x7fff203a25dd]
                1  SLSRegisterUpdateInformationHandler + 710 (SkyLight + 342154) [0x7fff24e1888a]
                  1  SLSMainConnectionID + 80 (SkyLight + 2041964) [0x7fff24fb786c]
                    1  CGS_CHECK_INIT + 80 (SkyLight + 64269) [0x7fff24dd4b0d]
                      1  _dispatch_once_callout + 20 (libdispatch.dylib + 18795) [0x7fff203a496b]
                        1  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
                          1  __SLSInitialize_block_invoke + 380 (SkyLight + 1331467) [0x7fff24f0a10b]
                            1  _dispatch_once_callout + 20 (libdispatch.dylib + 18795) [0x7fff203a496b]
                              1  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
                                1  __SLSLogInit_block_invoke + 28 (SkyLight + 313644) [0x7fff24e1192c]
                                  1  os_log_create + 764 (libsystem_trace.dylib + 17382) [0x7fff202bf3e6]
                                    1  _os_log_preferences_refresh + 188 (libsystem_trace.dylib + 17888) [0x7fff202bf5e0]
                                      1  _os_log_preferences_load + 130 (libsystem_trace.dylib + 54285) [0x7fff202c840d]
                                        1  _os_trace_read_plist_at + 44 (libsystem_trace.dylib + 14654) [0x7fff202be93e]
                                          1  pread + 10 (libsystem_kernel.dylib + 8950) [0x7fff2051b2f6]
                                           *1  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                                             *1  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                                               *1  pread_nocancel + 189 (kernel + 6712765) [0xffffff8000876dbd]
                                                 *1  ??? (kernel + 6712408) [0xffffff8000876c58]
                                                   *1  ??? (kernel + 3525620) [0xffffff800056cbf4]
                                                     *1  apfs_vnop_read + 729 (apfs + 321518) [0xffffff80032c47ee]
                                                       *1  decmpfs_read_compressed + 3386 (kernel + 3687658) [0xffffff80005944ea]
                                                         *1  apfs_vnop_verify + 1330 (apfs + 364523) [0xffffff80032cefeb]
                                                           *1  ccdigest + 101 (corecrypto + 136837) [0xffffff8003427685]
                                                             *1  ccdigest_update + 291 (corecrypto + 144463) [0xffffff800342944f]
                                                               *1  AccelerateCrypto_SHA256_compress_AVX2 + 684 (corecrypto + 405457) [0xffffff8003468fd1] (running)

  Thread 0x12418    DispatchQueue "com.apple.spindump.create_sampled_process"(21)    1 sample (101)    priority 37 (base 37)    cpu time <0.001s (47.9K cycles, 8.6K instructions, 5.58c/i)
  1  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    1  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      1  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        1  _dispatch_lane_invoke + 426 (libdispatch.dylib + 41214) [0x7fff203aa0fe]
          1  _dispatch_lane_serial_drain + 606 (libdispatch.dylib + 38398) [0x7fff203a95fe]
            1  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              1  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 9693) [0x7fff203a25dd]
                1  ??? (spindump + 98920) [0x109d1a268]
                  1  _objc_msgSend_uncached + 75 (libobjc.A.dylib + 26779) [0x7fff203eb89b]
                    1  lookUpImpOrForward + 143 (libobjc.A.dylib + 28379) [0x7fff203ebedb]
                      1  __ulock_wait + 10 (libsystem_kernel.dylib + 9678) [0x7fff2051b5ce]
                       *1  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                         *1  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                           *1  ulock_wait + 68 (kernel + 6744532) [0xffffff800087e9d4]
                             *1  ulock_wait2 + 1230 (kernel + 6745774) [0xffffff800087eeae] (running)

  Thread 0x12414    DispatchQueue "com.apple.spindump.sampled_process_-1"(22)    1 sample (101)    priority 37 (base 37)    cpu time <0.001s (1230.9K cycles, 1874.7K instructions, 0.66c/i)
  1  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    1  _pthread_wqthread + 314 (libsystem_pthread.dylib + 13465) [0x7fff2054b499]
      1  _dispatch_workloop_worker_thread + 819 (libdispatch.dylib + 80989) [0x7fff203b3c5d]
        1  _dispatch_lane_invoke + 426 (libdispatch.dylib + 41214) [0x7fff203aa0fe]
          1  _dispatch_lane_serial_drain + 606 (libdispatch.dylib + 38398) [0x7fff203a95fe]
            1  _dispatch_client_callout + 8 (libdispatch.dylib + 14279) [0x7fff203a37c7]
              1  _dispatch_call_block_and_release + 12 (libdispatch.dylib + 9693) [0x7fff203a25dd]
                1  ??? (spindump + 103645) [0x109d1b4dd]
                  1  _objc_msgSend_uncached + 75 (libobjc.A.dylib + 26779) [0x7fff203eb89b]
                    1  lookUpImpOrForward + 143 (libobjc.A.dylib + 28379) [0x7fff203ebedb]
                      1  __ulock_wait + 10 (libsystem_kernel.dylib + 9678) [0x7fff2051b5ce]
                       *1  hndl_unix_scall64 + 22 (kernel + 328182) [0xffffff80002601f6]
                         *1  unix_syscall64 + 635 (kernel + 7706827) [0xffffff80009698cb]
                           *1  ulock_wait + 68 (kernel + 6744532) [0xffffff800087e9d4]
                             *1  ulock_wait2 + 1664 (kernel + 6746208) [0xffffff800087f060]
                               *1  turnstile_cleanup + 20 (kernel + 1033412) [0xffffff800030c4c4] (running, blocked by turnstile waiting for spindump [2048] thread 0x12413)

  Thread 0x12419    1 sample (101)    priority 37 (base 37)    cpu time <0.001s
  1  start_wqthread + 15 (libsystem_pthread.dylib + 9319) [0x7fff2054a467]
    1  __workq_kernreturn + 10 (libsystem_kernel.dylib + 9534) [0x7fff2051b53e]
     *1  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
       *1  ??? (kernel + 6184912) [0xffffff80007f5fd0]
         *1  ??? (kernel + 6185074) [0xffffff80007f6072]
           *1  ??? (kernel + 6187885) [0xffffff80007f6b6d]
             *1  ??? (kernel + 1083401) [0xffffff8000318809] (running)

  Binary Images:
           0x109d02000 -        0x109d55fff  spindump (295.1)                   <0913F3C7-7D9C-37AA-AF6D-A4663ABD8A03>  /usr/sbin/spindump
        0x7fff202bb000 -     0x7fff202d2fff  libsystem_trace.dylib (1277.80.2)  <87FEF600-48D9-31C9-B8FC-D5249B2AE95D>  /usr/lib/system/libsystem_trace.dylib
        0x7fff203a0000 -     0x7fff203e4fff  libdispatch.dylib (1271.40.12)     <AD988EEA-1A2F-3404-9A6E-390FC2504223>  /usr/lib/system/libdispatch.dylib
        0x7fff203e5000 -     0x7fff2041dfff  libobjc.A.dylib (818.2)            <EB6B543F-D42C-3FB2-A2EC-43407C5F80D3>  /usr/lib/libobjc.A.dylib
        0x7fff20421000 -     0x7fff204a9fff  libsystem_c.dylib (1439.40.11)     <4AF71812-4099-3E96-B271-1F259491A2B2>  /usr/lib/system/libsystem_c.dylib
        0x7fff20519000 -     0x7fff20547fff  libsystem_kernel.dylib (7195.81.3) <AB413518-ECDE-3F04-A61C-278D3CF43076>  /usr/lib/system/libsystem_kernel.dylib
        0x7fff20548000 -     0x7fff20553fff  libsystem_pthread.dylib (454.80.2) <B989DF6C-ADFE-3AF9-9C91-07D2521F9E47>  /usr/lib/system/libsystem_pthread.dylib
        0x7fff20554000 -     0x7fff2058efff  libdyld.dylib (832.7.3)            <4641E48F-75B5-3CC7-8263-47BF79F15394>  /usr/lib/system/libdyld.dylib
        0x7fff205c5000 -     0x7fff20a60fff  CoreFoundation (1774.101)          <2A0E160E-9EE6-3B23-8832-6979A16EC250>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff21372000 -     0x7fff216d5fff  Foundation (1774.101)              <8D9081B3-3F6A-31A0-9B20-1AE5CD8DD747>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff229bd000 -     0x7fff22ca4fff  CarbonCore (1307)                  <B857EADF-D517-34E8-8053-34C0E6695250>  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff22ca5000 -     0x7fff22ce3fff  CoreServicesInternal (476)         <0DA95074-B315-3B84-B8A3-BAEDC4471A2C>  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff22d1f000 -     0x7fff22dcdfff  IOKit (1845.81.1)                  <49AC0177-35A3-3C96-AD9D-3E59923C4761>  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff24dc5000 -     0x7fff2512bfff  SkyLight (570.7)                   <8034EAA7-787C-3A3E-A301-FF90376F247D>  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
        0x7fff31dac000 -     0x7fff31e69fff  CoreSymbolication (64541.4)        <F1A41B4E-671A-335E-8AE0-B99688F255C8>  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff49f58000 -     0x7fff4a02ffff  SampleAnalysis (275)               <C1AA12C6-F7A3-31C0-A140-5705AB021E1C>  /System/Library/PrivateFrameworks/SampleAnalysis.framework/Versions/A/SampleAnalysis
   *0xffffff8000210000 - 0xffffff8000c0ffff  kernel (7195.81.3)                 <C86236B2-4976-3542-80CA-74A6B8B4BA03>  /System/Library/Kernels/kernel
   *0xffffff8001682000 - 0xffffff800168dfff  AppleFSCompressionTypeZlib (125)   <F986F845-36B3-34A6-86E8-32870C739DDC>  /System/Library/Extensions/AppleFSCompressionTypeZlib.kext/Contents/MacOS/AppleFSCompressionTypeZlib
   *0xffffff800321a000 - 0xffffff8003275fff  Sandbox (1441.60.4)                <2BC91DC8-F0AF-3762-B99A-53A1CF504978>  /System/Library/Extensions/Sandbox.kext/Contents/MacOS/Sandbox
   *0xffffff8003276000 - 0xffffff80033e3fff  apfs (1677.81.1)                   <DB8F6842-2D8F-3535-8352-54EBDD26900F>  /System/Library/Extensions/apfs.kext/Contents/MacOS/apfs
   *0xffffff8003406000 - 0xffffff800349dfff  corecrypto (1000.80.5)             <E009770B-BAFB-3BF9-B176-D6B4CC96DF5F>  /System/Library/Extensions/corecrypto.kext/Contents/MacOS/corecrypto


Process:          kernel_task [0]
UUID:             C86236B2-4976-3542-80CA-74A6B8B4BA03
Path:             /System/Library/Kernels/kernel
Architecture:     x86_64
UID:              0
Version:          Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64
Footprint:        8160 KB
Time Since Fork:  13445s
Num samples:      101 (1-101)
CPU Time:         0.011s (21.7M cycles, 7.5M instructions, 2.90c/i)

  Thread 0x65    Thread name "VM_pageout_scan"    101 samples (1-101)    priority 91 (base 91)
 *101  vm_pageout_continue + 0 (kernel + 1493440) [0xffffff800037c9c0]

  Thread 0x66    Thread name "idle #0"    101 samples (1-101)    priority 0 (base 0)    idle time 0.916s (29.4M cycles, 4.2M instructions, 7.02c/i)
 *57   idle_thread + 0 (kernel + 860928) [0xffffff80002e2300] (runnable)
 *44   call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *43   idle_thread + 72 (kernel + 861000) [0xffffff80002e2348]
     *43   processor_idle + 249 (kernel + 860537) [0xffffff80002e2179]
       *43   machine_idle + 746 (kernel + 1966794) [0xffffff80003f02ca] (runnable)
   *1    idle_thread + 34 (kernel + 860962) [0xffffff80002e2322] (runnable)

  Thread 0x67    Thread name "sched_maintenance_thread"    101 samples (1-101)    priority 95 (base 95)    cpu time <0.001s (123.9K cycles, 38.1K instructions, 3.25c/i)
 *101  sched_timeshare_maintenance_continue + 0 (kernel + 849232) [0xffffff80002df550]

  Thread 0x68    Thread name "daemon.deferred-deallocation"    101 samples (1-101)    priority 80 (base 80)
 *101  ??? (kernel + 800480) [0xffffff80002d36e0]

  Thread 0x69    Thread name "daemon.thread-stack"    101 samples (1-101)    priority 93 (base 93)
 *101  ??? (kernel + 800480) [0xffffff80002d36e0]

  Thread 0x6a    Thread name "daemon.thread-exception"    101 samples (1-101)    priority 80 (base 80)
 *101  ??? (kernel + 800480) [0xffffff80002d36e0]

  Thread 0x6b    101 samples (1-101)    priority 95 (base 95)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 1076845) [0xffffff8000316e6d]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x6c    101 samples (1-101)    priority 95 (base 95)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 1076845) [0xffffff8000316e6d]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x6d    Thread name "thread_call_daemon"    101 samples (1-101)    priority 94 (base 94)
 *101  ??? (kernel + 983008) [0xffffff80002fffe0]

  Thread 0x6e    101 samples (1-101)    priority 95 (base 95)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  mapping_replenish + 470 (kernel + 1836390) [0xffffff80003d0566]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x6f    Thread name "IOServiceTerminateThread"    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  IOService::terminateThread(void*, int) + 228 (kernel + 8281940) [0xffffff80009f5f54]
     *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
       *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
         *101  ??? (kernel + 846194) [0xffffff80002de972]
           *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x70    Thread name "AppleACPIButton"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x72    Thread name "thread call high #1"    101 samples (1-101)    priority 93 (base 93)    cpu time <0.001s (28.4K cycles, 6.8K instructions, 4.18c/i)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 984628) [0xffffff8000300634]
     *101  ??? (kernel + 980773) [0xffffff80002ff725]
       *101  ??? [0]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x73    Thread name "IOPCI2PCIBridge"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x75    Thread name "IOPMrootDomain"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x77    Thread name "AppleCredentialManager"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x79    Thread name "thread call high #2"    101 samples (1-101)    priority 93 (base 93)    cpu time <0.001s (33.7K cycles, 7.2K instructions, 4.69c/i)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 984628) [0xffffff8000300634]
     *101  ??? (kernel + 980773) [0xffffff80002ff725]
       *101  ??? [0]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x7b    Thread name "AppleKeyStore"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7d    Thread name "AppleSSE"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7f    Thread name "CoreAnalyticsHub"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x82    Thread name "IOBluetoothHCIController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x83    Thread name "IOBluetoothHCIController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x84    Thread name "IOBluetoothPacketLogger"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xa1    Thread name "idle #1"    101 samples (1-101)    priority 0 (base 0)    idle time 0.936s (20.6M cycles, 2.1M instructions, 10.03c/i)
 *53   idle_thread + 0 (kernel + 860928) [0xffffff80002e2300] (runnable)
 *48   call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *48   idle_thread + 72 (kernel + 861000) [0xffffff80002e2348]
     *48   processor_idle + 249 (kernel + 860537) [0xffffff80002e2179]
       *48   machine_idle + 746 (kernel + 1966794) [0xffffff80003f02ca] (runnable)

  Thread 0xa4    Thread name "idle #2"    101 samples (1-101)    priority 0 (base 0)    idle time 0.999s (33.1M cycles, 1951.7K instructions, 16.96c/i)
 *100  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *100  idle_thread + 72 (kernel + 861000) [0xffffff80002e2348]
     *100  processor_idle + 249 (kernel + 860537) [0xffffff80002e2179]
       *100  machine_idle + 746 (kernel + 1966794) [0xffffff80003f02ca] (runnable)
 *1    idle_thread + 0 (kernel + 860928) [0xffffff80002e2300] (runnable)

  Thread 0xa7    Thread name "idle #3"    101 samples (1-101)    priority 0 (base 0)    idle time 0.999s (27.1M cycles, 1547.6K instructions, 17.51c/i)
 *100  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *100  idle_thread + 72 (kernel + 861000) [0xffffff80002e2348]
     *100  processor_idle + 249 (kernel + 860537) [0xffffff80002e2179]
       *100  machine_idle + 746 (kernel + 1966794) [0xffffff80003f02ca] (runnable)
 *1    idle_thread + 0 (kernel + 860928) [0xffffff80002e2300] (runnable)

  Thread 0xad    Thread name "SMCProcessor"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xae    Thread name "thread call high #3"    101 samples (1-101)    priority 93 (base 93)    cpu time <0.001s (31.0K cycles, 7.0K instructions, 4.45c/i)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 984628) [0xffffff8000300634]
     *101  ??? (kernel + 980773) [0xffffff80002ff725]
       *101  ??? [0]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0xaf    Thread name "thread call high #4"    101 samples (1-101)    priority 93 (base 93)    cpu time <0.001s (67.1K cycles, 7.9K instructions, 8.52c/i)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 984628) [0xffffff8000300634]
     *101  ??? (kernel + 980773) [0xffffff80002ff725]
       *101  ??? [0]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0xd8    Thread name "AppleACPIButton"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xd9    Thread name "VirtualSMC"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xdc    Thread name "AppleUSBHostResources"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xe1    Thread name "AppleUSBLegacyRoot"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xe3    Thread name "AppleSMC"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (73.2K cycles, 29.1K instructions, 2.52c/i)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xe5    101 samples (1-101)    priority 97 (base 97)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  SMCWatchDogTimer::watchdogThread() + 200 (AppleSMC + 63988) [0xffffff80018a49f4]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x105    Thread name "AppleIntelLpssI2C"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x107    Thread name "AppleIntelLpssI2CController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x10f    Thread name "AppleIntelLpssI2C"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x111    Thread name "AppleIntelLpssI2C"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x113    Thread name "AppleUSBXHCISPT@14000000"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (26.5K cycles, 4.3K instructions, 6.19c/i)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x114    Thread name "AppleIntelLpssI2CController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x115    Thread name "AppleSDXCSlot"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x116    Thread name "thread call high #7"    101 samples (1-101)    priority 93 (base 93)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x11d    Thread name "IONVMeController"    101 samples (1-101)    priority 81 (base 81)    cpu time 0.001s (4.5M cycles, 2.7M instructions, 1.65c/i)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  IOWorkLoop::threadMain() + 280 (kernel + 8413160) [0xffffff8000a15fe8]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x11e    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  IOWorkLoop::threadMain() + 280 (kernel + 8413160) [0xffffff8000a15fe8]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x11f    Thread name "AppleIntelLpssI2CController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x126    Thread name "IONVMeController"    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  IOWorkLoop::threadMain() + 280 (kernel + 8413160) [0xffffff8000a15fe8]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x127    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  IOWorkLoop::threadMain() + 280 (kernel + 8413160) [0xffffff8000a15fe8]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x134    Thread name "AppleThunderboltHAL"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x138    Thread name "AppleUSBXHCIAR@00000000"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (35.1K cycles, 4.3K instructions, 8.11c/i)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x141    Thread name "VM_io_reprioritize_thread"    101 samples (1-101)    priority 95 (base 95)
 *101  ??? (kernel + 1436768) [0xffffff800036ec60]

  Thread 0x145    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x146    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3341888) [0xffffff800053fe40]

  Thread 0x148    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6843616) [0xffffff8000896ce0]

  Thread 0x149    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6175344) [0xffffff80007f3a70]

  Thread 0x14a    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6269808) [0xffffff800080ab70]

  Thread 0x14b    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6269808) [0xffffff800080ab70]

  Thread 0x14c    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6269808) [0xffffff800080ab70]

  Thread 0x14d    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6269808) [0xffffff800080ab70]

  Thread 0x14e    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (18.9K cycles, 9.3K instructions, 2.03c/i)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x14f    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x150    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x151    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3860736) [0xffffff80005be900]

  Thread 0x152    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3840896) [0xffffff80005b9b80]

  Thread 0x153    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x154    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 6600128) [0xffffff800085b5c0]

  Thread 0x155    Thread name "VM_memorystatus_1"    101 samples (1-101)    priority 95 (base 95)
 *101  ??? (kernel + 6628736) [0xffffff8000862580]

  Thread 0x156    Thread name "VM_memorystatus_2"    101 samples (1-101)    priority 95 (base 95)
 *101  ??? (kernel + 6628736) [0xffffff8000862580]

  Thread 0x157    Thread name "VM_memorystatus_3"    101 samples (1-101)    priority 95 (base 95)
 *101  ??? (kernel + 6628736) [0xffffff8000862580]

  Thread 0x159    Thread name "dlil_input_gif0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x15a    Thread name "CFIL_UPD_GC"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 4823424) [0xffffff80006a9980]

  Thread 0x15b    Thread name "CFIL_STATS_REPORT"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 4820784) [0xffffff80006a8f30]

  Thread 0x15c    101 samples (1-101)    priority 81 (base 81)
 *101  sockwall_gc_thread + 0 (ALF + 24415) [0xffffff800128df5f]

  Thread 0x15d    Thread name "dlil_input_stf0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x15e    Thread name "AppleImage4"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x162    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x164    Thread name "IOHIDSystem"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x167    Thread name "IOSurfaceRoot"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x16a    Thread name "AirPort_BrcmNIC"    101 samples (1-101)    priority 82 (base 82)    cpu time 0.003s (5.7M cycles, 705.3K instructions, 8.10c/i)
 *99   IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]
 *2    call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *2    IOWorkLoop::threadMain() + 54 (kernel + 8412934) [0xffffff8000a15f06]
     *2    IOWorkLoop::runEventSources() + 286 (kernel + 8415518) [0xffffff8000a1691e]
       *2    IOInterruptEventSource::checkForWork() + 352 (kernel + 8421808) [0xffffff8000a181b0]
         *2    AirPort_BrcmNIC::interruptEntryPoint(OSObject*, IOInterruptEventSource*, int) + 307 (AirPortBrcmNIC + 232719) [0xffffff8001dc9d0f]
           *2    wlc_dpc + 2729 (AirPortBrcmNIC + 2712839) [0xffffff8002027507]
             *2    wlc_p2p_bmac_int_proc + 96 (AirPortBrcmNIC + 1016299) [0xffffff8001e891eb]
               *1    wlc_bmac_read_objmem16 + 378 (AirPortBrcmNIC + 1085483) [0xffffff8001e9a02b]
                 *1    read_bpt_reg + 109 (AirPortBrcmNIC + 138531) [0xffffff8001db2d23] (running)
               *1    wlc_bmac_read_objmem16 + 147 (AirPortBrcmNIC + 1085252) [0xffffff8001e99f44]
                 *1    tcm_sem_enter + 79 (AirPortBrcmNIC + 495922) [0xffffff8001e0a132] (running)

  Thread 0x187    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  swcrypto_threadpool_worker_thread(void*, int) + 570 (apfs + 227454) [0xffffff80032ad87e]
     *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
       *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
         *101  ??? (kernel + 846194) [0xffffff80002de972]
           *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x188    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  swcrypto_threadpool_worker_thread(void*, int) + 570 (apfs + 227454) [0xffffff80032ad87e]
     *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
       *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
         *101  ??? (kernel + 846194) [0xffffff80002de972]
           *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x189    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  swcrypto_threadpool_worker_thread(void*, int) + 570 (apfs + 227454) [0xffffff80032ad87e]
     *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
       *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
         *101  ??? (kernel + 846194) [0xffffff80002de972]
           *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x18a    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  swcrypto_threadpool_worker_thread(void*, int) + 570 (apfs + 227454) [0xffffff80032ad87e]
     *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
       *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
         *101  ??? (kernel + 846194) [0xffffff80002de972]
           *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x18b    Thread name "AppleUSB20XHCIPort@14100000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x18d    Thread name "AppleUSB20XHCIPort@14200000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x18f    Thread name "AppleUSB20XHCIPort@14300000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x191    Thread name "AppleUSB20XHCIPort@14400000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x193    Thread name "AppleUSB20XHCIPort@14500000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x194    Thread name "AppleUSB30XHCIPort@00100000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x197    Thread name "AppleUSB20XHCIPort@14600000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x198    Thread name "AppleUSB30XHCIPort@00200000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x19b    Thread name "AppleUSB20XHCIPort@14700000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x19d    Thread name "AppleUSB20XHCIPort@14800000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x19f    Thread name "AppleUSB20XHCITypeCPort@14900000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1a1    Thread name "AppleUSB20XHCITypeCPort@14a00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1a3    Thread name "AppleUSB30XHCIPort@14b00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1a5    Thread name "AppleUSB30XHCIPort@14c00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1a7    Thread name "AppleUSB30XHCIPort@14d00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1a9    Thread name "AppleUSB30XHCIPort@14e00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1ab    Thread name "AppleUSB30XHCIPort@14f00000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1ce    Thread name "thread call high #16"    101 samples (1-101)    priority 93 (base 93)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x1d9    Thread name "VM_pageout_external_iothread"    101 samples (1-101)    priority 91 (base 91)
 *101  ??? (kernel + 1499312) [0xffffff800037e0b0]

  Thread 0x1da    Thread name "VM_pageout_garbage_collect"    101 samples (1-101)    priority 31 (base 31)
 *101  vm_pageout_garbage_collect + 0 (kernel + 1491520) [0xffffff800037c240]

  Thread 0x1db    Thread name "VM_pressure"    101 samples (1-101)    priority 31 (base 31)
 *101  vm_pressure_thread + 0 (kernel + 1493136) [0xffffff800037c890]

  Thread 0x1dc    Thread name "VM_object_reaper_thread"    101 samples (1-101)    priority 91 (base 91)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 1437487) [0xffffff800036ef2f]
     *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
       *101  ??? (kernel + 846194) [0xffffff80002de972]
         *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x1dd    101 samples (1-101)    priority 91 (base 91)
 *101  ??? (kernel + 1218000) [0xffffff80003395d0]

  Thread 0x1de    Thread name "VM_compressor"    101 samples (1-101)    priority 91 (base 91)
 *101  vm_pageout_iothread_internal_continue + 0 (kernel + 1493824) [0xffffff800037cb40]

  Thread 0x1df    Thread name "VM_swapout"    101 samples (1-101)    priority 91 (base 91)
 *101  ??? (kernel + 1244848) [0xffffff800033feb0]

  Thread 0x1e0    Thread name "VM_swapfile_create"    101 samples (1-101)    priority 91 (base 91)
 *101  ??? (kernel + 1247072) [0xffffff8000340760]

  Thread 0x1e1    Thread name "VM_swapfile_gc"    101 samples (1-101)    priority 91 (base 91)
 *101  ??? (kernel + 1247808) [0xffffff8000340a40]

  Thread 0x1e3    Thread name "AppleUSBController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1e4    Thread name "AppleUSBRootHubDevice"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x1f6    101 samples (1-101)    priority 31 (base 31)
 *101  apfs_cleanup_purgatory_continuation + 0 (apfs + 530140) [0xffffff80032f76dc]

  Thread 0x1f8    101 samples (1-101)    priority 31 (base 31)
 *101  apfs_cleanup_purgatory_continuation + 0 (apfs + 530140) [0xffffff80032f76dc]

  Thread 0x1f9    101 samples (1-101)    priority 31 (base 31)
 *101  apfs_cleanup_purgatory_continuation + 0 (apfs + 530140) [0xffffff80032f76dc]

  Thread 0x1fe    101 samples (1-101)    priority 31 (base 31)
 *101  apfs_cleanup_purgatory_continuation + 0 (apfs + 530140) [0xffffff80032f76dc]

  Thread 0x203    Thread name "AppleASMedia3142USBXHCI@01000000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x205    Thread name "AppleUSB30XHCIPort@01100000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x207    Thread name "AppleUSB30XHCIPort@01200000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x209    Thread name "AppleUSB20XHCIPort@01300000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x20b    Thread name "AppleUSB20XHCIPort@01400000"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x20f    Thread name "thread call kernel #2"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x212    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  ??? (kernel + 7097672) [0xffffff80008d4d48]
     *101  ??? (kernel + 6599592) [0xffffff800085b3a8]
       *101  lck_mtx_sleep + 104 (kernel + 775288) [0xffffff80002cd478]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x217    Thread name "thread call user #1"    101 samples (1-101)    priority 31 (base 31)    cpu time <0.001s (15.5K cycles, 3.7K instructions, 4.13c/i)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x218    101 samples (1-101)    priority 81 (base 81)
 *101  call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *101  tx_flush_thread + 634 (apfs + 1133883) [0xffffff800338ad3b]
     *101  ??? (kernel + 6599357) [0xffffff800085b2bd]
       *101  lck_mtx_sleep_deadline + 115 (kernel + 775875) [0xffffff80002cd6c3]
         *101  thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
           *101  ??? (kernel + 846194) [0xffffff80002de972]
             *101  machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]

  Thread 0x34a    Thread name "dlil_input_en0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x34b    Thread name "ifnet_start_en0"    101 samples (1-101)    priority 82 (base 82)    cpu time 0.001s (2.1M cycles, 444.5K instructions, 4.83c/i)
 *99   ??? (kernel + 3893712) [0xffffff80005c69d0]
 *2    call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *2    ??? (kernel + 3893930) [0xffffff80005c6aaa]
     *2    IONetworkInterface::if_start_gated(__ifnet*) + 87 (IONetworkingFamily + 64507) [0xffffff80029a5bfb]
       *2    IONetworkController::executeCommand(OSObject*, int (*)(void*, void*, void*, void*, void*), void*, void*, void*, void*, void*) + 96 (IONetworkingFamily + 46040) [0xffffff80029a13d8]
         *2    IOCommandGate::runAction(int (*)(OSObject*, void*, void*, void*, void*), void*, void*, void*, void*) + 175 (kernel + 8427087) [0xffffff8000a1964f]
           *2    IONetworkController::executeCommandAction(OSObject*, void*, void*, void*, void*) + 56 (IONetworkingFamily + 45920) [0xffffff80029a1360]
             *2    IONetworkInterface::drainOutputQueue(__ifnet*, IONetworkController*) + 95 (IONetworkingFamily + 64657) [0xffffff80029a5c91]
               *2    AirPort_BrcmNIC::outputStart(IONetworkInterface*, unsigned int) + 122 (AirPortBrcmNIC + 240404) [0xffffff8001dcbb14]
                 *2    AirPort_BrcmNIC::processAllServiceClassQueues(OSObject*, void*, void*, void*, void*) + 603 (AirPortBrcmNIC + 239727) [0xffffff8001dcb86f]
                   *2    AirPort_BrcmNIC::processServiceClassQueue(IONetworkInterface*, unsigned int*, int, unsigned int*, unsigned int*, int, int, int) + 611 (AirPortBrcmNIC + 238773) [0xffffff8001dcb4b5]
                     *2    wlc_sendpkt + 2379 (AirPortBrcmNIC + 1226639) [0xffffff8001ebc78f]
                       *2    wlc_send_q + 1601 (AirPortBrcmNIC + 1257762) [0xffffff8001ec4122]
                         *2    wlc_sendampdu + 1788 (AirPortBrcmNIC + 1438183) [0xffffff8001ef01e7]
                           *2    wlc_txfifo + 1690 (AirPortBrcmNIC + 1267193) [0xffffff8001ec65f9]
                             *2    wlc_bmac_wait_for_wake + 102 (AirPortBrcmNIC + 1056022) [0xffffff8001e92d16]
                               *1    thread_block_reason + 175 (kernel + 840719) [0xffffff80002dd40f]
                                 *1    ??? (kernel + 846194) [0xffffff80002de972]
                                   *1    machine_switch_context + 203 (kernel + 1935243) [0xffffff80003e878b]
                               *1    delay_for_interval + 149 (kernel + 677813) [0xffffff80002b57b5]
                                 *1    assert_wait_deadline + 161 (kernel + 839073) [0xffffff80002dcda1] (running)

  Thread 0x3fa    Thread name "skywalk_fsw_reap_en0"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (25.5K cycles, 23.8K instructions, 1.07c/i)
 *101  ??? (kernel + 7455648) [0xffffff800092c3a0]

  Thread 0x3fb    Thread name "skywalk_en0_rx_0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 7591568) [0xffffff800094d690]

  Thread 0x5d1    Thread name "X86PlatformPlugin"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5d3    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5d4    Thread name "IOTimeSyncMachNanoPort"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5db    Thread name "IOGraphicsSystem"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5dd    Thread name "AppleHDAController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5e7    Thread name "AppleHDAController"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (1315.7K cycles, 519.2K instructions, 2.53c/i)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5f5    Thread name "AppleIntelSlowAdaptiveClockingManager"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5f7    Thread name "AppleGPUWrangler"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x5fd    Thread name "IOBluetoothSerialManager"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x600    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x605    Thread name "com_apple_driver_pm_uncore_reporter"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x634    Thread name "AppleHDAHDMI_DPDriver"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x635    Thread name "AppleHDADriver"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x70e    Thread name "X86PlatformShim"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x73a    Thread name "IOGraphics-GFX0-0x224"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x73b    Thread name "AppleMCCSParameterHandler"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x73d    Thread name "AMDRadeonX4000_AMDSWScheduler"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x73f    Thread name "AMDRadeonX4000_AMDFijiPM4Channel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x740    Thread name "AMDRadeonX4000_AMDFijiPM4ComputeChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x741    Thread name "AMDRadeonX4000_AMDFijiPM4ComputeChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x742    Thread name "AMDRadeonX4000_AMDFijiPM4ComputeChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x743    Thread name "AMDRadeonX4000_AMDVIKIQHWChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x744    Thread name "AMDRadeonX4000_AMDVIsDMAChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x745    Thread name "AMDRadeonX4000_AMDVIsDMAChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x746    Thread name "AMDRadeonX4000_AMDUVD6v3DecChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x747    Thread name "AMDRadeonX4000_AMDUVD6v3EncChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x748    Thread name "AMDRadeonX4000_AMDUVD6v3EncLLQChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x749    Thread name "AMDRadeonX4000_AMDVCE3v4Channel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74a    Thread name "AMDRadeonX4000_AMDVCE3v4LLQChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74b    Thread name "AMDRadeonX4000_AMDVISAMURBIChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74c    Thread name "AMDRadeonX4000_AMDVISAMUGPCOMChannel"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74d    Thread name "AMDRadeonX4000_AMDEllesmereHardware"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74e    Thread name "AMDRadeonX4000_AMDAccelEventMachine"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x74f    Thread name "AMDRadeonX4000_AMDEllesmereGraphicsAccelerator"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x750    Thread name "IOAccelFenceMachine"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x751    Thread name "AMDRadeonX4000_AMDCPEvent"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x753    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x754    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x755    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x756    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x757    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x758    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x761    Thread name "dlil_input_p2p0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x762    Thread name "ifnet_start_p2p0"    101 samples (1-101)    priority 82 (base 82)
 *101  ??? (kernel + 3893712) [0xffffff80005c69d0]

  Thread 0x795    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x796    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x797    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x798    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x799    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x79a    Thread name "AMDFramebuffer"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x79c    Thread name "thread call high #10"    101 samples (1-101)    priority 93 (base 93)    cpu time <0.001s (431.7K cycles, 196.3K instructions, 2.20c/i)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x79d    Thread name "thread call high #11"    101 samples (1-101)    priority 93 (base 93)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x7a0    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7a1    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7a2    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7a3    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7a4    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7a5    Thread name "AMDRadeonX4000_AMDAccelDisplayPipe"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0x7ee    Thread name "dlil_input_awdl0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x7ef    Thread name "ifnet_start_awdl0"    101 samples (1-101)    priority 82 (base 82)    cpu time <0.001s (44.3K cycles, 11.0K instructions, 4.01c/i)
 *101  ??? (kernel + 3893712) [0xffffff80005c69d0]

  Thread 0x7fa    Thread name "dlil_input_llw0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 3857056) [0xffffff80005bdaa0]

  Thread 0x7fb    Thread name "skywalk_doorbell_llw0_tx"    101 samples (1-101)    priority 82 (base 82)
 *101  ??? (kernel + 3893712) [0xffffff80005c69d0]

  Thread 0x81a    Thread name "skywalk_fsw_reap_awdl0"    101 samples (1-101)    priority 81 (base 81)    cpu time <0.001s (35.3K cycles, 24.0K instructions, 1.47c/i)
 *101  ??? (kernel + 7455648) [0xffffff800092c3a0]

  Thread 0x81b    Thread name "skywalk_awdl0_rx_0"    101 samples (1-101)    priority 81 (base 81)
 *101  ??? (kernel + 7591568) [0xffffff800094d690]

  Thread 0xef4    Thread name "thread call low #1"    101 samples (1-101)    priority 4 (base 4)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Thread 0x14ce    Thread name "AppleUSBAudioDevice"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xf794    Thread name "AppleUSBController"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xf795    Thread name "AppleUSBRootHubDevice"    101 samples (1-101)    priority 81 (base 81)
 *101  IOWorkLoop::threadMain() + 0 (kernel + 8412880) [0xffffff8000a15ed0]

  Thread 0xfbb1    Thread name "thread call kernel-high #3"    101 samples (1-101)    priority 92 (base 92)    cpu time 0.004s (7.1M cycles, 2.7M instructions, 2.59c/i)
 *100  ??? (kernel + 983984) [0xffffff80003003b0]
 *1    call_continuation + 46 (kernel + 323902) [0xffffff800025f13e]
   *1    ??? (kernel + 984628) [0xffffff8000300634]
     *1    ??? (kernel + 980773) [0xffffff80002ff725]
       *1    IOTimerEventSource::timeoutAndRelease(void*, void*) + 198 (kernel + 8442502) [0xffffff8000a1d286]
         *1    ??? (kernel + 8442757) [0xffffff8000a1d385]
           *1    AppleHDAEngineOutputDP::handleVideoFormatChanged(IOTimerEventSource*) + 438 (AppleHDA + 386606) [0xffffff7f9f28e62e]
             *1    IOAudioStream::setFormat(_IOAudioStreamFormat const*, _IOAudioStreamFormatExtension const*, bool) + 308 (IOAudioFamily + 71282) [0xffffff800274c672]
               *1    AppleHDAStream::setFormat(_IOAudioStreamFormat const*, _IOAudioStreamFormatExtension const*, OSDictionary*, bool) + 137 (AppleHDA + 209795) [0xffffff7f9f263383]
                 *1    IOAudioStream::setFormat(_IOAudioStreamFormat const*, _IOAudioStreamFormatExtension const*, OSDictionary*, bool) + 921 (IOAudioFamily + 72977) [0xffffff800274cd11]
                   *1    AppleHDAEngineOutputDP::performFormatChange(IOAudioStream*, _IOAudioStreamFormat const*, _IOAudioSampleRate const*) + 2341 (AppleHDA + 394983) [0xffffff7f9f2906e7]
                     *1    AppleHDAPathSet::setPathSetFormat(unsigned int, unsigned int, unsigned int, unsigned int, _IOAudioStreamFormat const*, unsigned int, unsigned int, IOHDAStream*) + 677 (AppleHDA + 284045) [0xffffff7f9f27558d]
                       *1    AppleHDAFunctionGroup::setPowerState(unsigned int, bool) + 161 (AppleHDA + 268623) [0xffffff7f9f27194f]
                         *1    AppleHDANode::powerState(unsigned int*) + 56 (AppleHDA + 261738) [0xffffff7f9f26fe6a]
                           *1    IOHDACodecDevice::executeVerb(unsigned short, unsigned short, unsigned short, unsigned int*, bool) + 463 (IOHDAFamily + 5443) [0xffffff7f9f406543]
                             *1    AppleHDAController::executeCodecCommand(IOHDACodecDevice*, unsigned int, unsigned int*) + 74 (AppleHDAController + 43154) [0xffffff7f9f2ef892]
                               *1    IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (kernel + 8415198) [0xffffff8000a167de]
                                 *1    AppleHDAController::handleCodecCommandAction(CodecCommand*) + 504 (AppleHDAController + 43718) [0xffffff7f9f2efac6]
                                   *1    IOEventSource::sleepGate(void*, unsigned long long, unsigned int) + 83 (kernel + 8420883) [0xffffff8000a17e13]
                                     *1    IOWorkLoop::sleepGate(void*, unsigned long long, unsigned int) + 191 (kernel + 8416063) [0xffffff8000a16b3f]
                                       *1    lck_mtx_sleep_deadline + 115 (kernel + 775875) [0xffffff80002cd6c3]
                                         *1    thread_block_reason + 202 (kernel + 840746) [0xffffff80002dd42a] (running)

  Thread 0x10df0    Thread name "thread call kernel-high #3"    101 samples (1-101)    priority 92 (base 92)
 *101  ??? (kernel + 983984) [0xffffff80003003b0]

  Binary Images:
   *0xffffff7f9f230000 - 0xffffff7f9f2e4fff  AppleHDA (283.15)                <89B2DAFE-09C2-38F5-8218-51EAEC799425>             /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA
   *0xffffff7f9f2e5000 - 0xffffff7f9f2fafff  AppleHDAController (283.15)      <2180888A-8340-3930-9534-C3693D9599EA>             /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.kext/Contents/MacOS/AppleHDAController
   *0xffffff7f9f405000 - 0xffffff7f9f40cfff  IOHDAFamily (283.15)             <CFE5D674-E1F8-3EFC-8DEB-50FFF11C8D57>             /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/IOHDAFamily.kext/Contents/MacOS/IOHDAFamily
   *0xffffff8000210000 - 0xffffff8000c0ffff  kernel (7195.81.3)               <C86236B2-4976-3542-80CA-74A6B8B4BA03>             /System/Library/Kernels/kernel
   *0xffffff8001288000 - 0xffffff8001291fff  ALF (185)                        <D31A7A1B-3D95-3727-BC98-719DD7756B8D>             /System/Library/Extensions/ALF.kext/Contents/MacOS/ALF
   *0xffffff8001682000 - 0xffffff800168dfff  AppleFSCompressionTypeZlib (125) <F986F845-36B3-34A6-86E8-32870C739DDC>             /System/Library/Extensions/AppleFSCompressionTypeZlib.kext/Contents/MacOS/AppleFSCompressionTypeZlib
   *0xffffff8001895000 - 0xffffff80018b0fff  AppleSMC (589.80.1)              <1E48B8EB-7BF3-3366-8520-2C4B31A7D3F8>             /System/Library/Extensions/AppleSMC.kext/Contents/MacOS/AppleSMC
   *0xffffff8001d91000 - 0xffffff800257cfff  AirPortBrcmNIC (1675.1)          <729DC69F-0B01-3807-B946-AE96C4584DA1>             /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC
   *0xffffff800273b000 - 0xffffff8002761fff  IOAudioFamily (300.6.1)          <8CBD98F6-7011-35DA-B0A7-47EF6636B572>             /System/Library/Extensions/IOAudioFamily.kext/Contents/MacOS/IOAudioFamily
   *0xffffff8002996000 - 0xffffff80029acfff  IONetworkingFamily (151.40.1)    <CEA28E53-3048-362D-B58E-3A02FFC20EA9>             /System/Library/Extensions/IONetworkingFamily.kext/Contents/MacOS/IONetworkingFamily
   *0xffffff800321a000 - 0xffffff8003275fff  Sandbox (1441.60.4)              <2BC91DC8-F0AF-3762-B99A-53A1CF504978>             /System/Library/Extensions/Sandbox.kext/Contents/MacOS/Sandbox
   *0xffffff8003276000 - 0xffffff80033e3fff  apfs (1677.81.1)                 <DB8F6842-2D8F-3535-8352-54EBDD26900F>             /System/Library/Extensions/apfs.kext/Contents/MacOS/apfs
   *0xffffff8003406000 - 0xffffff800349dfff  corecrypto (1000.80.5)           <E009770B-BAFB-3BF9-B176-D6B4CC96DF5F>             /System/Library/Extensions/corecrypto.kext/Contents/MacOS/corecrypto
   *0xffffff80034a1000 - 0xffffff80034a9fff  pthread (454.80.2)               <1E922D2A-9975-3AFB-A009-73EC3EF87A86>             /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
   *0xffffff80035e6000 - 0xffffff80035f1fff  IOStorageFamily                  <B5300908-BF34-3D47-8776-FB154A6DEE4C>__LINKINFO   /System/Library/Extensions/IOStorageFamily.kext/Contents/MacOS/IOStorageFamily


Kextstat:
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
    1  107 0                  0          0          com.apple.kpi.bsd (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    2   17 0                  0          0          com.apple.kpi.dsep (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    3  129 0                  0          0          com.apple.kpi.iokit (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    4    0 0                  0          0          com.apple.kpi.kasan (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    5  135 0                  0          0          com.apple.kpi.libkern (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    6  116 0                  0          0          com.apple.kpi.mach (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    7   75 0                  0          0          com.apple.kpi.private (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    8   89 0                  0          0          com.apple.kpi.unsupported (20.3.0) C86236B2-4976-3542-80CA-74A6B8B4BA03 <>
    9    2 0xffffff80031e8000 0xe000     0xe000     com.apple.kec.Libm (1) 75E2671F-F050-3765-96B8-BD03232E1A62 <5>
   10   10 0xffffff8003406000 0x91000    0x91000    com.apple.kec.corecrypto (11.1) E009770B-BAFB-3BF9-B176-D6B4CC96DF5F <8 7 6 5 3 1>
   11    0 0xffffff80034a1000 0x8000     0x8000     com.apple.kec.pthread (1) 1E922D2A-9975-3AFB-A009-73EC3EF87A86 <8 7 6 5 3 1>
   12    1 0xffffff8003563000 0x2000     0x2000     com.apple.driver.watchdog (1) 2C1307C5-FD71-3802-8D68-A67DB24BCB4A <8 7 6 5 3 1>
   13   29 0xffffff80026d8000 0x2000     0x2000     com.apple.iokit.IOACPIFamily (1.4) B41AA072-8BB9-3493-9796-6FF849CDABB8 <8 7 5 3>
   14   36 0xffffff8002c1f000 0x28000    0x28000    com.apple.iokit.IOPCIFamily (2.9) BF2C5E86-1E8F-3FD4-9874-7738178FA73B <8 7 6 5 3>
   15   10 0xffffff8001895000 0x19000    0x19000    com.apple.driver.AppleSMC (3.1.9) 1E48B8EB-7BF3-3366-8520-2C4B31A7D3F8 <14 13 12 8 7 6 5 3 1>
   16    1 0xffffff8001292000 0x77000    0x77000    com.apple.driver.AppleACPIPlatform (6.1) 2F2AA264-6BD5-3E4F-829C-8952B3ABB2D5 <15 14 13 8 7 6 5 3 1>
   17    4 0xffffff8002d37000 0x2000     0x2000     com.apple.driver.IOSlaveProcessor (1) FC8BCD16-0792-35FD-B23E-A0720BC40E1A <5 3>
   18    3 0xffffff800187b000 0x10000    0x10000    com.apple.driver.AppleSEPManager (1.0.1) 4FC2AB67-A77F-3028-BFF6-7BE23EEE6773 <17 14 10 8 7 6 5 3 1>
   19    1 0xffffff800158c000 0x4000     0x4000     com.apple.driver.AppleBusPowerController (1.0) 499DB0FD-1FE4-31FC-B0E0-ECE24BF29417 <15 13 7 6 5 3>
   20    5 0xffffff80019e2000 0x4000     0x4000     com.apple.driver.usb.AppleUSBCommon (1.0) 62FE0E66-DCCA-3443-B01E-0F0FAB0A820D <6 5 3 1>
   21    2 0xffffff800304d000 0x1000     0x1000     com.apple.driver.AppleUSBHostMergeProperties (1.2) 90FEE882-3237-3822-91F1-6AD62C8E46AD <5 3 1>
   22   11 0xffffff8002f52000 0x8d000    0x8d000    com.apple.iokit.IOUSBHostFamily (1.2) A84D73D5-4F62-32E2-A1DB-9F021795AE81 <21 20 19 15 13 8 7 6 5 3 1>
   23    3 0xffffff80031d2000 0xf000     0xf000     com.apple.driver.KernelRelayHost (1) 6E0EDF05-F095-3009-AC2B-BE4CEFFF6583 <22 6 5 3>
   24    1 0xffffff8001600000 0x50000    0x50000    com.apple.driver.AppleCredentialManager (1.0) 56AFE766-6003-3409-B493-402505841C1C <23 18 17 10 8 7 6 5 3 1>
   25    2 0xffffff800166d000 0x6000     0x6000     com.apple.driver.AppleEffaceableStorage (1.0) CE527E76-F27F-33BD-933A-ED837F559A6D <8 6 5 3 1>
   26    0 0xffffff8001677000 0x6000     0x6000     com.apple.driver.AppleFDEKeyStore (28.30) FDFE34C9-00DA-3C05-AC10-14CF0EB24902 <25 10 8 7 6 5 3 1>
   27    2 0xffffff8001b7e000 0x7000     0x7000     com.apple.kext.CoreTrust (1) 36944A7C-F451-35A4-82A1-3B6BF8CBAC71 <10 5>
   28    8 0xffffff8001801000 0x15000    0x15000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 2A454117-CDAA-301F-B609-BA396742C91A <27 10 8 7 6 5 3 2 1>
   29    3 0xffffff8002c5a000 0x14000    0x14000    com.apple.iokit.IOSCSIArchitectureModelFamily (436.40.6) E5CB0567-FBD1-39AE-8847-C559B51918B1 <7 6 5 3 1>
   30    9 0xffffff8002d3f000 0x12000    0x12000    com.apple.iokit.IOStorageFamily (2.1) B5300908-BF34-3D47-8776-FB154A6DEE4C <8 7 6 5 3 1>
   31    1 0xffffff8002c7f000 0xe000     0xe000     com.apple.iokit.IOSCSIBlockCommandsDevice (436.40.6) 17662AB7-6B15-3342-9F23-AB161202B652 <30 29 7 6 5 3 1>
   32    1 0xffffff80031ae000 0x1a000    0x1a000    com.apple.iokit.IOUSBMassStorageDriver (184.40.6) AB4AC255-99A6-38E2-B5FE-22B97EEC79AA <30 29 22 14 7 6 5 3 1>
   33    1 0xffffff80018ef000 0x8000     0x8000     com.apple.driver.AppleUSBTDM (511.60.2) E381525B-81E2-3E87-B197-6355B228751B <32 31 30 29 28 22 8 7 6 5 3 1>
   34    0 0xffffff800175c000 0x80000    0x80000    com.apple.driver.AppleKeyStore (2) EAF92490-F231-30E8-A019-2C01F28E4315 <33 28 27 24 23 18 17 10 8 7 6 5 3 1>
   35    0 0xffffff80018b6000 0x7000     0x7000     com.apple.driver.AppleSSE (1.0) 59F98016-B7A6-3538-8C5E-ABF400FA3EE6 <23 18 17 8 6 5 3 1>
   36    1 0xffffff8001aa9000 0x7000     0x7000     com.apple.iokit.CoreAnalyticsFamily (1) CB8BC944-2B59-355C-A5D6-05FE908EBF67 <8 7 6 5 3 1>
   37    2 0xffffff80017fd000 0x3000     0x3000     com.apple.kext.AppleMatch (1.0.0d1) 82D16ED7-54AB-3562-9ABF-05E96C622BF6 <5 1>
   38    3 0xffffff800321a000 0x44000    0x44000    com.apple.security.sandbox (300.0) 2BC91DC8-F0AF-3762-B99A-53A1CF504978 <37 30 28 8 7 6 5 3 2 1>
   39    2 0xffffff8003211000 0x8000     0x8000     com.apple.security.quarantine (4) 1C99CAC8-F001-3CEE-92E1-BB2CFC5A4D8F <38 37 8 7 6 5 3 2 1>
   40    0 0xffffff8001b86000 0x4c000    0x4c000    com.apple.iokit.EndpointSecurity (1) 77BEC648-BF3B-3BC3-B2D9-27CA8967CC51 <39 28 8 7 6 5 3 2 1>
   41    1 0xffffff8002858000 0x6000     0x6000     com.apple.iokit.IOBluetoothPacketLogger (8.0.3d9) 097BD1D7-B43F-3B74-B331-C40C51F32A46 <7 6 5 3 1>
   42    6 0xffffff8002c55000 0x3000     0x3000     com.apple.iokit.IOReportFamily (47) D3C4FAA4-8F06-3C5C-AB36-4BE632CCE051 <6 5 3>
   43    0 0xffffff800276a000 0x9e000    0x9e000    com.apple.iokit.IOBluetoothFamily (8.0.3d9) EF7A0345-A992-34DD-A26F-C853D623D78B <42 41 22 13 8 7 6 5 3 1>
   44    0 0xffffff8002895000 0xc000     0xc000     com.apple.driver.DiskImages (493.0.0) 11E51AF9-6467-39AC-89A2-A62CE763F298 <30 8 7 6 5 3 1>
   45    0 0xffffff8002962000 0x1000     0x1000     com.apple.iokit.IOKitRegistryCompatibility (1) 2D92E372-8280-3FC3-B646-9FB3667B8D3D <5 3>
   46    9 0xffffff8002996000 0x17000    0x17000    com.apple.iokit.IONetworkingFamily (3.4) CEA28E53-3048-362D-B58E-3A02FFC20EA9 <8 7 6 5 3 1>
   47    2 0xffffff8002e87000 0x1b000    0x1b000    com.apple.iokit.IOTimeSyncFamily (900.11) E181C003-3A97-339B-BD7D-26FECFDA8CF2 <46 6 5 3 1>
   48    5 0                  0x2c000    0x2c000    as.vit9696.Lilu (1.5.0) EC77F3DD-6CAD-3A51-9C5F-A5424F852100 <8 6 5 3 2 1>
   49    0 0                  0x16f000   0x16f000   as.vit9696.AppleALC (1.5.6) CA44B64F-D945-38E7-9546-EE4684DA7F8F <48 14 8 6 5 3 2 1>
   50    0 0                  0xf000     0xf000     com.osy86.Polaris22Fixup (1.3.2) 5EB04742-1592-37B8-AC9E-8F0B25D9DBC3 <48 8 6 5 3 2 1>
   51    0 0                  0x7b000    0x7b000    as.vit9696.WhateverGreen (1.4.6) 42F6B77A-4785-3975-B87D-CA50357ADFC2 <48 14 8 6 5 3 2 1>
   52    1 0                  0x1a000    0x1a000    as.vit9696.VirtualSMC (1.1.9) A05D183D-9D34-31C8-8D55-8FE54DCE6C44 <48 13 8 6 5 3 2 1>
   53    0 0                  0xf000     0xf000     as.vit9696.SMCProcessor (1.1.9) 08812085-82F1-3C80-A129-5E0613393984 <52 48 13 8 6 5 3 2 1>
   54    0 0xffffff8001288000 0x9000     0x9000     com.apple.nke.applicationfirewall (310) D31A7A1B-3D95-3727-BC98-719DD7756B8D <8 7 6 5 3 1>
   55    1 0xffffff80016cf000 0x10000    0x10000    com.apple.security.AppleImage4 (3.0.0) FEF23A80-F512-320D-AA87-772F194AB11C <10 8 7 5 3 1>
   56    0 0xffffff800190b000 0xe000     0xe000     com.apple.AppleSystemPolicy (2.0.0) 6756BBFE-4F94-3A32-AF9A-377AE3136B0E <39 38 28 8 7 6 5 3 2 1>
   57    0 0xffffff800132f000 0x2000     0x2000     com.apple.driver.AppleAPIC (1.7) A598BD53-CDC1-3CDB-B9A3-5D504B859FA9 <14 5 3>
   58    0 0xffffff8001891000 0x3000     0x3000     com.apple.driver.AppleSMBIOS (2.1) 6AD3FBAC-858E-3372-8DAF-69F54979BF82 <8 5 3>
   59    0 0xffffff80016a2000 0x2000     0x2000     com.apple.driver.AppleHPET (1.8) F676213C-6F1A-3B99-9B14-2F97DAFB8162 <13 8 6 5 3>
   60    0 0xffffff8001861000 0x6000     0x6000     com.apple.driver.AppleRTC (2.0) 975447E5-D440-3234-954F-2EEDC204910A <13 8 6 5 3 1>
   61    2 0xffffff80028d2000 0x5d000    0x5d000    com.apple.iokit.IOHIDFamily (2.0.0) 4A62A5E5-1CB2-3B05-8BBD-5044EF737AC0 <42 8 7 6 5 3 2 1>
   62    0 0xffffff8001317000 0x2000     0x2000     com.apple.driver.AppleACPIButtons (6.1) 0CFFA69C-CBF7-3998-9677-9937E377E15D <61 42 16 13 8 7 6 5 3 1>
   64    1 0xffffff8001657000 0x2000     0x2000     com.apple.driver.AppleEFIRuntime (2.1) DFD17EE5-E4FE-319E-9191-EFEEA53690DA <8 7 6 5 3>
   65    0 0xffffff8002eaf000 0x63000    0x63000    com.apple.iokit.IOUSBFamily (900.4.2) F474B853-D7A0-3C87-BAD8-8C16049A08F8 <22 20 14 8 6 5 3 1>
   67    3 0xffffff800165a000 0xa000     0xa000     com.apple.driver.AppleEFINVRAM (2.1) D6C13E44-3657-3F40-99E4-355DAA82202E <64 8 7 6 5 3 1>
   68    0 0xffffff80031e5000 0x1000     0x1000     com.apple.private.KextAudit (1.0) F8D19031-5AF3-30AC-982F-D51A7A941DBD <15 8 7 6 5 3>
   69    1 0xffffff80030f0000 0x4f000    0x4f000    com.apple.driver.usb.AppleUSBXHCI (1.2) D623BBDD-59E1-3494-BE57-0F4AFD1CF853 <22 20 13 8 7 6 5 3 1>
   70    0 0xffffff8003148000 0x28000    0x28000    com.apple.driver.usb.AppleUSBXHCIPCI (1.2) 279DC1E0-EDF4-3931-83DC-CF11DC249E98 <69 22 20 14 13 8 7 6 5 3 1>
   72    1 0xffffff8001733000 0x7000     0x7000     com.apple.driver.AppleIntelLpssI2C (3.0.60) 90CCC45D-CADA-3BF5-9F32-FF2394206605 <14 13 8 6 5 3>
   73    1 0xffffff8001724000 0x5000     0x5000     com.apple.driver.AppleIntelLpssDmac (3.0.60) 9959CA36-3989-3C3F-8DEF-13CD5D483061 <14 13 6 5 3>
   74    1 0xffffff800173b000 0xd000     0xd000     com.apple.driver.AppleIntelLpssI2CController (3.0.60) 2B34E51B-1C82-331B-A9CF-EC0E7EC9D281 <73 72 13 8 6 5 3>
   75    2 0xffffff8002d87000 0xd9000    0xd9000    com.apple.iokit.IOThunderboltFamily (9.3.2) 73A0BDC8-85DE-3B44-99A7-A864CA44D289 <15 6 5 3 1>
   76    0 0xffffff80016a5000 0x6000     0x6000     com.apple.driver.AppleHPM (3.4.4) CE3C1B8D-EBE9-33E4-B8DE-966FD768613A <75 74 13 6 5 3 1>
   77    0 0xffffff8001869000 0xf000     0xf000     com.apple.driver.AppleSDXC (1.9.0) 4FD658BC-D9B1-3FA1-9782-2D1EE3070022 <42 30 14 6 5 3 1>
   78    2 0xffffff80033e4000 0x17000    0x17000    com.apple.driver.corecapture (1.0.4) DDCF23B4-962A-3A18-B089-CD07BDAD9A35 <8 7 6 5 3 1>
   79    2 0xffffff8002c19000 0x5000     0x5000     com.apple.driver.mDNSOffloadUserClient (1.0.1b8) 35ABC470-4743-30AC-9BA8-4A62CFA2296D <46 5 3 1>
   80    3 0xffffff8002ce9000 0x3e000    0x3e000    com.apple.iokit.IOSkywalkFamily (1) 882D8199-A1D6-3A53-9A83-1D11A15DECFA <79 46 8 7 6 5 3 1>
   81    1 0xffffff8001c40000 0x13a000   0x13a000   com.apple.iokit.IO80211Family (1200.12.2b1) 27EDE1C0-32A1-3BC9-A93A-49B4E7AD2167 <80 78 46 28 10 8 7 6 5 3 1>
   82    0 0xffffff8001d91000 0x55b000   0x55b000   com.apple.driver.AirPort.BrcmNIC (1400.1.1) 729DC69F-0B01-3807-B946-AE96C4584DA1 <81 80 79 78 46 14 8 7 6 5 3 1>
   83    0 0xffffff8002964000 0x2a000    0x2a000    com.apple.iokit.IONVMeFamily (2.1.0) D5DFC80E-EF7A-3660-BE57-473E67626B44 <67 42 30 28 14 8 7 6 5 3 1>
   84    0 0xffffff8001964000 0x30000    0x30000    com.apple.driver.AppleThunderboltNHI (7.2.8) CD53D1A8-1CA7-3041-BC61-EF4A58B0758B <75 14 13 7 6 5 3 1>
   86    1 0xffffff8003276000 0x163000   0x163000   com.apple.filesystems.apfs (1677.81.1) DB8F6842-2D8F-3535-8352-54EBDD26900F <67 55 36 30 25 10 8 7 6 5 3 2 1>
   87    0 0xffffff800167f000 0x2000     0x2000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) 1C6A2FF2-53DF-3274-AF90-1C4D432519F5 <8 7 5 3 2 1>
   88    0 0xffffff8001682000 0x9000     0x9000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) F986F845-36B3-34A6-86E8-32870C739DDC <7 5 3 2 1>
   89    0 0xffffff8001a9b000 0xc000     0xc000     com.apple.BootCache (40) 5FF5DE96-C153-37AE-96BA-057BB841EFD9 <8 7 6 5 3 1>
   90    1 0xffffff8001c3d000 0x2000     0x2000     com.apple.filesystems.hfs.encodings.kext (1) 99860746-6E6D-383E-BBAD-9EA92F3C189F <8 7 6 5 3 1>
   91    0 0xffffff8001bd8000 0x63000    0x63000    com.apple.filesystems.hfs.kext (556.60.1) CA235EAE-E294-3F07-B75B-36CF5D5287E4 <90 8 7 6 5 3 1>
   92    2 0xffffff8002d66000 0x1c000    0x1c000    com.apple.iokit.IOSurface (289.3) 22DEF369-CE8F-3ACF-BD1E-4CE16AAB209A <8 7 6 5 3 1>
   93    0 0xffffff8001567000 0x1000     0x1000     com.apple.driver.AppleBSDKextStarter (3) F512DB7A-E949-364B-893A-B155C919EF2F <5 3>
   94    0 0xffffff80034aa000 0xc000     0xc000     com.apple.filesystems.tmpfs (1) 33EBC2A2-A8BD-33B8-B821-0FB4F5B2EC77 <8 7 6 5 1>
   96    1 0xffffff8003048000 0x3000     0x3000     com.apple.driver.usb.AppleUSBHostCompositeDevice (1.2) E262EB63-C5DE-39E7-81A8-7D392721EF73 <22 20 7 6 5 3 1>
   97    0 0xffffff8001a2a000 0x2000     0x2000     com.apple.driver.usb.networking (5.0.0) 9B5DD9DF-9A0D-31C5-80E0-670D6AFD6EF5 <22 7 6 5 3 1>
  100    1 0xffffff8002d3c000 0x2000     0x2000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) A0FE30D2-102E-334B-A1CD-660522D4F14E <8 7 6 5 3 1>
  101    0 0xffffff7fa062e000 0x1000     0x1000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) E418234E-462F-3CC8-A573-17078E40C0DE <100 5 3>
  102    4 0xffffff7fa0ab2000 0x4000     0x4000     com.apple.driver.IOPlatformPluginFamily (6.0.0d8) 781FB738-E551-3048-A081-CDA1E2092212 <13 8 7 6 5 3>
  103    1 0xffffff7fa0ad9000 0x14000    0x14000    com.apple.driver.X86PlatformPlugin (1.0.0) 0A781B73-564E-3AA8-AFF9-718BCF2B9712 <102 22 15 13 8 7 6 5 3 1>
  108    2 0xffffff8002c05000 0x2000     0x2000     com.apple.iokit.IOEthernetAVBController (1.1.0) CE70C64A-A310-3F71-B061-88A5887A8941 <46 6 5 3 1>
  109    1 0xffffff7fa0b0d000 0x68000    0x68000    com.apple.plugin.IOgPTPPlugin (900.11) F295D470-2D07-3050-873C-0F7948844A95 <108 80 61 47 46 9 7 6 5 3 1>
  110    2 0xffffff80034b7000 0xab000    0xab000    com.apple.vecLib.kext (1.2.0) 528BC21D-5AEB-365D-98CD-E3489B4C37DA <9 8 7 6 5 3>
  111    5 0xffffff800273b000 0x1e000    0x1e000    com.apple.iokit.IOAudioFamily (300.6.1) 8CBD98F6-7011-35DA-B0A7-47EF6636B572 <110 6 5 3 1>
  112   16 0xffffff7fa0a62000 0x2f000    0x2f000    com.apple.iokit.IOGraphicsFamily (585) EF8876FC-C6D6-3D53-9915-762EF4F12870 <14 8 6 5 3 1>
  113    2 0xffffff7f9f405000 0x4000     0x4000     com.apple.iokit.IOHDAFamily (283.15) CFE5D674-E1F8-3EFC-8DEB-50FFF11C8D57 <6 5 3 1>
  114    1 0xffffff7f9f2e5000 0x13000    0x13000    com.apple.driver.AppleHDAController (283.15) 2180888A-8340-3930-9534-C3693D9599EA <113 112 111 14 8 7 6 5 3 1>
  115    6 0xffffff7f9f1b7000 0x4000     0x4000     com.apple.AppleGraphicsDeviceControl (6.2.2) 867CDCFC-72A3-390B-B252-5F0F9390C1AF <112 14 8 7 6 5 3 1>
  116    2 0xffffff7f9ec7d000 0x11a000   0x11a000   com.apple.kext.AMDSupport (4.0.2) 1F344D10-5EEE-3A67-9541-C7CACA8E84F3 <115 112 14 13 8 6 5 3 1>
  117    0 0xffffff7f817c1000 0x9b000    0x9b000    com.apple.kext.AMD9500Controller (4.0.2) 12239039-AE94-3883-AA85-ACF7ED976025 <116 115 112 14 13 6 5 3 1>
  118    2 0xffffff7fa0aa7000 0x9000     0x9000     com.apple.iokit.IONDRVSupport (585) 40BEBEA2-BBB5-3B09-B6AE-B4B372775FBD <112 14 8 6 5 3>
  120    0 0xffffff7f9f1ad000 0x7000     0x7000     com.apple.AppleGPUWrangler (6.2.2) 6F5CDA38-68B4-301D-B459-CEC6F7186D0F <115 112 14 8 7 6 5 3 1>
  121    1 0xffffff7fa11fc000 0xf000     0xf000     com.apple.kext.OSvKernDSPLib (529) 8F4BD574-40D0-339E-8F82-17109DD9E7E4 <6 5>
  122    1 0xffffff7f9f312000 0xe3000    0xe3000    com.apple.driver.DspFuncLib (283.15) 7F9AFBE5-C181-38BB-A6E3-C75B1D6CD8D9 <121 111 110 67 7 6 5 3 1>
  123    0 0xffffff7f9f230000 0x90000    0x90000    com.apple.driver.AppleHDA (283.15) 89B2DAFE-09C2-38F5-8218-51EAEC799425 <122 118 114 113 112 111 7 6 5 3 1>
  124    0 0xffffff7f9f0a2000 0xc000     0xc000     com.apple.driver.AppleDiskImages2 (1) E6E4351B-D4E8-3F24-AE7D-45B665E4C4E5 <30 6 5 3 1>
  125    0 0xffffff7f9f40d000 0xa000     0xa000     com.apple.driver.AppleHV (1) E718C011-691A-35C1-B0A7-AEC1025E19CA <38 8 7 6 5 3 1>
  126    0 0xffffff7fa07a2000 0x3000     0x3000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) C23783B5-21C5-3084-B67A-BB994F502C6A <15 10 8 5 3 1>
  127    0 0xffffff7fa08a5000 0x13000    0x13000    com.apple.iokit.IOAVBFamily (930.1) 6C5052C9-A983-3626-863C-171013064822 <109 108 47 46 7 6 5 3 1>
  128    1 0xffffff8002cda000 0x6000     0x6000     com.apple.iokit.IOSerialFamily (11) BFD092AF-19A4-37DD-AD69-6C36365D8044 <8 7 6 5 3 1>
  129    0 0xffffff7fa0993000 0x7000     0x7000     com.apple.iokit.IOBluetoothSerialManager (8.0.3d9) B780E5DD-B4DD-3355-A631-9CFEAF0CFC59 <128 8 6 5 3 1>
  131    0 0xffffff7fa0bbd000 0x3000     0x3000     com.apple.iokit.IOUserEthernet (1.0.1) D95650D2-397D-3A31-A8E5-5B74994EAAC6 <46 7 6 5 3 1>
  132    0 0xffffff7fa0bd7000 0x3000     0x3000     com.apple.driver.LuaHardwareAccess (1.0.16) DDAC3137-602E-3520-A3E1-C1ACAF357044 <8 7 6 5 3 1>
  133    0 0xffffff7fa144a000 0x8000     0x8000     com.apple.driver.pmtelemetry (1) 1B9A3B60-046F-3858-9A8E-EFFD697C01C0 <8 7 6 5 3 1>
  134    0 0xffffff7fa0301000 0x3000     0x3000     com.apple.driver.AppleIntelPCHPMC (2.0.1) 81631993-0DC4-315E-A630-6F46AA1C4699 <102 15 14 13 5 3>
  135    0 0xffffff7f9f1aa000 0x2000     0x2000     com.apple.AGDCPluginDisplayMetrics (6.2.2) 60FC04B2-C96B-37B3-8046-31A09912C52C <115 8 7 6 5 3 1>
  137    1 0xffffff7f9f1a3000 0x1000     0x1000     com.apple.driver.AppleGraphicsControl (6.2.2) B1CF4471-53CC-316E-BFB2-1C94052E6ED0 <8 6 5 3 1>
  138    0 0xffffff7f9f1bf000 0x9000     0x9000     com.apple.driver.AppleGraphicsDevicePolicy (6.2.2) D05F43EC-C765-339C-97F3-2E1633C9E630 <137 115 112 14 13 8 7 6 5 3 1>
  139    0 0xffffff7f81b55000 0x3000     0x3000     com.apple.kext.AMDRadeonServiceManager (4.0.2) BDD0535C-3136-3EC8-B391-94DE579D92B8 <14 5 3 1>
  140    0 0xffffff7f81fea000 0x3000     0x3000     com.apple.kext.AMDRadeonX4000HWServices (4.0.2) 39F9D67A-5374-3FC6-AAF5-936F82D0D2C1 <112 14 13 8 6 5 3 1>
  141    1 0xffffff7fa090a000 0x6a000    0x6a000    com.apple.iokit.IOAcceleratorFamily2 (439.52) 7B467C8D-2528-3663-8024-B09E1DCED75A <112 92 42 28 14 8 7 6 5 3 1>
  142    0 0xffffff7f81b5a000 0x43c000   0x43c000   com.apple.kext.AMDRadeonX4000 (4.0.2) 951BDB87-892D-364C-8266-0C4B06863CC1 <141 112 92 14 8 6 5 3 1>
  143    0 0xffffff7f81ff2000 0x2f8000   0x2f8000   com.apple.kext.AMDRadeonX4000HWLibs (1.0) CF129A5B-7176-3BFB-97B2-348378E322A7 <14 6 5 3 1>
  144    0 0xffffff7f9f110000 0x17000    0x17000    com.apple.fileutil (20.036.15) 4A53F82C-2C04-3148-A67B-9DFC24C5312C <6 5 3 2 1>
  145    1 0xffffff7fa14d3000 0x3000     0x3000     com.apple.kext.triggers (1.0) D4AC084E-97BE-37BC-BEB5-BE9A4BD1705D <8 7 6 5 3 1>
  146    0 0xffffff7fa13aa000 0x8000     0x8000     com.apple.filesystems.autofs (3.0) 6BADA3B0-3B9B-3385-9465-3902DD9AB114 <145 8 7 6 5 3 2 1>
  147    0 0xffffff7f9f20f000 0x1d000    0x1d000    com.apple.driver.AGPM (119) 5728C057-EAAC-341C-87D9-81FC917CDCF9 <118 115 112 102 14 7 6 5 3 1>
  148    1 0xffffff7fa0aee000 0x6000     0x6000     com.apple.driver.X86PlatformShim (1.0.0) E2E5D882-7FAF-3E79-ABD9-CEE57429403D <103 102 15 8 5 3>
  149    0 0xffffff7fa067f000 0x2000     0x2000     com.apple.driver.ApplePlatformEnabler (2.7.0d0) A21C2B68-5CCE-3036-80CC-B232460CA1E1 <8 6 5 3>
  150    0 0xffffff7fa0784000 0x3000     0x3000     com.apple.driver.AudioAUUC (1.70) 2DB3C567-43FA-309A-8388-B6756C05D67F <112 111 14 13 8 6 5 3 1>
  151    0 0xffffff7f81a95000 0x35000    0x35000    com.apple.kext.AMDFramebuffer (4.0.2) 8AEA6C49-A435-32CB-B2AC-A9739C205DBE <116 112 14 13 8 6 5 3 1>
  152    1 0xffffff8002cd8000 0x1000     0x1000     com.apple.iokit.IOSMBusFamily (1.1) 1B91C74F-E16F-30B0-93C2-B16EA181DC59 <6 5 3>
  153    1 0xffffff7fa0683000 0x7000     0x7000     com.apple.driver.AppleSMBusController (1.0.18d1) D69C0758-0371-369E-88ED-E11402B91008 <152 14 13 6 5 3>
  154    0 0xffffff7fa0633000 0xb000     0xb000     com.apple.driver.AppleMCCSControl (1.14) 4D16F699-71E8-3335-A706-A534F1D2B993 <153 112 15 14 13 8 6 5 3 1>
  155    0 0xffffff7fa0779000 0x3000     0x3000     com.apple.driver.AppleUpstreamUserClient (3.6.8) 1F766D0B-7CF1-3D05-AF80-2A7D62003F7B <112 14 13 8 6 5 3 1>
  156    0 0xffffff7fa0710000 0x4b000    0x4b000    com.apple.driver.AppleUSBAudio (401.4) B0746A74-3178-33E2-AB73-DD78A4F3748E <111 96 22 21 14 6 5 3 1>
  160    1 0xffffff7fa13dd000 0xe000     0xe000     com.apple.filesystems.msdosfs (1.10) 93A64285-5466-3A12-A5B9-8A86FAE8F02A <8 6 5 1>

----FPS Report Legend:-----
Raw Instantaneous FPS:
    30FPS delimiter:    '|'
    10FPS delimiter:    '+'
    1FPS delimiter:     '-'

Defer+Work Instantaneous FPS:                'X'
Work Instantaneous FPS:                      '^'
Equal Work and Defer+Work Instantaneous FPS: '*'

====Frame Rate Report:====

No WS Updates
Repository owner deleted a comment Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant