linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikhail Gavrilov <mikhail.v.gavrilov@gmail.com>
To: Boqun Feng <boqun.feng@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
	dsterba@suse.cz,  Btrfs BTRFS <linux-btrfs@vger.kernel.org>,
	 Linux List Kernel Mailing <linux-kernel@vger.kernel.org>,
	Chris Murphy <lists@colorremedies.com>,
	 Ingo Molnar <mingo@redhat.com>, Will Deacon <will@kernel.org>,
	Waiman Long <longman@redhat.com>,
	 Joel Fernandes <joel@joelfernandes.org>
Subject: Re: BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
Date: Tue, 23 Sep 2025 12:03:24 +0500	[thread overview]
Message-ID: <CABXGCsMa-BUWx4Xwc0nBKvSwPdX4HJXf=kZZOndYmNQNELx02g@mail.gmail.com> (raw)
In-Reply-To: <Z88VOz5seTv_eSLp@boqun-archlinux>

[-- Attachment #1: Type: text/plain, Size: 2852 bytes --]

On Mon, Mar 10, 2025 at 9:38 PM Boqun Feng <boqun.feng@gmail.com> wrote:
>
>
>
> No reason we cannot move the check_wait_context() before nesting
> handling, right?
>
> diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c
> index 4470680f0226..67c0a68eee6b 100644
> --- a/kernel/locking/lockdep.c
> +++ b/kernel/locking/lockdep.c
> @@ -5129,28 +5129,6 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
>         if (DEBUG_LOCKS_WARN_ON(depth >= MAX_LOCK_DEPTH))
>                 return 0;
>
> -       class_idx = class - lock_classes;
> -
> -       if (depth && !sync) {
> -               /* we're holding locks and the new held lock is not a sync */
> -               hlock = curr->held_locks + depth - 1;
> -               if (hlock->class_idx == class_idx && nest_lock) {
> -                       if (!references)
> -                               references++;
> -
> -                       if (!hlock->references)
> -                               hlock->references++;
> -
> -                       hlock->references += references;
> -
> -                       /* Overflow */
> -                       if (DEBUG_LOCKS_WARN_ON(hlock->references < references))
> -                               return 0;
> -
> -                       return 2;
> -               }
> -       }
> -
>         hlock = curr->held_locks + depth;
>         /*
>          * Plain impossible, we just registered it and checked it weren't no
> @@ -5178,6 +5156,28 @@ static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,
>         if (check_wait_context(curr, hlock))
>                 return 0;
>
> +       class_idx = class - lock_classes;
> +
> +       if (depth && !sync) {
> +               /* we're holding locks and the new held lock is not a sync */
> +               hlock = curr->held_locks + depth - 1;
> +               if (hlock->class_idx == class_idx && nest_lock) {
> +                       if (!references)
> +                               references++;
> +
> +                       if (!hlock->references)
> +                               hlock->references++;
> +
> +                       hlock->references += references;
> +
> +                       /* Overflow */
> +                       if (DEBUG_LOCKS_WARN_ON(hlock->references < references))
> +                               return 0;
> +
> +                       return 2;
> +               }
> +       }
> +
>         /* Initialize the lock usage bit */
>         if (!mark_usage(curr, hlock, check))
>                 return 0;
>
>

Sorry, I’ve been quite busy.
The BUG: MAX_STACK_TRACE_ENTRIES too low occurs every single day.
I can test any patch for 6.17.0-0.rc7 that may mitigate this issue.
Thanks.


-- 
Best Regards,
Mike Gavrilov.

[-- Attachment #2: dmesg-MAX_STACK_TRACE_ENTRIES-too-low-36.txt --]
[-- Type: text/plain, Size: 261722 bytes --]

[    0.000000] Linux version 6.17.0-0.rc7.56.fc44.x86_64+debug (mockbuild@0bebc7687b084676aafc5c130fe00443) (gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1), GNU ld version 2.45.50.20250908) #1 SMP PREEMPT_DYNAMIC Mon Sep 22 13:08:43 UTC 2025
[    0.000000] Command line: BOOT_IMAGE=(hd1,gpt3)/boot/vmlinuz-6.17.0-0.rc7.56.fc44.x86_64+debug root=UUID=b4996eda-3a45-4f45-ad59-be0bac273396 ro resume=UUID=49251da1-a5cf-49ab-af4e-6dff17173e89 log_buf_len=24M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1 spectre_v2_user=on spec_rstack_overflow=microcode printk.devkmsg=on
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009afefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009aff000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a210000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b020fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b021000-0x000000006b043fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006b044000-0x0000000071890fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000071891000-0x0000000071aa5fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000071aa6000-0x0000000073aa5fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000073aa6000-0x00000000783fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000783ff000-0x0000000079ff8fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079ff9000-0x0000000079ffbfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079ffc000-0x0000000079ffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a000000-0x000000007bffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007d7f3000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f7000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000105de7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000105eec0000-0x00000010a01fffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] efi: EFI v2.9 by American Megatrends
[    0.000000] efi: ACPI=0x71aa5000 ACPI 2.0=0x71aa5014 TPMFinalLog=0x73a5c000 SMBIOS=0x778a0000 SMBIOS 3.0=0x7789f000 MEMATTR=0x64f92018 ESRT=0x6586e918 MOKvar=0x778f0000 RNG=0x71a8a018 TPMEventLog=0x718ef018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem53: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Remove mem54: MMIO range=[0xf7000000-0xfedfffff] (126MB) from e820 map
[    0.000000] e820: remove [mem 0xf7000000-0xfedfffff] reserved
[    0.000000] efi: Not removing mem55: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem56: MMIO range=[0xfee01000-0xffffffff] (17MB) from e820 map
[    0.000000] e820: remove [mem 0xfee01000-0xffffffff] reserved
[    0.000000] efi: Remove mem58: MMIO range=[0x1080000000-0x10a01fffff] (514MB) from e820 map
[    0.000000] e820: remove [mem 0x1080000000-0x10a01fffff] reserved
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 3.6.0 present.
[    0.000000] DMI: ASUS System Product Name/ROG STRIX B650E-I GAMING WIFI, BIOS 3263 06/09/2025
[    0.000000] DMI: Memory slots populated: 2/2
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4499.973 MHz processor
[    0.000117] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000119] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000124] last_pfn = 0x105de80 max_arch_pfn = 0x400000000
[    0.000130] MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
[    0.000132] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000361] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000369] last_pfn = 0x7a000 max_arch_pfn = 0x400000000
[    0.002811] esrt: Reserving ESRT space from 0x000000006586e918 to 0x000000006586e950.
[    0.002822] e820: update [mem 0x6586e000-0x6586efff] usable ==> reserved
[    0.002835] Using GB pages for direct mapping
[    0.011577] printk: log buffer data + meta data: 33554432 + 117440512 = 150994944 bytes
[    0.011580] printk: early log buf free: 257808(98%)
[    0.011581] secureboot: Secure boot disabled
[    0.011582] RAMDISK: [mem 0x37f0e000-0x40fe4fff]
[    0.011587] ACPI: Early table checksum verification disabled
[    0.011592] ACPI: RSDP 0x0000000071AA5014 000024 (v02 ALASKA)
[    0.011596] ACPI: XSDT 0x0000000071AA4728 0000EC (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011602] ACPI: FACP 0x0000000071A99000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.011606] ACPI: DSDT 0x0000000071A72000 013EA4 (v72 ALASKA A M I    01072009 INTL 20230331)
[    0.011609] ACPI: FACS 0x0000000073A8C000 000040
[    0.011611] ACPI: SSDT 0x0000000071A9B000 00816C (v02 AMD    Splinter 00000002 MSFT 05000000)
[    0.011613] ACPI: SSDT 0x0000000071A9A000 0003F1 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.011616] ACPI: FIDT 0x0000000071A8B000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.011618] ACPI: MCFG 0x0000000071A89000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.011620] ACPI: HPET 0x0000000071A88000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.011622] ACPI: WDRT 0x0000000071A87000 000047 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.011624] ACPI: FPDT 0x0000000071A86000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.011626] ACPI: VFCT 0x0000000071A58000 0190A0 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.011628] ACPI: WPBT 0x0000000071A97000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.011630] ACPI: SSDT 0x0000000071A8D000 009BAE (v02 AMD    AMD CPU  00000001 AMD  00000001)
[    0.011633] ACPI: SSDT 0x0000000071A8C000 000041 (v01 AMD    AppCompD 00000001 INTL 20230331)
[    0.011635] ACPI: SSDT 0x0000000071915000 00169E (v02 AMD    CPMDFIG2 00000001 INTL 20230331)
[    0.011637] ACPI: SSDT 0x0000000071912000 002AA6 (v02 AMD    CDFAAIG2 00000001 INTL 20230331)
[    0.011639] ACPI: SSDT 0x0000000071911000 0008BA (v02 AMD    CPMDFDG2 00000001 INTL 20230331)
[    0.011641] ACPI: SSDT 0x0000000071906000 00A665 (v02 AMD    CPMCMN   00000001 INTL 20230331)
[    0.011643] ACPI: SSDT 0x0000000071903000 0027FE (v02 AMD    AOD      00000001 INTL 20230331)
[    0.011645] ACPI: TPM2 0x0000000071902000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.011647] ACPI: WSMT 0x0000000071901000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.011649] ACPI: APIC 0x0000000071900000 00015E (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.011652] ACPI: IVRS 0x00000000718FF000 0000C8 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.011654] ACPI: SSDT 0x00000000718FE000 000500 (v02 AMD    MEMTOOL0 00000002 INTL 20230331)
[    0.011656] ACPI: SSDT 0x00000000718FD000 0009E6 (v02 AMD    CPMMSOSC 00000001 INTL 20230331)
[    0.011658] ACPI: SSDT 0x00000000718FC000 00047C (v02 AMD    AMDWOV   00000001 INTL 20230331)
[    0.011660] ACPI: SSDT 0x00000000718FB000 00044E (v02 AMD    AmdTable 00000001 INTL 20230331)
[    0.011662] ACPI: Reserving FACP table memory at [mem 0x71a99000-0x71a99113]
[    0.011664] ACPI: Reserving DSDT table memory at [mem 0x71a72000-0x71a85ea3]
[    0.011664] ACPI: Reserving FACS table memory at [mem 0x73a8c000-0x73a8c03f]
[    0.011665] ACPI: Reserving SSDT table memory at [mem 0x71a9b000-0x71aa316b]
[    0.011666] ACPI: Reserving SSDT table memory at [mem 0x71a9a000-0x71a9a3f0]
[    0.011666] ACPI: Reserving FIDT table memory at [mem 0x71a8b000-0x71a8b09b]
[    0.011667] ACPI: Reserving MCFG table memory at [mem 0x71a89000-0x71a8903b]
[    0.011668] ACPI: Reserving HPET table memory at [mem 0x71a88000-0x71a88037]
[    0.011669] ACPI: Reserving WDRT table memory at [mem 0x71a87000-0x71a87046]
[    0.011669] ACPI: Reserving FPDT table memory at [mem 0x71a86000-0x71a86043]
[    0.011670] ACPI: Reserving VFCT table memory at [mem 0x71a58000-0x71a7109f]
[    0.011671] ACPI: Reserving WPBT table memory at [mem 0x71a97000-0x71a9703f]
[    0.011671] ACPI: Reserving SSDT table memory at [mem 0x71a8d000-0x71a96bad]
[    0.011672] ACPI: Reserving SSDT table memory at [mem 0x71a8c000-0x71a8c040]
[    0.011673] ACPI: Reserving SSDT table memory at [mem 0x71915000-0x7191669d]
[    0.011674] ACPI: Reserving SSDT table memory at [mem 0x71912000-0x71914aa5]
[    0.011674] ACPI: Reserving SSDT table memory at [mem 0x71911000-0x719118b9]
[    0.011675] ACPI: Reserving SSDT table memory at [mem 0x71906000-0x71910664]
[    0.011676] ACPI: Reserving SSDT table memory at [mem 0x71903000-0x719057fd]
[    0.011676] ACPI: Reserving TPM2 table memory at [mem 0x71902000-0x7190204b]
[    0.011677] ACPI: Reserving WSMT table memory at [mem 0x71901000-0x71901027]
[    0.011678] ACPI: Reserving APIC table memory at [mem 0x71900000-0x7190015d]
[    0.011678] ACPI: Reserving IVRS table memory at [mem 0x718ff000-0x718ff0c7]
[    0.011679] ACPI: Reserving SSDT table memory at [mem 0x718fe000-0x718fe4ff]
[    0.011680] ACPI: Reserving SSDT table memory at [mem 0x718fd000-0x718fd9e5]
[    0.011680] ACPI: Reserving SSDT table memory at [mem 0x718fc000-0x718fc47b]
[    0.011681] ACPI: Reserving SSDT table memory at [mem 0x718fb000-0x718fb44d]
[    0.011806] No NUMA configuration found
[    0.011807] Faking a node at [mem 0x0000000000000000-0x000000105de7ffff]
[    0.011822] NODE_DATA(0) allocated [mem 0x1054e54a80-0x1054e7ffff]
[    0.049485] Zone ranges:
[    0.049489]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.049493]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.049495]   Normal   [mem 0x0000000100000000-0x000000105de7ffff]
[    0.049496]   Device   empty
[    0.049496] Movable zone start for each node
[    0.049498] Early memory node ranges
[    0.049498]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.049500]   node   0: [mem 0x0000000000100000-0x0000000009afefff]
[    0.049501]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.049502]   node   0: [mem 0x000000000a210000-0x000000000affffff]
[    0.049502]   node   0: [mem 0x000000000b021000-0x000000006b043fff]
[    0.049503]   node   0: [mem 0x00000000783ff000-0x0000000079ff8fff]
[    0.049504]   node   0: [mem 0x0000000079ffc000-0x0000000079ffffff]
[    0.049504]   node   0: [mem 0x0000000100000000-0x000000105de7ffff]
[    0.049509] Initmem setup node 0 [mem 0x0000000000001000-0x000000105de7ffff]
[    0.049519] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.049566] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.049990] On node 0, zone DMA32: 1281 pages in unavailable ranges
[    0.050030] On node 0, zone DMA32: 16 pages in unavailable ranges
[    0.054597] On node 0, zone DMA32: 33 pages in unavailable ranges
[    0.055076] On node 0, zone DMA32: 21435 pages in unavailable ranges
[    0.055078] On node 0, zone DMA32: 3 pages in unavailable ranges
[    0.238294] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.238455] On node 0, zone Normal: 8576 pages in unavailable ranges
[    0.504382] kasan: KernelAddressSanitizer initialized
[    0.505013] ACPI: PM-Timer IO Port: 0x808
[    0.505024] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.505040] IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
[    0.505044] IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
[    0.505046] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.505048] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.505051] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.505052] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.505058] CPU topo: Max. logical packages:   1
[    0.505059] CPU topo: Max. logical dies:       2
[    0.505059] CPU topo: Max. dies per package:   2
[    0.505062] CPU topo: Max. threads per core:   2
[    0.505062] CPU topo: Num. cores per package:    16
[    0.505063] CPU topo: Num. threads per package:  32
[    0.505064] CPU topo: Allowing 32 present CPUs plus 0 hotplug CPUs
[    0.505094] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.505096] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.505097] PM: hibernation: Registered nosave memory: [mem 0x09aff000-0x09ffffff]
[    0.505099] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20ffff]
[    0.505101] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b020fff]
[    0.505102] PM: hibernation: Registered nosave memory: [mem 0x6586e000-0x6586efff]
[    0.505104] PM: hibernation: Registered nosave memory: [mem 0x6b044000-0x783fefff]
[    0.505106] PM: hibernation: Registered nosave memory: [mem 0x79ff9000-0x79ffbfff]
[    0.505107] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0xffffffff]
[    0.505110] [mem 0x80000000-0xfedfffff] available for PCI devices
[    0.505111] Booting paravirtualized kernel on bare hardware
[    0.505115] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.515486] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.524105] percpu: Embedded 558 pages/cpu s2162688 r8192 d114688 u4194304
[    0.524118] pcpu-alloc: s2162688 r8192 d114688 u4194304 alloc=2*2097152
[    0.524121] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.524127] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.524133] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 
[    0.524138] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 
[    0.524175] Kernel command line: BOOT_IMAGE=(hd1,gpt3)/boot/vmlinuz-6.17.0-0.rc7.56.fc44.x86_64+debug root=UUID=b4996eda-3a45-4f45-ad59-be0bac273396 ro resume=UUID=49251da1-a5cf-49ab-af4e-6dff17173e89 log_buf_len=24M sysrq_always_enabled=1 nmi_watchdog=1 amdgpu.lockup_timeout=-1,-1,-1,-1 spectre_v2_user=on spec_rstack_overflow=microcode printk.devkmsg=on
[    0.524226] sysrq: sysrq always enabled.
[    0.524263] Unknown kernel command line parameters "BOOT_IMAGE=(hd1,gpt3)/boot/vmlinuz-6.17.0-0.rc7.56.fc44.x86_64+debug spectre_v2_user=on", will be passed to user space.
[    0.526838] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.528035] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.528947] software IO TLB: area num 32.
[    0.533831] Fallback order for Node 0: 0 
[    0.533843] Built 1 zonelists, mobility grouping on.  Total pages: 16557359
[    0.533844] Policy zone: Normal
[    0.533852] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.533853] stackdepot: allocating hash table via alloc_large_system_hash
[    0.533858] stackdepot hash table entries: 1048576 (order: 12, 16777216 bytes, linear)
[    0.534390] stackdepot: allocating space for 8192 stack pools via memblock
[    2.434109] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    2.434115] kmemleak: Kernel memory leak detector disabled
[    2.441355] allocated 132907008 bytes of page_ext
[    2.455859] ftrace: allocating 63548 entries in 250 pages
[    2.455861] ftrace: allocated 250 pages with 6 groups
[    2.457840] Dynamic Preempt: lazy
[    2.460045] Running RCU self tests
[    2.460046] Running RCU synchronous self tests
[    2.460047] rcu: Preemptible hierarchical RCU implementation.
[    2.460047] rcu: 	RCU event tracing is enabled.
[    2.460048] rcu: 	RCU lockdep checking is enabled.
[    2.460048] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    2.460050] rcu: 	RCU callback double-/use-after-free debug is enabled.
[    2.460051] 	Trampoline variant of Tasks RCU enabled.
[    2.460052] 	Rude variant of Tasks RCU enabled.
[    2.460052] 	Tracing variant of Tasks RCU enabled.
[    2.460053] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    2.460054] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    2.460347] Running RCU synchronous self tests
[    2.460420] RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    2.460485] RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    2.460547] RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=32.
[    2.476598] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    2.477123] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    2.478358] Console: colour dummy device 80x25
[    2.478373] printk: legacy console [tty0] enabled
[    2.479871] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    2.479882] ... MAX_LOCKDEP_SUBCLASSES:  8
[    2.479887] ... MAX_LOCK_DEPTH:          48
[    2.479893] ... MAX_LOCKDEP_KEYS:        8192
[    2.479899] ... CLASSHASH_SIZE:          4096
[    2.479904] ... MAX_LOCKDEP_ENTRIES:     65536
[    2.479910] ... MAX_LOCKDEP_CHAINS:      524288
[    2.479916] ... CHAINHASH_SIZE:          262144
[    2.479922]  memory used by lock dependency info: 29513 kB
[    2.479929]  memory used for stack traces: 4224 kB
[    2.479935]  per task-struct memory footprint: 2688 bytes
[    2.480006] ACPI: Core revision 20250404
[    2.480825] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    2.480873] APIC: Switch to symmetric I/O mode setup
[    2.481212] AMD-Vi: Using global IVHD EFR:0x246577efa2254afa, EFR2:0x0
[    2.482422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    2.486868] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x40dd4e0c85a, max_idle_ns: 440795257178 ns
[    2.486894] Calibrating delay loop (skipped), value calculated using timer frequency.. 8999.94 BogoMIPS (lpj=4499973)
[    2.486923] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    2.486998] LVT offset 1 assigned for vector 0xf9
[    2.487126] LVT offset 2 assigned for vector 0xf4
[    2.487168] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    2.487175] Last level dTLB entries: 4KB 3072, 2MB 3072, 4MB 1536, 1GB 0
[    2.487187] process: using mwait in idle threads
[    2.487197] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    2.487218] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    2.487229] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[    2.487237] Spectre V2 : Mitigation: Enhanced / Automatic IBRS
[    2.487244] Spectre V2 : User space: Mitigation: STIBP protection
[    2.487252] Speculative Return Stack Overflow: Vulnerable: Microcode, no safe RET
[    2.487261] VMSCAPE: Mitigation: IBPB before exit to userspace
[    2.487269] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    2.487281] Spectre V2 : mitigation: Enabling always-on Indirect Branch Prediction Barrier
[    2.487307] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    2.487320] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    2.487331] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    2.487342] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
[    2.487353] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
[    2.487364] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
[    2.487376] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    2.487389] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    2.487402] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    2.487416] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    2.487427] x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
[    2.487438] x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
[    2.487449] x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
[    2.487460] x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
[    2.487471] x86/fpu: xstate_offset[11]: 2440, xstate_sizes[11]:   16
[    2.487482] x86/fpu: xstate_offset[12]: 2456, xstate_sizes[12]:   24
[    2.487493] x86/fpu: Enabled xstate features 0x1ae7, context size is 2480 bytes, using 'compacted' format.
[    2.509520] ---[ User Space ]---
[    2.509537] 0x0000000000000000-0x0000000000001000           4K     RW                     NX pte
[    2.509571] 0x0000000000001000-0x000000000009f000         632K                               pte
[    2.509590] 0x000000000009f000-0x00000000000a0000           4K     RW                     NX pte
[    2.509628] 0x00000000000a0000-0x0000000000200000        1408K                               pte
[    2.509650] 0x0000000000200000-0x000000000a200000         160M                               pmd
[    2.509670] 0x000000000a200000-0x000000000a210000          64K                               pte
[    2.509692] 0x000000000a210000-0x000000000a290000         512K                               pte
[    2.509722] 0x000000000a290000-0x000000000a400000        1472K                               pte
[    2.509755] 0x000000000a400000-0x0000000064e00000        1450M                               pmd
[    2.509786] 0x0000000064e00000-0x0000000064f92000        1608K                               pte
[    2.509808] 0x0000000064f92000-0x0000000065000000         440K     RW                     NX pte
[    2.509835] 0x0000000065000000-0x0000000065800000           8M     RW         PSE         NX pmd
[    2.509865] 0x0000000065800000-0x000000006586f000         444K     RW                     NX pte
[    2.509903] 0x000000006586f000-0x0000000069044000       57172K                               pte
[    2.509935] 0x0000000069044000-0x0000000069200000        1776K                               pte
[    2.509954] 0x0000000069200000-0x000000006a400000          18M                               pmd
[    2.509983] 0x000000006a400000-0x000000006a547000        1308K                               pte
[    2.510010] 0x000000006a547000-0x000000006b044000       11252K                               pte
[    2.510042] 0x000000006b044000-0x000000006b200000        1776K                               pte
[    2.510062] 0x000000006b200000-0x0000000073a00000         136M                               pmd
[    2.510085] 0x0000000073a00000-0x0000000073aa6000         664K                               pte
[    2.510115] 0x0000000073aa6000-0x0000000073c00000        1384K     RW                     NX pte
[    2.510143] 0x0000000073c00000-0x0000000078200000          70M     RW         PSE         NX pmd
[    2.510181] 0x0000000078200000-0x0000000078364000        1424K     RW                     NX pte
[    2.510208] 0x0000000078364000-0x0000000078367000          12K     ro                     x  pte
[    2.510236] 0x0000000078367000-0x000000007836c000          20K     RW                     NX pte
[    2.510263] 0x000000007836c000-0x000000007836e000           8K     ro                     x  pte
[    2.510290] 0x000000007836e000-0x0000000078373000          20K     RW                     NX pte
[    2.510317] 0x0000000078373000-0x0000000078375000           8K     ro                     x  pte
[    2.510344] 0x0000000078375000-0x000000007837a000          20K     RW                     NX pte
[    2.510371] 0x000000007837a000-0x000000007837d000          12K     ro                     x  pte
[    2.510398] 0x000000007837d000-0x0000000078382000          20K     RW                     NX pte
[    2.510425] 0x0000000078382000-0x000000007838a000          32K     ro                     x  pte
[    2.510452] 0x000000007838a000-0x000000007838f000          20K     RW                     NX pte
[    2.510479] 0x000000007838f000-0x0000000078393000          16K     ro                     x  pte
[    2.510506] 0x0000000078393000-0x0000000078398000          20K     RW                     NX pte
[    2.510533] 0x0000000078398000-0x0000000078399000           4K     ro                     x  pte
[    2.510560] 0x0000000078399000-0x000000007839d000          16K     RW                     NX pte
[    2.510588] 0x000000007839d000-0x00000000783aa000          52K     ro                     x  pte
[    2.510615] 0x00000000783aa000-0x00000000783af000          20K     RW                     NX pte
[    2.510642] 0x00000000783af000-0x00000000783b0000           4K     ro                     x  pte
[    2.510669] 0x00000000783b0000-0x00000000783b4000          16K     RW                     NX pte
[    2.510696] 0x00000000783b4000-0x00000000783b7000          12K     ro                     x  pte
[    2.510723] 0x00000000783b7000-0x00000000783bc000          20K     RW                     NX pte
[    2.510750] 0x00000000783bc000-0x00000000783be000           8K     ro                     x  pte
[    2.510777] 0x00000000783be000-0x00000000783c3000          20K     RW                     NX pte
[    2.510804] 0x00000000783c3000-0x00000000783c4000           4K     ro                     x  pte
[    2.510831] 0x00000000783c4000-0x00000000783c9000          20K     RW                     NX pte
[    2.510858] 0x00000000783c9000-0x00000000783ca000           4K     ro                     x  pte
[    2.510888] 0x00000000783ca000-0x00000000783cf000          20K     RW                     NX pte
[    2.510918] 0x00000000783cf000-0x00000000783d0000           4K     ro                     x  pte
[    2.510945] 0x00000000783d0000-0x00000000783d4000          16K     RW                     NX pte
[    2.510973] 0x00000000783d4000-0x00000000783e4000          64K     ro                     x  pte
[    2.511000] 0x00000000783e4000-0x00000000783ec000          32K     RW                     NX pte
[    2.511027] 0x00000000783ec000-0x00000000783f2000          24K     ro                     x  pte
[    2.511054] 0x00000000783f2000-0x00000000783f7000          20K     RW                     NX pte
[    2.511080] 0x00000000783f7000-0x00000000783fa000          12K     ro                     x  pte
[    2.511107] 0x00000000783fa000-0x00000000783ff000          20K     RW                     NX pte
[    2.511135] 0x00000000783ff000-0x0000000078a00000        6148K                               pte
[    2.511167] 0x0000000078a00000-0x0000000078bd2000        1864K                               pte
[    2.511194] 0x0000000078bd2000-0x0000000078cd2000           1M                               pte
[    2.511213] 0x0000000078cd2000-0x0000000078cf5000         140K                               pte
[    2.511233] 0x0000000078cf5000-0x0000000078d28000         204K                               pte
[    2.511253] 0x0000000078d28000-0x0000000078d54000         176K                               pte
[    2.511272] 0x0000000078d54000-0x0000000078d6d000         100K                               pte
[    2.511291] 0x0000000078d6d000-0x0000000078d86000         100K                               pte
[    2.511319] 0x0000000078d86000-0x0000000079e92000       17456K                               pte
[    2.511337] 0x0000000079e92000-0x0000000079e95000          12K                               pte
[    2.511356] 0x0000000079e95000-0x0000000079ea8000          76K                               pte
[    2.511374] 0x0000000079ea8000-0x0000000079eaa000           8K                               pte
[    2.511393] 0x0000000079eaa000-0x0000000079ebb000          68K                               pte
[    2.511413] 0x0000000079ebb000-0x0000000079edd000         136K                               pte
[    2.511440] 0x0000000079edd000-0x0000000079fea000        1076K                               pte
[    2.511458] 0x0000000079fea000-0x0000000079ff1000          28K                               pte
[    2.511477] 0x0000000079ff1000-0x0000000079ff9000          32K                               pte
[    2.511495] 0x0000000079ff9000-0x0000000079ffc000          12K     RW                     NX pte
[    2.511522] 0x0000000079ffc000-0x000000007a000000          16K                               pte
[    2.511541] 0x000000007a000000-0x0000000080000000          96M                               pmd
[    2.511560] 0x0000000080000000-0x00000000c0000000           1G                               pud
[    2.511583] 0x00000000c0000000-0x00000000e0000000         512M                               pmd
[    2.511606] 0x00000000e0000000-0x00000000f0000000         256M     RW         PSE         NX pmd
[    2.511634] 0x00000000f0000000-0x00000000f7000000         112M                               pmd
[    2.511655] 0x00000000f7000000-0x00000000fee00000         126M     RW         PSE         NX pmd
[    2.511682] 0x00000000fee00000-0x00000000fee01000           4K     RW     PCD             NX pte
[    2.511725] 0x00000000fee01000-0x00000000ff000000        2044K     RW                     NX pte
[    2.511752] 0x00000000ff000000-0x0000000100000000          16M     RW         PSE         NX pmd
[    2.511780] 0x0000000100000000-0x0000000108200000         130M                               pmd
[    2.511812] 0x0000000108200000-0x00000001083d6000        1880K                               pte
[    2.511831] 0x00000001083d6000-0x00000001083d8000           8K     RW                     NX pte
[    2.511859] 0x00000001083d8000-0x0000000108400000         160K                               pte
[    2.511896] 0x0000000108400000-0x0000000140000000         892M                               pmd
[    2.511914] 0x0000000140000000-0x0000000180000000           1G                               pud
[    2.511933] 0x0000000180000000-0x0000000180005000          20K                               pte
[    2.511967] 0x0000000180005000-0x0000000180200000        2028K                               pte
[    2.511995] 0x0000000180200000-0x00000001c0000000        1022M                               pmd
[    2.512015] 0x00000001c0000000-0x0000001080000000          59G                               pud
[    2.512043] 0x0000001080000000-0x00000010a0200000         514M     RW         PSE         NX pmd
[    2.512075] 0x00000010a0200000-0x00000010c0000000         510M                               pmd
[    2.512103] 0x00000010c0000000-0x0000008000000000         445G                               pud
[    2.512133] 0x0000008000000000-0xffff880000000000   17179745792G                               pgd
[    2.512152] ---[ Kernel Space ]---
[    2.512160] 0xffff880000000000-0xffff888000000000         512G                               pgd
[    2.512178] ---[ LDT remap ]---
[    2.512185] 0xffff888000000000-0xffff888000001000           4K     RW                 GLB NX pte
[    2.512212] ---[ Low Kernel Mapping ]---
[    2.512220] 0xffff888000001000-0xffff888000002000           4K     RW                 GLB NX pte
[    2.512247] ---[ vmalloc() Area ]---
[    2.512254] 0xffff888000002000-0xffff888000003000           4K     RW                 GLB NX pte
[    2.512281] ---[ Vmemmap ]---
[    2.512287] 0xffff888000003000-0xffff888000004000           4K     RW                 GLB NX pte
[    2.512314] ---[ KASAN shadow ]---
[    2.512321] 0xffff888000004000-0xffff888000005000           4K     RW                 GLB NX pte
[    2.512348] ---[ KASAN shadow end ]---
[    2.512372] 0xffff888000005000-0xffff888000200000        2028K     RW                 GLB NX pte
[    2.512402] 0xffff888000200000-0xffff888009a00000         152M     RW         PSE     GLB NX pmd
[    2.512437] 0xffff888009a00000-0xffff888009aff000        1020K     RW                 GLB NX pte
[    2.512471] 0xffff888009aff000-0xffff888009c00000        1028K                               pte
[    2.512490] 0xffff888009c00000-0xffff88800a000000           4M                               pmd
[    2.512508] 0xffff88800a000000-0xffff88800a200000           2M     RW         PSE     GLB NX pmd
[    2.512535] 0xffff88800a200000-0xffff88800a210000          64K                               pte
[    2.512569] 0xffff88800a210000-0xffff88800a400000        1984K     RW                 GLB NX pte
[    2.512596] 0xffff88800a400000-0xffff88800b000000          12M     RW         PSE     GLB NX pmd
[    2.512624] 0xffff88800b000000-0xffff88800b021000         132K                               pte
[    2.512657] 0xffff88800b021000-0xffff88800b200000        1916K     RW                 GLB NX pte
[    2.512714] 0xffff88800b200000-0xffff88806b000000        1534M     RW         PSE     GLB NX pmd
[    2.512743] 0xffff88806b000000-0xffff88806b044000         272K     RW                 GLB NX pte
[    2.512783] 0xffff88806b044000-0xffff88806b200000        1776K                               pte
[    2.512803] 0xffff88806b200000-0xffff888078200000         208M                               pmd
[    2.512837] 0xffff888078200000-0xffff8880783ff000        2044K                               pte
[    2.512856] 0xffff8880783ff000-0xffff888078400000           4K     RW                 GLB NX pte
[    2.512888] 0xffff888078400000-0xffff888079e00000          26M     RW         PSE     GLB NX pmd
[    2.512930] 0xffff888079e00000-0xffff888079ff9000        2020K     RW                 GLB NX pte
[    2.512957] 0xffff888079ff9000-0xffff888079ffc000          12K                               pte
[    2.512976] 0xffff888079ffc000-0xffff88807a000000          16K     RW                 GLB NX pte
[    2.513003] 0xffff88807a000000-0xffff888080000000          96M                               pmd
[    2.513022] 0xffff888080000000-0xffff888100000000           2G                               pud
[    2.513042] 0xffff888100000000-0xffff888a00000000          36G     RW         PSE     GLB NX pud
[    2.513078] 0xffff888a00000000-0xffff888a1d200000         466M     RW         PSE     GLB NX pmd
[    2.513115] 0xffff888a1d200000-0xffff888a1d342000        1288K     RW                 GLB NX pte
[    2.513141] 0xffff888a1d342000-0xffff888a1d343000           4K     ro                 GLB NX pte
[    2.513174] 0xffff888a1d343000-0xffff888a1d400000         756K     RW                 GLB NX pte
[    2.513212] 0xffff888a1d400000-0xffff888a40000000         556M     RW         PSE     GLB NX pmd
[    2.513239] 0xffff888a40000000-0xffff889040000000          24G     RW         PSE     GLB NX pud
[    2.513276] 0xffff889040000000-0xffff88905de00000         478M     RW         PSE     GLB NX pmd
[    2.513306] 0xffff88905de00000-0xffff88905de80000         512K     RW                 GLB NX pte
[    2.513345] 0xffff88905de80000-0xffff88905e000000        1536K                               pte
[    2.513368] 0xffff88905e000000-0xffff889080000000         544M                               pmd
[    2.513396] 0xffff889080000000-0xffff890000000000         446G                               pud
[    2.513421] 0xffff890000000000-0xffffc90000000000          64T                               pgd
[    2.513439] 0xffffc90000000000-0xffffc90000008000          32K     RW                 GLB NX pte
[    2.513466] 0xffffc90000008000-0xffffc90000009000           4K                               pte
[    2.513484] 0xffffc90000009000-0xffffc9000000a000           4K     RW                 GLB NX pte
[    2.513511] 0xffffc9000000a000-0xffffc9000000b000           4K                               pte
[    2.513529] 0xffffc9000000b000-0xffffc9000000c000           4K     RW                 GLB NX pte
[    2.513556] 0xffffc9000000c000-0xffffc9000000d000           4K                               pte
[    2.513574] 0xffffc9000000d000-0xffffc9000000e000           4K     RW                 GLB NX pte
[    2.513601] 0xffffc9000000e000-0xffffc90000010000           8K                               pte
[    2.513620] 0xffffc90000010000-0xffffc90000019000          36K     RW                 GLB NX pte
[    2.513646] 0xffffc90000019000-0xffffc9000001a000           4K                               pte
[    2.513665] 0xffffc9000001a000-0xffffc9000001b000           4K     RW                 GLB NX pte
[    2.513692] 0xffffc9000001b000-0xffffc9000001c000           4K                               pte
[    2.513710] 0xffffc9000001c000-0xffffc9000001d000           4K     RW                 GLB NX pte
[    2.513737] 0xffffc9000001d000-0xffffc9000001e000           4K                               pte
[    2.513755] 0xffffc9000001e000-0xffffc9000001f000           4K     RW                 GLB NX pte
[    2.513782] 0xffffc9000001f000-0xffffc90000020000           4K                               pte
[    2.513801] 0xffffc90000020000-0xffffc90000034000          80K     RW                 GLB NX pte
[    2.513827] 0xffffc90000034000-0xffffc90000035000           4K                               pte
[    2.513846] 0xffffc90000035000-0xffffc90000036000           4K     RW                 GLB NX pte
[    2.513873] 0xffffc90000036000-0xffffc90000037000           4K                               pte
[    2.513887] 0xffffc90000037000-0xffffc90000038000           4K     RW                 GLB NX pte
[    2.513914] 0xffffc90000038000-0xffffc90000039000           4K                               pte
[    2.513932] 0xffffc90000039000-0xffffc9000003a000           4K     RW                 GLB NX pte
[    2.513959] 0xffffc9000003a000-0xffffc9000003b000           4K                               pte
[    2.513977] 0xffffc9000003b000-0xffffc9000003c000           4K     RW                 GLB NX pte
[    2.514004] 0xffffc9000003c000-0xffffc9000003d000           4K                               pte
[    2.514023] 0xffffc9000003d000-0xffffc9000003e000           4K     RW                 GLB NX pte
[    2.514049] 0xffffc9000003e000-0xffffc90000040000           8K                               pte
[    2.514069] 0xffffc90000040000-0xffffc9000005a000         104K     RW                 GLB NX pte
[    2.514095] 0xffffc9000005a000-0xffffc9000005c000           8K                               pte
[    2.514114] 0xffffc9000005c000-0xffffc9000005e000           8K     RW                 GLB NX pte
[    2.514141] 0xffffc9000005e000-0xffffc90000060000           8K                               pte
[    2.514159] 0xffffc90000060000-0xffffc9000006a000          40K     RW                 GLB NX pte
[    2.514186] 0xffffc9000006a000-0xffffc9000006c000           8K                               pte
[    2.514204] 0xffffc9000006c000-0xffffc9000006f000          12K     RW                 GLB NX pte
[    2.514231] 0xffffc9000006f000-0xffffc90000070000           4K                               pte
[    2.514250] 0xffffc90000070000-0xffffc9000007b000          44K     RW                 GLB NX pte
[    2.514276] 0xffffc9000007b000-0xffffc9000007c000           4K                               pte
[    2.514295] 0xffffc9000007c000-0xffffc9000007f000          12K     RW                 GLB NX pte
[    2.514322] 0xffffc9000007f000-0xffffc90000080000           4K                               pte
[    2.514340] 0xffffc90000080000-0xffffc90000081000           4K     RW                 GLB NX pte
[    2.514367] 0xffffc90000081000-0xffffc90000082000           4K                               pte
[    2.514385] 0xffffc90000082000-0xffffc90000083000           4K     RW                 GLB NX pte
[    2.514412] 0xffffc90000083000-0xffffc90000084000           4K                               pte
[    2.514430] 0xffffc90000084000-0xffffc90000085000           4K     RW                 GLB NX pte
[    2.514457] 0xffffc90000085000-0xffffc90000086000           4K                               pte
[    2.514475] 0xffffc90000086000-0xffffc90000087000           4K     RW                 GLB NX pte
[    2.514502] 0xffffc90000087000-0xffffc90000088000           4K                               pte
[    2.514520] 0xffffc90000088000-0xffffc90000089000           4K     RW                 GLB NX pte
[    2.514547] 0xffffc90000089000-0xffffc9000008a000           4K                               pte
[    2.514565] 0xffffc9000008a000-0xffffc9000008b000           4K     RW                 GLB NX pte
[    2.514592] 0xffffc9000008b000-0xffffc9000008c000           4K                               pte
[    2.514610] 0xffffc9000008c000-0xffffc9000008d000           4K     RW                 GLB NX pte
[    2.514637] 0xffffc9000008d000-0xffffc9000008e000           4K                               pte
[    2.514655] 0xffffc9000008e000-0xffffc9000008f000           4K     RW                 GLB NX pte
[    2.514682] 0xffffc9000008f000-0xffffc90000090000           4K                               pte
[    2.514701] 0xffffc90000090000-0xffffc90000091000           4K     RW     PCD         GLB NX pte
[    2.514727] 0xffffc90000091000-0xffffc90000092000           4K                               pte
[    2.514746] 0xffffc90000092000-0xffffc90000093000           4K     RW                 GLB NX pte
[    2.514776] 0xffffc90000093000-0xffffc90000100000         436K                               pte
[    2.514798] 0xffffc90000100000-0xffffc90000180000         512K     RW     PCD         GLB NX pte
[    2.514829] 0xffffc90000180000-0xffffc90000200000         512K                               pte
[    2.514857] 0xffffc90000200000-0xffffc90040000000        1022M                               pmd
[    2.515562] 0xffffc90040000000-0xffffe90000000000       32767G                               pud
[    2.515581] 0xffffe90000000000-0xffffea0000000000           1T                               pgd
[    2.515600] 0xffffea0000000000-0xffffea0001c00000          28M     RW         PSE     GLB NX pmd
[    2.515627] 0xffffea0001c00000-0xffffea0001e00000           2M                               pmd
[    2.515645] 0xffffea0001e00000-0xffffea0002000000           2M     RW         PSE     GLB NX pmd
[    2.515672] 0xffffea0002000000-0xffffea0004000000          32M                               pmd
[    2.515710] 0xffffea0004000000-0xffffea0041800000         984M     RW         PSE     GLB NX pmd
[    2.515746] 0xffffea0041800000-0xffffea0080000000        1000M                               pmd
[    2.515775] 0xffffea0080000000-0xffffea8000000000         510G                               pud
[    2.515794] 0xffffea8000000000-0xffffec0000000000        1536G                               pgd
[    2.515843] 0xffffec0000000000-0xffffed1000000000        1088G     ro                 GLB NX pte
[    2.515870] 0xffffed1000000000-0xffffed1001200000          18M     RW         PSE     GLB NX pmd
[    2.515912] 0xffffed1001200000-0xffffed1001360000        1408K     RW                 GLB NX pte
[    2.515944] 0xffffed1001360000-0xffffed1001400000         640K                               pte
[    2.515965] 0xffffed1001400000-0xffffed1001440000         256K     RW                 GLB NX pte
[    2.515991] 0xffffed1001440000-0xffffed1001442000           8K                               pte
[    2.516024] 0xffffed1001442000-0xffffed1001600000        1784K     RW                 GLB NX pte
[    2.516051] 0xffffed1001600000-0xffffed1001604000          16K                               pte
[    2.516085] 0xffffed1001604000-0xffffed1001800000        2032K     RW                 GLB NX pte
[    2.516116] 0xffffed1001800000-0xffffed100d600000         190M     RW         PSE     GLB NX pmd
[    2.516143] 0xffffed100d600000-0xffffed100d609000          36K     RW                 GLB NX pte
[    2.516185] 0xffffed100d609000-0xffffed100d800000        2012K                               pte
[    2.516204] 0xffffed100d800000-0xffffed100f000000          24M                               pmd
[    2.516226] 0xffffed100f000000-0xffffed100f07f000         508K                               pte
[    2.516256] 0xffffed100f07f000-0xffffed100f200000        1540K     RW                 GLB NX pte
[    2.516283] 0xffffed100f200000-0xffffed100f400000           2M     RW         PSE     GLB NX pmd
[    2.516312] 0xffffed100f400000-0xffffed1020000000         268M                               pmd
[    2.516341] 0xffffed1020000000-0xffffed1040000000         512M     RW         PSE     GLB NX pmd
[    2.516368] 0xffffed1040000000-0xffffed1200000000           7G     RW         PSE     GLB NX pud
[    2.516399] 0xffffed1200000000-0xffffed120ba00000         186M     RW         PSE     GLB NX pmd
[    2.516440] 0xffffed120ba00000-0xffffed120bbd0000        1856K     RW                 GLB NX pte
[    2.516468] 0xffffed120bbd0000-0xffffed120bc00000         192K                               pte
[    2.516494] 0xffffed120bc00000-0xffffed1240000000         836M                               pmd
[    2.516522] 0xffffed1240000000-0xffffed8000000000         439G                               pud
[    2.516541] 0xffffed8000000000-0xfffff50000000000        7680G                               pgd
[    2.516561] 0xfffff50000000000-0xfffff51000000000          64G                               pud
[    2.516581] 0xfffff51000000000-0xfffff52000000000          64G     ro                 GLB NX pte
[    2.516608] 0xfffff52000000000-0xfffff52000013000          76K     RW                 GLB NX pte
[    2.516635] 0xfffff52000013000-0xfffff52000020000          52K                               pte
[    2.516654] 0xfffff52000020000-0xfffff52000031000          68K     RW                 GLB NX pte
[    2.516695] 0xfffff52000031000-0xfffff52000200000        1852K                               pte
[    2.516723] 0xfffff52000200000-0xfffff52040000000        1022M                               pmd
[    2.516827] 0xfffff52040000000-0xfffff92000000000        4095G                               pud
[    2.516928] 0xfffff92000000000-0xfffffbc000000000        2688G     ro                 GLB NX pte
[    2.516954] 0xfffffbc000000000-0xfffffbc000001000           4K     RW                 GLB NX pte
[    2.516997] 0xfffffbc000001000-0xfffffbc000200000        2044K                               pte
[    2.517025] 0xfffffbc000200000-0xfffffbc040000000        1022M                               pmd
[    2.517043] 0xfffffbc040000000-0xfffffbc100000000           3G                               pud
[    2.517068] 0xfffffbc100000000-0xfffffbc129a00000         666M                               pmd
[    2.517101] 0xfffffbc129a00000-0xfffffbc129bcb000        1836K                               pte
[    2.517119] 0xfffffbc129bcb000-0xfffffbc129bd5000          40K     RW                 GLB NX pte
[    2.517147] 0xfffffbc129bd5000-0xfffffbc129c00000         172K                               pte
[    2.517171] 0xfffffbc129c00000-0xfffffbc14e200000         582M                               pmd
[    2.517194] 0xfffffbc14e200000-0xfffffbc14e299000         612K                               pte
[    2.517213] 0xfffffbc14e299000-0xfffffbc14e2a3000          40K     RW                 GLB NX pte
[    2.517250] 0xfffffbc14e2a3000-0xfffffbc14e400000        1396K                               pte
[    2.517276] 0xfffffbc14e400000-0xfffffbc180000000         796M                               pmd
[    2.517294] 0xfffffbc180000000-0xfffffbc200000000           2G                               pud
[    2.517322] 0xfffffbc200000000-0xfffffbc23e800000        1000M                               pmd
[    2.517344] 0xfffffbc23e800000-0xfffffbc23e86b000         428K                               pte
[    2.517363] 0xfffffbc23e86b000-0xfffffbc23e875000          40K     RW                 GLB NX pte
[    2.517401] 0xfffffbc23e875000-0xfffffbc23ea00000        1580K                               pte
[    2.517420] 0xfffffbc23ea00000-0xfffffbc240000000          22M                               pmd
[    2.517438] 0xfffffbc240000000-0xfffffbc2c0000000           2G                               pud
[    2.517462] 0xfffffbc2c0000000-0xfffffbc2e4e00000         590M                               pmd
[    2.517491] 0xfffffbc2e4e00000-0xfffffbc2e4f5f000        1404K                               pte
[    2.517510] 0xfffffbc2e4f5f000-0xfffffbc2e4f68000          36K     RW                 GLB NX pte
[    2.517541] 0xfffffbc2e4f68000-0xfffffbc2e5000000         608K                               pte
[    2.517564] 0xfffffbc2e5000000-0xfffffbc300000000         432M                               pmd
[    2.517582] 0xfffffbc300000000-0xfffffbc3c0000000           3G                               pud
[    2.517606] 0xfffffbc3c0000000-0xfffffbc3e0a00000         522M                               pmd
[    2.517640] 0xfffffbc3e0a00000-0xfffffbc3e0bed000        1972K                               pte
[    2.517658] 0xfffffbc3e0bed000-0xfffffbc3e0bf7000          40K     RW                 GLB NX pte
[    2.517685] 0xfffffbc3e0bf7000-0xfffffbc3e0c00000          36K                               pte
[    2.517708] 0xfffffbc3e0c00000-0xfffffbc400000000         500M                               pmd
[    2.517727] 0xfffffbc400000000-0xfffffbc480000000           2G                               pud
[    2.517755] 0xfffffbc480000000-0xfffffbc4bce00000         974M                               pmd
[    2.517782] 0xfffffbc4bce00000-0xfffffbc4bcf32000        1224K                               pte
[    2.517801] 0xfffffbc4bcf32000-0xfffffbc4bcf3c000          40K     RW                 GLB NX pte
[    2.517834] 0xfffffbc4bcf3c000-0xfffffbc4bd000000         784K                               pte
[    2.517853] 0xfffffbc4bd000000-0xfffffbc4c0200000          50M                               pmd
[    2.517886] 0xfffffbc4c0200000-0xfffffbc4c039d000        1652K                               pte
[    2.517905] 0xfffffbc4c039d000-0xfffffbc4c03a7000          40K     RW                 GLB NX pte
[    2.517935] 0xfffffbc4c03a7000-0xfffffbc4c0400000         356K                               pte
[    2.517963] 0xfffffbc4c0400000-0xfffffbc500000000        1020M                               pmd
[    2.517982] 0xfffffbc500000000-0xfffffbc5c0000000           3G                               pud
[    2.518009] 0xfffffbc5c0000000-0xfffffbc5faa00000         938M                               pmd
[    2.518032] 0xfffffbc5faa00000-0xfffffbc5faa99000         612K                               pte
[    2.518050] 0xfffffbc5faa99000-0xfffffbc5faaa2000          36K     RW                 GLB NX pte
[    2.518088] 0xfffffbc5faaa2000-0xfffffbc5fac00000        1400K                               pte
[    2.518108] 0xfffffbc5fac00000-0xfffffbc607600000         202M                               pmd
[    2.518129] 0xfffffbc607600000-0xfffffbc60764e000         312K                               pte
[    2.518148] 0xfffffbc60764e000-0xfffffbc607658000          40K     RW                 GLB NX pte
[    2.518187] 0xfffffbc607658000-0xfffffbc607800000        1696K                               pte
[    2.518214] 0xfffffbc607800000-0xfffffbc640000000         904M                               pmd
[    2.518233] 0xfffffbc640000000-0xfffffbc780000000           5G                               pud
[    2.518261] 0xfffffbc780000000-0xfffffbc7bde00000         990M                               pmd
[    2.518286] 0xfffffbc7bde00000-0xfffffbc7bded3000         844K                               pte
[    2.518304] 0xfffffbc7bded3000-0xfffffbc7bdedd000          40K     RW                 GLB NX pte
[    2.518340] 0xfffffbc7bdedd000-0xfffffbc7be000000        1164K                               pte
[    2.518358] 0xfffffbc7be000000-0xfffffbc7c0000000          32M                               pmd
[    2.518377] 0xfffffbc7c0000000-0xfffffbc840000000           2G                               pud
[    2.518396] 0xfffffbc840000000-0xfffffbc844a00000          74M                               pmd
[    2.518418] 0xfffffbc844a00000-0xfffffbc844a7b000         492K                               pte
[    2.518437] 0xfffffbc844a7b000-0xfffffbc844a84000          36K     RW                 GLB NX pte
[    2.518475] 0xfffffbc844a84000-0xfffffbc844c00000        1520K                               pte
[    2.518508] 0xfffffbc844c00000-0xfffffbc8a1e00000        1490M                               pmd
[    2.518536] 0xfffffbc8a1e00000-0xfffffbc8a1f3f000        1276K                               pte
[    2.518555] 0xfffffbc8a1f3f000-0xfffffbc8a1f49000          40K     RW                 GLB NX pte
[    2.518587] 0xfffffbc8a1f49000-0xfffffbc8a2000000         732K                               pte
[    2.518606] 0xfffffbc8a2000000-0xfffffbc8a4200000          34M                               pmd
[    2.518638] 0xfffffbc8a4200000-0xfffffbc8a43c1000        1796K                               pte
[    2.518656] 0xfffffbc8a43c1000-0xfffffbc8a43ca000          36K     RW                 GLB NX pte
[    2.518684] 0xfffffbc8a43ca000-0xfffffbc8a4400000         216K                               pte
[    2.518707] 0xfffffbc8a4400000-0xfffffbc8c0000000         444M                               pmd
[    2.518726] 0xfffffbc8c0000000-0xfffffbc900000000           1G                               pud
[    2.518745] 0xfffffbc900000000-0xfffffbc902400000          36M                               pmd
[    2.518778] 0xfffffbc902400000-0xfffffbc9025cc000        1840K                               pte
[    2.518796] 0xfffffbc9025cc000-0xfffffbc9025d6000          40K     RW                 GLB NX pte
[    2.518824] 0xfffffbc9025d6000-0xfffffbc902600000         168K                               pte
[    2.518854] 0xfffffbc902600000-0xfffffbc947e00000        1112M                               pmd
[    2.518877] 0xfffffbc947e00000-0xfffffbc947e54000         336K                               pte
[    2.518900] 0xfffffbc947e54000-0xfffffbc947e5e000          40K     RW                 GLB NX pte
[    2.518939] 0xfffffbc947e5e000-0xfffffbc948000000        1672K                               pte
[    2.518959] 0xfffffbc948000000-0xfffffbc94ca00000          74M                               pmd
[    2.518979] 0xfffffbc94ca00000-0xfffffbc94ca40000         256K                               pte
[    2.518998] 0xfffffbc94ca40000-0xfffffbc94ca4a000          40K     RW                 GLB NX pte
[    2.519038] 0xfffffbc94ca4a000-0xfffffbc94cc00000        1752K                               pte
[    2.519064] 0xfffffbc94cc00000-0xfffffbc980000000         820M                               pmd
[    2.519083] 0xfffffbc980000000-0xfffffbc9c0000000           1G                               pud
[    2.519107] 0xfffffbc9c0000000-0xfffffbc9e7e00000         638M                               pmd
[    2.519139] 0xfffffbc9e7e00000-0xfffffbc9e7fb4000        1744K                               pte
[    2.519158] 0xfffffbc9e7fb4000-0xfffffbc9e7fbd000          36K     RW                 GLB NX pte
[    2.519187] 0xfffffbc9e7fbd000-0xfffffbc9e8000000         268K                               pte
[    2.519209] 0xfffffbc9e8000000-0xfffffbca00000000         384M                               pmd
[    2.519227] 0xfffffbca00000000-0xfffffbca40000000           1G                               pud
[    2.519249] 0xfffffbca40000000-0xfffffbca55a00000         346M                               pmd
[    2.519270] 0xfffffbca55a00000-0xfffffbca55a51000         324K                               pte
[    2.519289] 0xfffffbca55a51000-0xfffffbca55a5b000          40K     RW                 GLB NX pte
[    2.519328] 0xfffffbca55a5b000-0xfffffbca55c00000        1684K                               pte
[    2.519353] 0xfffffbca55c00000-0xfffffbca80000000         676M                               pmd
[    2.519372] 0xfffffbca80000000-0xfffffbcac0000000           1G                               pud
[    2.519396] 0xfffffbcac0000000-0xfffffbcae5e00000         606M                               pmd
[    2.519420] 0xfffffbcae5e00000-0xfffffbcae5eaf000         700K                               pte
[    2.519439] 0xfffffbcae5eaf000-0xfffffbcae5eb9000          40K     RW                 GLB NX pte
[    2.519476] 0xfffffbcae5eb9000-0xfffffbcae6000000        1308K                               pte
[    2.519498] 0xfffffbcae6000000-0xfffffbcb00000000         416M                               pmd
[    2.519517] 0xfffffbcb00000000-0xfffffbcb40000000           1G                               pud
[    2.519540] 0xfffffbcb40000000-0xfffffbcb62c00000         556M                               pmd
[    2.519564] 0xfffffbcb62c00000-0xfffffbcb62cab000         684K                               pte
[    2.519583] 0xfffffbcb62cab000-0xfffffbcb62cb5000          40K     RW                 GLB NX pte
[    2.519620] 0xfffffbcb62cb5000-0xfffffbcb62e00000        1324K                               pte
[    2.519645] 0xfffffbcb62e00000-0xfffffbcb8ee00000         704M                               pmd
[    2.519672] 0xfffffbcb8ee00000-0xfffffbcb8ef2b000        1196K                               pte
[    2.519691] 0xfffffbcb8ef2b000-0xfffffbcb8ef34000          36K     RW                 GLB NX pte
[    2.519724] 0xfffffbcb8ef34000-0xfffffbcb8f000000         816K                               pte
[    2.519750] 0xfffffbcb8f000000-0xfffffbcbc0000000         784M                               pmd
[    2.519769] 0xfffffbcbc0000000-0xfffffbcc00000000           1G                               pud
[    2.519793] 0xfffffbcc00000000-0xfffffbcc20200000         514M                               pmd
[    2.519813] 0xfffffbcc20200000-0xfffffbcc2023b000         236K                               pte
[    2.519831] 0xfffffbcc2023b000-0xfffffbcc20245000          40K     RW                 GLB NX pte
[    2.519872] 0xfffffbcc20245000-0xfffffbcc20400000        1772K                               pte
[    2.519893] 0xfffffbcc20400000-0xfffffbcc43c00000         568M                               pmd
[    2.519922] 0xfffffbcc43c00000-0xfffffbcc43d63000        1420K                               pte
[    2.519941] 0xfffffbcc43d63000-0xfffffbcc43d6d000          40K     RW                 GLB NX pte
[    2.519972] 0xfffffbcc43d6d000-0xfffffbcc43e00000         588K                               pte
[    2.520004] 0xfffffbcc43e00000-0xfffffbcc98000000        1346M                               pmd
[    2.520031] 0xfffffbcc98000000-0xfffffbcc9811b000        1132K                               pte
[    2.520050] 0xfffffbcc9811b000-0xfffffbcc98124000          36K     RW                 GLB NX pte
[    2.520084] 0xfffffbcc98124000-0xfffffbcc98200000         880K                               pte
[    2.520106] 0xfffffbcc98200000-0xfffffbccb0e00000         396M                               pmd
[    2.520138] 0xfffffbccb0e00000-0xfffffbccb0faf000        1724K                               pte
[    2.520157] 0xfffffbccb0faf000-0xfffffbccb0fb8000          36K     RW                 GLB NX pte
[    2.520186] 0xfffffbccb0fb8000-0xfffffbccb1000000         288K                               pte
[    2.520206] 0xfffffbccb1000000-0xfffffbccc0000000         240M                               pmd
[    2.520225] 0xfffffbccc0000000-0xfffffbcd40000000           2G                               pud
[    2.520246] 0xfffffbcd40000000-0xfffffbcd51e00000         286M                               pmd
[    2.520269] 0xfffffbcd51e00000-0xfffffbcd51e8b000         556K                               pte
[    2.520288] 0xfffffbcd51e8b000-0xfffffbcd51e94000          36K     RW                 GLB NX pte
[    2.520326] 0xfffffbcd51e94000-0xfffffbcd52000000        1456K                               pte
[    2.520350] 0xfffffbcd52000000-0xfffffbcd77e00000         606M                               pmd
[    2.520369] 0xfffffbcd77e00000-0xfffffbcd77e19000         100K                               pte
[    2.520388] 0xfffffbcd77e19000-0xfffffbcd77e23000          40K     RW                 GLB NX pte
[    2.520429] 0xfffffbcd77e23000-0xfffffbcd78000000        1908K                               pte
[    2.520448] 0xfffffbcd78000000-0xfffffbcd7b400000          52M                               pmd
[    2.520467] 0xfffffbcd7b400000-0xfffffbcd7b413000          76K                               pte
[    2.520486] 0xfffffbcd7b413000-0xfffffbcd7b41d000          40K     RW                 GLB NX pte
[    2.520528] 0xfffffbcd7b41d000-0xfffffbcd7b600000        1932K                               pte
[    2.520547] 0xfffffbcd7b600000-0xfffffbcd80000000          74M                               pmd
[    2.520565] 0xfffffbcd80000000-0xfffffbce40000000           3G                               pud
[    2.520591] 0xfffffbce40000000-0xfffffbce70a00000         778M                               pmd
[    2.520620] 0xfffffbce70a00000-0xfffffbce70b4c000        1328K                               pte
[    2.520638] 0xfffffbce70b4c000-0xfffffbce70b56000          40K     RW                 GLB NX pte
[    2.520670] 0xfffffbce70b56000-0xfffffbce70c00000         680K                               pte
[    2.520690] 0xfffffbce70c00000-0xfffffbce76800000          92M                               pmd
[    2.520717] 0xfffffbce76800000-0xfffffbce7691c000        1136K                               pte
[    2.520736] 0xfffffbce7691c000-0xfffffbce76926000          40K     RW                 GLB NX pte
[    2.520769] 0xfffffbce76926000-0xfffffbce76a00000         872K                               pte
[    2.520789] 0xfffffbce76a00000-0xfffffbce80000000         150M                               pmd
[    2.520807] 0xfffffbce80000000-0xfffffbcec0000000           1G                               pud
[    2.520828] 0xfffffbcec0000000-0xfffffbcecf400000         244M                               pmd
[    2.520848] 0xfffffbcecf400000-0xfffffbcecf423000         140K                               pte
[    2.520866] 0xfffffbcecf423000-0xfffffbcecf42d000          40K     RW                 GLB NX pte
[    2.520920] 0xfffffbcecf42d000-0xfffffbcecf600000        1868K                               pte
[    2.520946] 0xfffffbcecf600000-0xfffffbcf00000000         778M                               pmd
[    2.520964] 0xfffffbcf00000000-0xfffffbcfc0000000           3G                               pud
[    2.520983] 0xfffffbcfc0000000-0xfffffbcfc0c00000          12M                               pmd
[    2.521015] 0xfffffbcfc0c00000-0xfffffbcfc0dc1000        1796K                               pte
[    2.521033] 0xfffffbcfc0dc1000-0xfffffbcfc0dcb000          40K     RW                 GLB NX pte
[    2.521062] 0xfffffbcfc0dcb000-0xfffffbcfc0e00000         212K                               pte
[    2.521090] 0xfffffbcfc0e00000-0xfffffbd000000000        1010M                               pmd
[    2.521125] 0xfffffbd000000000-0xfffffbfff0000000      196352M     ro                 GLB NX pte
[    2.521152] 0xfffffbfff0000000-0xfffffbfff5c00000          92M                               pmd
[    2.521175] 0xfffffbfff5c00000-0xfffffbfff5c80000         512K                               pte
[    2.521205] 0xfffffbfff5c80000-0xfffffbfff5e00000        1536K     RW                 GLB NX pte
[    2.521232] 0xfffffbfff5e00000-0xfffffbfff7200000          20M     RW         PSE     GLB NX pmd
[    2.521265] 0xfffffbfff7200000-0xfffffbfff72c6000         792K     RW                 GLB NX pte
[    2.521301] 0xfffffbfff72c6000-0xfffffbfff7400000        1256K                               pte
[    2.521321] 0xfffffbfff7400000-0xfffffbffffe00000         138M                               pmd
[    2.521340] 0xfffffbffffe00000-0xfffffc0000000000           2M     ro                 GLB NX pte
[    2.521366] 0xfffffc0000000000-0xfffffe0000000000           2T                               pgd
[    2.521385] ---[ CPU entry Area ]---
[    2.521392] 0xfffffe0000000000-0xfffffe0000001000           4K     ro                 GLB NX pte
[    2.521435] 0xfffffe0000001000-0xfffffe0000200000        2044K                               pte
[    2.521463] 0xfffffe0000200000-0xfffffe0040000000        1022M                               pmd
[    2.521482] 0xfffffe0040000000-0xfffffe0940000000          36G                               pud
[    2.521502] 0xfffffe0940000000-0xfffffe094de00000         222M                               pmd
[    2.521523] 0xfffffe094de00000-0xfffffe094de5d000         372K                               pte
[    2.521542] 0xfffffe094de5d000-0xfffffe094de5e000           4K     ro                 GLB NX pte
[    2.521568] 0xfffffe094de5e000-0xfffffe094de5f000           4K     RW                 GLB NX pte
[    2.521595] 0xfffffe094de5f000-0xfffffe094de64000          20K     ro                 GLB NX pte
[    2.521622] 0xfffffe094de64000-0xfffffe094de65000           4K                               pte
[    2.521640] 0xfffffe094de65000-0xfffffe094de69000          16K     RW                 GLB NX pte
[    2.521667] 0xfffffe094de69000-0xfffffe094de6a000           4K                               pte
[    2.521685] 0xfffffe094de6a000-0xfffffe094de6e000          16K     RW                 GLB NX pte
[    2.521712] 0xfffffe094de6e000-0xfffffe094de6f000           4K                               pte
[    2.521730] 0xfffffe094de6f000-0xfffffe094de73000          16K     RW                 GLB NX pte
[    2.521757] 0xfffffe094de73000-0xfffffe094de74000           4K                               pte
[    2.521775] 0xfffffe094de74000-0xfffffe094de78000          16K     RW                 GLB NX pte
[    2.521813] 0xfffffe094de78000-0xfffffe094e000000        1568K                               pte
[    2.521839] 0xfffffe094e000000-0xfffffe0980000000         800M                               pmd
[    2.521858] 0xfffffe0980000000-0xfffffe0a40000000           3G                               pud
[    2.521884] 0xfffffe0a40000000-0xfffffe0a71400000         788M                               pmd
[    2.521910] 0xfffffe0a71400000-0xfffffe0a714ca000         808K                               pte
[    2.521928] 0xfffffe0a714ca000-0xfffffe0a714cb000           4K     ro                 GLB NX pte
[    2.521955] 0xfffffe0a714cb000-0xfffffe0a714cc000           4K     RW                 GLB NX pte
[    2.521982] 0xfffffe0a714cc000-0xfffffe0a714d1000          20K     ro                 GLB NX pte
[    2.522008] 0xfffffe0a714d1000-0xfffffe0a714d2000           4K                               pte
[    2.522027] 0xfffffe0a714d2000-0xfffffe0a714d6000          16K     RW                 GLB NX pte
[    2.522053] 0xfffffe0a714d6000-0xfffffe0a714d7000           4K                               pte
[    2.522072] 0xfffffe0a714d7000-0xfffffe0a714db000          16K     RW                 GLB NX pte
[    2.522098] 0xfffffe0a714db000-0xfffffe0a714dc000           4K                               pte
[    2.522117] 0xfffffe0a714dc000-0xfffffe0a714e0000          16K     RW                 GLB NX pte
[    2.522143] 0xfffffe0a714e0000-0xfffffe0a714e1000           4K                               pte
[    2.522162] 0xfffffe0a714e1000-0xfffffe0a714e5000          16K     RW                 GLB NX pte
[    2.522197] 0xfffffe0a714e5000-0xfffffe0a71600000        1132K                               pte
[    2.522217] 0xfffffe0a71600000-0xfffffe0a80000000         234M                               pmd
[    2.522236] 0xfffffe0a80000000-0xfffffe11c0000000          29G                               pud
[    2.522263] 0xfffffe11c0000000-0xfffffe11f4200000         834M                               pmd
[    2.522292] 0xfffffe11f4200000-0xfffffe11f435d000        1396K                               pte
[    2.522310] 0xfffffe11f435d000-0xfffffe11f435e000           4K     ro                 GLB NX pte
[    2.522337] 0xfffffe11f435e000-0xfffffe11f435f000           4K     RW                 GLB NX pte
[    2.522363] 0xfffffe11f435f000-0xfffffe11f4364000          20K     ro                 GLB NX pte
[    2.522390] 0xfffffe11f4364000-0xfffffe11f4365000           4K                               pte
[    2.522408] 0xfffffe11f4365000-0xfffffe11f4369000          16K     RW                 GLB NX pte
[    2.522435] 0xfffffe11f4369000-0xfffffe11f436a000           4K                               pte
[    2.522453] 0xfffffe11f436a000-0xfffffe11f436e000          16K     RW                 GLB NX pte
[    2.522480] 0xfffffe11f436e000-0xfffffe11f436f000           4K                               pte
[    2.522498] 0xfffffe11f436f000-0xfffffe11f4373000          16K     RW                 GLB NX pte
[    2.522525] 0xfffffe11f4373000-0xfffffe11f4374000           4K                               pte
[    2.522544] 0xfffffe11f4374000-0xfffffe11f4378000          16K     RW                 GLB NX pte
[    2.522574] 0xfffffe11f4378000-0xfffffe11f4400000         544K                               pte
[    2.522594] 0xfffffe11f4400000-0xfffffe1200000000         188M                               pmd
[    2.522613] 0xfffffe1200000000-0xfffffe1700000000          20G                               pud
[    2.522637] 0xfffffe1700000000-0xfffffe1727a00000         634M                               pmd
[    2.522663] 0xfffffe1727a00000-0xfffffe1727af8000         992K                               pte
[    2.522682] 0xfffffe1727af8000-0xfffffe1727af9000           4K     ro                 GLB NX pte
[    2.522708] 0xfffffe1727af9000-0xfffffe1727afa000           4K     RW                 GLB NX pte
[    2.522735] 0xfffffe1727afa000-0xfffffe1727aff000          20K     ro                 GLB NX pte
[    2.522762] 0xfffffe1727aff000-0xfffffe1727b00000           4K                               pte
[    2.522780] 0xfffffe1727b00000-0xfffffe1727b04000          16K     RW                 GLB NX pte
[    2.522806] 0xfffffe1727b04000-0xfffffe1727b05000           4K                               pte
[    2.522825] 0xfffffe1727b05000-0xfffffe1727b09000          16K     RW                 GLB NX pte
[    2.522851] 0xfffffe1727b09000-0xfffffe1727b0a000           4K                               pte
[    2.522870] 0xfffffe1727b0a000-0xfffffe1727b0e000          16K     RW                 GLB NX pte
[    2.522904] 0xfffffe1727b0e000-0xfffffe1727b0f000           4K                               pte
[    2.522922] 0xfffffe1727b0f000-0xfffffe1727b13000          16K     RW                 GLB NX pte
[    2.522956] 0xfffffe1727b13000-0xfffffe1727c00000         948K                               pte
[    2.522978] 0xfffffe1727c00000-0xfffffe1740000000         388M                               pmd
[    2.522997] 0xfffffe1740000000-0xfffffe1f00000000          31G                               pud
[    2.523017] 0xfffffe1f00000000-0xfffffe1f05e00000          94M                               pmd
[    2.523046] 0xfffffe1f05e00000-0xfffffe1f05f6c000        1456K                               pte
[    2.523064] 0xfffffe1f05f6c000-0xfffffe1f05f6d000           4K     ro                 GLB NX pte
[    2.523091] 0xfffffe1f05f6d000-0xfffffe1f05f6e000           4K     RW                 GLB NX pte
[    2.523118] 0xfffffe1f05f6e000-0xfffffe1f05f73000          20K     ro                 GLB NX pte
[    2.523145] 0xfffffe1f05f73000-0xfffffe1f05f74000           4K                               pte
[    2.523163] 0xfffffe1f05f74000-0xfffffe1f05f78000          16K     RW                 GLB NX pte
[    2.523190] 0xfffffe1f05f78000-0xfffffe1f05f79000           4K                               pte
[    2.523208] 0xfffffe1f05f79000-0xfffffe1f05f7d000          16K     RW                 GLB NX pte
[    2.523235] 0xfffffe1f05f7d000-0xfffffe1f05f7e000           4K                               pte
[    2.523253] 0xfffffe1f05f7e000-0xfffffe1f05f82000          16K     RW                 GLB NX pte
[    2.523280] 0xfffffe1f05f82000-0xfffffe1f05f83000           4K                               pte
[    2.523299] 0xfffffe1f05f83000-0xfffffe1f05f87000          16K     RW                 GLB NX pte
[    2.523329] 0xfffffe1f05f87000-0xfffffe1f06000000         484K                               pte
[    2.523356] 0xfffffe1f06000000-0xfffffe1f40000000         928M                               pmd
[    2.523375] 0xfffffe1f40000000-0xfffffe25c0000000          26G                               pud
[    2.523400] 0xfffffe25c0000000-0xfffffe25e7800000         632M                               pmd
[    2.523431] 0xfffffe25e7800000-0xfffffe25e7997000        1628K                               pte
[    2.523449] 0xfffffe25e7997000-0xfffffe25e7998000           4K     ro                 GLB NX pte
[    2.523476] 0xfffffe25e7998000-0xfffffe25e7999000           4K     RW                 GLB NX pte
[    2.523503] 0xfffffe25e7999000-0xfffffe25e799e000          20K     ro                 GLB NX pte
[    2.523529] 0xfffffe25e799e000-0xfffffe25e799f000           4K                               pte
[    2.523548] 0xfffffe25e799f000-0xfffffe25e79a3000          16K     RW                 GLB NX pte
[    2.523575] 0xfffffe25e79a3000-0xfffffe25e79a4000           4K                               pte
[    2.523593] 0xfffffe25e79a4000-0xfffffe25e79a8000          16K     RW                 GLB NX pte
[    2.523620] 0xfffffe25e79a8000-0xfffffe25e79a9000           4K                               pte
[    2.523638] 0xfffffe25e79a9000-0xfffffe25e79ad000          16K     RW                 GLB NX pte
[    2.523665] 0xfffffe25e79ad000-0xfffffe25e79ae000           4K                               pte
[    2.523684] 0xfffffe25e79ae000-0xfffffe25e79b2000          16K     RW                 GLB NX pte
[    2.523713] 0xfffffe25e79b2000-0xfffffe25e7a00000         312K                               pte
[    2.523735] 0xfffffe25e7a00000-0xfffffe2601c00000         418M                               pmd
[    2.523761] 0xfffffe2601c00000-0xfffffe2601cef000         956K                               pte
[    2.523779] 0xfffffe2601cef000-0xfffffe2601cf0000           4K     ro                 GLB NX pte
[    2.523806] 0xfffffe2601cf0000-0xfffffe2601cf1000           4K     RW                 GLB NX pte
[    2.523833] 0xfffffe2601cf1000-0xfffffe2601cf6000          20K     ro                 GLB NX pte
[    2.523860] 0xfffffe2601cf6000-0xfffffe2601cf7000           4K                               pte
[    2.523878] 0xfffffe2601cf7000-0xfffffe2601cfb000          16K     RW                 GLB NX pte
[    2.523907] 0xfffffe2601cfb000-0xfffffe2601cfc000           4K                               pte
[    2.523926] 0xfffffe2601cfc000-0xfffffe2601d00000          16K     RW                 GLB NX pte
[    2.523953] 0xfffffe2601d00000-0xfffffe2601d01000           4K                               pte
[    2.523971] 0xfffffe2601d01000-0xfffffe2601d05000          16K     RW                 GLB NX pte
[    2.523998] 0xfffffe2601d05000-0xfffffe2601d06000           4K                               pte
[    2.524016] 0xfffffe2601d06000-0xfffffe2601d0a000          16K     RW                 GLB NX pte
[    2.524051] 0xfffffe2601d0a000-0xfffffe2601e00000         984K                               pte
[    2.524078] 0xfffffe2601e00000-0xfffffe2640000000         994M                               pmd
[    2.524098] 0xfffffe2640000000-0xfffffe2fc0000000          38G                               pud
[    2.524119] 0xfffffe2fc0000000-0xfffffe2fd5400000         340M                               pmd
[    2.524144] 0xfffffe2fd5400000-0xfffffe2fd54c8000         800K                               pte
[    2.524162] 0xfffffe2fd54c8000-0xfffffe2fd54c9000           4K     ro                 GLB NX pte
[    2.524189] 0xfffffe2fd54c9000-0xfffffe2fd54ca000           4K     RW                 GLB NX pte
[    2.524216] 0xfffffe2fd54ca000-0xfffffe2fd54cf000          20K     ro                 GLB NX pte
[    2.524243] 0xfffffe2fd54cf000-0xfffffe2fd54d0000           4K                               pte
[    2.524261] 0xfffffe2fd54d0000-0xfffffe2fd54d4000          16K     RW                 GLB NX pte
[    2.524288] 0xfffffe2fd54d4000-0xfffffe2fd54d5000           4K                               pte
[    2.524306] 0xfffffe2fd54d5000-0xfffffe2fd54d9000          16K     RW                 GLB NX pte
[    2.524333] 0xfffffe2fd54d9000-0xfffffe2fd54da000           4K                               pte
[    2.524352] 0xfffffe2fd54da000-0xfffffe2fd54de000          16K     RW                 GLB NX pte
[    2.524378] 0xfffffe2fd54de000-0xfffffe2fd54df000           4K                               pte
[    2.524397] 0xfffffe2fd54df000-0xfffffe2fd54e3000          16K     RW                 GLB NX pte
[    2.524432] 0xfffffe2fd54e3000-0xfffffe2fd5600000        1140K                               pte
[    2.524466] 0xfffffe2fd5600000-0xfffffe303b200000        1628M                               pmd
[    2.524488] 0xfffffe303b200000-0xfffffe303b274000         464K                               pte
[    2.524507] 0xfffffe303b274000-0xfffffe303b275000           4K     ro                 GLB NX pte
[    2.524533] 0xfffffe303b275000-0xfffffe303b276000           4K     RW                 GLB NX pte
[    2.524560] 0xfffffe303b276000-0xfffffe303b27b000          20K     ro                 GLB NX pte
[    2.524587] 0xfffffe303b27b000-0xfffffe303b27c000           4K                               pte
[    2.524605] 0xfffffe303b27c000-0xfffffe303b280000          16K     RW                 GLB NX pte
[    2.524632] 0xfffffe303b280000-0xfffffe303b281000           4K                               pte
[    2.524651] 0xfffffe303b281000-0xfffffe303b285000          16K     RW                 GLB NX pte
[    2.524677] 0xfffffe303b285000-0xfffffe303b286000           4K                               pte
[    2.524696] 0xfffffe303b286000-0xfffffe303b28a000          16K     RW                 GLB NX pte
[    2.524723] 0xfffffe303b28a000-0xfffffe303b28b000           4K                               pte
[    2.524741] 0xfffffe303b28b000-0xfffffe303b28f000          16K     RW                 GLB NX pte
[    2.524779] 0xfffffe303b28f000-0xfffffe303b400000        1476K                               pte
[    2.524798] 0xfffffe303b400000-0xfffffe3040000000          76M                               pmd
[    2.524818] 0xfffffe3040000000-0xfffffe3dc0000000          54G                               pud
[    2.524844] 0xfffffe3dc0000000-0xfffffe3def600000         758M                               pmd
[    2.524867] 0xfffffe3def600000-0xfffffe3def69c000         624K                               pte
[    2.524887] 0xfffffe3def69c000-0xfffffe3def69d000           4K     ro                 GLB NX pte
[    2.524918] 0xfffffe3def69d000-0xfffffe3def69e000           4K     RW                 GLB NX pte
[    2.524945] 0xfffffe3def69e000-0xfffffe3def6a3000          20K     ro                 GLB NX pte
[    2.524972] 0xfffffe3def6a3000-0xfffffe3def6a4000           4K                               pte
[    2.524990] 0xfffffe3def6a4000-0xfffffe3def6a8000          16K     RW                 GLB NX pte
[    2.525017] 0xfffffe3def6a8000-0xfffffe3def6a9000           4K                               pte
[    2.525035] 0xfffffe3def6a9000-0xfffffe3def6ad000          16K     RW                 GLB NX pte
[    2.525062] 0xfffffe3def6ad000-0xfffffe3def6ae000           4K                               pte
[    2.525080] 0xfffffe3def6ae000-0xfffffe3def6b2000          16K     RW                 GLB NX pte
[    2.525107] 0xfffffe3def6b2000-0xfffffe3def6b3000           4K                               pte
[    2.525125] 0xfffffe3def6b3000-0xfffffe3def6b7000          16K     RW                 GLB NX pte
[    2.525162] 0xfffffe3def6b7000-0xfffffe3def800000        1316K                               pte
[    2.525182] 0xfffffe3def800000-0xfffffe3e00000000         264M                               pmd
[    2.525201] 0xfffffe3e00000000-0xfffffe4200000000          16G                               pud
[    2.525225] 0xfffffe4200000000-0xfffffe4225200000         594M                               pmd
[    2.525258] 0xfffffe4225200000-0xfffffe42253d8000        1888K                               pte
[    2.525276] 0xfffffe42253d8000-0xfffffe42253d9000           4K     ro                 GLB NX pte
[    2.525303] 0xfffffe42253d9000-0xfffffe42253da000           4K     RW                 GLB NX pte
[    2.525330] 0xfffffe42253da000-0xfffffe42253df000          20K     ro                 GLB NX pte
[    2.525356] 0xfffffe42253df000-0xfffffe42253e0000           4K                               pte
[    2.525375] 0xfffffe42253e0000-0xfffffe42253e4000          16K     RW                 GLB NX pte
[    2.525401] 0xfffffe42253e4000-0xfffffe42253e5000           4K                               pte
[    2.525420] 0xfffffe42253e5000-0xfffffe42253e9000          16K     RW                 GLB NX pte
[    2.525446] 0xfffffe42253e9000-0xfffffe42253ea000           4K                               pte
[    2.525465] 0xfffffe42253ea000-0xfffffe42253ee000          16K     RW                 GLB NX pte
[    2.525491] 0xfffffe42253ee000-0xfffffe42253ef000           4K                               pte
[    2.525510] 0xfffffe42253ef000-0xfffffe42253f3000          16K     RW                 GLB NX pte
[    2.525537] 0xfffffe42253f3000-0xfffffe4225400000          52K                               pte
[    2.525559] 0xfffffe4225400000-0xfffffe4240000000         428M                               pmd
[    2.525578] 0xfffffe4240000000-0xfffffe4500000000          11G                               pud
[    2.525598] 0xfffffe4500000000-0xfffffe450f800000         248M                               pmd
[    2.525632] 0xfffffe450f800000-0xfffffe450f9fd000        2036K                               pte
[    2.525650] 0xfffffe450f9fd000-0xfffffe450f9fe000           4K     ro                 GLB NX pte
[    2.525677] 0xfffffe450f9fe000-0xfffffe450f9ff000           4K     RW                 GLB NX pte
[    2.525704] 0xfffffe450f9ff000-0xfffffe450fa04000          20K     ro                 GLB NX pte
[    2.525731] 0xfffffe450fa04000-0xfffffe450fa05000           4K                               pte
[    2.525749] 0xfffffe450fa05000-0xfffffe450fa09000          16K     RW                 GLB NX pte
[    2.525776] 0xfffffe450fa09000-0xfffffe450fa0a000           4K                               pte
[    2.525794] 0xfffffe450fa0a000-0xfffffe450fa0e000          16K     RW                 GLB NX pte
[    2.525821] 0xfffffe450fa0e000-0xfffffe450fa0f000           4K                               pte
[    2.525839] 0xfffffe450fa0f000-0xfffffe450fa13000          16K     RW                 GLB NX pte
[    2.525866] 0xfffffe450fa13000-0xfffffe450fa14000           4K                               pte
[    2.525887] 0xfffffe450fa14000-0xfffffe450fa18000          16K     RW                 GLB NX pte
[    2.525929] 0xfffffe450fa18000-0xfffffe450fc00000        1952K                               pte
[    2.525950] 0xfffffe450fc00000-0xfffffe4521e00000         290M                               pmd
[    2.525969] 0xfffffe4521e00000-0xfffffe4521e08000          32K                               pte
[    2.525987] 0xfffffe4521e08000-0xfffffe4521e09000           4K     ro                 GLB NX pte
[    2.526014] 0xfffffe4521e09000-0xfffffe4521e0a000           4K     RW                 GLB NX pte
[    2.526040] 0xfffffe4521e0a000-0xfffffe4521e0f000          20K     ro                 GLB NX pte
[    2.526067] 0xfffffe4521e0f000-0xfffffe4521e10000           4K                               pte
[    2.526085] 0xfffffe4521e10000-0xfffffe4521e14000          16K     RW                 GLB NX pte
[    2.526112] 0xfffffe4521e14000-0xfffffe4521e15000           4K                               pte
[    2.526130] 0xfffffe4521e15000-0xfffffe4521e19000          16K     RW                 GLB NX pte
[    2.526157] 0xfffffe4521e19000-0xfffffe4521e1a000           4K                               pte
[    2.526176] 0xfffffe4521e1a000-0xfffffe4521e1e000          16K     RW                 GLB NX pte
[    2.526202] 0xfffffe4521e1e000-0xfffffe4521e1f000           4K                               pte
[    2.526221] 0xfffffe4521e1f000-0xfffffe4521e23000          16K     RW                 GLB NX pte
[    2.526262] 0xfffffe4521e23000-0xfffffe4522000000        1908K                               pte
[    2.526285] 0xfffffe4522000000-0xfffffe4540000000         480M                               pmd
[    2.526303] 0xfffffe4540000000-0xfffffe4800000000          11G                               pud
[    2.526324] 0xfffffe4800000000-0xfffffe4812e00000         302M                               pmd
[    2.526346] 0xfffffe4812e00000-0xfffffe4812e66000         408K                               pte
[    2.526364] 0xfffffe4812e66000-0xfffffe4812e67000           4K     ro                 GLB NX pte
[    2.526391] 0xfffffe4812e67000-0xfffffe4812e68000           4K     RW                 GLB NX pte
[    2.526418] 0xfffffe4812e68000-0xfffffe4812e6d000          20K     ro                 GLB NX pte
[    2.526444] 0xfffffe4812e6d000-0xfffffe4812e6e000           4K                               pte
[    2.526463] 0xfffffe4812e6e000-0xfffffe4812e72000          16K     RW                 GLB NX pte
[    2.526489] 0xfffffe4812e72000-0xfffffe4812e73000           4K                               pte
[    2.526508] 0xfffffe4812e73000-0xfffffe4812e77000          16K     RW                 GLB NX pte
[    2.526534] 0xfffffe4812e77000-0xfffffe4812e78000           4K                               pte
[    2.526553] 0xfffffe4812e78000-0xfffffe4812e7c000          16K     RW                 GLB NX pte
[    2.526579] 0xfffffe4812e7c000-0xfffffe4812e7d000           4K                               pte
[    2.526598] 0xfffffe4812e7d000-0xfffffe4812e81000          16K     RW                 GLB NX pte
[    2.526636] 0xfffffe4812e81000-0xfffffe4813000000        1532K                               pte
[    2.526661] 0xfffffe4813000000-0xfffffe4840000000         720M                               pmd
[    2.526680] 0xfffffe4840000000-0xfffffe4a00000000           7G                               pud
[    2.526708] 0xfffffe4a00000000-0xfffffe4a3f200000        1010M                               pmd
[    2.526731] 0xfffffe4a3f200000-0xfffffe4a3f2a3000         652K                               pte
[    2.526749] 0xfffffe4a3f2a3000-0xfffffe4a3f2a4000           4K     ro                 GLB NX pte
[    2.526776] 0xfffffe4a3f2a4000-0xfffffe4a3f2a5000           4K     RW                 GLB NX pte
[    2.526803] 0xfffffe4a3f2a5000-0xfffffe4a3f2aa000          20K     ro                 GLB NX pte
[    2.526829] 0xfffffe4a3f2aa000-0xfffffe4a3f2ab000           4K                               pte
[    2.526848] 0xfffffe4a3f2ab000-0xfffffe4a3f2af000          16K     RW                 GLB NX pte
[    2.526876] 0xfffffe4a3f2af000-0xfffffe4a3f2b0000           4K                               pte
[    2.526887] 0xfffffe4a3f2b0000-0xfffffe4a3f2b4000          16K     RW                 GLB NX pte
[    2.526914] 0xfffffe4a3f2b4000-0xfffffe4a3f2b5000           4K                               pte
[    2.526932] 0xfffffe4a3f2b5000-0xfffffe4a3f2b9000          16K     RW                 GLB NX pte
[    2.526959] 0xfffffe4a3f2b9000-0xfffffe4a3f2ba000           4K                               pte
[    2.526978] 0xfffffe4a3f2ba000-0xfffffe4a3f2be000          16K     RW                 GLB NX pte
[    2.527014] 0xfffffe4a3f2be000-0xfffffe4a3f400000        1288K                               pte
[    2.527039] 0xfffffe4a3f400000-0xfffffe4a65200000         606M                               pmd
[    2.527057] 0xfffffe4a65200000-0xfffffe4a65205000          20K                               pte
[    2.527075] 0xfffffe4a65205000-0xfffffe4a65206000           4K     ro                 GLB NX pte
[    2.527102] 0xfffffe4a65206000-0xfffffe4a65207000           4K     RW                 GLB NX pte
[    2.527129] 0xfffffe4a65207000-0xfffffe4a6520c000          20K     ro                 GLB NX pte
[    2.527156] 0xfffffe4a6520c000-0xfffffe4a6520d000           4K                               pte
[    2.527174] 0xfffffe4a6520d000-0xfffffe4a65211000          16K     RW                 GLB NX pte
[    2.527201] 0xfffffe4a65211000-0xfffffe4a65212000           4K                               pte
[    2.527220] 0xfffffe4a65212000-0xfffffe4a65216000          16K     RW                 GLB NX pte
[    2.527247] 0xfffffe4a65216000-0xfffffe4a65217000           4K                               pte
[    2.527265] 0xfffffe4a65217000-0xfffffe4a6521b000          16K     RW                 GLB NX pte
[    2.527292] 0xfffffe4a6521b000-0xfffffe4a6521c000           4K                               pte
[    2.527310] 0xfffffe4a6521c000-0xfffffe4a65220000          16K     RW                 GLB NX pte
[    2.527352] 0xfffffe4a65220000-0xfffffe4a65400000        1920K                               pte
[    2.527374] 0xfffffe4a65400000-0xfffffe4a80000000         428M                               pmd
[    2.527393] 0xfffffe4a80000000-0xfffffe4f00000000          18G                               pud
[    2.527421] 0xfffffe4f00000000-0xfffffe4f3fc00000        1020M                               pmd
[    2.527452] 0xfffffe4f3fc00000-0xfffffe4f3fda0000        1664K                               pte
[    2.527470] 0xfffffe4f3fda0000-0xfffffe4f3fda1000           4K     ro                 GLB NX pte
[    2.527497] 0xfffffe4f3fda1000-0xfffffe4f3fda2000           4K     RW                 GLB NX pte
[    2.527524] 0xfffffe4f3fda2000-0xfffffe4f3fda7000          20K     ro                 GLB NX pte
[    2.527551] 0xfffffe4f3fda7000-0xfffffe4f3fda8000           4K                               pte
[    2.527569] 0xfffffe4f3fda8000-0xfffffe4f3fdac000          16K     RW                 GLB NX pte
[    2.527596] 0xfffffe4f3fdac000-0xfffffe4f3fdad000           4K                               pte
[    2.527614] 0xfffffe4f3fdad000-0xfffffe4f3fdb1000          16K     RW                 GLB NX pte
[    2.527641] 0xfffffe4f3fdb1000-0xfffffe4f3fdb2000           4K                               pte
[    2.527660] 0xfffffe4f3fdb2000-0xfffffe4f3fdb6000          16K     RW                 GLB NX pte
[    2.527686] 0xfffffe4f3fdb6000-0xfffffe4f3fdb7000           4K                               pte
[    2.527705] 0xfffffe4f3fdb7000-0xfffffe4f3fdbb000          16K     RW                 GLB NX pte
[    2.527734] 0xfffffe4f3fdbb000-0xfffffe4f3fe00000         276K                               pte
[    2.527752] 0xfffffe4f3fe00000-0xfffffe4f40000000           2M                               pmd
[    2.527771] 0xfffffe4f40000000-0xfffffe5280000000          13G                               pud
[    2.527797] 0xfffffe5280000000-0xfffffe52ad200000         722M                               pmd
[    2.527819] 0xfffffe52ad200000-0xfffffe52ad28c000         560K                               pte
[    2.527838] 0xfffffe52ad28c000-0xfffffe52ad28d000           4K     ro                 GLB NX pte
[    2.527864] 0xfffffe52ad28d000-0xfffffe52ad28e000           4K     RW                 GLB NX pte
[    2.527906] 0xfffffe52ad28e000-0xfffffe52ad293000          20K     ro                 GLB NX pte
[    2.527933] 0xfffffe52ad293000-0xfffffe52ad294000           4K                               pte
[    2.527951] 0xfffffe52ad294000-0xfffffe52ad298000          16K     RW                 GLB NX pte
[    2.527978] 0xfffffe52ad298000-0xfffffe52ad299000           4K                               pte
[    2.527997] 0xfffffe52ad299000-0xfffffe52ad29d000          16K     RW                 GLB NX pte
[    2.528023] 0xfffffe52ad29d000-0xfffffe52ad29e000           4K                               pte
[    2.528042] 0xfffffe52ad29e000-0xfffffe52ad2a2000          16K     RW                 GLB NX pte
[    2.528069] 0xfffffe52ad2a2000-0xfffffe52ad2a3000           4K                               pte
[    2.528087] 0xfffffe52ad2a3000-0xfffffe52ad2a7000          16K     RW                 GLB NX pte
[    2.528124] 0xfffffe52ad2a7000-0xfffffe52ad400000        1380K                               pte
[    2.528146] 0xfffffe52ad400000-0xfffffe52c0000000         300M                               pmd
[    2.528164] 0xfffffe52c0000000-0xfffffe5700000000          17G                               pud
[    2.528190] 0xfffffe5700000000-0xfffffe572f400000         756M                               pmd
[    2.528220] 0xfffffe572f400000-0xfffffe572f57b000        1516K                               pte
[    2.528238] 0xfffffe572f57b000-0xfffffe572f57c000           4K     ro                 GLB NX pte
[    2.528265] 0xfffffe572f57c000-0xfffffe572f57d000           4K     RW                 GLB NX pte
[    2.528292] 0xfffffe572f57d000-0xfffffe572f582000          20K     ro                 GLB NX pte
[    2.528319] 0xfffffe572f582000-0xfffffe572f583000           4K                               pte
[    2.528337] 0xfffffe572f583000-0xfffffe572f587000          16K     RW                 GLB NX pte
[    2.528364] 0xfffffe572f587000-0xfffffe572f588000           4K                               pte
[    2.528383] 0xfffffe572f588000-0xfffffe572f58c000          16K     RW                 GLB NX pte
[    2.528409] 0xfffffe572f58c000-0xfffffe572f58d000           4K                               pte
[    2.528428] 0xfffffe572f58d000-0xfffffe572f591000          16K     RW                 GLB NX pte
[    2.528455] 0xfffffe572f591000-0xfffffe572f592000           4K                               pte
[    2.528473] 0xfffffe572f592000-0xfffffe572f596000          16K     RW                 GLB NX pte
[    2.528503] 0xfffffe572f596000-0xfffffe572f600000         424K                               pte
[    2.528524] 0xfffffe572f600000-0xfffffe5740000000         266M                               pmd
[    2.528543] 0xfffffe5740000000-0xfffffe5b00000000          15G                               pud
[    2.528565] 0xfffffe5b00000000-0xfffffe5b16400000         356M                               pmd
[    2.528593] 0xfffffe5b16400000-0xfffffe5b1655b000        1388K                               pte
[    2.528612] 0xfffffe5b1655b000-0xfffffe5b1655c000           4K     ro                 GLB NX pte
[    2.528639] 0xfffffe5b1655c000-0xfffffe5b1655d000           4K     RW                 GLB NX pte
[    2.528665] 0xfffffe5b1655d000-0xfffffe5b16562000          20K     ro                 GLB NX pte
[    2.528692] 0xfffffe5b16562000-0xfffffe5b16563000           4K                               pte
[    2.528711] 0xfffffe5b16563000-0xfffffe5b16567000          16K     RW                 GLB NX pte
[    2.528737] 0xfffffe5b16567000-0xfffffe5b16568000           4K                               pte
[    2.528756] 0xfffffe5b16568000-0xfffffe5b1656c000          16K     RW                 GLB NX pte
[    2.528783] 0xfffffe5b1656c000-0xfffffe5b1656d000           4K                               pte
[    2.528801] 0xfffffe5b1656d000-0xfffffe5b16571000          16K     RW                 GLB NX pte
[    2.528828] 0xfffffe5b16571000-0xfffffe5b16572000           4K                               pte
[    2.528846] 0xfffffe5b16572000-0xfffffe5b16576000          16K     RW                 GLB NX pte
[    2.528877] 0xfffffe5b16576000-0xfffffe5b16600000         552K                               pte
[    2.528893] 0xfffffe5b16600000-0xfffffe5b40000000         666M                               pmd
[    2.528912] 0xfffffe5b40000000-0xfffffe5c40000000           4G                               pud
[    2.528939] 0xfffffe5c40000000-0xfffffe5c77800000         888M                               pmd
[    2.528968] 0xfffffe5c77800000-0xfffffe5c77958000        1376K                               pte
[    2.528986] 0xfffffe5c77958000-0xfffffe5c77959000           4K     ro                 GLB NX pte
[    2.529013] 0xfffffe5c77959000-0xfffffe5c7795a000           4K     RW                 GLB NX pte
[    2.529040] 0xfffffe5c7795a000-0xfffffe5c7795f000          20K     ro                 GLB NX pte
[    2.529066] 0xfffffe5c7795f000-0xfffffe5c77960000           4K                               pte
[    2.529085] 0xfffffe5c77960000-0xfffffe5c77964000          16K     RW                 GLB NX pte
[    2.529112] 0xfffffe5c77964000-0xfffffe5c77965000           4K                               pte
[    2.529130] 0xfffffe5c77965000-0xfffffe5c77969000          16K     RW                 GLB NX pte
[    2.529157] 0xfffffe5c77969000-0xfffffe5c7796a000           4K                               pte
[    2.529175] 0xfffffe5c7796a000-0xfffffe5c7796e000          16K     RW                 GLB NX pte
[    2.529202] 0xfffffe5c7796e000-0xfffffe5c7796f000           4K                               pte
[    2.529220] 0xfffffe5c7796f000-0xfffffe5c77973000          16K     RW                 GLB NX pte
[    2.529251] 0xfffffe5c77973000-0xfffffe5c77a00000         564K                               pte
[    2.529271] 0xfffffe5c77a00000-0xfffffe5c80000000         134M                               pmd
[    2.529290] 0xfffffe5c80000000-0xfffffe6100000000          18G                               pud
[    2.529309] 0xfffffe6100000000-0xfffffe6101000000          16M                               pmd
[    2.529342] 0xfffffe6101000000-0xfffffe61011df000        1916K                               pte
[    2.529360] 0xfffffe61011df000-0xfffffe61011e0000           4K     ro                 GLB NX pte
[    2.529387] 0xfffffe61011e0000-0xfffffe61011e1000           4K     RW                 GLB NX pte
[    2.529414] 0xfffffe61011e1000-0xfffffe61011e6000          20K     ro                 GLB NX pte
[    2.529441] 0xfffffe61011e6000-0xfffffe61011e7000           4K                               pte
[    2.529459] 0xfffffe61011e7000-0xfffffe61011eb000          16K     RW                 GLB NX pte
[    2.529486] 0xfffffe61011eb000-0xfffffe61011ec000           4K                               pte
[    2.529504] 0xfffffe61011ec000-0xfffffe61011f0000          16K     RW                 GLB NX pte
[    2.529531] 0xfffffe61011f0000-0xfffffe61011f1000           4K                               pte
[    2.529549] 0xfffffe61011f1000-0xfffffe61011f5000          16K     RW                 GLB NX pte
[    2.529576] 0xfffffe61011f5000-0xfffffe61011f6000           4K                               pte
[    2.529595] 0xfffffe61011f6000-0xfffffe61011fa000          16K     RW                 GLB NX pte
[    2.529621] 0xfffffe61011fa000-0xfffffe6101200000          24K                               pte
[    2.529649] 0xfffffe6101200000-0xfffffe6140000000        1006M                               pmd
[    2.529668] 0xfffffe6140000000-0xfffffe6200000000           3G                               pud
[    2.529691] 0xfffffe6200000000-0xfffffe621ea00000         490M                               pmd
[    2.529718] 0xfffffe621ea00000-0xfffffe621eb1c000        1136K                               pte
[    2.529736] 0xfffffe621eb1c000-0xfffffe621eb1d000           4K     ro                 GLB NX pte
[    2.529763] 0xfffffe621eb1d000-0xfffffe621eb1e000           4K     RW                 GLB NX pte
[    2.529790] 0xfffffe621eb1e000-0xfffffe621eb23000          20K     ro                 GLB NX pte
[    2.529817] 0xfffffe621eb23000-0xfffffe621eb24000           4K                               pte
[    2.529835] 0xfffffe621eb24000-0xfffffe621eb28000          16K     RW                 GLB NX pte
[    2.529862] 0xfffffe621eb28000-0xfffffe621eb29000           4K                               pte
[    2.529887] 0xfffffe621eb29000-0xfffffe621eb2d000          16K     RW                 GLB NX pte
[    2.529918] 0xfffffe621eb2d000-0xfffffe621eb2e000           4K                               pte
[    2.529936] 0xfffffe621eb2e000-0xfffffe621eb32000          16K     RW                 GLB NX pte
[    2.529963] 0xfffffe621eb32000-0xfffffe621eb33000           4K                               pte
[    2.529981] 0xfffffe621eb33000-0xfffffe621eb37000          16K     RW                 GLB NX pte
[    2.530014] 0xfffffe621eb37000-0xfffffe621ec00000         804K                               pte
[    2.530038] 0xfffffe621ec00000-0xfffffe6240000000         532M                               pmd
[    2.530056] 0xfffffe6240000000-0xfffffe64c0000000          10G                               pud
[    2.530075] 0xfffffe64c0000000-0xfffffe64c0800000           8M                               pmd
[    2.530100] 0xfffffe64c0800000-0xfffffe64c08d9000         868K                               pte
[    2.530118] 0xfffffe64c08d9000-0xfffffe64c08da000           4K     ro                 GLB NX pte
[    2.530145] 0xfffffe64c08da000-0xfffffe64c08db000           4K     RW                 GLB NX pte
[    2.530171] 0xfffffe64c08db000-0xfffffe64c08e0000          20K     ro                 GLB NX pte
[    2.530198] 0xfffffe64c08e0000-0xfffffe64c08e1000           4K                               pte
[    2.530216] 0xfffffe64c08e1000-0xfffffe64c08e5000          16K     RW                 GLB NX pte
[    2.530243] 0xfffffe64c08e5000-0xfffffe64c08e6000           4K                               pte
[    2.530261] 0xfffffe64c08e6000-0xfffffe64c08ea000          16K     RW                 GLB NX pte
[    2.530288] 0xfffffe64c08ea000-0xfffffe64c08eb000           4K                               pte
[    2.530306] 0xfffffe64c08eb000-0xfffffe64c08ef000          16K     RW                 GLB NX pte
[    2.530333] 0xfffffe64c08ef000-0xfffffe64c08f0000           4K                               pte
[    2.530351] 0xfffffe64c08f0000-0xfffffe64c08f4000          16K     RW                 GLB NX pte
[    2.530386] 0xfffffe64c08f4000-0xfffffe64c0a00000        1072K                               pte
[    2.530414] 0xfffffe64c0a00000-0xfffffe6500000000        1014M                               pmd
[    2.530432] 0xfffffe6500000000-0xfffffe6580000000           2G                               pud
[    2.530452] 0xfffffe6580000000-0xfffffe6587c00000         124M                               pmd
[    2.530482] 0xfffffe6587c00000-0xfffffe6587d78000        1504K                               pte
[    2.530500] 0xfffffe6587d78000-0xfffffe6587d79000           4K     ro                 GLB NX pte
[    2.530527] 0xfffffe6587d79000-0xfffffe6587d7a000           4K     RW                 GLB NX pte
[    2.530554] 0xfffffe6587d7a000-0xfffffe6587d7f000          20K     ro                 GLB NX pte
[    2.530580] 0xfffffe6587d7f000-0xfffffe6587d80000           4K                               pte
[    2.530599] 0xfffffe6587d80000-0xfffffe6587d84000          16K     RW                 GLB NX pte
[    2.530625] 0xfffffe6587d84000-0xfffffe6587d85000           4K                               pte
[    2.530644] 0xfffffe6587d85000-0xfffffe6587d89000          16K     RW                 GLB NX pte
[    2.530670] 0xfffffe6587d89000-0xfffffe6587d8a000           4K                               pte
[    2.530689] 0xfffffe6587d8a000-0xfffffe6587d8e000          16K     RW                 GLB NX pte
[    2.530715] 0xfffffe6587d8e000-0xfffffe6587d8f000           4K                               pte
[    2.530734] 0xfffffe6587d8f000-0xfffffe6587d93000          16K     RW                 GLB NX pte
[    2.530764] 0xfffffe6587d93000-0xfffffe6587e00000         436K                               pte
[    2.530790] 0xfffffe6587e00000-0xfffffe65c0000000         898M                               pmd
[    2.530809] 0xfffffe65c0000000-0xfffffe6a80000000          19G                               pud
[    2.530830] 0xfffffe6a80000000-0xfffffe6a8f400000         244M                               pmd
[    2.530851] 0xfffffe6a8f400000-0xfffffe6a8f458000         352K                               pte
[    2.530873] 0xfffffe6a8f458000-0xfffffe6a8f459000           4K     ro                 GLB NX pte
[    2.530909] 0xfffffe6a8f459000-0xfffffe6a8f45a000           4K     RW                 GLB NX pte
[    2.530936] 0xfffffe6a8f45a000-0xfffffe6a8f45f000          20K     ro                 GLB NX pte
[    2.530963] 0xfffffe6a8f45f000-0xfffffe6a8f460000           4K                               pte
[    2.530981] 0xfffffe6a8f460000-0xfffffe6a8f464000          16K     RW                 GLB NX pte
[    2.531008] 0xfffffe6a8f464000-0xfffffe6a8f465000           4K                               pte
[    2.531027] 0xfffffe6a8f465000-0xfffffe6a8f469000          16K     RW                 GLB NX pte
[    2.531054] 0xfffffe6a8f469000-0xfffffe6a8f46a000           4K                               pte
[    2.531072] 0xfffffe6a8f46a000-0xfffffe6a8f46e000          16K     RW                 GLB NX pte
[    2.531099] 0xfffffe6a8f46e000-0xfffffe6a8f46f000           4K                               pte
[    2.531117] 0xfffffe6a8f46f000-0xfffffe6a8f473000          16K     RW                 GLB NX pte
[    2.531156] 0xfffffe6a8f473000-0xfffffe6a8f600000        1588K                               pte
[    2.531182] 0xfffffe6a8f600000-0xfffffe6ac0000000         778M                               pmd
[    2.531200] 0xfffffe6ac0000000-0xfffffe6b80000000           3G                               pud
[    2.531229] 0xfffffe6b80000000-0xfffffe6bbf000000        1008M                               pmd
[    2.531253] 0xfffffe6bbf000000-0xfffffe6bbf0cb000         812K                               pte
[    2.531271] 0xfffffe6bbf0cb000-0xfffffe6bbf0cc000           4K     ro                 GLB NX pte
[    2.531298] 0xfffffe6bbf0cc000-0xfffffe6bbf0cd000           4K     RW                 GLB NX pte
[    2.531325] 0xfffffe6bbf0cd000-0xfffffe6bbf0d2000          20K     ro                 GLB NX pte
[    2.531352] 0xfffffe6bbf0d2000-0xfffffe6bbf0d3000           4K                               pte
[    2.531370] 0xfffffe6bbf0d3000-0xfffffe6bbf0d7000          16K     RW                 GLB NX pte
[    2.531397] 0xfffffe6bbf0d7000-0xfffffe6bbf0d8000           4K                               pte
[    2.531416] 0xfffffe6bbf0d8000-0xfffffe6bbf0dc000          16K     RW                 GLB NX pte
[    2.531442] 0xfffffe6bbf0dc000-0xfffffe6bbf0dd000           4K                               pte
[    2.531461] 0xfffffe6bbf0dd000-0xfffffe6bbf0e1000          16K     RW                 GLB NX pte
[    2.531488] 0xfffffe6bbf0e1000-0xfffffe6bbf0e2000           4K                               pte
[    2.531506] 0xfffffe6bbf0e2000-0xfffffe6bbf0e6000          16K     RW                 GLB NX pte
[    2.531541] 0xfffffe6bbf0e6000-0xfffffe6bbf200000        1128K                               pte
[    2.531564] 0xfffffe6bbf200000-0xfffffe6bda000000         430M                               pmd
[    2.531587] 0xfffffe6bda000000-0xfffffe6bda09e000         632K                               pte
[    2.531606] 0xfffffe6bda09e000-0xfffffe6bda09f000           4K     ro                 GLB NX pte
[    2.531632] 0xfffffe6bda09f000-0xfffffe6bda0a0000           4K     RW                 GLB NX pte
[    2.531659] 0xfffffe6bda0a0000-0xfffffe6bda0a5000          20K     ro                 GLB NX pte
[    2.531686] 0xfffffe6bda0a5000-0xfffffe6bda0a6000           4K                               pte
[    2.531704] 0xfffffe6bda0a6000-0xfffffe6bda0aa000          16K     RW                 GLB NX pte
[    2.531731] 0xfffffe6bda0aa000-0xfffffe6bda0ab000           4K                               pte
[    2.531750] 0xfffffe6bda0ab000-0xfffffe6bda0af000          16K     RW                 GLB NX pte
[    2.531776] 0xfffffe6bda0af000-0xfffffe6bda0b0000           4K                               pte
[    2.531795] 0xfffffe6bda0b0000-0xfffffe6bda0b4000          16K     RW                 GLB NX pte
[    2.531821] 0xfffffe6bda0b4000-0xfffffe6bda0b5000           4K                               pte
[    2.531840] 0xfffffe6bda0b5000-0xfffffe6bda0b9000          16K     RW                 GLB NX pte
[    2.531877] 0xfffffe6bda0b9000-0xfffffe6bda200000        1308K                               pte
[    2.531893] 0xfffffe6bda200000-0xfffffe6c00000000         606M                               pmd
[    2.531912] 0xfffffe6c00000000-0xfffffe7380000000          30G                               pud
[    2.531931] 0xfffffe7380000000-0xfffffe7385a00000          90M                               pmd
[    2.531953] 0xfffffe7385a00000-0xfffffe7385a65000         404K                               pte
[    2.531971] 0xfffffe7385a65000-0xfffffe7385a66000           4K     ro                 GLB NX pte
[    2.531998] 0xfffffe7385a66000-0xfffffe7385a67000           4K     RW                 GLB NX pte
[    2.532025] 0xfffffe7385a67000-0xfffffe7385a6c000          20K     ro                 GLB NX pte
[    2.532052] 0xfffffe7385a6c000-0xfffffe7385a6d000           4K                               pte
[    2.532070] 0xfffffe7385a6d000-0xfffffe7385a71000          16K     RW                 GLB NX pte
[    2.532097] 0xfffffe7385a71000-0xfffffe7385a72000           4K                               pte
[    2.532115] 0xfffffe7385a72000-0xfffffe7385a76000          16K     RW                 GLB NX pte
[    2.532142] 0xfffffe7385a76000-0xfffffe7385a77000           4K                               pte
[    2.532160] 0xfffffe7385a77000-0xfffffe7385a7b000          16K     RW                 GLB NX pte
[    2.532187] 0xfffffe7385a7b000-0xfffffe7385a7c000           4K                               pte
[    2.532206] 0xfffffe7385a7c000-0xfffffe7385a80000          16K     RW                 GLB NX pte
[    2.532244] 0xfffffe7385a80000-0xfffffe7385c00000        1536K                               pte
[    2.532270] 0xfffffe7385c00000-0xfffffe73b4800000         748M                               pmd
[    2.532295] 0xfffffe73b4800000-0xfffffe73b48e3000         908K                               pte
[    2.532313] 0xfffffe73b48e3000-0xfffffe73b48e4000           4K     ro                 GLB NX pte
[    2.532340] 0xfffffe73b48e4000-0xfffffe73b48e5000           4K     RW                 GLB NX pte
[    2.532367] 0xfffffe73b48e5000-0xfffffe73b48ea000          20K     ro                 GLB NX pte
[    2.532394] 0xfffffe73b48ea000-0xfffffe73b48eb000           4K                               pte
[    2.532412] 0xfffffe73b48eb000-0xfffffe73b48ef000          16K     RW                 GLB NX pte
[    2.532439] 0xfffffe73b48ef000-0xfffffe73b48f0000           4K                               pte
[    2.532458] 0xfffffe73b48f0000-0xfffffe73b48f4000          16K     RW                 GLB NX pte
[    2.532484] 0xfffffe73b48f4000-0xfffffe73b48f5000           4K                               pte
[    2.532503] 0xfffffe73b48f5000-0xfffffe73b48f9000          16K     RW                 GLB NX pte
[    2.532529] 0xfffffe73b48f9000-0xfffffe73b48fa000           4K                               pte
[    2.532548] 0xfffffe73b48fa000-0xfffffe73b48fe000          16K     RW                 GLB NX pte
[    2.532583] 0xfffffe73b48fe000-0xfffffe73b4a00000        1032K                               pte
[    2.532603] 0xfffffe73b4a00000-0xfffffe73c0000000         182M                               pmd
[    2.532621] 0xfffffe73c0000000-0xfffffe7640000000          10G                               pud
[    2.532649] 0xfffffe7640000000-0xfffffe767a000000         928M                               pmd
[    2.532676] 0xfffffe767a000000-0xfffffe767a11f000        1148K                               pte
[    2.532694] 0xfffffe767a11f000-0xfffffe767a120000           4K     ro                 GLB NX pte
[    2.532721] 0xfffffe767a120000-0xfffffe767a121000           4K     RW                 GLB NX pte
[    2.532748] 0xfffffe767a121000-0xfffffe767a126000          20K     ro                 GLB NX pte
[    2.532775] 0xfffffe767a126000-0xfffffe767a127000           4K                               pte
[    2.532793] 0xfffffe767a127000-0xfffffe767a12b000          16K     RW                 GLB NX pte
[    2.532820] 0xfffffe767a12b000-0xfffffe767a12c000           4K                               pte
[    2.532839] 0xfffffe767a12c000-0xfffffe767a130000          16K     RW                 GLB NX pte
[    2.532865] 0xfffffe767a130000-0xfffffe767a131000           4K                               pte
[    2.532887] 0xfffffe767a131000-0xfffffe767a135000          16K     RW                 GLB NX pte
[    2.532914] 0xfffffe767a135000-0xfffffe767a136000           4K                               pte
[    2.532933] 0xfffffe767a136000-0xfffffe767a13a000          16K     RW                 GLB NX pte
[    2.532966] 0xfffffe767a13a000-0xfffffe767a200000         792K                               pte
[    2.532985] 0xfffffe767a200000-0xfffffe7680000000          94M                               pmd
[    2.533004] 0xfffffe7680000000-0xfffffe7e00000000          30G                               pud
[    2.533024] 0xfffffe7e00000000-0xfffffe7e06e00000         110M                               pmd
[    2.533042] 0xfffffe7e06e00000-0xfffffe7e06e0f000          60K                               pte
[    2.533061] 0xfffffe7e06e0f000-0xfffffe7e06e10000           4K     ro                 GLB NX pte
[    2.533088] 0xfffffe7e06e10000-0xfffffe7e06e11000           4K     RW                 GLB NX pte
[    2.533115] 0xfffffe7e06e11000-0xfffffe7e06e16000          20K     ro                 GLB NX pte
[    2.533141] 0xfffffe7e06e16000-0xfffffe7e06e17000           4K                               pte
[    2.533160] 0xfffffe7e06e17000-0xfffffe7e06e1b000          16K     RW                 GLB NX pte
[    2.533187] 0xfffffe7e06e1b000-0xfffffe7e06e1c000           4K                               pte
[    2.533205] 0xfffffe7e06e1c000-0xfffffe7e06e20000          16K     RW                 GLB NX pte
[    2.533232] 0xfffffe7e06e20000-0xfffffe7e06e21000           4K                               pte
[    2.533251] 0xfffffe7e06e21000-0xfffffe7e06e25000          16K     RW                 GLB NX pte
[    2.533277] 0xfffffe7e06e25000-0xfffffe7e06e26000           4K                               pte
[    2.533296] 0xfffffe7e06e26000-0xfffffe7e06e2a000          16K     RW                 GLB NX pte
[    2.533337] 0xfffffe7e06e2a000-0xfffffe7e07000000        1880K                               pte
[    2.533364] 0xfffffe7e07000000-0xfffffe7e40000000         912M                               pmd
[    2.533383] 0xfffffe7e40000000-0xfffffe8000000000           7G                               pud
[    2.533401] 0xfffffe8000000000-0xffffff0000000000         512G                               pgd
[    2.533420] ---[ ESPfix Area ]---
[    2.533434] 0xffffff0000000000-0xffffff5700000000         348G                               pud
[    2.533453] 0xffffff5700000000-0xffffff570000d000          52K                               pte
[    2.533472] 0xffffff570000d000-0xffffff570000e000           4K     ro                 GLB NX pte
[    2.533499] 0xffffff570000e000-0xffffff570001d000          60K                               pte
[    2.533518] 0xffffff570001d000-0xffffff570001e000           4K     ro                 GLB NX pte
[    2.533545] 0xffffff570001e000-0xffffff570002d000          60K                               pte
[    2.533563] 0xffffff570002d000-0xffffff570002e000           4K     ro                 GLB NX pte
[    2.533591] 0xffffff570002e000-0xffffff570003d000          60K                               pte
[    2.533609] 0xffffff570003d000-0xffffff570003e000           4K     ro                 GLB NX pte
[    2.533636] 0xffffff570003e000-0xffffff570004d000          60K                               pte
[    2.533655] 0xffffff570004d000-0xffffff570004e000           4K     ro                 GLB NX pte
[    2.533682] 0xffffff570004e000-0xffffff570005d000          60K                               pte
[    2.533700] 0xffffff570005d000-0xffffff570005e000           4K     ro                 GLB NX pte
[    2.533728] 0xffffff570005e000-0xffffff570006d000          60K                               pte
[    2.533746] 0xffffff570006d000-0xffffff570006e000           4K     ro                 GLB NX pte
[    2.533774] 0xffffff570006e000-0xffffff570007d000          60K                               pte
[    2.566186] ... 131059 entries skipped ... 
[    2.566194] ---[ EFI Runtime Services ]---
[    2.566204] 0xffffffef00000000-0xfffffffe80000000          62G                               pud
[    2.566231] 0xfffffffe80000000-0xfffffffebb600000         950M                               pmd
[    2.566254] 0xfffffffebb600000-0xfffffffebb69f000         636K                               pte
[    2.566273] 0xfffffffebb69f000-0xfffffffebb6a0000           4K     RW                     NX pte
[    2.566311] 0xfffffffebb6a0000-0xfffffffebb810000        1472K                               pte
[    2.566333] 0xfffffffebb810000-0xfffffffebb890000         512K                               pte
[    2.566359] 0xfffffffebb890000-0xfffffffebb992000        1032K                               pte
[    2.566381] 0xfffffffebb992000-0xfffffffebba00000         440K     RW                     NX pte
[    2.566408] 0xfffffffebba00000-0xfffffffebc200000           8M     RW         PSE         NX pmd
[    2.566438] 0xfffffffebc200000-0xfffffffebc26f000         444K     RW                     NX pte
[    2.566480] 0xfffffffebc26f000-0xfffffffebfa44000       57172K                               pte
[    2.566506] 0xfffffffebfa44000-0xfffffffebfb47000        1036K                               pte
[    2.566532] 0xfffffffebfb47000-0xfffffffec0644000       11252K                               pte
[    2.566554] 0xfffffffec0644000-0xfffffffec06a6000         392K                               pte
[    2.566583] 0xfffffffec06a6000-0xfffffffec0800000        1384K     RW                     NX pte
[    2.566611] 0xfffffffec0800000-0xfffffffec4c00000          68M     RW         PSE         NX pmd
[    2.566637] 0xfffffffec4c00000-0xfffffffec4e00000           2M     RW         PSE         NX pmd
[    2.566675] 0xfffffffec4e00000-0xfffffffec4f64000        1424K     RW                     NX pte
[    2.566702] 0xfffffffec4f64000-0xfffffffec4f67000          12K     ro                     x  pte
[    2.566728] 0xfffffffec4f67000-0xfffffffec4f68000           4K     RW                     NX pte
[    2.566755] 0xfffffffec4f68000-0xfffffffec4f6c000          16K     RW                     NX pte
[    2.566782] 0xfffffffec4f6c000-0xfffffffec4f6e000           8K     ro                     x  pte
[    2.566809] 0xfffffffec4f6e000-0xfffffffec4f73000          20K     RW                     NX pte
[    2.566835] 0xfffffffec4f73000-0xfffffffec4f75000           8K     ro                     x  pte
[    2.566862] 0xfffffffec4f75000-0xfffffffec4f7a000          20K     RW                     NX pte
[    2.566887] 0xfffffffec4f7a000-0xfffffffec4f7d000          12K     ro                     x  pte
[    2.566914] 0xfffffffec4f7d000-0xfffffffec4f82000          20K     RW                     NX pte
[    2.566941] 0xfffffffec4f82000-0xfffffffec4f8a000          32K     ro                     x  pte
[    2.566968] 0xfffffffec4f8a000-0xfffffffec4f8f000          20K     RW                     NX pte
[    2.566994] 0xfffffffec4f8f000-0xfffffffec4f93000          16K     ro                     x  pte
[    2.567021] 0xfffffffec4f93000-0xfffffffec4f98000          20K     RW                     NX pte
[    2.567048] 0xfffffffec4f98000-0xfffffffec4f99000           4K     ro                     x  pte
[    2.567074] 0xfffffffec4f99000-0xfffffffec4f9d000          16K     RW                     NX pte
[    2.567101] 0xfffffffec4f9d000-0xfffffffec4faa000          52K     ro                     x  pte
[    2.567128] 0xfffffffec4faa000-0xfffffffec4faf000          20K     RW                     NX pte
[    2.567155] 0xfffffffec4faf000-0xfffffffec4fb0000           4K     ro                     x  pte
[    2.567182] 0xfffffffec4fb0000-0xfffffffec4fb4000          16K     RW                     NX pte
[    2.567208] 0xfffffffec4fb4000-0xfffffffec4fb7000          12K     ro                     x  pte
[    2.567235] 0xfffffffec4fb7000-0xfffffffec4fbc000          20K     RW                     NX pte
[    2.567262] 0xfffffffec4fbc000-0xfffffffec4fbe000           8K     ro                     x  pte
[    2.567288] 0xfffffffec4fbe000-0xfffffffec4fc3000          20K     RW                     NX pte
[    2.567315] 0xfffffffec4fc3000-0xfffffffec4fc4000           4K     ro                     x  pte
[    2.567342] 0xfffffffec4fc4000-0xfffffffec4fc9000          20K     RW                     NX pte
[    2.567368] 0xfffffffec4fc9000-0xfffffffec4fca000           4K     ro                     x  pte
[    2.567395] 0xfffffffec4fca000-0xfffffffec4fcf000          20K     RW                     NX pte
[    2.567422] 0xfffffffec4fcf000-0xfffffffec4fd0000           4K     ro                     x  pte
[    2.567448] 0xfffffffec4fd0000-0xfffffffec4fd4000          16K     RW                     NX pte
[    2.567476] 0xfffffffec4fd4000-0xfffffffec4fe4000          64K     ro                     x  pte
[    2.567502] 0xfffffffec4fe4000-0xfffffffec4fe5000           4K     RW                     NX pte
[    2.567529] 0xfffffffec4fe5000-0xfffffffec4fec000          28K     RW                     NX pte
[    2.567556] 0xfffffffec4fec000-0xfffffffec4ff2000          24K     ro                     x  pte
[    2.567583] 0xfffffffec4ff2000-0xfffffffec4ff7000          20K     RW                     NX pte
[    2.567609] 0xfffffffec4ff7000-0xfffffffec4ffa000          12K     ro                     x  pte
[    2.567636] 0xfffffffec4ffa000-0xfffffffec4fff000          20K     RW                     NX pte
[    2.567663] 0xfffffffec4fff000-0xfffffffec5600000        6148K                               pte
[    2.567695] 0xfffffffec5600000-0xfffffffec57d2000        1864K                               pte
[    2.567722] 0xfffffffec57d2000-0xfffffffec58d2000           1M                               pte
[    2.567741] 0xfffffffec58d2000-0xfffffffec58f5000         140K                               pte
[    2.567761] 0xfffffffec58f5000-0xfffffffec5928000         204K                               pte
[    2.567781] 0xfffffffec5928000-0xfffffffec5954000         176K                               pte
[    2.567800] 0xfffffffec5954000-0xfffffffec596d000         100K                               pte
[    2.567819] 0xfffffffec596d000-0xfffffffec5986000         100K                               pte
[    2.567845] 0xfffffffec5986000-0xfffffffec6a92000       17456K                               pte
[    2.567864] 0xfffffffec6a92000-0xfffffffec6a95000          12K                               pte
[    2.567888] 0xfffffffec6a95000-0xfffffffec6aa8000          76K                               pte
[    2.567906] 0xfffffffec6aa8000-0xfffffffec6aaa000           8K                               pte
[    2.567925] 0xfffffffec6aaa000-0xfffffffec6abb000          68K                               pte
[    2.567944] 0xfffffffec6abb000-0xfffffffec6add000         136K                               pte
[    2.567971] 0xfffffffec6add000-0xfffffffec6bea000        1076K                               pte
[    2.567989] 0xfffffffec6bea000-0xfffffffec6bf1000          28K                               pte
[    2.568008] 0xfffffffec6bf1000-0xfffffffec6bf9000          32K                               pte
[    2.568026] 0xfffffffec6bf9000-0xfffffffec6bfc000          12K     RW                     NX pte
[    2.568053] 0xfffffffec6bfc000-0xfffffffec6c00000          16K                               pte
[    2.568072] 0xfffffffec6c00000-0xfffffffec6c05000          20K                               pte
[    2.568105] 0xfffffffec6c05000-0xfffffffec6e00000        2028K                               pte
[    2.568131] 0xfffffffec6e00000-0xfffffffedea00000         380M     RW         PSE         NX pmd
[    2.568158] 0xfffffffedea00000-0xfffffffedec00000           2M     RW         PSE         NX pmd
[    2.568184] 0xfffffffedec00000-0xfffffffedec01000           4K     RW     PCD             NX pte
[    2.568227] 0xfffffffedec01000-0xfffffffedee00000        2044K     RW                     NX pte
[    2.568264] 0xfffffffedee00000-0xffffffff00000000         530M     RW         PSE         NX pmd
[    2.568291] 0xffffffff00000000-0xffffffff80000000           2G                               pud
[    2.568309] ---[ High Kernel Mapping ]---
[    2.568324] 0xffffffff80000000-0xffffffffae400000         740M                               pmd
[    2.568345] 0xffffffffae400000-0xffffffffb6200000         126M     RW         PSE     GLB x  pmd
[    2.568381] 0xffffffffb6200000-0xffffffffb6342000        1288K     RW                 GLB x  pte
[    2.568408] 0xffffffffb6342000-0xffffffffb6343000           4K     ro                 GLB x  pte
[    2.568441] 0xffffffffb6343000-0xffffffffb6400000         756K     RW                 GLB x  pte
[    2.568468] 0xffffffffb6400000-0xffffffffb9800000          52M     RW         PSE     GLB x  pmd
[    2.568496] 0xffffffffb9800000-0xffffffffc0000000         104M                               pmd
[    2.568514] ---[ Modules ]---
[    2.568531] 0xffffffffc0000000-0xffffffffff000000        1008M                               pmd
[    2.568549] ---[ End Modules ]---
[    2.568556] 0xffffffffff000000-0xffffffffff200000           2M                               pmd
[    2.568601] 0xffffffffff200000-0xffffffffff578000        3552K                               pte
[    2.568619] ---[ Fixmap Area ]---
[    2.568631] 0xffffffffff578000-0xffffffffff5fa000         520K                               pte
[    2.568649] 0xffffffffff5fa000-0xffffffffff5fd000          12K     RW PWT PCD         GLB NX pte
[    2.568691] 0xffffffffff5fd000-0xffffffffff800000        2060K                               pte
[    2.568710] 0xffffffffff800000-0x0000000000000000           8M                               pmd
[    2.611702] Freeing SMP alternatives memory: 52K
[    2.611712] pid_max: default: 32768 minimum: 301
[    2.611906] LSM: initializing lsm=lockdown,capability,yama,selinux,bpf,landlock,ipe,ima,evm
[    2.611994] Yama: becoming mindful.
[    2.612017] SELinux:  Initializing.
[    2.612936] LSM support for eBPF active
[    2.613001] landlock: Up and running.
[    2.613371] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.613423] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.615888] Running RCU synchronous self tests
[    2.615897] Running RCU synchronous self tests
[    2.718514] smpboot: CPU0: AMD Ryzen 9 7950X 16-Core Processor (family: 0x19, model: 0x61, stepping: 0x2)
[    2.719054] Performance Events: Fam17h+ 16-deep LBR, core perfctr, AMD PMU driver.
[    2.719114] ... version:                2
[    2.719120] ... bit width:              48
[    2.719125] ... generic registers:      6
[    2.719131] ... value mask:             0000ffffffffffff
[    2.719137] ... max period:             00007fffffffffff
[    2.719144] ... fixed-purpose events:   0
[    2.719149] ... event mask:             000000000000003f
[    2.719466] signal: max sigframe size: 3376
[    2.719702] rcu: Hierarchical SRCU implementation.
[    2.719710] rcu: 	Max phase no-delay instances is 400.
[    2.720071] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    2.722625] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    2.724376] smp: Bringing up secondary CPUs ...
[    2.725082] smpboot: x86: Booting SMP configuration:
[    2.725098] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[    2.765132] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    2.783038] smp: Brought up 1 node, 32 CPUs
[    2.783038] smpboot: Total of 32 processors activated (287998.27 BogoMIPS)
[    2.787267] Memory: 55978464K/66229436K available (62809K kernel code, 19462K rwdata, 26012K rodata, 10952K init, 51972K bss, 10073428K reserved, 0K cma-reserved)
[    2.791439] devtmpfs: initialized
[    2.792383] x86/mm: Memory block size: 2048MB
[    2.805366] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20ffff] (65536 bytes)
[    2.805366] ACPI: PM: Registering ACPI NVS region [mem 0x71aa6000-0x73aa5fff] (33554432 bytes)
[    2.820416] Running RCU synchronous self tests
[    2.820446] Running RCU synchronous self tests
[    2.820509] Running RCU Tasks wait API self tests
[    2.820962] Running RCU Tasks Rude wait API self tests
[    2.820962] Running RCU Tasks Trace wait API self tests
[    2.836656] DMA-API: preallocated 65536 debug entries
[    2.836664] DMA-API: debugging enabled by kernel config
[    2.836672] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.836897] posixtimers hash table entries: 16384 (order: 8, 1310720 bytes, linear)
[    2.837152] futex hash table entries: 8192 (1048576 bytes on 1 NUMA nodes, total 1024 KiB, linear).
[    2.838371] prandom: seed boundary self test passed
[    2.838653] prandom: 100 self tests passed
[    2.838660] pinctrl core: initialized pinctrl subsystem

[    2.839723] *************************************************************
[    2.839731] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.839740] **                                                         **
[    2.839748] **  IOMMU DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL  **
[    2.839756] **                                                         **
[    2.839765] ** This means that this kernel is built to expose internal **
[    2.839773] ** IOMMU data structures, which may compromise security on **
[    2.839781] ** your system.                                            **
[    2.839790] **                                                         **
[    2.839798] ** If you see this message and you are not debugging the   **
[    2.839806] ** kernel, report this immediately to your vendor!         **
[    2.839815] **                                                         **
[    2.839823] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE    **
[    2.839831] *************************************************************
[    2.839877] PM: RTC time: 21:07:41, date: 2025-09-22
[    2.841086] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    2.842578] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    2.842755] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.842943] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.843022] audit: initializing netlink subsys (disabled)
[    2.843132] audit: type=2000 audit(1758575260.361:1): state=initialized audit_enabled=0 res=1
[    2.844182] thermal_sys: Registered thermal governor 'fair_share'
[    2.844186] thermal_sys: Registered thermal governor 'bang_bang'
[    2.844200] thermal_sys: Registered thermal governor 'step_wise'
[    2.844208] thermal_sys: Registered thermal governor 'user_space'
[    2.844270] cpuidle: using governor menu
[    2.845058] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.845721] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    2.849942] PCI: Using configuration type 1 for base access
[    2.850179] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    2.851456] HugeTLB: allocation took 0ms with hugepage_allocation_threads=8
[    2.851456] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    2.851456] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    2.851456] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    2.851456] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    2.852897] Callback from call_rcu_tasks_trace() invoked.
[    2.856522] raid6: skipped pq benchmark and selected avx512x4
[    2.856534] raid6: using avx512x2 recovery algorithm
[    2.857082] fbcon: Taking over console
[    2.857376] ACPI: Added _OSI(Module Device)
[    2.857383] ACPI: Added _OSI(Processor Device)
[    2.857389] ACPI: Added _OSI(Processor Aggregator Device)
[    3.338682] ACPI: 14 ACPI AML tables successfully acquired and loaded
[    3.449915] Callback from call_rcu_tasks() invoked.
[    3.465885] ACPI: EC: EC started
[    3.465886] ACPI: EC: interrupt blocked
[    3.467865] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.467876] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[    3.467890] ACPI: Interpreter enabled
[    3.468012] ACPI: PM: (supports S0 S3 S4 S5)
[    3.468024] ACPI: Using IOAPIC for interrupt routing
[    3.473859] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.473871] PCI: Ignoring E820 reservations for host bridge windows
[    3.481812] ACPI: Enabled 6 GPEs in block 00 to 1F
[    3.576478] ACPI: \_SB_.PCI0.GPP0.M237: New power resource
[    3.577667] ACPI: \_SB_.PCI0.GPP0.SWUS.M237: New power resource
[    3.579139] ACPI: \_SB_.PCI0.GPP0.SWUS.SWDS.M237: New power resource
[    3.779419] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    3.779450] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    3.784003] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    3.793862] PCI host bridge to bus 0000:00
[    3.793952] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.793965] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.793976] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    3.793988] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    3.794003] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    3.794016] pci_bus 0000:00: root bus resource [mem 0x80000000-0xf6ffffff window]
[    3.794028] pci_bus 0000:00: root bus resource [mem 0x1080000000-0xffffffffff window]
[    3.794045] pci_bus 0000:00: root bus resource [bus 00-ff]
[    3.794114] pci 0000:00:00.0: [1022:14d8] type 00 class 0x060000 conventional PCI endpoint
[    3.795683] pci 0000:00:00.2: [1022:14d9] type 00 class 0x080600 conventional PCI endpoint
[    3.796978] pci 0000:00:01.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    3.798251] pci 0000:00:01.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    3.798275] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    3.798285] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    3.798294] pci 0000:00:01.1:   bridge window [mem 0xf6a00000-0xf6cfffff]
[    3.798307] pci 0000:00:01.1:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    3.798418] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    3.800111] pci 0000:00:01.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    3.800134] pci 0000:00:01.2: PCI bridge to [bus 04]
[    3.800145] pci 0000:00:01.2:   bridge window [mem 0xf6f00000-0xf6ffffff]
[    3.800257] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    3.801651] pci 0000:00:02.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    3.802915] pci 0000:00:02.1: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    3.802939] pci 0000:00:02.1: PCI bridge to [bus 05-0d]
[    3.802950] pci 0000:00:02.1:   bridge window [mem 0xf6100000-0xf65fffff]
[    3.802963] pci 0000:00:02.1:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    3.802979] pci 0000:00:02.1: enabling Extended Tags
[    3.803080] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    3.804838] pci 0000:00:02.2: [1022:14db] type 01 class 0x060400 PCIe Root Port
[    3.804860] pci 0000:00:02.2: PCI bridge to [bus 0e]
[    3.804871] pci 0000:00:02.2:   bridge window [mem 0xf6e00000-0xf6efffff]
[    3.804983] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    3.806364] pci 0000:00:03.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    3.807634] pci 0000:00:04.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    3.808969] pci 0000:00:08.0: [1022:14da] type 00 class 0x060000 conventional PCI endpoint
[    3.810233] pci 0000:00:08.1: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[    3.810254] pci 0000:00:08.1: PCI bridge to [bus 0f]
[    3.810263] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    3.810271] pci 0000:00:08.1:   bridge window [mem 0xf6600000-0xf69fffff]
[    3.810283] pci 0000:00:08.1:   bridge window [mem 0xf820000000-0xf8301fffff 64bit pref]
[    3.810298] pci 0000:00:08.1: enabling Extended Tags
[    3.810372] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    3.812012] pci 0000:00:08.3: [1022:14dd] type 01 class 0x060400 PCIe Root Port
[    3.812033] pci 0000:00:08.3: PCI bridge to [bus 10]
[    3.812043] pci 0000:00:08.3:   bridge window [mem 0xf6d00000-0xf6dfffff]
[    3.812060] pci 0000:00:08.3: enabling Extended Tags
[    3.812134] pci 0000:00:08.3: PME# supported from D0 D3hot D3cold
[    3.813516] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    3.814811] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    3.816129] pci 0000:00:18.0: [1022:14e0] type 00 class 0x060000 conventional PCI endpoint
[    3.816577] pci 0000:00:18.1: [1022:14e1] type 00 class 0x060000 conventional PCI endpoint
[    3.816965] pci 0000:00:18.2: [1022:14e2] type 00 class 0x060000 conventional PCI endpoint
[    3.817345] pci 0000:00:18.3: [1022:14e3] type 00 class 0x060000 conventional PCI endpoint
[    3.817728] pci 0000:00:18.4: [1022:14e4] type 00 class 0x060000 conventional PCI endpoint
[    3.818112] pci 0000:00:18.5: [1022:14e5] type 00 class 0x060000 conventional PCI endpoint
[    3.818491] pci 0000:00:18.6: [1022:14e6] type 00 class 0x060000 conventional PCI endpoint
[    3.818874] pci 0000:00:18.7: [1022:14e7] type 00 class 0x060000 conventional PCI endpoint
[    3.819830] pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    3.819858] pci 0000:01:00.0: BAR 0 [mem 0xf6c00000-0xf6c03fff]
[    3.819869] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    3.819880] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    3.819889] pci 0000:01:00.0:   bridge window [mem 0xf6a00000-0xf6bfffff]
[    3.819904] pci 0000:01:00.0:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    3.820068] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    3.821873] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    3.822449] pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.822479] pci 0000:02:00.0: PCI bridge to [bus 03]
[    3.822490] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    3.822499] pci 0000:02:00.0:   bridge window [mem 0xf6a00000-0xf6bfffff]
[    3.822514] pci 0000:02:00.0:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    3.822711] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    3.840246] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    3.840974] pci 0000:03:00.0: [1002:744c] type 00 class 0x030000 PCIe Legacy Endpoint
[    3.841015] pci 0000:03:00.0: BAR 0 [mem 0xf000000000-0xf7ffffffff 64bit pref]
[    3.841026] pci 0000:03:00.0: BAR 2 [mem 0xf800000000-0xf80fffffff 64bit pref]
[    3.841036] pci 0000:03:00.0: BAR 4 [io  0xf000-0xf0ff]
[    3.841047] pci 0000:03:00.0: BAR 5 [mem 0xf6a00000-0xf6afffff]
[    3.841056] pci 0000:03:00.0: ROM [mem 0xf6b00000-0xf6b1ffff pref]
[    3.841311] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.843025] pci 0000:03:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
[    3.843064] pci 0000:03:00.1: BAR 0 [mem 0xf6b20000-0xf6b23fff]
[    3.843287] pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
[    3.844867] pci 0000:02:00.0: PCI bridge to [bus 03]
[    3.845357] pci 0000:04:00.0: [8086:4140] type 00 class 0x010802 PCIe Endpoint
[    3.845389] pci 0000:04:00.0: BAR 0 [mem 0xf6f10000-0xf6f13fff 64bit]
[    3.845400] pci 0000:04:00.0: ROM [mem 0xf6f00000-0xf6f0ffff pref]
[    3.846075] pci 0000:00:01.2: PCI bridge to [bus 04]
[    3.846592] pci 0000:05:00.0: [1022:43f4] type 01 class 0x060400 PCIe Switch Upstream Port
[    3.846620] pci 0000:05:00.0: PCI bridge to [bus 06-0d]
[    3.846632] pci 0000:05:00.0:   bridge window [mem 0xf6100000-0xf65fffff]
[    3.846647] pci 0000:05:00.0:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    3.846666] pci 0000:05:00.0: enabling Extended Tags
[    3.846809] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    3.848640] pci 0000:00:02.1: PCI bridge to [bus 05-0d]
[    3.851197] pci 0000:06:00.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.851225] pci 0000:06:00.0: PCI bridge to [bus 07]
[    3.851253] pci 0000:06:00.0: enabling Extended Tags
[    3.851506] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    3.853271] pci 0000:06:08.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.853299] pci 0000:06:08.0: PCI bridge to [bus 08]
[    3.853327] pci 0000:06:08.0: enabling Extended Tags
[    3.853509] pci 0000:06:08.0: PME# supported from D0 D3hot D3cold
[    3.855269] pci 0000:06:09.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.855298] pci 0000:06:09.0: PCI bridge to [bus 09]
[    3.855325] pci 0000:06:09.0: enabling Extended Tags
[    3.855582] pci 0000:06:09.0: PME# supported from D0 D3hot D3cold
[    3.857322] pci 0000:06:0a.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.857350] pci 0000:06:0a.0: PCI bridge to [bus 0a]
[    3.857362] pci 0000:06:0a.0:   bridge window [mem 0xf6100000-0xf62fffff]
[    3.857386] pci 0000:06:0a.0: enabling Extended Tags
[    3.857568] pci 0000:06:0a.0: PME# supported from D0 D3hot D3cold
[    3.859328] pci 0000:06:0b.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.859356] pci 0000:06:0b.0: PCI bridge to [bus 0b]
[    3.859368] pci 0000:06:0b.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    3.859382] pci 0000:06:0b.0:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    3.859401] pci 0000:06:0b.0: enabling Extended Tags
[    3.859652] pci 0000:06:0b.0: PME# supported from D0 D3hot D3cold
[    3.861405] pci 0000:06:0c.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.861433] pci 0000:06:0c.0: PCI bridge to [bus 0c]
[    3.861444] pci 0000:06:0c.0:   bridge window [mem 0xf6400000-0xf64fffff]
[    3.861467] pci 0000:06:0c.0: enabling Extended Tags
[    3.861632] pci 0000:06:0c.0: PME# supported from D0 D3hot D3cold
[    3.863392] pci 0000:06:0d.0: [1022:43f5] type 01 class 0x060400 PCIe Switch Downstream Port
[    3.863420] pci 0000:06:0d.0: PCI bridge to [bus 0d]
[    3.863431] pci 0000:06:0d.0:   bridge window [mem 0xf6300000-0xf63fffff]
[    3.863454] pci 0000:06:0d.0: enabling Extended Tags
[    3.863684] pci 0000:06:0d.0: PME# supported from D0 D3hot D3cold
[    3.865379] pci 0000:05:00.0: PCI bridge to [bus 06-0d]
[    3.865942] pci 0000:06:00.0: PCI bridge to [bus 07]
[    3.866492] pci 0000:06:08.0: PCI bridge to [bus 08]
[    3.867048] pci 0000:06:09.0: PCI bridge to [bus 09]
[    3.867679] pci 0000:0a:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
[    3.867746] pci 0000:0a:00.0: BAR 0 [mem 0xf6100000-0xf61fffff]
[    3.867758] pci 0000:0a:00.0: BAR 3 [mem 0xf6200000-0xf6203fff]
[    3.868126] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    3.869869] pci 0000:06:0a.0: PCI bridge to [bus 0a]
[    3.870689] pci 0000:0b:00.0: [14c3:0616] type 00 class 0x028000 PCIe Endpoint
[    3.870757] pci 0000:0b:00.0: BAR 0 [mem 0xf830300000-0xf8303fffff 64bit pref]
[    3.870770] pci 0000:0b:00.0: BAR 2 [mem 0xf6500000-0xf6507fff 64bit]
[    3.870792] pci 0000:0b:00.0: enabling Extended Tags
[    3.871061] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[    3.872745] pci 0000:06:0b.0: PCI bridge to [bus 0b]
[    3.873325] pci 0000:0c:00.0: [1022:43f7] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    3.873362] pci 0000:0c:00.0: BAR 0 [mem 0xf6400000-0xf6407fff 64bit]
[    3.873379] pci 0000:0c:00.0: enabling Extended Tags
[    3.873591] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[    3.875304] pci 0000:06:0c.0: PCI bridge to [bus 0c]
[    3.875882] pci 0000:0d:00.0: [1022:43f6] type 00 class 0x010601 PCIe Legacy Endpoint
[    3.875917] pci 0000:0d:00.0: BAR 5 [mem 0xf6380000-0xf63803ff]
[    3.875925] pci 0000:0d:00.0: ROM [mem 0xf6300000-0xf637ffff pref]
[    3.875938] pci 0000:0d:00.0: enabling Extended Tags
[    3.876141] pci 0000:0d:00.0: PME# supported from D0 D3hot D3cold
[    3.877700] pci 0000:06:0d.0: PCI bridge to [bus 0d]
[    3.878304] pci 0000:0e:00.0: [8086:0b60] type 00 class 0x010802 PCIe Endpoint
[    3.878335] pci 0000:0e:00.0: BAR 0 [mem 0xf6e10000-0xf6e13fff 64bit]
[    3.878347] pci 0000:0e:00.0: ROM [mem 0xf6e00000-0xf6e0ffff pref]
[    3.878749] pci 0000:0e:00.0: 31.506 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x2 link at 0000:00:02.2 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    3.879551] pci 0000:00:02.2: PCI bridge to [bus 0e]
[    3.880726] pci 0000:0f:00.0: [1002:164e] type 00 class 0x030000 PCIe Legacy Endpoint
[    3.880754] pci 0000:0f:00.0: BAR 0 [mem 0xf820000000-0xf82fffffff 64bit pref]
[    3.880764] pci 0000:0f:00.0: BAR 2 [mem 0xf830000000-0xf8301fffff 64bit pref]
[    3.880773] pci 0000:0f:00.0: BAR 4 [io  0xe000-0xe0ff]
[    3.880781] pci 0000:0f:00.0: BAR 5 [mem 0xf6900000-0xf697ffff]
[    3.880792] pci 0000:0f:00.0: enabling Extended Tags
[    3.880985] pci 0000:0f:00.0: PME# supported from D1 D2 D3hot D3cold
[    3.882395] pci 0000:0f:00.1: [1002:1640] type 00 class 0x040300 PCIe Legacy Endpoint
[    3.882422] pci 0000:0f:00.1: BAR 0 [mem 0xf6980000-0xf6983fff]
[    3.882435] pci 0000:0f:00.1: enabling Extended Tags
[    3.882545] pci 0000:0f:00.1: PME# supported from D1 D2 D3hot D3cold
[    3.883918] pci 0000:0f:00.2: [1022:1649] type 00 class 0x108000 PCIe Endpoint
[    3.883967] pci 0000:0f:00.2: BAR 2 [mem 0xf6800000-0xf68fffff]
[    3.883976] pci 0000:0f:00.2: BAR 5 [mem 0xf6984000-0xf6985fff]
[    3.883987] pci 0000:0f:00.2: enabling Extended Tags
[    3.885378] pci 0000:0f:00.3: [1022:15b6] type 00 class 0x0c0330 PCIe Endpoint
[    3.885405] pci 0000:0f:00.3: BAR 0 [mem 0xf6700000-0xf67fffff 64bit]
[    3.885419] pci 0000:0f:00.3: enabling Extended Tags
[    3.885597] pci 0000:0f:00.3: PME# supported from D0 D3hot D3cold
[    3.886969] pci 0000:0f:00.4: [1022:15b7] type 00 class 0x0c0330 PCIe Endpoint
[    3.886997] pci 0000:0f:00.4: BAR 0 [mem 0xf6600000-0xf66fffff 64bit]
[    3.887010] pci 0000:0f:00.4: enabling Extended Tags
[    3.887124] pci 0000:0f:00.4: PME# supported from D0 D3hot D3cold
[    3.888599] pci 0000:00:08.1: PCI bridge to [bus 0f]
[    3.888983] pci 0000:10:00.0: [1022:15b8] type 00 class 0x0c0330 PCIe Endpoint
[    3.889014] pci 0000:10:00.0: BAR 0 [mem 0xf6d00000-0xf6dfffff 64bit]
[    3.889028] pci 0000:10:00.0: enabling Extended Tags
[    3.889149] pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
[    3.890557] pci 0000:00:08.3: PCI bridge to [bus 10]
[    3.903458] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    3.904499] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    3.905444] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    3.906517] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    3.907518] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    3.908375] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    3.909226] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    3.910078] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    3.930841] ACPI: EC: interrupt unblocked
[    3.930852] ACPI: EC: event unblocked
[    3.930861] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    3.930870] ACPI: EC: GPE=0x4
[    3.930880] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[    3.930896] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    3.931946] iommu: Default domain type: Translated
[    3.931946] iommu: DMA domain TLB invalidation policy: lazy mode
[    3.934280] SCSI subsystem initialized
[    3.934984] libata version 3.00 loaded.
[    3.935195] ACPI: bus type USB registered
[    3.935326] usbcore: registered new interface driver usbfs
[    3.935326] usbcore: registered new interface driver hub
[    3.935326] usbcore: registered new device driver usb
[    3.935412] pps_core: LinuxPPS API ver. 1 registered
[    3.935418] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.935450] PTP clock support registered
[    3.936160] EDAC MC: Ver: 3.0.0
[    3.936284] EDAC DEBUG: edac_mc_sysfs_init: device mc created
[    3.937276] efivars: Registered efivars operations
[    3.939223] NetLabel: Initializing
[    3.939230] NetLabel:  domain hash size = 128
[    3.939236] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.939348] NetLabel:  unlabeled traffic allowed by default
[    3.939372] mctp: management component transport protocol core
[    3.939380] NET: Registered PF_MCTP protocol family
[    3.939618] PCI: Using ACPI for IRQ routing
[    3.946233] PCI: pci_cache_line_size set to 64 bytes
[    3.946355] e820: reserve RAM buffer [mem 0x09aff000-0x0bffffff]
[    3.946369] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    3.946375] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    3.946381] e820: reserve RAM buffer [mem 0x6586e000-0x67ffffff]
[    3.946387] e820: reserve RAM buffer [mem 0x6b044000-0x6bffffff]
[    3.946393] e820: reserve RAM buffer [mem 0x79ff9000-0x7bffffff]
[    3.946398] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[    3.946404] e820: reserve RAM buffer [mem 0x105de80000-0x105fffffff]
[    3.947168] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    3.947168] pci 0000:03:00.0: vgaarb: bridge control possible
[    3.947168] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    3.947168] pci 0000:0f:00.0: vgaarb: bridge control possible
[    3.947168] pci 0000:0f:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    3.947168] vgaarb: loaded
[    3.947730] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    3.947730] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    3.950229] clocksource: Switched to clocksource tsc-early
[    3.956950] VFS: Disk quotas dquot_6.6.0
[    3.957020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.957717] pnp: PnP ACPI init
[    3.958811] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    3.959941] system 00:01: [mem 0x1060000000-0x107fffffff window] has been reserved
[    3.963004] system 00:03: [io  0x0290-0x029f] has been reserved
[    3.963021] system 00:03: [io  0x0200-0x023f] has been reserved
[    3.966692] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    3.966708] system 00:04: [io  0x040b] has been reserved
[    3.966723] system 00:04: [io  0x04d6] has been reserved
[    3.966743] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    3.966757] system 00:04: [io  0x0c14] has been reserved
[    3.966772] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    3.966786] system 00:04: [io  0x0c52] has been reserved
[    3.966801] system 00:04: [io  0x0c6c] has been reserved
[    3.966815] system 00:04: [io  0x0c6f] has been reserved
[    3.966829] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    3.966844] system 00:04: [io  0x0800-0x089f] has been reserved
[    3.966859] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    3.966873] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    3.966888] system 00:04: [io  0x0900-0x090f] has been reserved
[    3.966903] system 00:04: [io  0x0910-0x091f] has been reserved
[    3.966919] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    3.966935] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    3.966951] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    3.966967] system 00:04: [mem 0xfeb00000-0xfeb00fff] has been reserved
[    3.966983] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    3.980350] pnp: PnP ACPI: found 5 devices
[    3.997637] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.997959] NET: Registered PF_INET protocol family
[    3.998103] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    4.011891] tcp_listen_portaddr_hash hash table entries: 32768 (order: 9, 2621440 bytes, linear)
[    4.012186] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    4.012367] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    4.013334] TCP bind hash table entries: 65536 (order: 11, 10485760 bytes, vmalloc hugepage)
[    4.014385] TCP: Hash tables configured (established 524288 bind 65536)
[    4.016216] MPTCP token hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc hugepage)
[    4.017423] UDP hash table entries: 32768 (order: 11, 9961472 bytes, vmalloc hugepage)
[    4.018921] UDP-Lite hash table entries: 32768 (order: 11, 9961472 bytes, vmalloc hugepage)
[    4.020657] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    4.020724] NET: Registered PF_XDP protocol family
[    4.020774] pci 0000:02:00.0: PCI bridge to [bus 03]
[    4.020789] pci 0000:02:00.0:   bridge window [io  0xf000-0xffff]
[    4.020801] pci 0000:02:00.0:   bridge window [mem 0xf6a00000-0xf6bfffff]
[    4.020811] pci 0000:02:00.0:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.020824] pci 0000:01:00.0: PCI bridge to [bus 02-03]
[    4.020832] pci 0000:01:00.0:   bridge window [io  0xf000-0xffff]
[    4.020842] pci 0000:01:00.0:   bridge window [mem 0xf6a00000-0xf6bfffff]
[    4.020852] pci 0000:01:00.0:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.020865] pci 0000:00:01.1: PCI bridge to [bus 01-03]
[    4.020872] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    4.020881] pci 0000:00:01.1:   bridge window [mem 0xf6a00000-0xf6cfffff]
[    4.020890] pci 0000:00:01.1:   bridge window [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.020909] pci 0000:00:01.2: PCI bridge to [bus 04]
[    4.020917] pci 0000:00:01.2:   bridge window [mem 0xf6f00000-0xf6ffffff]
[    4.020936] pci 0000:06:00.0: PCI bridge to [bus 07]
[    4.020954] pci 0000:06:08.0: PCI bridge to [bus 08]
[    4.020967] pci 0000:06:09.0: PCI bridge to [bus 09]
[    4.020981] pci 0000:06:0a.0: PCI bridge to [bus 0a]
[    4.020990] pci 0000:06:0a.0:   bridge window [mem 0xf6100000-0xf62fffff]
[    4.021002] pci 0000:06:0b.0: PCI bridge to [bus 0b]
[    4.021011] pci 0000:06:0b.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    4.021021] pci 0000:06:0b.0:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021033] pci 0000:06:0c.0: PCI bridge to [bus 0c]
[    4.021042] pci 0000:06:0c.0:   bridge window [mem 0xf6400000-0xf64fffff]
[    4.021054] pci 0000:06:0d.0: PCI bridge to [bus 0d]
[    4.021063] pci 0000:06:0d.0:   bridge window [mem 0xf6300000-0xf63fffff]
[    4.021076] pci 0000:05:00.0: PCI bridge to [bus 06-0d]
[    4.021085] pci 0000:05:00.0:   bridge window [mem 0xf6100000-0xf65fffff]
[    4.021094] pci 0000:05:00.0:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021107] pci 0000:00:02.1: PCI bridge to [bus 05-0d]
[    4.021115] pci 0000:00:02.1:   bridge window [mem 0xf6100000-0xf65fffff]
[    4.021124] pci 0000:00:02.1:   bridge window [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021143] pci 0000:00:02.2: PCI bridge to [bus 0e]
[    4.021151] pci 0000:00:02.2:   bridge window [mem 0xf6e00000-0xf6efffff]
[    4.021170] pci 0000:00:08.1: PCI bridge to [bus 0f]
[    4.021183] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    4.021192] pci 0000:00:08.1:   bridge window [mem 0xf6600000-0xf69fffff]
[    4.021201] pci 0000:00:08.1:   bridge window [mem 0xf820000000-0xf8301fffff 64bit pref]
[    4.021213] pci 0000:00:08.3: PCI bridge to [bus 10]
[    4.021220] pci 0000:00:08.3:   bridge window [mem 0xf6d00000-0xf6dfffff]
[    4.021233] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    4.021241] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    4.021248] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    4.021256] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    4.021264] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    4.021272] pci_bus 0000:00: resource 9 [mem 0x80000000-0xf6ffffff window]
[    4.021280] pci_bus 0000:00: resource 10 [mem 0x1080000000-0xffffffffff window]
[    4.021290] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    4.021297] pci_bus 0000:01: resource 1 [mem 0xf6a00000-0xf6cfffff]
[    4.021304] pci_bus 0000:01: resource 2 [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.021313] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    4.021321] pci_bus 0000:02: resource 1 [mem 0xf6a00000-0xf6bfffff]
[    4.021328] pci_bus 0000:02: resource 2 [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.021337] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    4.021344] pci_bus 0000:03: resource 1 [mem 0xf6a00000-0xf6bfffff]
[    4.021352] pci_bus 0000:03: resource 2 [mem 0xf000000000-0xf80fffffff 64bit pref]
[    4.021361] pci_bus 0000:04: resource 1 [mem 0xf6f00000-0xf6ffffff]
[    4.021369] pci_bus 0000:05: resource 1 [mem 0xf6100000-0xf65fffff]
[    4.021377] pci_bus 0000:05: resource 2 [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021386] pci_bus 0000:06: resource 1 [mem 0xf6100000-0xf65fffff]
[    4.021393] pci_bus 0000:06: resource 2 [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021403] pci_bus 0000:0a: resource 1 [mem 0xf6100000-0xf62fffff]
[    4.021410] pci_bus 0000:0b: resource 1 [mem 0xf6500000-0xf65fffff]
[    4.021418] pci_bus 0000:0b: resource 2 [mem 0xf830300000-0xf8303fffff 64bit pref]
[    4.021427] pci_bus 0000:0c: resource 1 [mem 0xf6400000-0xf64fffff]
[    4.021435] pci_bus 0000:0d: resource 1 [mem 0xf6300000-0xf63fffff]
[    4.021443] pci_bus 0000:0e: resource 1 [mem 0xf6e00000-0xf6efffff]
[    4.021451] pci_bus 0000:0f: resource 0 [io  0xe000-0xefff]
[    4.021458] pci_bus 0000:0f: resource 1 [mem 0xf6600000-0xf69fffff]
[    4.021465] pci_bus 0000:0f: resource 2 [mem 0xf820000000-0xf8301fffff 64bit pref]
[    4.021474] pci_bus 0000:10: resource 1 [mem 0xf6d00000-0xf6dfffff]
[    4.022815] pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
[    4.025195] pci 0000:0f:00.1: D0 power state depends on 0000:0f:00.0
[    4.029569] PCI: CLS 64 bytes, default 64
[    4.029663] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    4.029989] Trying to unpack rootfs image as initramfs...
[    4.030368] pci 0000:00:01.0: Adding to iommu group 0
[    4.030513] pci 0000:00:01.1: Adding to iommu group 1
[    4.030623] pci 0000:00:01.2: Adding to iommu group 2
[    4.030756] pci 0000:00:02.0: Adding to iommu group 3
[    4.030866] pci 0000:00:02.1: Adding to iommu group 4
[    4.030977] pci 0000:00:02.2: Adding to iommu group 5
[    4.031103] pci 0000:00:03.0: Adding to iommu group 6
[    4.031230] pci 0000:00:04.0: Adding to iommu group 7
[    4.031361] pci 0000:00:08.0: Adding to iommu group 8
[    4.031477] pci 0000:00:08.1: Adding to iommu group 9
[    4.031586] pci 0000:00:08.3: Adding to iommu group 10
[    4.031731] pci 0000:00:14.0: Adding to iommu group 11
[    4.031810] pci 0000:00:14.3: Adding to iommu group 11
[    4.032065] pci 0000:00:18.0: Adding to iommu group 12
[    4.032143] pci 0000:00:18.1: Adding to iommu group 12
[    4.032219] pci 0000:00:18.2: Adding to iommu group 12
[    4.032296] pci 0000:00:18.3: Adding to iommu group 12
[    4.032372] pci 0000:00:18.4: Adding to iommu group 12
[    4.032448] pci 0000:00:18.5: Adding to iommu group 12
[    4.032524] pci 0000:00:18.6: Adding to iommu group 12
[    4.032600] pci 0000:00:18.7: Adding to iommu group 12
[    4.032716] pci 0000:01:00.0: Adding to iommu group 13
[    4.032830] pci 0000:02:00.0: Adding to iommu group 14
[    4.032949] pci 0000:03:00.0: Adding to iommu group 15
[    4.033062] pci 0000:03:00.1: Adding to iommu group 16
[    4.033185] pci 0000:04:00.0: Adding to iommu group 17
[    4.033296] pci 0000:05:00.0: Adding to iommu group 18
[    4.033406] pci 0000:06:00.0: Adding to iommu group 19
[    4.033516] pci 0000:06:08.0: Adding to iommu group 20
[    4.033633] pci 0000:06:09.0: Adding to iommu group 21
[    4.033751] pci 0000:06:0a.0: Adding to iommu group 22
[    4.033861] pci 0000:06:0b.0: Adding to iommu group 23
[    4.033973] pci 0000:06:0c.0: Adding to iommu group 24
[    4.034084] pci 0000:06:0d.0: Adding to iommu group 25
[    4.034139] pci 0000:0a:00.0: Adding to iommu group 22
[    4.034192] pci 0000:0b:00.0: Adding to iommu group 23
[    4.034244] pci 0000:0c:00.0: Adding to iommu group 24
[    4.034297] pci 0000:0d:00.0: Adding to iommu group 25
[    4.034418] pci 0000:0e:00.0: Adding to iommu group 26
[    4.034548] pci 0000:0f:00.0: Adding to iommu group 27
[    4.034665] pci 0000:0f:00.1: Adding to iommu group 28
[    4.034785] pci 0000:0f:00.2: Adding to iommu group 29
[    4.034900] pci 0000:0f:00.3: Adding to iommu group 30
[    4.035015] pci 0000:0f:00.4: Adding to iommu group 31
[    4.035131] pci 0000:10:00.0: Adding to iommu group 32
[    4.096441] AMD-Vi: Extended features (0x246577efa2254afa, 0x0): PPR NX GT [5] IA GA PC GA_vAPIC
[    4.096467] AMD-Vi: Interrupt remapping enabled
[    4.208430] AMD-Vi: Virtual APIC enabled
[    4.208448] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.208456] software IO TLB: mapped [mem 0x0000000060f92000-0x0000000064f92000] (64MB)
[    4.208526] LVT offset 0 assigned for vector 0x400
[    4.213454] perf: AMD IBS detected (0x00000bff)
[    4.214971] amd_uncore: 16 amd_df counters detected
[    4.215089] amd_uncore: 6 amd_l3 counters detected
[    4.215179] amd_uncore: 4 amd_umc_0 counters detected
[    4.215294] amd_uncore: 4 amd_umc_1 counters detected
[    4.216029] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    4.256956] Initialise system trusted keyrings
[    4.257061] Key type blacklist registered
[    4.257285] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    4.260571] integrity: Platform Keyring initialized
[    4.260605] integrity: Machine keyring initialized
[    4.260926] cryptd: max_cpu_qlen set to 1000
[    4.261574] cryptomgr_test (252) used greatest stack depth: 28720 bytes left
[    4.268313] NET: Registered PF_ALG protocol family
[    4.268374] xor: automatically using best checksumming function   avx       
[    4.268384] Key type asymmetric registered
[    4.268397] Asymmetric key parser 'x509' registered
[    4.269260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    4.269559] io scheduler mq-deadline registered
[    4.269567] io scheduler kyber registered
[    4.269635] io scheduler bfq registered
[    4.273232] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.277478] pcieport 0000:00:01.1: PME: Signaling with IRQ 27
[    4.278937] pcieport 0000:00:01.2: PME: Signaling with IRQ 28
[    4.280417] pcieport 0000:00:02.1: PME: Signaling with IRQ 29
[    4.281719] pcieport 0000:00:02.2: PME: Signaling with IRQ 30
[    4.283082] pcieport 0000:00:08.1: PME: Signaling with IRQ 31
[    4.284576] pcieport 0000:00:08.3: PME: Signaling with IRQ 32
[    4.297948] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    4.298308] ACPI: button: Power Button [PWRB]
[    4.298653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    4.299113] ACPI: button: Power Button [PWRF]
[    4.302096] Monitor-Mwait will be used to enter C-1 state
[    4.336743] Estimated ratio of average max frequency by base frequency (times 1024): 1181
[    4.338105] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.338937] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.360670] Non-volatile memory driver v1.3
[    4.360715] Linux agpgart interface v0.103
[    4.429585] tpm_crb MSFT0101:00: Disabling hwrng
[    4.433758] ACPI: bus type drm_connector registered
[    4.457726] ahci 0000:0d:00.0: enabling device (0000 -> 0002)
[    4.458781] ahci 0000:0d:00.0: SSS flag set, parallel bus scan disabled
[    4.458816] ahci 0000:0d:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
[    4.458827] ahci 0000:0d:00.0: 4/6 ports implemented (port mask 0xf)
[    4.458836] ahci 0000:0d:00.0: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    4.465312] scsi host0: ahci
[    4.466902] scsi host1: ahci
[    4.468174] scsi host2: ahci
[    4.469398] scsi host3: ahci
[    4.470581] scsi host4: ahci
[    4.471790] scsi host5: ahci
[    4.472429] ata1: SATA max UDMA/133 abar m1024@0xf6380000 port 0xf6380100 irq 43 lpm-pol 3
[    4.472441] ata2: SATA max UDMA/133 abar m1024@0xf6380000 port 0xf6380180 irq 43 lpm-pol 3
[    4.472451] ata3: SATA max UDMA/133 abar m1024@0xf6380000 port 0xf6380200 irq 43 lpm-pol 3
[    4.472461] ata4: SATA max UDMA/133 abar m1024@0xf6380000 port 0xf6380280 irq 43 lpm-pol 3
[    4.472471] ata5: DUMMY
[    4.472475] ata6: DUMMY
[    4.475718] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    4.476420] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 1
[    4.533969] xhci_hcd 0000:0c:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000200000010
[    4.537411] xhci_hcd 0000:0c:00.0: xHCI Host Controller
[    4.537815] xhci_hcd 0000:0c:00.0: new USB bus registered, assigned bus number 2
[    4.537837] xhci_hcd 0000:0c:00.0: Host supports USB 3.2 Enhanced SuperSpeed
[    4.538423] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    4.538447] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.538457] usb usb1: Product: xHCI Host Controller
[    4.538464] usb usb1: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.538474] usb usb1: SerialNumber: 0000:0c:00.0
[    4.539988] hub 1-0:1.0: USB hub found
[    4.540157] hub 1-0:1.0: 12 ports detected
[    4.716611] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.716945] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    4.716957] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.716967] usb usb2: Product: xHCI Host Controller
[    4.716974] usb usb2: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.716984] usb usb2: SerialNumber: 0000:0c:00.0
[    4.718183] hub 2-0:1.0: USB hub found
[    4.718288] hub 2-0:1.0: 5 ports detected
[    4.745260] Freeing initrd memory: 148316K
[    4.783515] ata1: SATA link down (SStatus 0 SControl 300)
[    4.803138] xhci_hcd 0000:0f:00.3: xHCI Host Controller
[    4.803553] xhci_hcd 0000:0f:00.3: new USB bus registered, assigned bus number 3
[    4.804337] xhci_hcd 0000:0f:00.3: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[    4.807072] xhci_hcd 0000:0f:00.3: xHCI Host Controller
[    4.807392] xhci_hcd 0000:0f:00.3: new USB bus registered, assigned bus number 4
[    4.807411] xhci_hcd 0000:0f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    4.807784] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    4.807796] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.807805] usb usb3: Product: xHCI Host Controller
[    4.807812] usb usb3: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.807822] usb usb3: SerialNumber: 0000:0f:00.3
[    4.808874] hub 3-0:1.0: USB hub found
[    4.808969] hub 3-0:1.0: 2 ports detected
[    4.837596] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.837898] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    4.837909] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.837919] usb usb4: Product: xHCI Host Controller
[    4.837926] usb usb4: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.837936] usb usb4: SerialNumber: 0000:0f:00.3
[    4.839096] hub 4-0:1.0: USB hub found
[    4.839191] hub 4-0:1.0: 2 ports detected
[    4.869470] xhci_hcd 0000:0f:00.4: xHCI Host Controller
[    4.869825] xhci_hcd 0000:0f:00.4: new USB bus registered, assigned bus number 5
[    4.870591] xhci_hcd 0000:0f:00.4: hcc params 0x0120ffc5 hci version 0x120 quirks 0x0000000200000010
[    4.873216] xhci_hcd 0000:0f:00.4: xHCI Host Controller
[    4.873584] xhci_hcd 0000:0f:00.4: new USB bus registered, assigned bus number 6
[    4.873602] xhci_hcd 0000:0f:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    4.873958] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    4.873969] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.873979] usb usb5: Product: xHCI Host Controller
[    4.873986] usb usb5: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.873995] usb usb5: SerialNumber: 0000:0f:00.4
[    4.875010] hub 5-0:1.0: USB hub found
[    4.875102] hub 5-0:1.0: 2 ports detected
[    4.903623] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.903923] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    4.903935] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.903944] usb usb6: Product: xHCI Host Controller
[    4.903952] usb usb6: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.903961] usb usb6: SerialNumber: 0000:0f:00.4
[    4.905074] hub 6-0:1.0: USB hub found
[    4.905280] hub 6-0:1.0: 2 ports detected
[    4.934473] xhci_hcd 0000:10:00.0: xHCI Host Controller
[    4.934836] xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 7
[    4.936487] xhci_hcd 0000:10:00.0: USB3 root hub has no ports
[    4.936512] xhci_hcd 0000:10:00.0: hcc params 0x0110ffc5 hci version 0x120 quirks 0x0000000200000010
[    4.939099] xhci_hcd 0000:10:00.0: xHCI Host Controller
[    4.939406] xhci_hcd 0000:10:00.0: new USB bus registered, assigned bus number 8
[    4.939425] xhci_hcd 0000:10:00.0: Host supports USB 3.0 SuperSpeed
[    4.939783] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    4.939794] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.939803] usb usb7: Product: xHCI Host Controller
[    4.939810] usb usb7: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.939819] usb usb7: SerialNumber: 0000:10:00.0
[    4.940822] hub 7-0:1.0: USB hub found
[    4.940913] hub 7-0:1.0: 1 port detected
[    4.954251] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.954540] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    4.954551] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.954560] usb usb8: Product: xHCI Host Controller
[    4.954567] usb usb8: Manufacturer: Linux 6.17.0-0.rc7.56.fc44.x86_64+debug xhci-hcd
[    4.954576] usb usb8: SerialNumber: 0000:10:00.0
[    4.955729] hub 8-0:1.0: USB hub found
[    4.955819] hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    4.956638] usbcore: registered new interface driver usbserial_generic
[    4.956711] usbserial: USB Serial support registered for generic
[    4.956857] i8042: PNP: No PS/2 controller found.
[    4.957107] mousedev: PS/2 mouse device common for all mice
[    4.958063] rtc_cmos 00:02: RTC can wake from S4
[    4.959442] rtc_cmos 00:02: registered as rtc0
[    4.959506] rtc_cmos 00:02: setting system clock to 2025-09-22T21:07:43 UTC (1758575263)
[    4.959713] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    4.959894] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    4.959941] device-mapper: uevent: version 1.0.3
[    4.960353] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.977856] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    4.977881] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    4.981830] Console: switching to colour frame buffer device 128x48
[    4.982589] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    4.983370] ccp 0000:0f:00.2: enabling device (0000 -> 0002)
[    4.986020] ccp 0000:0f:00.2: tee enabled
[    4.986501] ccp 0000:0f:00.2: psp enabled
[    4.986794] hid: raw HID events driver (C) Jiri Kosina
[    4.987144] usbcore: registered new interface driver usbhid
[    4.987156] usbhid: USB HID core driver
[    4.987814] drop_monitor: Initializing network drop monitor service
[    4.987971] Initializing XFRM netlink socket
[    4.988146] NET: Registered PF_INET6 protocol family
[    4.992479] Segment Routing with IPv6
[    4.992537] RPL Segment Routing with IPv6
[    4.992600] In-situ OAM (IOAM) with IPv6
[    4.992651] mip6: Mobile IPv6
[    4.992666] NET: Registered PF_PACKET protocol family
[    5.017780] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    5.022451] x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
[    5.022518] microcode: Current revision: 0x0a60120c
[    5.025327] resctrl: L3 allocation detected
[    5.025345] resctrl: MB allocation detected
[    5.025354] resctrl: SMBA allocation detected
[    5.025364] resctrl: L3 monitoring detected
[    5.025694] IPI shorthand broadcast: enabled
[    5.067430] sched_clock: Marking stable (5062001257, 4734119)->(5125502656, -58767280)
[    5.069744] registered taskstats version 1
[    5.074743] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    5.075336] Loading compiled-in X.509 certificates
[    5.077512] Loaded X.509 cert 'Fedora kernel signing key: 6af443a3cdac3706cba1e9b7588ecdbe64a181d4'
[    5.083994] modprobe (310) used greatest stack depth: 25672 bytes left
[    5.087397] ata2: SATA link down (SStatus 0 SControl 300)
[    5.089389] modprobe (312) used greatest stack depth: 25400 bytes left
[    5.098686] Loaded X.509 cert 'Fedora IMA CA: a8a00c31663f853f9c6ff2564872e378af026b28'
[    5.173176] Demotion targets for Node 0: null
[    5.173483] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    5.195781] usb 7-1: new full-speed USB device number 2 using xhci_hcd
[    5.202915] usb 3-1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 8.b4
[    5.203611] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.203864] usb 3-1: Product: USB2.0 Hub             
[    5.204093] usb 3-1: Manufacturer: VIA Labs, Inc.         
[    5.251972] usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
[    5.259491] hub 3-1:1.0: USB hub found
[    5.260444] hub 3-1:1.0: 4 ports detected
[    5.264128] usb 6-2: New USB device found, idVendor=3564, idProduct=fef8, bcdDevice= 4.09
[    5.264396] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.264621] usb 6-2: Product: OBSBOT Tiny 2
[    5.264850] usb 6-2: Manufacturer: Remo Tech Co., Ltd.
[    5.266744] tsc: Refined TSC clocksource calibration: 4500.018 MHz
[    5.266988] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x40dd79310ef, max_idle_ns: 440795214094 ns
[    5.267355] clocksource: Switched to clocksource tsc
[    5.319619] usb 4-1: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
[    5.343478] usb 7-1: New USB device found, idVendor=3537, idProduct=0575, bcdDevice= 1.19
[    5.343800] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.344028] usb 7-1: Product: GameSir-Cyclone 2
[    5.344251] usb 7-1: Manufacturer: Guangzhou Chicken Run Network Technology Co., Ltd.
[    5.348145] page_owner is disabled
[    5.349247] Key type .fscrypt registered
[    5.349491] Key type fscrypt-provisioning registered
[    5.354471] Btrfs loaded, assert=on, zoned=yes, fsverity=yes
[    5.355131] Key type big_key registered
[    5.355415] Key type trusted registered
[    5.357000] Key type encrypted registered
[    5.357572] integrity: Loading X.509 certificate: UEFI:db
[    5.359449] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    5.359689] integrity: Loading X.509 certificate: UEFI:db
[    5.360407] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    5.360645] integrity: Loading X.509 certificate: UEFI:db
[    5.360995] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    5.361227] integrity: Loading X.509 certificate: UEFI:db
[    5.361636] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    5.362085] integrity: Loading X.509 certificate: UEFI:db
[    5.363342] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    5.364554] integrity: Loading X.509 certificate: UEFI:db
[    5.365310] integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
[    5.365585] integrity: Loading X.509 certificate: UEFI:db
[    5.366228] integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
[    5.368769] input: Guangzhou Chicken Run Network Technology Co., Ltd. GameSir-Cyclone 2 Consumer Control as /devices/pci0000:00/0000:00:08.3/0000:10:00.0/usb7/7-1/7-1:1.0/0003:3537:0575.0001/input/input2
[    5.375789] Loading compiled-in module X.509 certificates
[    5.376590] Loaded X.509 cert 'Fedora kernel signing key: 6af443a3cdac3706cba1e9b7588ecdbe64a181d4'
[    5.377090] ima: Allocated hash algorithm: sha256
[    5.391016] ata3: SATA link down (SStatus 0 SControl 300)
[    5.421801] input: Guangzhou Chicken Run Network Technology Co., Ltd. GameSir-Cyclone 2 as /devices/pci0000:00/0000:00:08.3/0000:10:00.0/usb7/7-1/7-1:1.0/0003:3537:0575.0001/input/input3
[    5.424076] hid-generic 0003:3537:0575.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Guangzhou Chicken Run Network Technology Co., Ltd. GameSir-Cyclone 2] on usb-0000:10:00.0-1/input0
[    5.453068] ima: No architecture policies found
[    5.453524] evm: Initialising EVM extended attributes:
[    5.454049] evm: security.selinux
[    5.454323] evm: security.SMACK64 (disabled)
[    5.454587] evm: security.SMACK64EXEC (disabled)
[    5.455072] evm: security.SMACK64TRANSMUTE (disabled)
[    5.455344] evm: security.SMACK64MMAP (disabled)
[    5.455610] evm: security.apparmor (disabled)
[    5.456095] evm: security.ima
[    5.456351] evm: security.capability
[    5.456600] evm: HMAC attrs: 0x1
[    5.459289] alg: No test for 842 (842-scomp)
[    5.464644] PM:   Magic number: 9:964:146
[    5.464983] hub 1-0:1.0: hash matches
[    5.465280] ata_port ata3: hash matches
[    5.465536]  ata3: hash matches
[    5.465903] acpi device:17: hash matches
[    5.467716] RAS: Correctable Errors collector initialized.
[    5.695409] ata4: SATA link down (SStatus 0 SControl 300)
[    5.696648] clk: Disabling unused clocks
[    5.697244] PM: genpd: Disabling unused power domains
[    5.708630] Freeing unused decrypted memory: 2028K
[    5.711183] Freeing unused kernel image (initmem) memory: 10952K
[    5.711460] Write protecting the kernel read-only data: 90112k
[    5.712576] Freeing unused kernel image (text/rodata gap) memory: 676K
[    5.713314] Freeing unused kernel image (rodata/data gap) memory: 612K
[    5.743541] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    5.744037] Run /init as init process
[    5.744261]   with arguments:
[    5.744263]     /init
[    5.744265]   with environment:
[    5.744266]     HOME=/
[    5.744268]     TERM=linux
[    5.744269]     BOOT_IMAGE=(hd1,gpt3)/boot/vmlinuz-6.17.0-0.rc7.56.fc44.x86_64+debug
[    5.744271]     spectre_v2_user=on
[    5.773353] systemd[1]: Successfully made /usr/ read-only.
[    5.775348] systemd[1]: systemd 258-1.fc44 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[    5.776521] systemd[1]: Detected architecture x86-64.
[    5.776797] systemd[1]: Running in initrd.
[    5.779935] systemd[1]: Hostname set to <primary-ws>.
[    5.787710] usb 4-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 8.b4
[    5.787956] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.788173] usb 4-1: Product: USB3.1 Hub             
[    5.788389] usb 4-1: Manufacturer: VIA Labs, Inc.         
[    5.821800] hub 4-1:1.0: USB hub found
[    5.822650] hub 4-1:1.0: 4 ports detected
[    6.107763] usb 3-1.4: new high-speed USB device number 3 using xhci_hcd
[    6.207281] usb 3-1.4: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.04
[    6.207555] usb 3-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.207764] usb 3-1.4: Product: USB2.1 Hub
[    6.207954] usb 3-1.4: Manufacturer: Generic
[    6.248463] hub 3-1.4:1.0: USB hub found
[    6.250170] hub 3-1.4:1.0: 4 ports detected
[    6.291919] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    6.315855] systemd-cryptse (402) used greatest stack depth: 24744 bytes left
[    6.318029] systemd-debug-g (403) used greatest stack depth: 24120 bytes left
[    6.451876] systemd[1]: Queued start job for default target initrd.target.
[    6.454759] usb 4-1.4: new SuperSpeed USB device number 3 using xhci_hcd
[    6.481374] systemd[1]: Expecting device dev-disk-by\x2duuid-49251da1\x2da5cf\x2d49ab\x2daf4e\x2d6dff17173e89.device - /dev/disk/by-uuid/49251da1-a5cf-49ab-af4e-6dff17173e89...
[    6.481710] usb 4-1.4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.04
[    6.482030] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.482308] usb 4-1.4: Product: USB3.2 Hub
[    6.482310] usb 4-1.4: Manufacturer: Generic
[    6.484161] systemd[1]: Expecting device dev-disk-by\x2duuid-b4996eda\x2d3a45\x2d4f45\x2dad59\x2dbe0bac273396.device - /dev/disk/by-uuid/b4996eda-3a45-4f45-ad59-be0bac273396...
[    6.485664] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    6.486981] systemd[1]: Reached target slices.target - Slice Units.
[    6.488365] systemd[1]: Reached target swap.target - Swaps.
[    6.490030] systemd[1]: Reached target timers.target - Timer Units.
[    6.492150] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    6.493808] systemd[1]: Listening on iscsid.socket - Open-iSCSI iscsid Socket.
[    6.495190] systemd[1]: Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket.
[    6.496360] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    6.497458] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[    6.499036] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    6.500597] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    6.501927] systemd[1]: Reached target sockets.target - Socket Units.
[    6.504707] hub 4-1.4:1.0: USB hub found
[    6.506406] hub 4-1.4:1.0: 4 ports detected
[    6.508455] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    6.509843] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    6.536641] systemd[1]: Starting systemd-journald.service - Journal Service...
[    6.541718] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    6.543007] systemd[1]: systemd-pcrphase-initrd.service - TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    6.546946] systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...
[    6.551394] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    6.557331] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[    6.569315] systemd-journald[441]: Collecting audit messages is disabled.
[    6.583875] fuse: init (API version 7.44)
[    6.589876] i2c_dev: i2c /dev entries driver
[    6.600034] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    6.604630] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    6.608453] usb 3-1.4.1: new high-speed USB device number 4 using xhci_hcd
[    6.657712] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    6.660792] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
[    6.666727] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    6.698904] usb 3-1.4.1: New USB device found, idVendor=3434, idProduct=d038, bcdDevice= 1.11
[    6.699234] usb 3-1.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.699538] usb 3-1.4.1: Product: Keychron 4K Link
[    6.699841] usb 3-1.4.1: Manufacturer: Keychron
[    6.703399] systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.
[    6.707730] systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters...
[    6.748635] systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters.
[    6.753366] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
[    6.788087] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    6.853581] usb 1-6: New USB device found, idVendor=0b05, idProduct=1a5c, bcdDevice= 0.02
[    6.854105] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[    6.854469] usb 1-6: Product: USB Audio
[    6.854808] usb 1-6: Manufacturer: Generic
[    6.856084] usb 4-1.4.4: new SuperSpeed USB device number 4 using xhci_hcd
[    6.884151] usb 4-1.4.4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.04
[    6.884648] usb 4-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.884959] usb 4-1.4.4: Product: USB3.2 Hub
[    6.885248] usb 4-1.4.4: Manufacturer: Generic
[    6.890760] input: Keychron Keychron 4K Link as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1:1.0/0003:3434:D038.0002/input/input5
[    6.894093] hid-generic 0003:3434:D038.0002: input,hidraw1: USB HID v1.00 Mouse [Keychron Keychron 4K Link] on usb-0000:0f:00.3-1.4.1/input0
[    6.897023] input: Keychron Keychron 4K Link as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1:1.1/0003:3434:D038.0003/input/input6
[    6.921115] hub 4-1.4.4:1.0: USB hub found
[    6.923971] hub 4-1.4.4:1.0: 4 ports detected
[    6.943614] hid-generic 0003:0B05:1A5C.0004: hiddev97,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-0000:0c:00.0-6/input7
[    7.022659] hid-generic 0003:3434:D038.0003: input,hidraw3: USB HID v1.00 Keyboard [Keychron Keychron 4K Link] on usb-0000:0f:00.3-1.4.1/input1
[    7.025791] input: Keychron Keychron 4K Link Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1:1.2/0003:3434:D038.0005/input/input7
[    7.071293] Loading iSCSI transport class v2.0-870.
[    7.078616] input: Keychron Keychron 4K Link System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.1/3-1.4.1:1.2/0003:3434:D038.0005/input/input8
[    7.080310] hid-generic 0003:3434:D038.0005: input,hidraw4: USB HID v1.00 Device [Keychron Keychron 4K Link] on usb-0000:0f:00.3-1.4.1/input2
[    7.083997] hid-generic 0003:3434:D038.0006: hiddev98,hidraw5: USB HID v1.00 Device [Keychron Keychron 4K Link] on usb-0000:0f:00.3-1.4.1/input3
[    7.094525] iscsi: registered transport (tcp)
[    7.117760] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    7.134962] iscsi: registered transport (qla4xxx)
[    7.135413] QLogic iSCSI HBA Driver
[    7.153127] systemd[1]: Started systemd-journald.service - Journal Service.
[    7.157371] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[    7.161747] usb 3-1.4.4: new high-speed USB device number 5 using xhci_hcd
[    7.187201] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)
[    7.187721] iscsi: registered transport (cxgb3i)
[    7.264660] usb 3-1.4.4: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.04
[    7.265071] usb 3-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.265394] usb 3-1.4.4: Product: USB2.1 Hub
[    7.265702] usb 3-1.4.4: Manufacturer: Generic
[    7.266599] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[    7.266804] iscsi: registered transport (cxgb4i)
[    7.267471] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.
[    7.290820] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[    7.301204] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[    7.301684] iscsi: registered transport (bnx2i)
[    7.304620] hub 3-1.4.4:1.0: USB hub found
[    7.307144] hub 3-1.4.4:1.0: 4 ports detected
[    7.328901] iscsi: registered transport (be2iscsi)
[    7.329209] In beiscsi_module_init, tt=0000000030cd5d8b
[    7.472363] usb 1-7: config 1 has an invalid interface number: 2 but max is 1
[    7.472689] usb 1-7: config 1 has no interface number 1
[    7.484368] usb 1-7: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
[    7.484681] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.484978] usb 1-7: Product: AURA LED Controller
[    7.485459] usb 1-7: Manufacturer: AsusTek Computer Inc.
[    7.485949] usb 1-7: SerialNumber: 9876543210
[    7.513838] hid-generic 0003:0B05:19AF.0007: hiddev99,hidraw6: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:0c:00.0-7/input2
[    7.669764] usb 3-1.4.4.2: new full-speed USB device number 6 using xhci_hcd
[    7.675280] RPC: Registered named UNIX socket transport module.
[    7.675701] RPC: Registered udp transport module.
[    7.675963] RPC: Registered tcp transport module.
[    7.676208] RPC: Registered tcp-with-tls transport module.
[    7.676453] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.689750] usb 1-11: new high-speed USB device number 4 using xhci_hcd
[    7.779431] usb 3-1.4.4.2: New USB device found, idVendor=19f5, idProduct=2620, bcdDevice= 0.00
[    7.779771] usb 3-1.4.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.780011] usb 3-1.4.4.2: Product: NuPhy Air75 V3 Dongle
[    7.780233] usb 3-1.4.4.2: Manufacturer: NuPhy
[    7.780451] usb 3-1.4.4.2: SerialNumber: NuPhy Keybord 0720
[    7.908582] usb 1-11: New USB device found, idVendor=0489, idProduct=e0e2, bcdDevice= 1.00
[    7.908982] usb 1-11: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    7.909320] usb 1-11: Product: Wireless_Device
[    7.909542] usb 1-11: Manufacturer: MediaTek Inc.
[    7.909771] usb 1-11: SerialNumber: 000000000
[    7.994134] input: NuPhy NuPhy Air75 V3 Dongle as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.0/0003:19F5:2620.0008/input/input9
[    8.112622] hid-generic 0003:19F5:2620.0008: input,hidraw7: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3 Dongle] on usb-0000:0f:00.3-1.4.4.2/input0
[    8.129410] input: NuPhy NuPhy Air75 V3 Dongle as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.1/0003:19F5:2620.0009/input/input10
[    8.241076] hid-generic 0003:19F5:2620.0009: input,hidraw8: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3 Dongle] on usb-0000:0f:00.3-1.4.4.2/input1
[    8.253765] input: NuPhy NuPhy Air75 V3 Dongle Mouse as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.2/0003:19F5:2620.000A/input/input11
[    8.255924] input: NuPhy NuPhy Air75 V3 Dongle System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.2/0003:19F5:2620.000A/input/input12
[    8.311240] input: NuPhy NuPhy Air75 V3 Dongle Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.2/0003:19F5:2620.000A/input/input13
[    8.313544] hid-generic 0003:19F5:2620.000A: input,hidraw9: USB HID v1.11 Mouse [NuPhy NuPhy Air75 V3 Dongle] on usb-0000:0f:00.3-1.4.4.2/input2
[    8.323543] input: NuPhy NuPhy Air75 V3 Dongle as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.2/3-1.4.4.2:1.3/0003:19F5:2620.000B/input/input14
[    8.326311] hid-generic 0003:19F5:2620.000B: input,hidraw10: USB HID v1.11 Device [NuPhy NuPhy Air75 V3 Dongle] on usb-0000:0f:00.3-1.4.4.2/input3
[    8.406764] usb 3-1.4.4.3: new full-speed USB device number 7 using xhci_hcd
[    8.516692] usb 3-1.4.4.3: New USB device found, idVendor=291a, idProduct=385d, bcdDevice= 1.00
[    8.517295] usb 3-1.4.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.517871] usb 3-1.4.4.3: Product: VR P10 Dongle
[    8.518430] usb 3-1.4.4.3: Manufacturer: Telink
[    8.596928] input: Telink VR P10 Dongle Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.3/3-1.4.4.3:1.3/0003:291A:385D.000C/input/input15
[    8.649631] hid-generic 0003:291A:385D.000C: input,hidraw11: USB HID v1.11 Device [Telink VR P10 Dongle] on usb-0000:0f:00.3-1.4.4.3/input3
[    8.728755] usb 3-1.4.4.4: new full-speed USB device number 8 using xhci_hcd
[    8.839667] usb 3-1.4.4.4: New USB device found, idVendor=291a, idProduct=385d, bcdDevice= 1.00
[    8.840066] usb 3-1.4.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.840405] usb 3-1.4.4.4: Product: VR P10 Dongle
[    8.840744] usb 3-1.4.4.4: Manufacturer: Telink
[    8.917243] input: Telink VR P10 Dongle Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.4/3-1.4.4.4:1.3/0003:291A:385D.000D/input/input16
[    8.970571] hid-generic 0003:291A:385D.000D: input,hidraw12: USB HID v1.11 Device [Telink VR P10 Dongle] on usb-0000:0f:00.3-1.4.4.4/input3
[   10.749349] Key type psk registered
[   10.817992] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   10.823553] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   10.825606] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   10.836665] nvme nvme0: pci function 0000:04:00.0
[   10.836666] nvme nvme1: pci function 0000:0e:00.0
[   10.844037] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[   10.846728] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:20/LNXVIDEO:00/input/input17
[   10.940345] Intel(R) 2.5G Ethernet Linux Driver
[   10.940354] Copyright(c) 2018 Intel Corporation.
[   10.942813] igc 0000:0a:00.0: PCIe PTM not supported by PCIe bus/controller
[   10.955789] nvme nvme1: 32/0/0 default/read/poll queues
[   10.960436] nvme nvme0: 32/0/0 default/read/poll queues
[   11.035875] igc 0000:0a:00.0 (unnamed net_device) (uninitialized): PHC added
[   11.053445]  nvme0n1: p1 p2 p3
[   11.096774] fido_id (977) used greatest stack depth: 24056 bytes left
[   11.109211] igc 0000:0a:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
[   11.109220] igc 0000:0a:00.0 eth0: MAC: e8:9c:25:6c:40:75
[   11.146328] igc 0000:0a:00.0 eno1: renamed from eth0
[   11.309859] PM: Image not found (code -22)
[   11.602577] BTRFS: device label btrfs.37 devid 1 transid 7155 /dev/nvme0n1p3 (259:4) scanned by mount (1024)
[   11.605050] BTRFS info (device nvme0n1p3): first mount of filesystem b4996eda-3a45-4f45-ad59-be0bac273396
[   11.605076] BTRFS info (device nvme0n1p3): using crc32c (crc32c-lib) checksum algorithm
[   11.621692] BTRFS info (device nvme0n1p3): enabling ssd optimizations
[   11.621697] BTRFS info (device nvme0n1p3): enabling free space tree
[   11.623621] mount (1024) used greatest stack depth: 23880 bytes left
[   11.672203] systemd-sysroot (1042) used greatest stack depth: 23576 bytes left
[   11.951100] (udev-worker) (907) used greatest stack depth: 23032 bytes left
[   14.094952] [drm] amdgpu kernel modesetting enabled.
[   14.095007] amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[   14.097153] amdgpu: ATPX version 1, functions 0x00000000
[   14.304784] amdgpu: Virtual CRAT table created for CPU
[   14.305169] amdgpu: Topology: Add CPU node
[   14.305833] amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
[   14.306344] amdgpu 0000:03:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x744C 0x1DA2:0x471E 0xC8).
[   14.306406] amdgpu 0000:03:00.0: amdgpu: register mmio base: 0xF6A00000
[   14.306408] amdgpu 0000:03:00.0: amdgpu: register mmio size: 1048576
[   14.306661] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[   14.306664] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[   14.306665] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[   14.306667] amdgpu 0000:03:00.0: amdgpu: lockup timeout disabled
[   14.322162] amdgpu 0000:03:00.0: amdgpu: detected ip block number 0 <soc21_common>
[   14.322166] amdgpu 0000:03:00.0: amdgpu: detected ip block number 1 <gmc_v11_0>
[   14.322168] amdgpu 0000:03:00.0: amdgpu: detected ip block number 2 <ih_v6_0>
[   14.322170] amdgpu 0000:03:00.0: amdgpu: detected ip block number 3 <psp>
[   14.322172] amdgpu 0000:03:00.0: amdgpu: detected ip block number 4 <smu>
[   14.322174] amdgpu 0000:03:00.0: amdgpu: detected ip block number 5 <dm>
[   14.322176] amdgpu 0000:03:00.0: amdgpu: detected ip block number 6 <gfx_v11_0>
[   14.322178] amdgpu 0000:03:00.0: amdgpu: detected ip block number 7 <sdma_v6_0>
[   14.322180] amdgpu 0000:03:00.0: amdgpu: detected ip block number 8 <vcn_v4_0>
[   14.322182] amdgpu 0000:03:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0>
[   14.322184] amdgpu 0000:03:00.0: amdgpu: detected ip block number 10 <mes_v11_0>
[   14.322232] amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
[   14.322248] amdgpu: ATOM BIOS: 113-3E4710U-O4O
[   14.361944] amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
[   14.437278] Console: switching to colour dummy device 80x25
[   14.450908] amdgpu 0000:03:00.0: vgaarb: deactivate vga console
[   14.450914] amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[   14.451286] amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
[   14.451288] amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
[   14.451348] amdgpu 0000:03:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   14.451381] amdgpu 0000:03:00.0: amdgpu: VRAM: 24560M 0x0000008000000000 - 0x00000085FEFFFFFF (24560M used)
[   14.451384] amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
[   14.451399] [drm] Detected VRAM RAM=24560M, BAR=32768M
[   14.451401] [drm] RAM width 384bits GDDR6
[   14.844121] amdgpu 0000:03:00.0: amdgpu: amdgpu: 24560M of VRAM memory ready
[   14.844131] amdgpu 0000:03:00.0: amdgpu: amdgpu: 27499M of GTT memory ready.
[   14.844451] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   14.845001] [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
[   14.848670] amdgpu 0000:03:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x07002F00
[   14.850899] amdgpu 0000:03:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 11
[   14.851219] amdgpu 0000:03:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 11
[   14.923856] amdgpu 0000:03:00.0: amdgpu: reserve 0x1300000 from 0x85fc000000 for PSP TMR
[   15.070271] amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   15.070279] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   15.070396] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x004e8100 (78.129.0)
[   15.070399] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[   15.229577] amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
[   15.231132] amdgpu 0000:03:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 3.2
[   15.231136] amdgpu 0000:03:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[   15.233010] amdgpu 0000:03:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x07002F00
[   15.329034] amdgpu 0000:03:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.329955] amdgpu 0000:03:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.360911] amdgpu 0000:03:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.361648] amdgpu 0000:03:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.380653] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   15.380716] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[   15.381327] amdgpu: Virtual CRAT table created for GPU
[   15.392028] amdgpu: Topology: Add dGPU node [0x744c:0x1002]
[   15.392032] kfd kfd: amdgpu: added device 1002:744c
[   15.392047] amdgpu 0000:03:00.0: amdgpu: SE 6, SH per SE 2, CU per SH 8, active_cu_number 96
[   15.392065] amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   15.392067] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   15.392069] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   15.392071] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[   15.392073] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[   15.392074] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[   15.392076] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[   15.392077] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[   15.392079] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[   15.392081] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
[   15.392082] amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
[   15.392084] amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   15.392086] amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
[   15.392087] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
[   15.392089] amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
[   15.396294] amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
[   15.403830] amdgpu 0000:03:00.0: [drm] Registered 4 planes with drm panic
[   15.403834] [drm] Initialized amdgpu 3.64.0 for 0000:03:00.0 on minor 1
[   15.430752] fbcon: amdgpudrmfb (fb0) is primary device
[   15.432408] [drm] pre_validate_dsc:1628 MST_DSC dsc precompute is not needed
[   15.486720] Console: switching to colour frame buffer device 480x135
[   15.525421] amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[   15.538122] amdgpu 0000:0f:00.0: enabling device (0006 -> 0007)
[   15.538636] amdgpu 0000:0f:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x164E 0x1043:0x8877 0xC1).
[   15.538719] amdgpu 0000:0f:00.0: amdgpu: register mmio base: 0xF6900000
[   15.538721] amdgpu 0000:0f:00.0: amdgpu: register mmio size: 524288
[   15.539118] amdgpu 0000:0f:00.0: amdgpu: lockup timeout disabled
[   15.546748] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 0 <nv_common>
[   15.546751] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
[   15.546753] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 2 <navi10_ih>
[   15.546755] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 3 <psp>
[   15.546757] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 4 <smu>
[   15.546759] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 5 <dm>
[   15.546761] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
[   15.546763] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
[   15.546765] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
[   15.546767] amdgpu 0000:0f:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
[   15.546788] amdgpu 0000:0f:00.0: amdgpu: Fetched VBIOS from VFCT
[   15.546804] amdgpu: ATOM BIOS: 102-RAPHAEL-008
[   15.617308] amdgpu 0000:0f:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[   15.617633] amdgpu 0000:0f:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   15.617669] amdgpu 0000:0f:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[   15.617672] amdgpu 0000:0f:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[   15.617693] [drm] Detected VRAM RAM=512M, BAR=512M
[   15.617695] [drm] RAM width 128bits DDR5
[   15.627385] amdgpu 0000:0f:00.0: amdgpu: amdgpu: 512M of VRAM memory ready
[   15.627394] amdgpu 0000:0f:00.0: amdgpu: amdgpu: 27499M of GTT memory ready.
[   15.627605] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   15.628121] [drm] PCIE GART of 1024M enabled (table at 0x000000F41FC00000).
[   15.629762] amdgpu 0000:0f:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x05002800
[   15.632388] [drm] use_doorbell being set to: [true]
[   15.632806] amdgpu 0000:0f:00.0: amdgpu: Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 6
[   15.656048] amdgpu 0000:0f:00.0: amdgpu: reserve 0xa00000 from 0xf41e000000 for PSP TMR
[   15.712670] amdgpu 0000:0f:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   15.718159] amdgpu 0000:0f:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   15.718161] amdgpu 0000:0f:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   15.720162] amdgpu 0000:0f:00.0: amdgpu: SMU is initialized successfully!
[   15.721611] amdgpu 0000:0f:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 3.1.5
[   15.721616] amdgpu 0000:0f:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[   15.722287] amdgpu 0000:0f:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x05002800
[   15.726610] amdgpu 0000:0f:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.727504] amdgpu 0000:0f:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[   15.728344] amdgpu 0000:0f:00.0: amdgpu: kiq ring mec 2 pipe 1 q 0
[   15.736963] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[   15.737028] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[   15.737927] amdgpu: Virtual CRAT table created for GPU
[   15.756171] amdgpu: Topology: Add dGPU node [0x164e:0x1002]
[   15.756175] kfd kfd: amdgpu: added device 1002:164e
[   15.756189] amdgpu 0000:0f:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 2, active_cu_number 2
[   15.756194] amdgpu 0000:0f:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   15.756196] amdgpu 0000:0f:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
[   15.756198] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
[   15.756200] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
[   15.756202] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
[   15.756203] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
[   15.756205] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
[   15.756206] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
[   15.756208] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
[   15.756210] amdgpu 0000:0f:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
[   15.756211] amdgpu 0000:0f:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
[   15.756213] amdgpu 0000:0f:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
[   15.756215] amdgpu 0000:0f:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
[   15.756216] amdgpu 0000:0f:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
[   15.756218] amdgpu 0000:0f:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
[   15.756220] amdgpu 0000:0f:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
[   15.757758] amdgpu 0000:0f:00.0: amdgpu: Runtime PM not available
[   15.764764] amdgpu 0000:0f:00.0: [drm] Registered 4 planes with drm panic
[   15.764767] [drm] Initialized amdgpu 3.64.0 for 0000:0f:00.0 on minor 0
[   15.768729] amdgpu 0000:0f:00.0: [drm] Cannot find any crtc or sizes
[   15.777434] (udev-worker) (919) used greatest stack depth: 20080 bytes left
[   16.079930] systemd-journald[441]: Received SIGTERM from PID 1 (systemd).
[   16.944086] SELinux:  Permission firmware_load in class system not defined in policy.
[   16.944095] SELinux:  Permission kexec_image_load in class system not defined in policy.
[   16.944097] SELinux:  Permission kexec_initramfs_load in class system not defined in policy.
[   16.944099] SELinux:  Permission policy_load in class system not defined in policy.
[   16.944100] SELinux:  Permission x509_certificate_load in class system not defined in policy.
[   16.944140] SELinux:  Permission allowed in class io_uring not defined in policy.
[   16.944142] SELinux: the above unknown classes and permissions will be allowed
[   16.982998] SELinux:  policy capability network_peer_controls=1
[   16.983001] SELinux:  policy capability open_perms=1
[   16.983003] SELinux:  policy capability extended_socket_class=1
[   16.983004] SELinux:  policy capability always_check_network=0
[   16.983005] SELinux:  policy capability cgroup_seclabel=1
[   16.983007] SELinux:  policy capability nnp_nosuid_transition=1
[   16.983008] SELinux:  policy capability genfs_seclabel_symlinks=1
[   16.983009] SELinux:  policy capability ioctl_skip_cloexec=0
[   16.983011] SELinux:  policy capability userspace_initial_context=0
[   16.983012] SELinux:  policy capability netlink_xperm=0
[   16.983013] SELinux:  policy capability netif_wildcard=0
[   16.983015] SELinux:  policy capability genfs_seclabel_wildcard=0
[   17.082426] audit: type=1403 audit(1758575275.621:2): auid=4294967295 ses=4294967295 lsm=selinux res=1
[   17.086706] systemd[1]: Successfully loaded SELinux policy in 649.681ms.
[   17.162646] systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 62.767ms.
[   17.502613] systemd[1]: systemd 258-1.fc44 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)
[   17.502631] systemd[1]: Detected architecture x86-64.
[   18.084926] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[   18.358902] zram: Added device: zram0
[   18.719345] audit: type=1400 audit(1758575277.258:3): avc:  denied  { getattr } for  pid=1 comm="systemd" path="socket:[34859]" dev="sockfs" ino=34859 scontext=system_u:system_r:init_t:s0 tcontext=system_u:system_r:kernel_t:s0 tclass=netlink_kobject_uevent_socket permissive=1
[   18.852231] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   18.853178] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   18.860959] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   18.864973] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   18.867081] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   18.869297] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   18.873387] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   18.875235] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   18.879398] systemd[1]: Created slice user.slice - User and Session Slice.
[   18.881518] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   18.881863] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   18.885432] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   18.886768] systemd[1]: Expecting device dev-disk-by\x2ddiskseq-2\x2dpart2.device - /dev/disk/by-diskseq/2-part2...
[   18.889698] systemd[1]: Expecting device dev-disk-by\x2duuid-4307\x2dD37D.device - /dev/disk/by-uuid/4307-D37D...
[   18.892785] systemd[1]: Expecting device dev-disk-by\x2duuid-46ed41f1\x2d2512\x2d4e13\x2da502\x2d4add0e26a341.device - /dev/disk/by-uuid/46ed41f1-2512-4e13-a502-4add0e26a341...
[   18.895397] systemd[1]: Expecting device dev-zram0.device - /dev/zram0...
[   18.895467] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   18.898107] systemd[1]: Reached target getty.target - Login Prompts.
[   18.900766] systemd[1]: Reached target imports.target - Image Downloads.
[   18.903374] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   18.907701] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   18.907891] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   18.910381] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   18.912932] systemd[1]: Reached target rpc_pipefs.target.
[   18.915448] systemd[1]: Reached target slices.target - Slice Units.
[   18.917964] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   18.922334] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   18.926702] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   18.929746] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password.
[   18.932362] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   18.934203] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[   18.937456] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management.
[   18.939935] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[   18.941652] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   18.941669] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   18.943251] systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket.
[   18.945109] systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket.
[   18.948847] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   18.951038] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket.
[   18.953573] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   18.962181] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   18.969151] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   18.976085] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   19.000996] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   19.002574] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   19.002663] systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1).
[   19.003898] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[   19.007944] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   19.011990] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   19.014710] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
[   19.014798] systemd[1]: modprobe@dm_mod.service - Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
[   19.014865] systemd[1]: modprobe@drm.service - Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
[   19.014957] systemd[1]: modprobe@fuse.service - Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
[   19.021750] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   19.027367] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[   19.029724] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   19.029847] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   19.032795] systemd[1]: systemd-boot-clear-sysfail.service - Clear SysFail Entry If The Boot Is Successful was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderEntrySysFail-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   19.032827] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   19.032951] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   19.035571] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[   19.043448] systemd[1]: Starting systemd-journald.service - Journal Service...
[   19.048928] loop: module loaded
[   19.049232] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   19.054319] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   19.054780] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   19.057531] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   19.057997] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   19.061404] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[   19.067099] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   19.076785] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   19.081272] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   19.082810] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   19.085752] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   19.086411] systemd-journald[1192]: Collecting audit messages is enabled.
[   19.092218] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   19.095224] audit: type=1130 audit(1758575277.634:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.096007] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   19.098600] systemd[1]: Started systemd-journald.service - Journal Service.
[   19.101254] audit: type=1130 audit(1758575277.640:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.109046] audit: type=1130 audit(1758575277.648:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.109092] audit: type=1131 audit(1758575277.648:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.111961] audit: type=1130 audit(1758575277.651:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.114916] audit: type=1130 audit(1758575277.654:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.118111] audit: type=1130 audit(1758575277.657:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.121817] audit: type=1130 audit(1758575277.661:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.197865] systemd-journald[1192]: Received client request to flush runtime journal.
[   20.512986] zram0: detected capacity change from 0 to 16777216
[   20.848150] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDsc
[   22.273476] BTRFS: device fsid 46ed41f1-2512-4e13-a502-4add0e26a341 devid 1 transid 2875185 /dev/nvme1n1 (259:0) scanned by mount (1380)
[   22.288983] BTRFS info (device nvme1n1): first mount of filesystem 46ed41f1-2512-4e13-a502-4add0e26a341
[   22.289002] BTRFS info (device nvme1n1): using crc32c (crc32c-lib) checksum algorithm
[   22.390101] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   22.390111] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   22.430219] i2c i2c-12: Successfully instantiated SPD at 0x51
[   22.482091] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   22.512592] input: PC Speaker as /devices/platform/pcspkr/input/input18
[   22.523763] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   22.524701] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   22.525242] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[   22.532185] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[   22.532189] RAPL PMU: hw unit of domain package 2^-16 Joules
[   22.532191] RAPL PMU: hw unit of domain core 2^-16 Joules
[   22.534544] asus_wmi: ASUS WMI generic driver loaded
[   22.588226] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[   22.592437] asus_wmi: SFUN value: 0x1
[   22.592447] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   22.656498] mc: Linux media interface: v0.10
[   22.704068] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input19
[   22.803833] Adding 62499836k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:62499836k SS
[   22.814847] videodev: Linux video capture interface: v2.00
[   22.867648] kvm_amd: TSC scaling supported
[   22.867663] kvm_amd: Nested Virtualization enabled
[   22.867667] kvm_amd: Nested Paging enabled
[   22.867671] kvm_amd: LBR virtualization supported
[   22.867910] kvm_amd: Virtual GIF supported
[   22.867918] kvm_amd: Virtual NMI enabled
[   22.913661] kauditd_printk_skb: 19 callbacks suppressed
[   22.913666] audit: type=1130 audit(1758575281.452:31): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4307\x2dD37D comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.939459] MCE: In-kernel MCE decoding enabled.
[   22.967802] audit: type=1131 audit(1758575281.506:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.973593] EDAC DEBUG: umc_read_base_mask:   DCSB0[0]=0x00000000 reg: 0x50000
[   22.973600] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC0[0]=0x00000000 reg: 0x50010
[   22.973603] EDAC DEBUG: umc_read_base_mask:   DCSB0[1]=0x00000000 reg: 0x50004
[   22.973605] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC0[1]=0x00000000 reg: 0x50014
[   22.973608] EDAC DEBUG: umc_read_base_mask:   DCSB0[2]=0x00000001 reg: 0x50008
[   22.973610] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC0[2]=0x00000000 reg: 0x50018
[   22.973612] EDAC DEBUG: umc_read_base_mask:   DCSB0[3]=0x00000401 reg: 0x5000c
[   22.973615] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC0[3]=0x00000000 reg: 0x5001c
[   22.973617] EDAC DEBUG: umc_read_base_mask:   DCSM0[0]=0x00000000 reg: 0x50020
[   22.973619] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC0[0]=0x00000000 reg: 0x50030
[   22.973621] EDAC DEBUG: umc_read_base_mask:   DCSM0[1]=0x00000000 reg: 0x50024
[   22.973623] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC0[1]=0x00000000 reg: 0x50034
[   22.973626] EDAC DEBUG: umc_read_base_mask:   DCSM0[2]=0x07fffbfe reg: 0x50028
[   22.973628] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC0[2]=0x00000000 reg: 0x50038
[   22.973630] EDAC DEBUG: umc_read_base_mask:   DCSM0[3]=0x07fffbfe reg: 0x5002c
[   22.973632] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC0[3]=0x00000000 reg: 0x5003c
[   22.973634] EDAC DEBUG: umc_read_base_mask:   DCSB1[0]=0x00000000 reg: 0x150000
[   22.973636] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC1[0]=0x00000000 reg: 0x150010
[   22.973639] EDAC DEBUG: umc_read_base_mask:   DCSB1[1]=0x00000000 reg: 0x150004
[   22.973641] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC1[1]=0x00000000 reg: 0x150014
[   22.973643] EDAC DEBUG: umc_read_base_mask:   DCSB1[2]=0x00000001 reg: 0x150008
[   22.973645] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC1[2]=0x00000000 reg: 0x150018
[   22.973647] EDAC DEBUG: umc_read_base_mask:   DCSB1[3]=0x00000401 reg: 0x15000c
[   22.973649] EDAC DEBUG: umc_read_base_mask:     DCSB_SEC1[3]=0x00000000 reg: 0x15001c
[   22.973652] EDAC DEBUG: umc_read_base_mask:   DCSM1[0]=0x00000000 reg: 0x150020
[   22.973654] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC1[0]=0x00000000 reg: 0x150030
[   22.973656] EDAC DEBUG: umc_read_base_mask:   DCSM1[1]=0x00000000 reg: 0x150024
[   22.973658] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC1[1]=0x00000000 reg: 0x150034
[   22.973660] EDAC DEBUG: umc_read_base_mask:   DCSM1[2]=0x07fffbfe reg: 0x150028
[   22.973662] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC1[2]=0x00000000 reg: 0x150038
[   22.973664] EDAC DEBUG: umc_read_base_mask:   DCSM1[3]=0x07fffbfe reg: 0x15002c
[   22.973666] EDAC DEBUG: umc_read_base_mask:     DCSM_SEC1[3]=0x00000000 reg: 0x15003c
[   22.973678] EDAC DEBUG: umc_determine_memory_type:   UMC0 DIMM type: Unbuffered-DDR5
[   22.973679] EDAC DEBUG: umc_determine_memory_type:   UMC1 DIMM type: Unbuffered-DDR5
[   22.974627] Bluetooth: Core ver 2.22
[   22.974803] NET: Registered PF_BLUETOOTH protocol family
[   22.974806] Bluetooth: HCI device and connection manager initialized
[   22.974880] Bluetooth: HCI socket layer initialized
[   22.974891] Bluetooth: L2CAP socket layer initialized
[   22.974955] Bluetooth: SCO socket layer initialized
[   22.975615] snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
[   22.977424] snd_hda_intel 0000:03:00.1: Handle vga_switcheroo audio client
[   22.977430] snd_hda_intel 0000:03:00.1: Force to non-snoop mode
[   22.977961] snd_hda_intel 0000:0f:00.1: enabling device (0000 -> 0002)
[   22.981489] snd_hda_intel 0000:0f:00.1: Handle vga_switcheroo audio client
[   22.988758] spd5118 12-0051: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[   22.993698] mt7921e 0000:0b:00.0: enabling device (0000 -> 0002)
[   23.001935] usb 6-2: Found UVC 1.00 device OBSBOT Tiny 2 (3564:fef8)
[   23.011958] spd5118 12-0053: DDR5 temperature sensor: vendor 0x06:0x32 revision 1.6
[   23.020530] usbcore: registered new interface driver uvcvideo
[   23.025844] mt7921e 0000:0b:00.0: ASIC revision: 79220010
[   23.052200] snd_hda_intel 0000:0f:00.1: bound 0000:0f:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   23.056440] snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   23.067221] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.1/sound/card2/input20
[   23.069041] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input22
[   23.069641] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.1/sound/card2/input21
[   23.070123] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input23
[   23.071341] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input24
[   23.071914] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card1/input25
[   23.091503] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20250523103438
[   23.092368] usbcore: registered new interface driver btusb
[   23.132606] mt7921e 0000:0b:00.0: HW/SW Version: 0x8a108a10, Build Time: 20250523103150a

[   23.144933] audit: type=1130 audit(1758575281.684:33): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.160354] mt7921e 0000:0b:00.0: WM Firmware Version: ____000000, Build Time: 20250523103234
[   23.217939] amd_atl: AMD Address Translation Library initialized
[   23.218269] intel_rapl_common: Found RAPL domain package
[   23.218280] intel_rapl_common: Found RAPL domain core
[   23.225482] audit: type=1130 audit(1758575281.764:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   23.272612] Bluetooth: hci0: Device setup in 197748 usecs
[   23.272618] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   23.548896] Bluetooth: hci0: AOSP extensions version v1.00
[   23.548902] Bluetooth: hci0: AOSP quality report is supported
[   24.317948] mt7921e 0000:0b:00.0 wlp11s0: renamed from wlan0
[   28.839287] BTRFS info (device nvme1n1): enabling ssd optimizations
[   28.839295] BTRFS info (device nvme1n1): enabling free space tree
[   28.912564] audit: type=1130 audit(1758575287.451:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.932324] audit: type=1130 audit(1758575287.471:36): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-userdb-load-credentials comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.319726] usb 3-1.4.4.3: Warning! Unlikely big volume range (=16000), cval->res is probably wrong.
[   29.319778] usb 3-1.4.4.3: [2] FU [PCM Playback Volume] ch = 1, val = -16000/0/1
[   29.349605] usb 3-1.4.4.3: Warning! Unlikely big volume range (=7680), cval->res is probably wrong.
[   29.349612] usb 3-1.4.4.3: [5] FU [Mic Capture Volume] ch = 1, val = 0/7680/1
[   29.350106] audit: type=1131 audit(1758575287.889:37): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.427446] audit: type=1130 audit(1758575287.966:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.442559] audit: type=1334 audit(1758575287.981:39): prog-id=53 op=LOAD
[   29.497702] audit: type=1305 audit(1758575288.036:40): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[   29.498371] audit: type=1300 audit(1758575288.036:40): arch=c000003e syscall=44 success=yes exit=60 a0=3 a1=7ffe19748af0 a2=3c a3=0 items=0 ppid=1592 pid=1594 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="auditd" exe="/usr/bin/auditd" subj=system_u:system_r:auditd_t:s0 key=(null)
[   29.498396] audit: type=1327 audit(1758575288.036:40): proctitle="/usr/bin/auditd"
[   29.578604] usb 3-1.4.4.4: Warning! Unlikely big volume range (=16000), cval->res is probably wrong.
[   29.578612] usb 3-1.4.4.4: [2] FU [PCM Playback Volume] ch = 1, val = -16000/0/1
[   29.608601] usb 3-1.4.4.4: Warning! Unlikely big volume range (=7680), cval->res is probably wrong.
[   29.608609] usb 3-1.4.4.4: [5] FU [Mic Capture Volume] ch = 1, val = 0/7680/1
[   29.611695] usbcore: registered new interface driver snd-usb-audio
[   30.043597] nvme nvme0: using unchecked data buffer
[   30.049975] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   30.049981] Bluetooth: BNEP filters: protocol multicast
[   30.049997] Bluetooth: BNEP socket layer initialized
[   30.056577] Bluetooth: MGMT ver 1.23
[   30.196905] Bluetooth: hci0: HW/SW Version: 0x008a008a, Build Time: 20250523103438
[   30.297352] block nvme0n1: No UUID available providing old NGUID
[   30.373232] Bluetooth: hci0: Device setup in 188533 usecs
[   30.373240] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   30.412711] NET: Registered PF_QIPCRTR protocol family
[   30.661092] Bluetooth: hci0: AOSP extensions version v1.00
[   30.661102] Bluetooth: hci0: AOSP quality report is supported
[   36.241399] igc 0000:0a:00.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   43.280934] Bluetooth: RFCOMM TTY layer initialized
[   43.280961] Bluetooth: RFCOMM socket layer initialized
[   43.280982] Bluetooth: RFCOMM ver 1.11
[   47.031977] rfkill: input handler disabled
[   49.297752] usb 3-1.4.4.1: new full-speed USB device number 9 using xhci_hcd
[   49.411250] usb 3-1.4.4.1: New USB device found, idVendor=19f5, idProduct=1028, bcdDevice= 0.00
[   49.411256] usb 3-1.4.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   49.411259] usb 3-1.4.4.1: Product: NuPhy Air75 V3
[   49.411261] usb 3-1.4.4.1: Manufacturer: NuPhy
[   49.411263] usb 3-1.4.4.1: SerialNumber: NuPhy Keybord 0720
[   49.618046] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.0/0003:19F5:1028.000E/input/input26
[   49.723522] hid-generic 0003:19F5:1028.000E: input,hidraw13: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input0
[   49.734090] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.1/0003:19F5:1028.000F/input/input27
[   49.849313] hid-generic 0003:19F5:1028.000F: input,hidraw14: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input1
[   49.858746] input: NuPhy NuPhy Air75 V3 Mouse as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0010/input/input28
[   49.860016] input: NuPhy NuPhy Air75 V3 System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0010/input/input29
[   49.916358] input: NuPhy NuPhy Air75 V3 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0010/input/input30
[   49.917116] hid-generic 0003:19F5:1028.0010: input,hidraw15: USB HID v1.11 Mouse [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input2
[   49.925699] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.3/0003:19F5:1028.0011/input/input31
[   49.926644] hid-generic 0003:19F5:1028.0011: input,hidraw16: USB HID v1.11 Device [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input3
[   59.753584] rfkill: input handler enabled
[   71.193250] rfkill: input handler disabled
[   85.730600] evm: overlay not supported
[   94.230110] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[   94.242100] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND
[  155.671404] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND
[  217.100089] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND
[  238.658424] workqueue: mmput_async_fn hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[  266.804115] workqueue: mmput_async_fn hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND
[  278.585404] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 19 times, consider switching to WQ_UNBOUND
[  306.971072] block device autoloading is deprecated and will be removed.
[  330.269715] tun: Universal TUN/TAP device driver, 1.6
[  361.583340] workqueue: mmput_async_fn hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND
[  410.440851] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[  770.080559] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 35 times, consider switching to WQ_UNBOUND
[  989.359187] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[  989.728068] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND
[ 1009.506188] gn (22757) used greatest stack depth: 19960 bytes left
[ 1009.506223] gn (22759) used greatest stack depth: 19928 bytes left
[ 1009.506233] gn (22766) used greatest stack depth: 19800 bytes left
[ 1060.944318] workqueue: mmput_async_fn hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND
[ 1138.768318] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 67 times, consider switching to WQ_UNBOUND
[ 1165.141728] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND
[ 1433.618286] kworker/u129:5 (21969) used greatest stack depth: 16328 bytes left
[ 1455.706199] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND
[ 1458.845227] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND
[ 1465.536320] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 19 times, consider switching to WQ_UNBOUND
[ 1731.503469] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 35 times, consider switching to WQ_UNBOUND
[ 2017.306081] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 67 times, consider switching to WQ_UNBOUND
[ 2121.786397] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 131 times, consider switching to WQ_UNBOUND
[ 2463.170230] usb 3-1.4.4.1: USB disconnect, device number 9
[ 2503.556916] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND
[ 2538.607557] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND
[ 2540.778392] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 19 times, consider switching to WQ_UNBOUND
[ 2541.764758] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 35 times, consider switching to WQ_UNBOUND
[ 2544.469040] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 67 times, consider switching to WQ_UNBOUND
[ 2567.343702] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 131 times, consider switching to WQ_UNBOUND
[ 2830.578438] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 259 times, consider switching to WQ_UNBOUND
[ 2831.169454] workqueue: inode_switch_wbs_work_fn hogged CPU for >10000us 515 times, consider switching to WQ_UNBOUND
[ 3002.405098] kworker/u129:6 (38324) used greatest stack depth: 16312 bytes left
[ 3040.318164] workqueue: mmput_async_fn hogged CPU for >10000us 19 times, consider switching to WQ_UNBOUND
[ 4333.665750] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 259 times, consider switching to WQ_UNBOUND
[ 8757.380292] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 515 times, consider switching to WQ_UNBOUND
[17973.512740] workqueue: gc_worker [nf_conntrack] hogged CPU for >10000us 1027 times, consider switching to WQ_UNBOUND
[25556.495177] workqueue: blk_mq_run_work_fn hogged CPU for >10000us 131 times, consider switching to WQ_UNBOUND
[28220.823855] BUG: sleeping function called from invalid context at ./include/linux/sched/mm.h:321
[28220.823889] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 3438, name: KMS thread
[28220.823891] preempt_count: 201, expected: 0
[28220.823893] RCU nest depth: 0, expected: 0
[28220.823895] 3 locks held by KMS thread/3438:
[28220.823900]  #0: ffffc9002c067750 (crtc_ww_class_acquire){+.+.}-{0:0}, at: drm_mode_atomic_ioctl+0x301/0xe90
[28220.823915]  #1: ffffc9002c067780 (crtc_ww_class_mutex){+.+.}-{4:4}, at: drm_mode_atomic_ioctl+0x301/0xe90
[28220.823923]  #2: ffff8881b905dbb0 (&adev->dm.dc_lock){+.+.}-{4:4}, at: amdgpu_dm_commit_planes+0x1efa/0x4520 [amdgpu]
[28220.824235] Preemption disabled at:
[28220.824236] [<ffffffffc22e494a>] dc_fpu_begin+0x2a/0x80 [amdgpu]
[28220.824508] CPU: 5 UID: 1000 PID: 3438 Comm: KMS thread Tainted: G             L     ------  ---  6.17.0-0.rc7.56.fc44.x86_64+debug #1 PREEMPT(lazy) 
[28220.824511] Tainted: [L]=SOFTLOCKUP
[28220.824512] Hardware name: ASUS System Product Name/ROG STRIX B650E-I GAMING WIFI, BIOS 3263 06/09/2025
[28220.824513] Call Trace:
[28220.824514]  <TASK>
[28220.824516]  dump_stack_lvl+0x84/0xd0
[28220.824520]  ? dc_fpu_begin+0x2a/0x80 [amdgpu]
[28220.824783]  __might_resched.cold+0x213/0x29d
[28220.824786]  ? __lock_release.isra.0+0x1cb/0x340
[28220.824788]  ? __pfx___might_resched+0x10/0x10
[28220.824793]  prepare_alloc_pages+0x3f2/0x5a0
[28220.824798]  __alloc_frozen_pages_noprof+0x13f/0x370
[28220.824801]  ? __pfx___alloc_frozen_pages_noprof+0x10/0x10
[28220.824804]  ? __pfx_update_pipes_with_split_flags+0x10/0x10 [amdgpu]
[28220.825078]  alloc_pages_mpol+0x151/0x440
[28220.825082]  ? __pfx_alloc_pages_mpol+0x10/0x10
[28220.825087]  ___kmalloc_large_node+0xf0/0x130
[28220.825091]  __kmalloc_large_noprof+0x1e/0x100
[28220.825094]  dc_create_stream_for_sink+0x22/0xa0 [amdgpu]
[28220.825341]  dc_state_create_phantom_stream+0x39/0x200 [amdgpu]
[28220.825577]  dcn32_enable_phantom_stream+0x79/0x270 [amdgpu]
[28220.825841]  ? __pfx_dcn32_add_phantom_pipes+0x10/0x10 [amdgpu]
[28220.826092]  dcn32_add_phantom_pipes+0x25/0x430 [amdgpu]
[28220.826334]  ? __pfx_dcn32_add_phantom_pipes+0x10/0x10 [amdgpu]
[28220.826570]  dcn32_full_validate_bw_helper.constprop.0+0xdaf/0x1d40 [amdgpu]
[28220.826839]  ? __pfx_dcn32_full_validate_bw_helper.constprop.0+0x10/0x10 [amdgpu]
[28220.827083]  ? dcn32_populate_dml_pipes_from_context+0x4f6/0xbb0 [amdgpu]
[28220.827343]  dcn32_internal_validate_bw+0x450/0x15b0 [amdgpu]
[28220.827601]  ? __pfx_dcn32_internal_validate_bw+0x10/0x10 [amdgpu]
[28220.827855]  ? __pfx_kernel_fpu_begin_mask+0x10/0x10
[28220.827858]  ? dml1_validate+0x120/0x7e0 [amdgpu]
[28220.828116]  ? dml1_validate+0x20f/0x7e0 [amdgpu]
[28220.828362]  dml1_validate+0x20f/0x7e0 [amdgpu]
[28220.828604]  ? __pfx_dml1_validate+0x10/0x10 [amdgpu]
[28220.828840]  ? __pfx_dc_state_release_phantom_streams_and_planes+0x10/0x10 [amdgpu]
[28220.829075]  ? __pfx_dc_state_rem_all_planes_for_stream+0x10/0x10 [amdgpu]
[28220.829301]  dcn32_validate_bandwidth+0x3c6/0x520 [amdgpu]
[28220.829543]  ? dc_state_add_all_planes_for_stream+0x5e/0xa0 [amdgpu]
[28220.829771]  update_planes_and_stream_state+0x75f/0x1040 [amdgpu]
[28220.830004]  ? __lock_acquire+0x56a/0xbe0
[28220.830007]  ? __pfx_update_planes_and_stream_state+0x10/0x10 [amdgpu]
[28220.830234]  update_planes_and_stream_v2+0x566/0x1330 [amdgpu]
[28220.830458]  ? find_held_lock+0x2b/0x80
[28220.830461]  ? __pfx_update_planes_and_stream_v2+0x10/0x10 [amdgpu]
[28220.830679]  ? amdgpu_dm_commit_planes+0x1efa/0x4520 [amdgpu]
[28220.830933]  ? __lock_acquired+0xe6/0x300
[28220.830935]  ? __pfx___might_resched+0x10/0x10
[28220.830946]  ? __pfx___mutex_unlock_slowpath+0x10/0x10
[28220.830953]  dc_update_planes_and_stream+0x134/0x2c0 [amdgpu]
[28220.831190]  amdgpu_dm_commit_planes+0x1fd1/0x4520 [amdgpu]
[28220.831436]  ? clear_sched_clock_stable+0x60/0xc0
[28220.831444]  ? __pfx_amdgpu_dm_commit_planes+0x10/0x10 [amdgpu]
[28220.831673]  ? amdgpu_irq_get+0x100/0x190 [amdgpu]
[28220.831903]  ? manage_dm_interrupts+0x3f5/0x5a0 [amdgpu]
[28220.832150]  ? __pfx_manage_dm_interrupts+0x10/0x10 [amdgpu]
[28220.832378]  ? mark_held_locks+0x40/0x70
[28220.832382]  amdgpu_dm_atomic_commit_tail+0x1c1d/0x46f0 [amdgpu]
[28220.832607]  ? __pfx_amdgpu_dm_atomic_commit_tail+0x10/0x10 [amdgpu]
[28220.832832]  ? __lock_release.isra.0+0x1cb/0x340
[28220.832836]  ? drm_crtc_commit_wait+0x36/0x50
[28220.832838]  ? drm_atomic_helper_wait_for_dependencies+0x344/0x4f0
[28220.832843]  commit_tail+0x1f7/0x480
[28220.832848]  drm_atomic_helper_commit+0x251/0x2f0
[28220.832850]  ? __pfx_drm_atomic_helper_commit+0x10/0x10
[28220.832852]  drm_atomic_commit+0x1f5/0x2c0
[28220.832854]  ? __pfx_drm_atomic_commit+0x10/0x10
[28220.832856]  ? __pfx___drm_printfn_info+0x10/0x10
[28220.832863]  drm_mode_atomic_ioctl+0x951/0xe90
[28220.832868]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28220.832881]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28220.832882]  ? do_raw_spin_unlock+0x59/0x230
[28220.832884]  ? drm_is_current_master+0x2a/0x40
[28220.832886]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28220.832888]  drm_ioctl_kernel+0x16f/0x2e0
[28220.832890]  ? __lock_release.isra.0+0x1cb/0x340
[28220.832892]  ? __pfx_drm_ioctl_kernel+0x10/0x10
[28220.832897]  drm_ioctl+0x4e3/0xb30
[28220.832900]  ? __pfx_drm_mode_atomic_ioctl+0x10/0x10
[28220.832902]  ? __pfx_drm_ioctl+0x10/0x10
[28220.832913]  ? trace_irq_enable.constprop.0+0xc0/0x100
[28220.832916]  ? lockdep_hardirqs_on_prepare.part.0+0x92/0x170
[28220.832917]  ? lockdep_hardirqs_on+0x8c/0x130
[28220.832919]  ? __raw_spin_unlock_irqrestore+0x5d/0x80
[28220.832921]  ? __raw_spin_unlock_irqrestore+0x46/0x80
[28220.832924]  amdgpu_drm_ioctl+0xd2/0x1f0 [amdgpu]
[28220.833138]  __x64_sys_ioctl+0x139/0x1c0
[28220.833142]  do_syscall_64+0x98/0x350
[28220.833146]  ? _copy_to_user+0x4b/0x70
[28220.833149]  ? drm_ioctl+0x516/0xb30
[28220.833153]  ? __pfx_drm_mode_createblob_ioctl+0x10/0x10
[28220.833156]  ? __pfx_drm_ioctl+0x10/0x10
[28220.833163]  ? rcu_is_watching+0x15/0xe0
[28220.833166]  ? trace_rpm_usage+0xe7/0x130
[28220.833169]  ? __pm_runtime_suspend+0xbc/0x120
[28220.833172]  ? amdgpu_drm_ioctl+0x174/0x1f0 [amdgpu]
[28220.833384]  ? fput+0x4c/0xa0
[28220.833388]  ? rcu_is_watching+0x15/0xe0
[28220.833390]  ? lockdep_hardirqs_on+0x8c/0x130
[28220.833392]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[28220.833393]  ? do_syscall_64+0x13b/0x350
[28220.833397]  ? rcu_is_watching+0x15/0xe0
[28220.833399]  ? trace_rpm_usage+0xe7/0x130
[28220.833401]  ? __pm_runtime_suspend+0xbc/0x120
[28220.833404]  ? amdgpu_drm_ioctl+0x174/0x1f0 [amdgpu]
[28220.833617]  ? fput+0x4c/0xa0
[28220.833619]  ? rcu_is_watching+0x15/0xe0
[28220.833622]  ? lockdep_hardirqs_on+0x8c/0x130
[28220.833625]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[28220.833627]  ? do_syscall_64+0x13b/0x350
[28220.833629]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[28220.833630]  ? do_syscall_64+0x13b/0x350
[28220.833631]  ? lockdep_hardirqs_on+0x8c/0x130
[28220.833633]  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
[28220.833634]  ? do_syscall_64+0x13b/0x350
[28220.833637]  entry_SYSCALL_64_after_hwframe+0x76/0x7e
[28220.833639] RIP: 0033:0x7f41bb2fd22d
[28220.833657] Code: 04 25 28 00 00 00 48 89 45 c8 31 c0 48 8d 45 10 c7 45 b0 10 00 00 00 48 89 45 b8 48 8d 45 d0 48 89 45 c0 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1a 48 8b 45 c8 64 48 2b 04 25 28 00 00 00
[28220.833658] RSP: 002b:00007f4187ffdff0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[28220.833660] RAX: ffffffffffffffda RBX: 00007f417004eea0 RCX: 00007f41bb2fd22d
[28220.833661] RDX: 00007f4187ffe090 RSI: 00000000c03864bc RDI: 000000000000000c
[28220.833662] RBP: 00007f4187ffe040 R08: 000000000000000e R09: 0000563fc01d6690
[28220.833663] R10: 0000000000000411 R11: 0000000000000246 R12: 00007f4187ffe090
[28220.833663] R13: 00000000c03864bc R14: 000000000000000c R15: 0000563fc008f300
[28220.833669]  </TASK>
[28539.402888] usb 3-1.4.4.1: new full-speed USB device number 10 using xhci_hcd
[28539.510287] usb 3-1.4.4.1: New USB device found, idVendor=19f5, idProduct=1028, bcdDevice= 0.00
[28539.510296] usb 3-1.4.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[28539.510298] usb 3-1.4.4.1: Product: NuPhy Air75 V3
[28539.510301] usb 3-1.4.4.1: Manufacturer: NuPhy
[28539.510302] usb 3-1.4.4.1: SerialNumber: NuPhy Keybord 0720
[28539.746065] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.0/0003:19F5:1028.0012/input/input32
[28539.852312] hid-generic 0003:19F5:1028.0012: input,hidraw13: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input0
[28539.863553] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.1/0003:19F5:1028.0013/input/input33
[28539.975359] hid-generic 0003:19F5:1028.0013: input,hidraw14: USB HID v1.11 Keyboard [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input1
[28539.984965] input: NuPhy NuPhy Air75 V3 Mouse as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0014/input/input34
[28539.987102] input: NuPhy NuPhy Air75 V3 System Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0014/input/input35
[28540.039067] input: NuPhy NuPhy Air75 V3 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.2/0003:19F5:1028.0014/input/input36
[28540.039971] hid-generic 0003:19F5:1028.0014: input,hidraw15: USB HID v1.11 Mouse [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input2
[28540.049935] input: NuPhy NuPhy Air75 V3 as /devices/pci0000:00/0000:00:08.1/0000:0f:00.3/usb3/3-1/3-1.4/3-1.4.4/3-1.4.4.1/3-1.4.4.1:1.3/0003:19F5:1028.0015/input/input37
[28540.050840] hid-generic 0003:19F5:1028.0015: input,hidraw16: USB HID v1.11 Device [NuPhy NuPhy Air75 V3] on usb-0000:0f:00.3-1.4.4.1/input3
[28559.703786] usb 3-1.4.4.1: USB disconnect, device number 10
[29133.049581] workqueue: drain_vmap_area_work hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
[29133.722589] workqueue: drain_vmap_area_work hogged CPU for >10000us 5 times, consider switching to WQ_UNBOUND
[29135.520621] workqueue: drain_vmap_area_work hogged CPU for >10000us 7 times, consider switching to WQ_UNBOUND
[29138.867998] workqueue: drain_vmap_area_work hogged CPU for >10000us 11 times, consider switching to WQ_UNBOUND
[29145.635743] workqueue: drain_vmap_area_work hogged CPU for >10000us 19 times, consider switching to WQ_UNBOUND
[29157.859904] workqueue: drain_vmap_area_work hogged CPU for >10000us 35 times, consider switching to WQ_UNBOUND
[29246.660110] workqueue: drain_vmap_area_work hogged CPU for >10000us 67 times, consider switching to WQ_UNBOUND
[29366.173610] workqueue: drain_vmap_area_work hogged CPU for >10000us 131 times, consider switching to WQ_UNBOUND
[29866.095105] workqueue: drain_vmap_area_work hogged CPU for >10000us 259 times, consider switching to WQ_UNBOUND
[29904.772358] BUG: MAX_STACK_TRACE_ENTRIES too low!
[29904.772366] turning off the locking correctness validator.
[29904.772368] Please attach the output of /proc/lock_stat to the bug report
[29904.772372] CPU: 20 UID: 0 PID: 74387 Comm: kworker/u129:7 Tainted: G        W    L     ------  ---  6.17.0-0.rc7.56.fc44.x86_64+debug #1 PREEMPT(lazy) 
[29904.772375] Tainted: [W]=WARN, [L]=SOFTLOCKUP
[29904.772376] Hardware name: ASUS System Product Name/ROG STRIX B650E-I GAMING WIFI, BIOS 3263 06/09/2025
[29904.772377] Workqueue: btrfs-endio-write btrfs_work_helper
[29904.772383] Call Trace:
[29904.772384]  <TASK>
[29904.772386]  dump_stack_lvl+0x84/0xd0
[29904.772390]  save_trace+0x1f4/0x200
[29904.772394]  check_prev_add+0x770/0xcf0
[29904.772396]  validate_chain+0x4cf/0x740
[29904.772398]  __lock_acquire+0x56a/0xbe0
[29904.772400]  lock_acquire.part.0+0xc7/0x270
[29904.772402]  ? map_pte+0x190/0x610
[29904.772405]  ? rcu_is_watching+0x15/0xe0
[29904.772408]  ? rcu_is_watching+0x15/0xe0
[29904.772409]  ? map_pte+0x190/0x610
[29904.772411]  ? lock_acquire+0xf6/0x140
[29904.772413]  _raw_spin_lock+0x34/0x80
[29904.772416]  ? map_pte+0x190/0x610
[29904.772418]  map_pte+0x190/0x610
[29904.772420]  ? __lock_acquire+0x56a/0xbe0
[29904.772422]  page_vma_mapped_walk+0xb30/0x29b0
[29904.772425]  ? __pfx_page_vma_mapped_walk+0x10/0x10
[29904.772427]  ? __lock_acquire+0x56a/0xbe0
[29904.772429]  folio_referenced_one+0x1f2/0x1550
[29904.772431]  ? folio_lock_anon_vma_read+0x246/0xb20
[29904.772434]  ? __pfx_folio_referenced_one+0x10/0x10
[29904.772436]  ? __lock_release.isra.0+0xb2/0x340
[29904.772438]  ? __pfx___might_resched+0x10/0x10
[29904.772441]  rmap_walk_anon+0x2ae/0x600
[29904.772443]  folio_referenced+0x462/0x560
[29904.772445]  ? __pfx_folio_referenced+0x10/0x10
[29904.772447]  ? find_held_lock+0x2b/0x80
[29904.772449]  ? __pfx_folio_referenced_one+0x10/0x10
[29904.772451]  ? __pfx_folio_lock_anon_vma_read+0x10/0x10
[29904.772452]  ? __pfx_invalid_folio_referenced_vma+0x10/0x10
[29904.772455]  shrink_folio_list+0x1ee6/0x3eb0
[29904.772458]  ? __pfx_shrink_folio_list+0x10/0x10
[29904.772461]  ? __pfx_scan_folios+0x10/0x10
[29904.772465]  ? local_clock+0x15/0x30
[29904.772467]  ? __lock_release.isra.0+0x1cb/0x340
[29904.772469]  ? mark_held_locks+0x40/0x70
[29904.772471]  evict_folios+0x2bc/0x14c0
[29904.772472]  ? check_prev_add+0xf4/0xcf0
[29904.772474]  ? validate_chain+0x27b/0x740
[29904.772475]  ? __pfx_evict_folios+0x10/0x10
[29904.772479]  ? mem_cgroup_get_nr_swap_pages+0x99/0x130
[29904.772482]  try_to_shrink_lruvec+0x31/0x120
[29904.772484]  shrink_one+0x36d/0x820
[29904.772486]  shrink_many+0x33d/0xc90
[29904.772488]  ? shrink_many+0x318/0xc90
[29904.772491]  shrink_node+0x2f4/0x1410
[29904.772493]  ? find_held_lock+0x2b/0x80
[29904.772495]  ? __lock_acquire+0x56a/0xbe0
[29904.772496]  ? balance_level+0x1a68/0x2ab0
[29904.772498]  ? __pfx_shrink_node+0x10/0x10
[29904.772500]  ? lock_acquire.part.0+0xc7/0x270
[29904.772502]  shrink_zones.constprop.0+0x242/0xc90
[29904.772505]  ? __pfx_shrink_zones.constprop.0+0x10/0x10
[29904.772507]  ? get_page_from_freelist+0x9c1/0x1230
[29904.772511]  do_try_to_free_pages+0x11d/0xcd0
[29904.772515]  ? psi_schedule_rtpoll_work+0x25/0x260
[29904.772518]  ? find_held_lock+0x2b/0x80
[29904.772520]  try_to_free_pages+0x1fe/0x520
[29904.772522]  ? __lock_acquire+0x56a/0xbe0
[29904.772523]  ? __pfx_try_to_free_pages+0x10/0x10
[29904.772526]  ? __lock_release.isra.0+0x1cb/0x340
[29904.772527]  ? lock_acquire+0xf6/0x140
[29904.772529]  __alloc_pages_slowpath.constprop.0+0x560/0x1810
[29904.772531]  ? __pfx___alloc_pages_slowpath.constprop.0+0x10/0x10
[29904.772532]  ? __zone_watermark_ok+0x22a/0x560
[29904.772534]  ? get_page_from_freelist+0x397/0x1230
[29904.772537]  __alloc_frozen_pages_noprof+0x307/0x370
[29904.772538]  ? __pfx___alloc_frozen_pages_noprof+0x10/0x10
[29904.772540]  ? arch_stack_walk+0xa1/0x100
[29904.772543]  ? ret_from_fork_asm+0x1a/0x30
[29904.772546]  alloc_pages_mpol+0x151/0x440
[29904.772550]  ? stack_depot_save_flags+0x3e/0x750
[29904.772553]  ? __pfx_alloc_pages_mpol+0x10/0x10
[29904.772556]  allocate_slab+0x252/0x340
[29904.772558]  ___slab_alloc+0xa6d/0x1490
[29904.772559]  ? alloc_extent_state+0x1e/0x250
[29904.772563]  ? __slab_alloc.isra.0+0x5d/0xd0
[29904.772564]  ? __slab_alloc.isra.0+0x2a/0xd0
[29904.772565]  __slab_alloc.isra.0+0x5d/0xd0
[29904.772566]  ? alloc_extent_state+0x1e/0x250
[29904.772568]  kmem_cache_alloc_noprof+0xfd/0x4f0
[29904.772570]  ? alloc_extent_state+0x1e/0x250
[29904.772572]  alloc_extent_state+0x1e/0x250
[29904.772574]  set_extent_bit+0xac7/0x1420
[29904.772576]  ? _raw_spin_unlock+0x2d/0x50
[29904.772578]  btrfs_set_extent_bit+0x18/0x20
[29904.772579]  btrfs_free_tree_block+0x794/0xb40
[29904.772582]  ? __pfx_btrfs_free_tree_block+0x10/0x10
[29904.772584]  ? btrfs_set_64+0x133/0x5a0
[29904.772586]  ? tree_mod_need_log+0x21/0x250
[29904.772588]  ? btrfs_tree_mod_log_free_eb+0x45/0x520
[29904.772591]  btrfs_force_cow_block+0xa9e/0x1d30
[29904.772593]  ? find_held_lock+0x2b/0x80
[29904.772595]  ? __pfx_btrfs_force_cow_block+0x10/0x10
[29904.772597]  ? __pfx_btrfs_qgroup_trace_subtree_after_cow+0x10/0x10
[29904.772600]  ? btrfs_tree_lock_nested+0x25/0x160
[29904.772603]  btrfs_cow_block+0x27f/0x700
[29904.772607]  ? rcu_is_watching+0x15/0xe0
[29904.772610]  btrfs_search_slot+0x92e/0x1ec0
[29904.772613]  ? __pfx_btrfs_search_slot+0x10/0x10
[29904.772614]  ? stack_trace_save+0x93/0xd0
[29904.772617]  ? __pfx_stack_trace_save+0x10/0x10
[29904.772619]  btrfs_lookup_file_extent+0x92/0xc0
[29904.772621]  ? __pfx_btrfs_lookup_file_extent+0x10/0x10
[29904.772622]  ? kasan_addr_to_slab+0x70/0xa0
[29904.772625]  ? kasan_save_track+0x14/0x30
[29904.772626]  ? __kasan_slab_alloc+0x63/0x80
[29904.772627]  ? kmem_cache_alloc_noprof+0x15c/0x4f0
[29904.772628]  ? insert_reserved_file_extent+0x339/0x870
[29904.772630]  ? insert_ordered_extent_file_extent+0x2a3/0x450
[29904.772632]  ? btrfs_finish_one_ordered+0xc58/0x1830
[29904.772634]  ? btrfs_work_helper+0x19e/0x570
[29904.772635]  ? process_one_work+0x87a/0x14e0
[29904.772637]  btrfs_drop_extents+0x3c3/0x2c30
[29904.772641]  ? __pfx_btrfs_drop_extents+0x10/0x10
[29904.772644]  ? kasan_save_track+0x14/0x30
[29904.772645]  ? __kasan_slab_alloc+0x63/0x80
[29904.772646]  ? rcu_is_watching+0x15/0xe0
[29904.772648]  ? kmem_cache_alloc_noprof+0x3bb/0x4f0
[29904.772649]  ? kmem_cache_alloc_noprof+0x15c/0x4f0
[29904.772651]  ? __pfx___might_resched+0x10/0x10
[29904.772652]  ? insert_reserved_file_extent+0x339/0x870
[29904.772654]  insert_reserved_file_extent+0x38d/0x870
[29904.772657]  ? __pfx_insert_reserved_file_extent+0x10/0x10
[29904.772659]  ? __lock_acquire+0x56a/0xbe0
[29904.772662]  ? rcu_is_watching+0x15/0xe0
[29904.772663]  ? rcu_is_watching+0x15/0xe0
[29904.772665]  ? join_transaction+0x375/0xf00
[29904.772666]  ? lock_acquire+0xf6/0x140
[29904.772667]  insert_ordered_extent_file_extent+0x2a3/0x450
[29904.772670]  ? __pfx_insert_ordered_extent_file_extent+0x10/0x10
[29904.772673]  btrfs_finish_one_ordered+0xc58/0x1830
[29904.772675]  ? __lock_acquire+0x56a/0xbe0
[29904.772676]  ? __futex_pivot_hash+0x69f/0x740
[29904.772678]  ? __pfx_btrfs_finish_one_ordered+0x10/0x10
[29904.772680]  ? lock_acquire.part.0+0xc7/0x270
[29904.772681]  ? process_one_work+0x7f9/0x14e0
[29904.772682]  btrfs_work_helper+0x19e/0x570
[29904.772684]  ? lock_acquire+0xf6/0x140
[29904.772685]  process_one_work+0x87a/0x14e0
[29904.772688]  ? __pfx_process_one_work+0x10/0x10
[29904.772689]  ? find_held_lock+0x2b/0x80
[29904.772691]  ? assign_work+0x156/0x390
[29904.772694]  worker_thread+0x5f2/0xfd0
[29904.772696]  ? __pfx_worker_thread+0x10/0x10
[29904.772697]  kthread+0x3b0/0x770
[29904.772699]  ? local_clock_noinstr+0xf/0x130
[29904.772702]  ? __pfx_kthread+0x10/0x10
[29904.772703]  ? rcu_is_watching+0x15/0xe0
[29904.772705]  ? __pfx_kthread+0x10/0x10
[29904.772706]  ret_from_fork+0x333/0x4a0
[29904.772708]  ? __pfx_kthread+0x10/0x10
[29904.772709]  ? __pfx_kthread+0x10/0x10
[29904.772710]  ret_from_fork_asm+0x1a/0x30
[29904.772715]  </TASK>
[31319.338937] amdgpu 0000:03:00.0: [drm] REG_WAIT timeout 1us * 100 tries - dcn32_program_compbuf_size line:138

[-- Attachment #3: lock_stat-36.txt --]
[-- Type: text/plain, Size: 1008197 bytes --]

lock_stat version 0.4
*WARNING* lock debugging disabled!! - possibly due to a lockdep warning
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
                              class name    con-bounces    contentions   waittime-min   waittime-max waittime-total   waittime-avg    acq-bounces   acquisitions   holdtime-min   holdtime-max holdtime-total   holdtime-avg
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                              radix_lock:      14429326       14433746           0.03       30491.82   208783017.11          14.46       15298789       62579355           0.05       35230.20   660517410.04          10.55
                              ----------
                              radix_lock        6995657          [<0000000096612fd9>] add_dma_entry+0x1fc/0x4f0
                              radix_lock        7438091          [<00000000427c9bd1>] check_unmap+0x96b/0x1d70
                              ----------
                              radix_lock        6953541          [<0000000096612fd9>] add_dma_entry+0x1fc/0x4f0
                              radix_lock        7480207          [<00000000427c9bd1>] check_unmap+0x96b/0x1d70

.............................................................................................................................................................................................................................

                             &rq->__lock:       7811572        7909728           0.02       12065.94    28218952.53           3.57      140810694     1467485062           0.00     2770160.94  2035556212.79           1.39
                             -----------
                             &rq->__lock        7909754          [<0000000047c8c452>] raw_spin_rq_lock_nested+0x2e/0x140
                             -----------
                             &rq->__lock        7909754          [<0000000047c8c452>] raw_spin_rq_lock_nested+0x2e/0x140

.............................................................................................................................................................................................................................

                             &tree->lock:       6910241        6923966           0.02       18837.15     9938658.33           1.44       64141728      635146054           0.01       39403.08   384138352.08           0.60
                             -----------
                             &tree->lock        2219543          [<0000000072b00124>] btrfs_find_delalloc_range+0x57/0x570
                             &tree->lock        2126539          [<000000002c7b9180>] btrfs_clear_extent_bit_changeset+0x102/0xa00
                             &tree->lock         146230          [<00000000ee01be2e>] btrfs_find_first_extent_bit+0x36/0x5e0
                             &tree->lock         458472          [<00000000512b3c83>] set_extent_bit+0x11c/0x1420
                             -----------
                             &tree->lock        2295053          [<00000000512b3c83>] set_extent_bit+0x11c/0x1420
                             &tree->lock         505252          [<0000000072b00124>] btrfs_find_delalloc_range+0x57/0x570
                             &tree->lock        3577648          [<000000002c7b9180>] btrfs_clear_extent_bit_changeset+0x102/0xa00
                             &tree->lock         146238          [<00000000ee01be2e>] btrfs_find_first_extent_bit+0x36/0x5e0

.............................................................................................................................................................................................................................

                          &xa->xa_lock#4:       6059039        6092437           0.02       31657.20    12257294.57           2.01       54784299      563554840           0.00       31672.21   229385103.81           0.41
                          --------------
                          &xa->xa_lock#4        1091790          [<00000000a258c60a>] __filemap_add_folio+0x7ff/0x1080
                          &xa->xa_lock#4        1853625          [<0000000086305845>] __folio_end_writeback+0x2c0/0xcb0
                          &xa->xa_lock#4        1455937          [<00000000b158d6ca>] __folio_start_writeback+0x3ff/0xaa0
                          &xa->xa_lock#4         634531          [<00000000f871c0bd>] __folio_mark_dirty+0x28/0x2a0
                          --------------
                          &xa->xa_lock#4        1268158          [<00000000a258c60a>] __filemap_add_folio+0x7ff/0x1080
                          &xa->xa_lock#4        1129108          [<0000000086305845>] __folio_end_writeback+0x2c0/0xcb0
                          &xa->xa_lock#4        1071090          [<00000000f871c0bd>] __folio_mark_dirty+0x28/0x2a0
                          &xa->xa_lock#4        1070186          [<00000000b158d6ca>] __folio_start_writeback+0x3ff/0xaa0

.............................................................................................................................................................................................................................

                             &pool->lock:       3646141        3648980           0.02        9692.97     8179759.77           2.24       40454081      186202471           0.00       24810.63   209093590.77           1.12
                             -----------
                             &pool->lock         614208          [<0000000036c48bdd>] worker_thread+0xe3/0xfd0
                             &pool->lock        1283630          [<0000000008470a79>] process_one_work+0x9e2/0x14e0
                             &pool->lock             17          [<00000000b973e370>] create_worker+0x158/0x550
                             &pool->lock         447961          [<00000000f4182eba>] __queue_work+0x1dc/0xbb0
                             -----------
                             &pool->lock         239407          [<0000000016856d76>] start_flush_work+0x6f/0x9f0
                             &pool->lock        2528968          [<00000000f4182eba>] __queue_work+0x1dc/0xbb0
                             &pool->lock             37          [<000000004ecc6754>] worker_thread+0x9ed/0xfd0
                             &pool->lock            884          [<000000001e3ea111>] __queue_work+0x3fa/0xbb0

.............................................................................................................................................................................................................................

                          &xa->xa_lock#1:       3152090        3411763           0.03       22345.19     3352609.90           0.98        6630827       52982352           0.10      135377.43   242815848.21           4.58
                          --------------
                          &xa->xa_lock#1         179349          [<000000001b022b8c>] btrfs_add_inode_to_root+0x13a/0x220
                          &xa->xa_lock#1         214579          [<0000000099ffe60b>] xa_store+0x1e/0x50
                          &xa->xa_lock#1          72573          [<00000000a0737e15>] btrfs_get_delayed_node+0x14c/0x3f0
                          &xa->xa_lock#1           5729          [<00000000489f82c3>] btrfs_get_or_create_delayed_node+0x28e/0x480
                          --------------
                          &xa->xa_lock#1         141528          [<0000000099ffe60b>] xa_store+0x1e/0x50
                          &xa->xa_lock#1         231238          [<000000001b022b8c>] btrfs_add_inode_to_root+0x13a/0x220
                          &xa->xa_lock#1           7752          [<0000000048bf0898>] btrfs_get_or_create_delayed_node+0x24a/0x480
                          &xa->xa_lock#1          70260          [<00000000a0737e15>] btrfs_get_delayed_node+0x14c/0x3f0

.............................................................................................................................................................................................................................

                       &lruvec->lru_lock:       2887164        2890702           0.03        3335.18    30798031.66          10.65       14199521       53981530           0.00        1909.63   224343846.17           4.16
                       -----------------
                       &lruvec->lru_lock        2710560          [<00000000381a681c>] folio_lruvec_lock_irqsave+0x213/0x6a0
                       &lruvec->lru_lock          34274          [<0000000038d93fe3>] evict_folios+0x83e/0x14c0
                       &lruvec->lru_lock          48995          [<00000000e26e7fb8>] evict_folios+0x16d/0x14c0
                       &lruvec->lru_lock          96833          [<000000004feccfb3>] compact_lock_irqsave.isra.0+0x179/0x310
                       -----------------
                       &lruvec->lru_lock        2696470          [<00000000381a681c>] folio_lruvec_lock_irqsave+0x213/0x6a0
                       &lruvec->lru_lock              1          [<0000000002e9fca9>] folio_lruvec_lock_irq+0x1fe/0x590
                       &lruvec->lru_lock         139437          [<00000000e26e7fb8>] evict_folios+0x16d/0x14c0
                       &lruvec->lru_lock           4908          [<0000000038d93fe3>] evict_folios+0x83e/0x14c0

.............................................................................................................................................................................................................................

                              &fhb->lock:       2696699        2707608           0.02        8039.10     1871750.60           0.69      113265460      170695687           0.01       26233.41    49146498.82           0.29
                              ----------
                              &fhb->lock         841964          [<00000000a016a3c4>] futex_wait_setup+0xa1/0x410
                              &fhb->lock        1850396          [<000000004ce7ea6b>] futex_wake+0x1a6/0x4c0
                              &fhb->lock           5523          [<0000000063f812be>] futex_unqueue+0x90/0x210
                              &fhb->lock           6486          [<00000000f4868500>] futex_unlock_pi+0x16b/0x720
                              ----------
                              &fhb->lock         575965          [<000000004ce7ea6b>] futex_wake+0x1a6/0x4c0
                              &fhb->lock        2116307          [<00000000a016a3c4>] futex_wait_setup+0xa1/0x410
                              &fhb->lock           5196          [<0000000063f812be>] futex_unqueue+0x90/0x210
                              &fhb->lock           7900          [<00000000b4eaba4e>] futex_lock_pi+0x1cd/0x5c0

.............................................................................................................................................................................................................................

                              rcu_node_1:       2407349        2642479           0.03          31.26     2120923.52           0.80       21678697       63776404           0.00       13862.37    35220367.41           0.55
                              ----------
                              rcu_node_1        2512469          [<0000000056d62120>] rcu_core+0x200/0xa20
                              rcu_node_1           1096          [<00000000ed462261>] __sync_rcu_exp_select_node_cpus+0x82d/0xb50
                              rcu_node_1           7959          [<0000000012a8694e>] rcu_accelerate_cbs_unlocked+0x92/0x160
                              rcu_node_1          38838          [<0000000060136aac>] force_qs_rnp+0x1f5/0xaa0
                              ----------
                              rcu_node_1        1912437          [<0000000056d62120>] rcu_core+0x200/0xa20
                              rcu_node_1           2667          [<000000006de7381f>] rcu_preempt_deferred_qs_irqrestore+0x684/0xf60
                              rcu_node_1           1211          [<00000000f338ecc7>] rcu_exp_handler+0x1d9/0x700
                              rcu_node_1          24248          [<00000000b7f4ac55>] rcu_gp_cleanup+0x40d/0x1020

.............................................................................................................................................................................................................................

                    ptlock_ptr(ptdesc)#2:       2282106        2284868           0.03       24092.80    11535854.65           5.05       18224130      362119824           0.00       44168.86   825628292.79           2.28
                    --------------------
                    ptlock_ptr(ptdesc)#2        1858174          [<00000000cb2dd65b>] __pte_offset_map_lock+0x150/0x2c0
                    ptlock_ptr(ptdesc)#2         174736          [<00000000d17fc45d>] handle_pte_fault+0x27f/0x740
                    ptlock_ptr(ptdesc)#2         251958          [<00000000bbf86f82>] map_pte+0x190/0x610
                    --------------------
                    ptlock_ptr(ptdesc)#2        1993919          [<00000000cb2dd65b>] __pte_offset_map_lock+0x150/0x2c0
                    ptlock_ptr(ptdesc)#2          37654          [<00000000d17fc45d>] handle_pte_fault+0x27f/0x740
                    ptlock_ptr(ptdesc)#2              4          [<0000000057dfcefc>] copy_pte_range+0x20c/0xaa0
                    ptlock_ptr(ptdesc)#2           1670          [<000000004da2fa28>] move_ptes+0x26c/0xb30

.............................................................................................................................................................................................................................

                       &space_info->lock:       1698124        1701145           0.02       22604.28     2333252.55           1.37       45719294      347474700           0.02       33358.23   111039979.65           0.32
                       -----------------
                       &space_info->lock         989683          [<000000003a591fae>] btrfs_block_rsv_release+0x37a/0x520
                       &space_info->lock         623226          [<00000000ef9feb8c>] __reserve_bytes+0xfe/0xda0
                       &space_info->lock          17743          [<00000000257ec34c>] btrfs_free_reserved_data_space_noquota+0x171/0x580
                       &space_info->lock          21288          [<00000000c919f298>] btrfs_add_reserved_bytes+0x61/0x670
                       -----------------
                       &space_info->lock        1245691          [<00000000ef9feb8c>] __reserve_bytes+0xfe/0xda0
                       &space_info->lock         380564          [<000000003a591fae>] btrfs_block_rsv_release+0x37a/0x520
                       &space_info->lock          22800          [<00000000c919f298>] btrfs_add_reserved_bytes+0x61/0x670
                       &space_info->lock          11548          [<00000000257ec34c>] btrfs_free_reserved_data_space_noquota+0x171/0x580

.............................................................................................................................................................................................................................

                       free_entries_lock:       1567860        1578988           0.02         230.48      340467.72           0.22       32595860      183342125           0.01         417.52    19568026.44           0.11
                       -----------------
                       free_entries_lock         703588          [<00000000ab7e91b6>] dma_entry_alloc+0x1b/0x2d0
                       free_entries_lock         875400          [<000000005322058c>] check_unmap+0x9e0/0x1d70
                       -----------------
                       free_entries_lock         646811          [<000000005322058c>] check_unmap+0x9e0/0x1d70
                       free_entries_lock         932177          [<00000000ab7e91b6>] dma_entry_alloc+0x1b/0x2d0

.............................................................................................................................................................................................................................

                                lru->key:       1541343        1563009           0.02         424.83     9173143.80           5.87        3056444       12145154           0.03         649.40     1277410.10           0.11
                                --------
                                lru->key          76319          [<00000000e3a44a89>] list_lru_del+0x13f/0x520
                                lru->key          79448          [<0000000012b08fc9>] list_lru_add+0x141/0x530
                                lru->key        1407242          [<00000000bdd6d070>] __list_lru_walk_one+0x17a/0x740
                                --------
                                lru->key          75180          [<00000000e3a44a89>] list_lru_del+0x13f/0x520
                                lru->key          80525          [<0000000012b08fc9>] list_lru_add+0x141/0x530
                                lru->key        1407304          [<00000000bdd6d070>] __list_lru_walk_one+0x17a/0x740

.............................................................................................................................................................................................................................

                         btrfs-tree-01-W:        420362         448585           0.04       37510.72    19950905.37          44.48        4484851       32633292           0.07       38407.12   150134136.09           4.60
                         btrfs-tree-01-R:        584033         595529           0.04       37362.28    32819169.86          55.11        8641646       49893650           0.09       47292.89    71420899.51           1.43
                         ---------------
                           btrfs-tree-01         595529          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-tree-01         448585          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                           btrfs-tree-01         752035          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-tree-01         292079          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

               &sb->s_type->i_lock_key#3:        928532         939356           0.03       25749.48     5538377.68           5.90       59927083      399267621           0.02       31921.07   118099955.85           0.30
               -------------------------
               &sb->s_type->i_lock_key#3            691          [<0000000015adbdfc>] inode_get_bytes+0x21/0xb0
               &sb->s_type->i_lock_key#3            932          [<00000000673ab1a4>] wbc_attach_fdatawrite_inode+0x26/0x150
               &sb->s_type->i_lock_key#3            499          [<00000000cd39f78b>] igrab+0x1d/0x90
               &sb->s_type->i_lock_key#3         924999          [<0000000008988030>] __remove_mapping+0x115/0xb20
               -------------------------
               &sb->s_type->i_lock_key#3            516          [<0000000015adbdfc>] inode_get_bytes+0x21/0xb0
               &sb->s_type->i_lock_key#3            555          [<0000000013e9e3bd>] inode_do_switch_wbs+0xd4/0xfc0
               &sb->s_type->i_lock_key#3              1          [<00000000a14534b2>] fsnotify_set_children_dentry_flags+0x66/0x1f0
               &sb->s_type->i_lock_key#3             63          [<00000000206efd4d>] inode_add_bytes+0x20/0xe0

.............................................................................................................................................................................................................................

                             &zone->lock:        837342         865492           0.02        8076.14    33413975.52          38.61        6294061       30960119           0.00       12253.40   152241621.03           4.92
                             -----------
                             &zone->lock         376382          [<0000000084957ebd>] rmqueue_bulk+0x49/0x1860
                             &zone->lock         193551          [<0000000076adebf1>] rmqueue.isra.0+0x60/0x26a0
                             &zone->lock         244127          [<0000000002923559>] free_pcppages_bulk+0x72/0x6a0
                             &zone->lock           6969          [<00000000a4d83187>] free_one_page+0x94/0x4e0
                             -----------
                             &zone->lock         377149          [<0000000084957ebd>] rmqueue_bulk+0x49/0x1860
                             &zone->lock         328584          [<0000000002923559>] free_pcppages_bulk+0x72/0x6a0
                             &zone->lock         141475          [<0000000076adebf1>] rmqueue.isra.0+0x60/0x26a0
                             &zone->lock           2629          [<00000000a4d83187>] free_one_page+0x94/0x4e0

.............................................................................................................................................................................................................................

                         &tree->lock#2-W:        452891         453921           0.03       10256.05      886022.58           1.95       18801259      556245207           0.01       58608.80    84710760.41           0.15
                         &tree->lock#2-R:        379066         379750           0.02       49233.29     1166958.62           3.07        9701372      107770917           0.02        8179.35    12103495.66           0.11
                         ---------------
                           &tree->lock#2          17297          [<000000006403ec00>] btrfs_get_extent+0x6d1/0x1100
                           &tree->lock#2         379483          [<0000000066360852>] btrfs_get_extent+0x138/0x1100
                           &tree->lock#2           2832          [<000000009a541731>] btrfs_unpin_extent_cache+0x77/0x2a0
                           &tree->lock#2             79          [<000000007e8c02ca>] btrfs_log_changed_extents+0xa2/0xcb0
                         ---------------
                           &tree->lock#2         501611          [<000000006403ec00>] btrfs_get_extent+0x6d1/0x1100
                           &tree->lock#2         118942          [<0000000066360852>] btrfs_get_extent+0x138/0x1100
                           &tree->lock#2           1575          [<000000009a541731>] btrfs_unpin_extent_cache+0x77/0x2a0
                           &tree->lock#2            131          [<000000007e8c02ca>] btrfs_log_changed_extents+0xa2/0xcb0

.............................................................................................................................................................................................................................

                        &mm->mmap_lock-W:        344624         437732           0.05       71983.48   248242767.44         567.11        1407680       10626262           0.00      251824.04   390818857.51          36.78
                        &mm->mmap_lock-R:        158630         311715           0.07      247680.03    45237860.32         145.13         410656     2978416901           0.00     2485807.94  1083601958.77           0.36
                        ----------------
                          &mm->mmap_lock            561          [<000000001a9c493a>] __access_remote_vm+0x96/0x770
                          &mm->mmap_lock         113062          [<00000000de2191c5>] vm_mmap_pgoff+0x19f/0x3a0
                          &mm->mmap_lock         101990          [<0000000014249167>] __vm_munmap+0xf8/0x2e0
                          &mm->mmap_lock            803          [<00000000c106473a>] __do_sys_brk+0xde/0x960
                        ----------------
                          &mm->mmap_lock            540          [<00000000160db79e>] dup_mmap+0xe1/0x1760
                          &mm->mmap_lock           1256          [<00000000caaed27d>] madvise_lock+0x134/0x200
                          &mm->mmap_lock             25          [<00000000b2853d26>] exec_mmap+0xa9/0x460
                          &mm->mmap_lock         238232          [<00000000a20e3d07>] do_mprotect_pkey+0x1b0/0xc50

.............................................................................................................................................................................................................................

                          &lockref->lock:        532166         543304           0.02        2800.85      991605.83           1.83     1221963004     5622765253           0.00       22645.81   663503366.57           0.12
                          --------------
                          &lockref->lock           5683          [<00000000af760d6a>] d_alloc_parallel+0x157/0x10b0
                          &lockref->lock         255495          [<000000004b52395c>] dput.part.0+0x4bc/0x6d0
                          &lockref->lock         115479          [<00000000448afa47>] lockref_get_not_dead+0xe/0x60
                          &lockref->lock          33987          [<00000000767c3d1d>] lockref_get+0xd/0x50
                          --------------
                          &lockref->lock          41568          [<00000000dc152a85>] __dentry_kill+0x227/0x540
                          &lockref->lock           3307          [<00000000af760d6a>] d_alloc_parallel+0x157/0x10b0
                          &lockref->lock         233110          [<000000004b52395c>] dput.part.0+0x4bc/0x6d0
                          &lockref->lock          96243          [<00000000448afa47>] lockref_get_not_dead+0xe/0x60

.............................................................................................................................................................................................................................

                             &ep->lock-W:        358651         359044           0.02         705.87       85608.23           0.24       38586424      169453699           0.01         940.55    19503620.70           0.12
                             &ep->lock-R:        178502         178645           0.02         225.88       25675.49           0.14       44337304       70399336           0.02        4956.05    85524413.83           1.21
                             -----------
                               &ep->lock         166601          [<000000006c1d38e8>] ep_done_scan+0x2d/0x4e0
                               &ep->lock         178645          [<00000000f2227b31>] ep_poll_callback+0xc4/0x970
                               &ep->lock          72137          [<000000001635d379>] ep_poll+0x556/0xd40
                               &ep->lock         117640          [<000000001b2e3d17>] ep_start_scan+0x66/0x2a0
                             -----------
                               &ep->lock         358777          [<00000000f2227b31>] ep_poll_callback+0xc4/0x970
                               &ep->lock          56364          [<000000001635d379>] ep_poll+0x556/0xd40
                               &ep->lock          54745          [<000000006c1d38e8>] ep_done_scan+0x2d/0x4e0
                               &ep->lock          66172          [<000000001b2e3d17>] ep_start_scan+0x66/0x2a0

.............................................................................................................................................................................................................................

                           slock-AF_INET:        530847         530926           0.04       28639.35     5236350.83           9.86        6831464       22777055           0.01        3502.57     4976921.29           0.22
                           -------------
                           slock-AF_INET         510224          [<00000000af081ec4>] lock_sock_nested+0x54/0xf0
                           slock-AF_INET           2537          [<00000000f8b160f1>] __lock_sock_fast+0x37/0xe0
                           slock-AF_INET          17252          [<000000008609e759>] release_sock+0x21/0x1e0
                           slock-AF_INET            258          [<000000001509d088>] tcp_tsq_handler+0x1b/0x160
                           -------------
                           slock-AF_INET         530275          [<00000000cc9a9f70>] tcp_v4_rcv+0x1cc5/0x2ec0
                           slock-AF_INET            424          [<000000001509d088>] tcp_tsq_handler+0x1b/0x160
                           slock-AF_INET            167          [<00000000af081ec4>] lock_sock_nested+0x54/0xf0
                           slock-AF_INET             43          [<000000008609e759>] release_sock+0x21/0x1e0

.............................................................................................................................................................................................................................

           &cur_trans->delayed_refs.lock:        464882         470139           0.03        9317.21     1437009.69           3.06        3156167       22251988           0.01        9321.08    36253327.96           1.63
           -----------------------------
           &cur_trans->delayed_refs.lock         194083          [<00000000887d9b8a>] add_delayed_ref+0x6c7/0xf30
           &cur_trans->delayed_refs.lock           6520          [<00000000225ea1ab>] check_ref_cleanup.isra.0+0x2f/0x350
           &cur_trans->delayed_refs.lock         128402          [<00000000df553474>] btrfs_select_ref_head+0x91/0x3b0
           &cur_trans->delayed_refs.lock          24686          [<0000000098504468>] btrfs_cleanup_ref_head_accounting+0xe7/0x420
           -----------------------------
           &cur_trans->delayed_refs.lock         184283          [<00000000887d9b8a>] add_delayed_ref+0x6c7/0xf30
           &cur_trans->delayed_refs.lock           4169          [<00000000225ea1ab>] check_ref_cleanup.isra.0+0x2f/0x350
           &cur_trans->delayed_refs.lock         161054          [<00000000f33e372b>] cleanup_ref_head+0x1b0/0x730
           &cur_trans->delayed_refs.lock         118589          [<00000000df553474>] btrfs_select_ref_head+0x91/0x3b0

.............................................................................................................................................................................................................................

                         btrfs-tree-02-W:        139418         236276           0.04       34300.34     5618218.28          23.78        1565197       20909055           0.09       59282.88    49791802.16           2.38
                         btrfs-tree-02-R:        178380         185421           0.04       59254.49    11785069.24          63.56       15334361       77412694           0.03       37512.39   127644373.89           1.65
                         ---------------
                           btrfs-tree-02         185421          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-tree-02         236276          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                           btrfs-tree-02         219479          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-tree-02         202218          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                           &n->list_lock:        410979         411447           0.02        2312.13      324796.52           0.79       44332219      345041773           0.00        5521.21    81973606.08           0.24
                           -------------
                           &n->list_lock          58985          [<00000000a60253f9>] __slab_free+0x142/0x2b0
                           &n->list_lock         219647          [<000000007fdef77b>] __put_partials+0xb4/0x1a0
                           &n->list_lock         132814          [<00000000a4332dca>] get_partial_node.part.0+0x2a/0x340
                           &n->list_lock              1          [<0000000063892556>] deactivate_slab+0x1f5/0x380
                           -------------
                           &n->list_lock          99149          [<000000007fdef77b>] __put_partials+0xb4/0x1a0
                           &n->list_lock          23044          [<00000000a60253f9>] __slab_free+0x142/0x2b0
                           &n->list_lock         289251          [<00000000a4332dca>] get_partial_node.part.0+0x2a/0x340
                           &n->list_lock              3          [<0000000063892556>] deactivate_slab+0x1f5/0x380

.............................................................................................................................................................................................................................

                            jiffies_lock:        356289         357959           0.03          15.20      180794.98           0.51        6964830       29571155           0.00          75.85    12887639.85           0.44
                            ------------
                            jiffies_lock              1          [<000000008c7d62fa>] tick_setup_sched_timer+0x9b/0x620
                            jiffies_lock         357959          [<0000000037849f7c>] tick_do_update_jiffies64+0x4c/0x330
                            ------------
                            jiffies_lock              1          [<000000008c7d62fa>] tick_setup_sched_timer+0x9b/0x620
                            jiffies_lock         357959          [<0000000037849f7c>] tick_do_update_jiffies64+0x4c/0x330

.............................................................................................................................................................................................................................

                         btrfs-tree-03-W:         38017         111214           0.04       16828.62     4371058.59          39.30          61916        9840978           0.09       66177.09    23573771.06           2.40
                         btrfs-tree-03-R:        200704         211351           0.05      162475.31   161359856.31         763.47       10579389       58961445           0.03       48972.08    55792744.82           0.95
                         ---------------
                           btrfs-tree-03         111214          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-tree-03         211354          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         ---------------
                           btrfs-tree-03         163904          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-tree-03         158664          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                       &obj_hash[i].lock:        281557         294080           0.02        1720.85      161957.74           0.55     1795078994     8344772275           0.00        2832.68  3314876425.81           0.40
                       -----------------
                       &obj_hash[i].lock          97791          [<000000004fa4fd2b>] __debug_check_no_obj_freed+0x13c/0x5e0
                       &obj_hash[i].lock          44565          [<000000008d19baf6>] debug_object_activate+0x13d/0x4b0
                       &obj_hash[i].lock          58546          [<000000009f64a358>] debug_object_active_state+0x140/0x430
                       &obj_hash[i].lock          59423          [<0000000018377bdf>] debug_object_deactivate+0x132/0x440
                       -----------------
                       &obj_hash[i].lock          41049          [<000000009f64a358>] debug_object_active_state+0x140/0x430
                       &obj_hash[i].lock         114654          [<000000004fa4fd2b>] __debug_check_no_obj_freed+0x13c/0x5e0
                       &obj_hash[i].lock          47736          [<0000000018377bdf>] debug_object_deactivate+0x132/0x440
                       &obj_hash[i].lock          54586          [<000000008d19baf6>] debug_object_activate+0x13d/0x4b0

.............................................................................................................................................................................................................................

                &mapping->i_private_lock:        277514         286259           0.02        1788.71      636758.34           2.22        2321226       33262085           0.03       25385.32    13275522.87           0.40
                ------------------------
                &mapping->i_private_lock          53589          [<00000000a01c210f>] attach_eb_folio_to_filemap+0xa56/0x1120
                &mapping->i_private_lock          58097          [<00000000db761d23>] detach_extent_buffer_folio+0x4d1/0x790
                &mapping->i_private_lock         168971          [<00000000800ca1b4>] attach_eb_folio_to_filemap+0x30a/0x1120
                &mapping->i_private_lock           5602          [<000000008c6da36d>] try_release_extent_buffer+0xf0/0x390
                ------------------------
                &mapping->i_private_lock          23459          [<00000000a01c210f>] attach_eb_folio_to_filemap+0xa56/0x1120
                &mapping->i_private_lock          44056          [<00000000db761d23>] detach_extent_buffer_folio+0x4d1/0x790
                &mapping->i_private_lock         213314          [<00000000800ca1b4>] attach_eb_folio_to_filemap+0x30a/0x1120
                &mapping->i_private_lock           5430          [<000000008c6da36d>] try_release_extent_buffer+0xf0/0x390

.............................................................................................................................................................................................................................

                       &sighand->siglock:        255331         258266           0.03        1555.54     4631166.16          17.93       20625921       88031234           0.00        6773.48    49547267.42           0.56
                       -----------------
                       &sighand->siglock              5          [<0000000067f0b6bd>] do_notify_parent+0x64b/0xc60
                       &sighand->siglock           2631          [<000000001e0af05e>] __x64_sys_rt_sigprocmask+0x202/0x400
                       &sighand->siglock            305          [<000000006b621c39>] calculate_sigpending+0x3d/0x90
                       &sighand->siglock          64127          [<00000000c7ab27ac>] get_signal+0x20c/0x1770
                       -----------------
                       &sighand->siglock           1167          [<000000001e0af05e>] __x64_sys_rt_sigprocmask+0x202/0x400
                       &sighand->siglock             75          [<0000000067f0b6bd>] do_notify_parent+0x64b/0xc60
                       &sighand->siglock          97780          [<00000000c7ab27ac>] get_signal+0x20c/0x1770
                       &sighand->siglock           7907          [<0000000077305f5e>] taskstats_exit+0x139/0xab0

.............................................................................................................................................................................................................................

                          &xa->xa_lock#2:        250029         250313           0.03        4642.03     1431485.28           5.72        3089774       20856892           0.14        9320.72    31512128.13           1.51
                          --------------
                          &xa->xa_lock#2         157630          [<00000000c08eb40e>] add_delayed_ref+0x260/0xf30
                          &xa->xa_lock#2          74890          [<0000000099ffe60b>] xa_store+0x1e/0x50
                          &xa->xa_lock#2          17793          [<00000000f9112a84>] xa_erase+0x15/0x40
                          --------------
                          &xa->xa_lock#2         204213          [<00000000c08eb40e>] add_delayed_ref+0x260/0xf30
                          &xa->xa_lock#2          11963          [<0000000099ffe60b>] xa_store+0x1e/0x50
                          &xa->xa_lock#2          34137          [<00000000f9112a84>] xa_erase+0x15/0x40

.............................................................................................................................................................................................................................

                          &p->alloc_lock:        214197         215702           0.02       14932.86      129526.17           0.60       65643704     2869259835           0.00       17034.37   703358508.34           0.25
                          --------------
                          &p->alloc_lock              2          [<00000000acab1fc9>] copy_signal+0x493/0x7e0
                          &p->alloc_lock              1          [<000000003d8a8ce7>] exec_mmap+0xca/0x460
                          &p->alloc_lock          26794          [<000000000e0a8fa5>] task_dump_owner+0x1c4/0x400
                          &p->alloc_lock          15862          [<00000000c83417b2>] ptrace_may_access+0x22/0x50
                          --------------
                          &p->alloc_lock          72944          [<00000000c83417b2>] ptrace_may_access+0x22/0x50
                          &p->alloc_lock          12814          [<000000000e0a8fa5>] task_dump_owner+0x1c4/0x400
                          &p->alloc_lock              2          [<000000003d8a8ce7>] exec_mmap+0xca/0x460
                          &p->alloc_lock              5          [<0000000015c4c6ec>] proc_root_link+0x84/0x200

.............................................................................................................................................................................................................................

                            &group->lock:        210883         212300           0.02           7.69       56875.51           0.27       50985112       89793154           0.00         235.85    25457134.26           0.28
                            ------------
                            &group->lock          90285          [<000000006648a777>] tmigr_update_events+0x314/0x8e0
                            &group->lock         114446          [<00000000cd29edd5>] tmigr_handle_remote_up+0x14b/0x340
                            &group->lock           7569          [<00000000948501ee>] tmigr_update_events+0x5d/0x8e0
                            ------------
                            &group->lock         101943          [<00000000cd29edd5>] tmigr_handle_remote_up+0x14b/0x340
                            &group->lock          91360          [<000000006648a777>] tmigr_update_events+0x314/0x8e0
                            &group->lock          12261          [<00000000948501ee>] tmigr_update_events+0x5d/0x8e0
                            &group->lock           6736          [<000000009b0678ac>] tmigr_update_events+0x6a/0x8e0

.............................................................................................................................................................................................................................

                                &u->lock:        204110         204383           0.03        2766.13       80420.56           0.39       44406842      108764648           0.02       15076.10    24283511.94           0.22
                                --------
                                &u->lock             52          [<0000000081c5a957>] unix_accept+0x202/0x5d0
                                &u->lock             56          [<00000000e9778002>] unix_dgram_sendmsg+0x5d6/0x1430
                                &u->lock         134919          [<000000000ccdd63c>] unix_stream_read_generic+0x31f/0x1fe0
                                &u->lock          68087          [<00000000865a35ea>] unix_stream_sendmsg+0x419/0xc60
                                --------
                                &u->lock         135519          [<00000000865a35ea>] unix_stream_sendmsg+0x419/0xc60
                                &u->lock             55          [<00000000e9778002>] unix_dgram_sendmsg+0x5d6/0x1430
                                &u->lock          67252          [<000000000ccdd63c>] unix_stream_read_generic+0x31f/0x1fe0
                                &u->lock              2          [<000000006def1657>] unix_dgram_connect+0x225/0xb10

.............................................................................................................................................................................................................................

                       btrfs-extent-01-W:        181857         182005           0.04       26090.74     6209795.63          34.12        1047077        7161054           0.08       37457.23    69078640.50           9.65
                       btrfs-extent-01-R:            13             13           7.82         864.18        1727.33         132.87          34246         254520           0.09       16261.86     1989417.89           7.82
                       -----------------
                         btrfs-extent-01         182005          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-extent-01             13          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                       -----------------
                         btrfs-extent-01         182009          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-extent-01              9          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                  &ei->ordered_tree_lock:        166834         172473           0.02         137.70       27504.68           0.16       10470680      133175155           0.02         536.02    12446504.25           0.09
                  ----------------------
                  &ei->ordered_tree_lock           1300          [<00000000250ca13d>] btrfs_remove_ordered_extent+0x2f9/0xc30
                  &ei->ordered_tree_lock         119856          [<00000000f02033a9>] btrfs_finish_ordered_extent+0x91/0x270
                  &ei->ordered_tree_lock            815          [<00000000985b51cc>] btrfs_lookup_ordered_extent+0x7f/0x470
                  &ei->ordered_tree_lock            145          [<00000000795e2108>] insert_ordered_extent+0x155/0x9a0
                  ----------------------
                  &ei->ordered_tree_lock         115835          [<00000000f02033a9>] btrfs_finish_ordered_extent+0x91/0x270
                  &ei->ordered_tree_lock           1470          [<00000000250ca13d>] btrfs_remove_ordered_extent+0x2f9/0xc30
                  &ei->ordered_tree_lock           1184          [<00000000985b51cc>] btrfs_lookup_ordered_extent+0x7f/0x470
                  &ei->ordered_tree_lock          52946          [<00000000be5abb24>] btrfs_lookup_ordered_range+0x7f/0x6c0

.............................................................................................................................................................................................................................

                         btrfs-csum-01-W:        132494         134204           0.05       47958.86     8307323.38          61.90         496901        2907125           0.06       92158.27    50592647.98          17.40
                         btrfs-csum-01-R:         24969          25159           0.08       35480.47     2206048.05          87.68         923920        2954483           0.10      167759.77    29340998.62           9.93
                         ---------------
                           btrfs-csum-01          25159          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-csum-01         134204          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                           btrfs-csum-01         152749          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-csum-01           6614          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                     &delayed_root->lock:        139810         142535           0.03        1067.67       52048.42           0.37       10421043       64253006           0.02        6162.54     6575587.36           0.10
                     -------------------
                     &delayed_root->lock          43846          [<00000000fbc3fa4c>] __btrfs_release_delayed_node.part.0+0x301/0xed0
                     &delayed_root->lock          50909          [<00000000f9c48d69>] __btrfs_release_delayed_node.part.0+0xde/0xed0
                     &delayed_root->lock          47613          [<000000001c299dfd>] btrfs_async_run_delayed_root+0xdb/0x630
                     &delayed_root->lock            163          [<0000000079b615b1>] btrfs_next_delayed_node+0x8b/0x1d0
                     -------------------
                     &delayed_root->lock          54435          [<00000000f9c48d69>] __btrfs_release_delayed_node.part.0+0xde/0xed0
                     &delayed_root->lock          42237          [<000000001c299dfd>] btrfs_async_run_delayed_root+0xdb/0x630
                     &delayed_root->lock          45770          [<00000000fbc3fa4c>] __btrfs_release_delayed_node.part.0+0x301/0xed0
                     &delayed_root->lock             85          [<0000000079b615b1>] btrfs_next_delayed_node+0x8b/0x1d0

.............................................................................................................................................................................................................................

                   &root->kernfs_rwsem-W:          9424          13201           0.06        6084.79     2097217.66         158.87          18262         231699           0.00        4181.15      609338.82           2.63
                   &root->kernfs_rwsem-R:         94912         104393           0.07        8494.68    42160160.23         403.86        2591881       19844272           0.00       13783.93    15151954.27           0.76
                   ---------------------
                     &root->kernfs_rwsem          95334          [<0000000028e33134>] kernfs_dop_revalidate+0x8d/0x600
                     &root->kernfs_rwsem           6582          [<0000000017e954a4>] kernfs_add_one+0x3f7/0x620
                     &root->kernfs_rwsem           5321          [<00000000e7aded3a>] kernfs_add_one+0x34/0x620
                     &root->kernfs_rwsem           2264          [<0000000082a09a2f>] kernfs_iop_get_link+0x11d/0x310
                   ---------------------
                     &root->kernfs_rwsem           9491          [<00000000e7aded3a>] kernfs_add_one+0x34/0x620
                     &root->kernfs_rwsem          93727          [<0000000028e33134>] kernfs_dop_revalidate+0x8d/0x600
                     &root->kernfs_rwsem           4372          [<0000000017e954a4>] kernfs_add_one+0x3f7/0x620
                     &root->kernfs_rwsem           1910          [<0000000082a09a2f>] kernfs_iop_get_link+0x11d/0x310

.............................................................................................................................................................................................................................

                      hrtimer_bases.lock:        109472         109622           0.05       12319.75      114884.08           1.05        9129649     1163784848           0.00       19012.19   574593163.39           0.49
                      ------------------
                      hrtimer_bases.lock           3297          [<000000007dff1aaf>] __hrtimer_run_queues+0x1c6/0x8e0
                      hrtimer_bases.lock          27334          [<000000000a13c493>] hrtimer_start_range_ns+0xbc/0x1d0
                      hrtimer_bases.lock          48577          [<0000000024a4fb33>] hrtimer_try_to_cancel+0x84/0x490
                      hrtimer_bases.lock           2755          [<00000000d6dea1f4>] hrtimer_interrupt+0x10a/0x870
                      ------------------
                      hrtimer_bases.lock          29732          [<000000000a13c493>] hrtimer_start_range_ns+0xbc/0x1d0
                      hrtimer_bases.lock          68204          [<0000000024a4fb33>] hrtimer_try_to_cancel+0x84/0x490
                      hrtimer_bases.lock           3020          [<000000007dff1aaf>] __hrtimer_run_queues+0x1c6/0x8e0
                      hrtimer_bases.lock           3437          [<00000000512fca18>] hrtimer_next_event_without+0x62/0x1a0

.............................................................................................................................................................................................................................

                         quarantine_lock:        107374         108093           0.03           5.28       26538.91           0.25        3515931       10210114           0.00         953.68     1611100.31           0.16
                         ---------------
                         quarantine_lock            251          [<00000000de96a71a>] kasan_quarantine_put+0x17e/0x270
                         quarantine_lock         107842          [<000000005079f874>] kasan_quarantine_reduce+0x9a/0x240
                         ---------------
                         quarantine_lock           7604          [<00000000de96a71a>] kasan_quarantine_put+0x17e/0x270
                         quarantine_lock         100489          [<000000005079f874>] kasan_quarantine_reduce+0x9a/0x240

.............................................................................................................................................................................................................................

                         btrfs-tree-00-W:         96129          96261           0.04        5704.21      354918.97           3.69        4954729       42713061           0.04       45814.98   125360242.68           2.93
                         btrfs-tree-00-R:          8298           8311           0.05        3378.72      122602.36          14.75        3110102       41118736           0.06      188459.58   163897255.59           3.99
                         ---------------
                           btrfs-tree-00          96261          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-tree-00           8311          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         ---------------
                           btrfs-tree-00          99949          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-tree-00           4621          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                        &tty->write_wait:        101858         102384           0.02           5.71       18335.52           0.18        2890179       20184109           0.01          33.01     2045906.68           0.10
                        ----------------
                        &tty->write_wait          43145          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                        &tty->write_wait          44847          [<00000000fe07594c>] __wake_up+0x21/0x60
                        &tty->write_wait          14392          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                        ----------------
                        &tty->write_wait          81724          [<00000000fe07594c>] __wake_up+0x21/0x60
                        &tty->write_wait          10425          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                        &tty->write_wait          10235          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0

.............................................................................................................................................................................................................................

                         &sem->wait_lock:        100593         100656           0.03          45.52       43756.73           0.43        3145110        3833106           0.01        5537.23     1214314.72           0.32
                         ---------------
                         &sem->wait_lock           8967          [<000000004eb1efbd>] rwsem_wake.isra.0+0x7f/0x120
                         &sem->wait_lock           7384          [<00000000ca4d8268>] rwsem_down_read_slowpath+0x9e8/0xce0
                         &sem->wait_lock          33168          [<0000000094904816>] rwsem_down_read_slowpath+0x15b/0xce0
                         &sem->wait_lock           5615          [<00000000d1cd2407>] rwsem_down_write_slowpath+0x501/0x1040
                         ---------------
                         &sem->wait_lock          10665          [<000000004eb1efbd>] rwsem_wake.isra.0+0x7f/0x120
                         &sem->wait_lock          32819          [<0000000094904816>] rwsem_down_read_slowpath+0x15b/0xce0
                         &sem->wait_lock           3535          [<00000000ca4d8268>] rwsem_down_read_slowpath+0x9e8/0xce0
                         &sem->wait_lock           5730          [<00000000d1cd2407>] rwsem_down_write_slowpath+0x501/0x1040

.............................................................................................................................................................................................................................

                     &ei->socket.wq.wait:        100122         100172           0.03         342.97       38527.11           0.38       27681371      161039187           0.02        2931.15    72128924.33           0.45
                     -------------------
                     &ei->socket.wq.wait          41249          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                     &ei->socket.wq.wait          57673          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                     &ei->socket.wq.wait           1044          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                     &ei->socket.wq.wait            147          [<00000000fe07594c>] __wake_up+0x21/0x60
                     -------------------
                     &ei->socket.wq.wait          68233          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                     &ei->socket.wq.wait          29069          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                     &ei->socket.wq.wait           1427          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                     &ei->socket.wq.wait           1382          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                          &eb->refs_lock:         98582          98746           0.02        5701.14      112597.57           1.14       58868280      472117056           0.03       12702.40    48039079.85           0.10
                          --------------
                          &eb->refs_lock          98701          [<0000000019a1e305>] free_extent_buffer+0x15e/0x240
                          &eb->refs_lock             24          [<00000000de8aaba8>] check_buffer_tree_ref+0x8e/0x120
                          &eb->refs_lock              4          [<00000000d1d59799>] free_extent_buffer_stale.part.0+0x15/0xd0
                          &eb->refs_lock             13          [<0000000064e4e13c>] lock_extent_buffer_for_io+0x169/0x510
                          --------------
                          &eb->refs_lock          98646          [<0000000019a1e305>] free_extent_buffer+0x15e/0x240
                          &eb->refs_lock             82          [<00000000de8aaba8>] check_buffer_tree_ref+0x8e/0x120
                          &eb->refs_lock              6          [<0000000064e4e13c>] lock_extent_buffer_for_io+0x169/0x510
                          &eb->refs_lock              4          [<000000000159e89a>] try_release_extent_buffer+0x188/0x390

.............................................................................................................................................................................................................................

                              &rsv->lock:         92767          93865           0.02        1765.24       33467.05           0.36       35375751      737887866           0.01       13730.07    54682459.94           0.07
                              ----------
                              &rsv->lock          23535          [<000000001e1c7df1>] btrfs_block_rsv_release+0x2bd/0x520
                              &rsv->lock           1248          [<0000000056727d62>] need_preemptive_reclaim+0x48e/0x800
                              &rsv->lock           3129          [<00000000687e9d2e>] need_preemptive_reclaim+0x4cf/0x800
                              &rsv->lock             51          [<000000004c26a77c>] btrfs_statfs+0x4cc/0xf60
                              ----------
                              &rsv->lock          22746          [<000000001e1c7df1>] btrfs_block_rsv_release+0x2bd/0x520
                              &rsv->lock          28132          [<00000000f04c162e>] btrfs_block_rsv_release+0xfb/0x520
                              &rsv->lock             69          [<000000004c26a77c>] btrfs_statfs+0x4cc/0xf60
                              &rsv->lock           8521          [<00000000f1809646>] need_preemptive_reclaim+0x25/0x800

.............................................................................................................................................................................................................................

                       btrfs-extent-03-W:         17526          24879           0.04        7054.74      196512.35           7.90          35142        3606851           0.38       25460.72    14738441.19           4.09
                       btrfs-extent-03-R:         66782          67339           0.04       10378.10     1318688.45          19.58         946071        9095429           0.03        5422.16     3288881.57           0.36
                       -----------------
                         btrfs-extent-03          67339          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         btrfs-extent-03          24879          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                       -----------------
                         btrfs-extent-03          77359          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-extent-03          14859          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                         btrfs-csum-03-W:          8103          19674           0.05       10251.82      848262.47          43.12          21038        1720778           0.06       31360.01     9510147.10           5.53
                         btrfs-csum-03-R:         67227          68876           0.05       14302.77     4043904.10          58.71        1056005        5489828           0.03       37408.40     8756226.19           1.59
                         ---------------
                           btrfs-csum-03          68876          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-csum-03          19674          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                           btrfs-csum-03          65856          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-csum-03          22694          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                             &p->pi_lock:         83093          83132           0.02        2072.60      350994.38           4.22       75494214      186417663           0.00     2777152.85   464589710.82           2.49
                             -----------
                             &p->pi_lock          51803          [<00000000b9f74e03>] try_to_wake_up+0xc3/0x1460
                             &p->pi_lock             11          [<000000007e509532>] __kthread_parkme+0x58/0x200
                             &p->pi_lock              2          [<0000000003bd029a>] rt_mutex_adjust_pi+0x23/0x280
                             &p->pi_lock          31306          [<00000000351c2dbe>] try_to_take_rt_mutex+0x2d3/0x13e0
                             -----------
                             &p->pi_lock          82102          [<00000000b9f74e03>] try_to_wake_up+0xc3/0x1460
                             &p->pi_lock             11          [<00000000ee5987ce>] task_rq_lock+0x6c/0x530
                             &p->pi_lock              4          [<000000007e509532>] __kthread_parkme+0x58/0x200
                             &p->pi_lock            920          [<00000000351c2dbe>] try_to_take_rt_mutex+0x2d3/0x13e0

.............................................................................................................................................................................................................................

                                 &ep->wq:         82554          82620           0.04        1060.32      106346.36           1.29       12519896       30312177           0.02        4955.15    63657710.47           2.10
                                 -------
                                 &ep->wq           7373          [<00000000fe07594c>] __wake_up+0x21/0x60
                                 &ep->wq          75247          [<00000000382c0c27>] __wake_up_sync+0x20/0x60
                                 -------
                                 &ep->wq          75131          [<00000000382c0c27>] __wake_up_sync+0x20/0x60
                                 &ep->wq           7487          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                        &buffer_xa_class:         81719          81789           0.03        3119.95      477514.28           5.84        2735111       15016840           0.08        6167.41    13180841.63           0.88
                        ----------------
                        &buffer_xa_class          27752          [<00000000eadfbbd0>] alloc_extent_buffer+0x7b8/0xd00
                        &buffer_xa_class          11776          [<000000008398e350>] set_extent_buffer_dirty+0x38b/0x6b0
                        &buffer_xa_class          22366          [<00000000ecc4079a>] release_extent_buffer+0x142/0x210
                        &buffer_xa_class           9560          [<00000000476987b6>] buffer_tree_clear_mark+0x117/0x1d0
                        ----------------
                        &buffer_xa_class          35420          [<00000000eadfbbd0>] alloc_extent_buffer+0x7b8/0xd00
                        &buffer_xa_class          34739          [<00000000ecc4079a>] release_extent_buffer+0x142/0x210
                        &buffer_xa_class           3301          [<00000000ed85a9b6>] lock_extent_buffer_for_io+0x23d/0x510
                        &buffer_xa_class           2205          [<00000000476987b6>] buffer_tree_clear_mark+0x117/0x1d0

.............................................................................................................................................................................................................................

                           rlock-AF_UNIX:         79029          79252           0.03         674.85       16123.53           0.20       42125113       49723602           0.01       15075.97     6935528.79           0.14
                           -------------
                           rlock-AF_UNIX             65          [<0000000025f28fb7>] __skb_try_recv_datagram+0x112/0x440
                           rlock-AF_UNIX          39920          [<000000003a1c2c4b>] unix_stream_read_generic+0x1611/0x1fe0
                           rlock-AF_UNIX              5          [<00000000df02aff9>] skb_queue_tail+0x20/0x160
                           rlock-AF_UNIX          39255          [<0000000085881e6e>] unix_stream_sendmsg+0x511/0xc60
                           -------------
                           rlock-AF_UNIX              5          [<00000000df02aff9>] skb_queue_tail+0x20/0x160
                           rlock-AF_UNIX          40132          [<0000000085881e6e>] unix_stream_sendmsg+0x511/0xc60
                           rlock-AF_UNIX             71          [<0000000025f28fb7>] __skb_try_recv_datagram+0x112/0x440
                           rlock-AF_UNIX          39043          [<000000003a1c2c4b>] unix_stream_read_generic+0x1611/0x1fe0

.............................................................................................................................................................................................................................

                         btrfs-csum-02-W:         45854          48902           0.04       37405.53     3511870.41          71.81         393760        3608710           0.07       31830.49    20432127.79           5.66
                         btrfs-csum-02-R:         26143          26633           0.04       31811.63     2903982.54         109.04         876532        4902773           0.03       35483.15    10361416.05           2.11
                         ---------------
                           btrfs-csum-02          26633          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                           btrfs-csum-02          48902          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                           btrfs-csum-02          64620          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-csum-02          10915          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                         &tty->read_wait:         74854          75254           0.03           3.03       14416.87           0.19        3446179       15337110           0.02        2441.39     2314128.79           0.15
                         ---------------
                         &tty->read_wait          23380          [<00000000fe07594c>] __wake_up+0x21/0x60
                         &tty->read_wait          12415          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                         &tty->read_wait          39459          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                         ---------------
                         &tty->read_wait          14011          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                         &tty->read_wait          51333          [<00000000fe07594c>] __wake_up+0x21/0x60
                         &tty->read_wait           9910          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                             pool_lock#2:         73547          73604           0.03         316.02       18065.77           0.25       19894637       52624702           0.00        2269.52    10201048.86           0.19
                             -----------
                             pool_lock#2           2570          [<000000001652cc8f>] debug_objects_fill_pool.part.0+0x1e3/0x420
                             pool_lock#2          47312          [<00000000f7cd4996>] __free_object+0x32a/0x500
                             pool_lock#2           3923          [<000000007f9ffde4>] pcpu_alloc+0x1cd/0x430
                             pool_lock#2          18689          [<000000008b208617>] pcpu_alloc+0x29a/0x430
                             -----------
                             pool_lock#2           4636          [<000000007f9ffde4>] pcpu_alloc+0x1cd/0x430
                             pool_lock#2          44548          [<00000000f7cd4996>] __free_object+0x32a/0x500
                             pool_lock#2           2264          [<000000001652cc8f>] debug_objects_fill_pool.part.0+0x1e3/0x420
                             pool_lock#2          21179          [<000000008b208617>] pcpu_alloc+0x29a/0x430

.............................................................................................................................................................................................................................

                                &l->lock:         59897          60018           0.02        1121.13      452125.40           7.53        1224992       22027599           0.03        9754.63     4949884.62           0.22
                                --------
                                &l->lock          43862          [<0000000012b08fc9>] list_lru_add+0x141/0x530
                                &l->lock          16105          [<00000000e3a44a89>] list_lru_del+0x13f/0x520
                                &l->lock             51          [<00000000c6cbeb2d>] __list_lru_walk_one+0x31e/0x740
                                --------
                                &l->lock          39909          [<0000000012b08fc9>] list_lru_add+0x141/0x530
                                &l->lock          15711          [<00000000e3a44a89>] list_lru_del+0x13f/0x520
                                &l->lock           4398          [<00000000c6cbeb2d>] __list_lru_walk_one+0x31e/0x740

.............................................................................................................................................................................................................................

                       btrfs-extent-00-W:         58109          58748           0.04        1779.78      227891.82           3.88        1594281        7398942           0.04       26036.42    48275193.64           6.52
                       btrfs-extent-00-R:             0              0           0.00           0.00           0.00           0.00          31038         506439           0.10       38548.94    57132257.55         112.81
                       -----------------
                         btrfs-extent-00          58748          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                       -----------------
                         btrfs-extent-00          57294          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-extent-00           1454          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                              &tmc->lock:         56675          56762           0.04          17.77       33033.62           0.58        8195435      167580608           0.00         241.19    72990797.47           0.44
                              ----------
                              &tmc->lock          35272          [<00000000ab88f175>] tmigr_cpu_activate+0xe7/0x190
                              &tmc->lock           3239          [<00000000494fa097>] tmigr_handle_remote_cpu+0x2d8/0x6a0
                              &tmc->lock          13341          [<00000000cf6b4457>] tmigr_handle_remote_cpu+0xf1/0x6a0
                              &tmc->lock           2214          [<00000000a75a03b2>] tmigr_cpu_new_timer+0xb7/0x330
                              ----------
                              &tmc->lock          48507          [<00000000494fa097>] tmigr_handle_remote_cpu+0x2d8/0x6a0
                              &tmc->lock           2576          [<00000000ab88f175>] tmigr_cpu_activate+0xe7/0x190
                              &tmc->lock           4890          [<00000000cf6b4457>] tmigr_handle_remote_cpu+0xf1/0x6a0
                              &tmc->lock            275          [<00000000f7ef32ae>] tmigr_handle_remote+0x31a/0x400

.............................................................................................................................................................................................................................

                    &fs_info->trans_lock:         55435          55642           0.03        1262.08       43517.93           0.78        9451211       45868751           0.02        3249.24     4786268.49           0.10
                    --------------------
                    &fs_info->trans_lock          51053          [<0000000017533cd3>] join_transaction+0x29/0xf00
                    &fs_info->trans_lock           4433          [<00000000a80a114a>] wait_current_trans+0x89/0x400
                    &fs_info->trans_lock             29          [<0000000044bc39ce>] check_delayed_ref+0x78/0x640
                    &fs_info->trans_lock             66          [<000000002f0482c3>] join_transaction+0x16f/0xf00
                    --------------------
                    &fs_info->trans_lock          50409          [<0000000017533cd3>] join_transaction+0x29/0xf00
                    &fs_info->trans_lock           5040          [<00000000a80a114a>] wait_current_trans+0x89/0x400
                    &fs_info->trans_lock             27          [<0000000044bc39ce>] check_delayed_ref+0x78/0x640
                    &fs_info->trans_lock            110          [<000000002f0482c3>] join_transaction+0x16f/0xf00

.............................................................................................................................................................................................................................

                         inode_hash_lock:         55614          55635           0.03        1152.95      260489.82           4.68        1367956       13351470           0.10        3175.91     4871639.30           0.36
                         ---------------
                         inode_hash_lock             51          [<00000000bd86e732>] iget_locked+0x271/0x7a0
                         inode_hash_lock              1          [<0000000061ccb335>] __insert_inode_hash+0x84/0x200
                         inode_hash_lock          51825          [<00000000bce7aca4>] inode_insert5+0xf5/0x710
                         inode_hash_lock           3712          [<000000002c3a20a7>] evict+0x3eb/0x810
                         ---------------
                         inode_hash_lock             40          [<00000000bd86e732>] iget_locked+0x271/0x7a0
                         inode_hash_lock              2          [<0000000061ccb335>] __insert_inode_hash+0x84/0x200
                         inode_hash_lock          52855          [<00000000bce7aca4>] inode_insert5+0xf5/0x710
                         inode_hash_lock           2670          [<000000002c3a20a7>] evict+0x3eb/0x810

.............................................................................................................................................................................................................................

                               &ei->lock:         43847          44321           0.03         750.71       27110.76           0.61       34879504      684778007           0.01       39397.82    93601425.66           0.14
                               ---------
                               &ei->lock          14384          [<0000000023cdab5e>] btrfs_getattr+0x464/0x6e0
                               &ei->lock           5642          [<00000000a97f0628>] btrfs_update_inode+0x17f/0x350
                               &ei->lock           2329          [<00000000d8aa5a87>] btrfs_remove_ordered_extent+0xd8/0xc30
                               &ei->lock           2673          [<00000000bb0a0355>] btrfs_inode_safe_disk_i_size_write+0x8b/0x1b0
                               ---------
                               &ei->lock          16843          [<0000000023cdab5e>] btrfs_getattr+0x464/0x6e0
                               &ei->lock            736          [<000000000d57d228>] btrfs_clear_delalloc_extent+0x293/0x7d0
                               &ei->lock           2049          [<00000000bb0a0355>] btrfs_inode_safe_disk_i_size_write+0x8b/0x1b0
                               &ei->lock           2795          [<00000000d8aa5a87>] btrfs_remove_ordered_extent+0xd8/0xc30

.............................................................................................................................................................................................................................

                       btrfs-extent-02-W:         38177          38338           0.04        7588.99     1359043.80          35.45         588423        5148955           0.12       25459.07    20679625.49           4.02
                       btrfs-extent-02-R:          1942           1996           0.04        2239.57       80600.26          40.38         374532        4534411           0.03       26093.08     4665306.64           1.03
                       -----------------
                         btrfs-extent-02           1996          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         btrfs-extent-02          38338          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                       -----------------
                         btrfs-extent-02          39560          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-extent-02            774          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                             &base->lock:         36499          36619           0.03        1688.04       34488.71           0.94       19149135      290082390           0.00        9161.00   161668961.92           0.56
                             -----------
                             &base->lock           9384          [<000000005b3f5932>] lock_timer_base+0xdf/0x190
                             &base->lock           7750          [<0000000030c32a0e>] timer_expire_remote+0xea/0x1a0
                             &base->lock           5859          [<000000006935de32>] __run_timers+0x5e9/0x900
                             &base->lock           8824          [<0000000050ea6a17>] run_timer_base+0xfe/0x190
                             -----------
                             &base->lock           4836          [<0000000021c3a8ce>] tmigr_handle_remote_cpu+0x2d0/0x6a0
                             &base->lock           7859          [<0000000050ea6a17>] run_timer_base+0xfe/0x190
                             &base->lock           6657          [<00000000d297ccfc>] __get_next_timer_interrupt+0x141/0x7c0
                             &base->lock           8639          [<0000000030c32a0e>] timer_expire_remote+0xea/0x1a0

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#6-W:         24288          25663           0.08      144332.25     5499974.12         214.32        1327067        6654276           0.02     8727221.79   373507427.99          56.13
              &type->i_mutex_dir_key#6-R:          6489           7462           0.12      101882.42     4982786.21         667.75         558282       11212289           0.55      207174.88   538046772.30          47.99
              --------------------------
                &type->i_mutex_dir_key#6          18544          [<000000005bd6c562>] btrfs_opendir+0x28/0x320
                &type->i_mutex_dir_key#6           3517          [<0000000026bfdd49>] iterate_dir+0x140/0xa20
                &type->i_mutex_dir_key#6           2277          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key#6           3862          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
              --------------------------
                &type->i_mutex_dir_key#6           4367          [<0000000026bfdd49>] iterate_dir+0x140/0xa20
                &type->i_mutex_dir_key#6           3448          [<00000000da962f69>] btrfs_inode_lock+0x51/0xb0
                &type->i_mutex_dir_key#6           1119          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key#6          15812          [<000000005bd6c562>] btrfs_opendir+0x28/0x320

.............................................................................................................................................................................................................................

                     &dquot->dq_dqb_lock:         28729          29084           0.03         866.71       12682.66           0.44         757283       24073725           0.02        3454.71     1866137.81           0.08
                     -------------------
                     &dquot->dq_dqb_lock            239          [<0000000074a46563>] dquot_free_inode+0x26f/0x890
                     &dquot->dq_dqb_lock          28447          [<00000000fd49ae30>] dquot_add_space+0x5d/0x1270
                     &dquot->dq_dqb_lock            181          [<00000000088b91f4>] dquot_add_inodes+0x34/0xa50
                     &dquot->dq_dqb_lock            217          [<0000000002924bfe>] __dquot_free_space+0x291/0xba0
                     -------------------
                     &dquot->dq_dqb_lock            504          [<0000000002924bfe>] __dquot_free_space+0x291/0xba0
                     &dquot->dq_dqb_lock          27919          [<00000000fd49ae30>] dquot_add_space+0x5d/0x1270
                     &dquot->dq_dqb_lock            226          [<00000000088b91f4>] dquot_add_inodes+0x34/0xa50
                     &dquot->dq_dqb_lock            435          [<0000000074a46563>] dquot_free_inode+0x26f/0x890

.............................................................................................................................................................................................................................

                           &pi_futex_key:         27475          27649           0.03         321.50       27322.88           0.99          83408         190771           0.05         322.27      173490.96           0.91
                           -------------
                           &pi_futex_key           8873          [<000000002778dfd8>] futex_unlock_pi+0x1e9/0x720
                           &pi_futex_key           9381          [<0000000090cf7aaf>] rt_mutex_wait_proxy_lock+0x21/0x140
                           &pi_futex_key           7497          [<00000000152f34d3>] rt_mutex_slowlock_block.constprop.0+0x2d5/0x460
                           &pi_futex_key           1595          [<000000003f56efe9>] futex_lock_pi_atomic+0x288/0xa50
                           -------------
                           &pi_futex_key           9474          [<000000006a8d86cf>] futex_lock_pi+0x28c/0x5c0
                           &pi_futex_key          16131          [<000000002778dfd8>] futex_unlock_pi+0x1e9/0x720
                           &pi_futex_key            762          [<0000000090cf7aaf>] rt_mutex_wait_proxy_lock+0x21/0x140
                           &pi_futex_key            512          [<00000000152f34d3>] rt_mutex_slowlock_block.constprop.0+0x2d5/0x460

.............................................................................................................................................................................................................................

                         tasklist_lock-W:         23040          23071           0.07        2119.24      163335.52           7.08         126842         244763           0.00        2058.02     1253485.30           5.12
                         tasklist_lock-R:          2548           2576           0.11         561.35       13746.88           5.34         598327        1954514           0.05        5108.04     3731482.77           1.91
                         ---------------
                           tasklist_lock             50          [<000000008b5941fa>] copy_process+0x4d54/0x5600
                           tasklist_lock          11924          [<00000000ac20eea7>] exit_notify+0x80/0x7c0
                           tasklist_lock           1115          [<00000000ffa28890>] __do_wait+0x128/0x760
                           tasklist_lock          10916          [<000000007b4db6d8>] release_task+0x1ef/0x9a0
                         ---------------
                           tasklist_lock          10576          [<000000007b4db6d8>] release_task+0x1ef/0x9a0
                           tasklist_lock           9710          [<00000000ac20eea7>] exit_notify+0x80/0x7c0
                           tasklist_lock            361          [<00000000ffa28890>] __do_wait+0x128/0x760
                           tasklist_lock           3783          [<00000000016b97ec>] mm_update_next_owner+0xc1/0x440

.............................................................................................................................................................................................................................

                          &group->lock/1:         23803          23826           0.04           2.39        6372.43           0.27       14522987       18257296           0.02          20.99     5651128.88           0.31
                          --------------
                          &group->lock/1          23826          [<000000009b0678ac>] tmigr_update_events+0x6a/0x8e0
                          --------------
                          &group->lock/1          18955          [<000000009b0678ac>] tmigr_update_events+0x6a/0x8e0
                          &group->lock/1           4871          [<00000000cd29edd5>] tmigr_handle_remote_up+0x14b/0x340

.............................................................................................................................................................................................................................

                           rlock-AF_INET:         21783          21906           0.04         646.97        6563.91           0.30        3048474        7104450           0.02        1124.55     1845510.60           0.26
                           -------------
                           rlock-AF_INET          10828          [<00000000de9994e3>] __udp_enqueue_schedule_skb+0x329/0xb30
                           rlock-AF_INET           9283          [<0000000007f1244a>] __skb_recv_udp+0x1ce/0x810
                           rlock-AF_INET           1795          [<0000000074e93a15>] udp_rmem_release+0x2e0/0x400
                           -------------
                           rlock-AF_INET           3731          [<0000000074e93a15>] udp_rmem_release+0x2e0/0x400
                           rlock-AF_INET           6787          [<0000000007f1244a>] __skb_recv_udp+0x1ce/0x810
                           rlock-AF_INET          11388          [<00000000de9994e3>] __udp_enqueue_schedule_skb+0x329/0xb30

.............................................................................................................................................................................................................................

                         slock-AF_INET/1:         19054          19136           0.04        4668.28       32155.09           1.68        6663239        9386539           0.07       30402.62    60032609.07           6.40
                         ---------------
                         slock-AF_INET/1          19136          [<00000000cc9a9f70>] tcp_v4_rcv+0x1cc5/0x2ec0
                         ---------------
                         slock-AF_INET/1          12323          [<000000008609e759>] release_sock+0x21/0x1e0
                         slock-AF_INET/1            141          [<000000001509d088>] tcp_tsq_handler+0x1b/0x160
                         slock-AF_INET/1            118          [<00000000cc9a9f70>] tcp_v4_rcv+0x1cc5/0x2ec0
                         slock-AF_INET/1           1529          [<00000000a773356e>] __release_sock+0x1fb/0x380

.............................................................................................................................................................................................................................

                        &newf->file_lock:         17506          17530           0.03        1006.12       25774.89           1.47        4372008      606006293           0.03        2659.20    66988258.04           0.11
                        ----------------
                        &newf->file_lock           8719          [<000000009e9b82c9>] alloc_fd+0x6d/0x440
                        &newf->file_lock            833          [<000000006d828bd2>] put_unused_fd+0x49/0x70
                        &newf->file_lock           7548          [<00000000fee58ea0>] file_close_fd+0x49/0x80
                        &newf->file_lock            359          [<00000000012d085f>] set_close_on_exec+0x5d/0x1d0
                        ----------------
                        &newf->file_lock           8557          [<000000009e9b82c9>] alloc_fd+0x6d/0x440
                        &newf->file_lock            736          [<000000006d828bd2>] put_unused_fd+0x49/0x70
                        &newf->file_lock           7923          [<00000000fee58ea0>] file_close_fd+0x49/0x80
                        &newf->file_lock              8          [<00000000e06cbcf3>] expand_files+0x3e9/0x560

.............................................................................................................................................................................................................................

                   &s->s_inode_list_lock:         16888          16902           0.03        2029.63      114009.49           6.75        1653066       15163995           0.00        2456.31     1601963.14           0.11
                   ---------------------
                   &s->s_inode_list_lock            485          [<00000000cd10e62d>] new_inode+0x51/0x200
                   &s->s_inode_list_lock              3          [<0000000052920f30>] iget_locked+0x5de/0x7a0
                   &s->s_inode_list_lock          10381          [<000000009f2d33a3>] evict+0x1a9/0x810
                   &s->s_inode_list_lock           6031          [<000000009a27f980>] inode_insert5+0x2f2/0x710
                   ---------------------
                   &s->s_inode_list_lock            794          [<00000000cd10e62d>] new_inode+0x51/0x200
                   &s->s_inode_list_lock              3          [<0000000052920f30>] iget_locked+0x5de/0x7a0
                   &s->s_inode_list_lock          10030          [<000000009f2d33a3>] evict+0x1a9/0x810
                   &s->s_inode_list_lock           6073          [<000000009a27f980>] inode_insert5+0x2f2/0x710

.............................................................................................................................................................................................................................

                &mapping->i_mmap_rwsem-W:         16330          16525           0.05        6890.08      494643.52          29.93        2959347        7641752           0.00       12167.19    12873780.44           1.68
                &mapping->i_mmap_rwsem-R:            32            145           0.16        1022.18        1863.03          12.85          56908        3453628           0.00       24127.04    12966273.95           3.75
                ------------------------
                  &mapping->i_mmap_rwsem           5819          [<00000000d90f9cea>] unlink_file_vma_batch_process+0x93/0x310
                  &mapping->i_mmap_rwsem            512          [<000000006bceaac4>] dup_mmap+0xa6e/0x1760
                  &mapping->i_mmap_rwsem           4047          [<00000000ddfce61b>] vma_link_file+0x6a/0xf0
                  &mapping->i_mmap_rwsem           6147          [<000000005dd4fce3>] vma_prepare+0x148/0x630
                ------------------------
                  &mapping->i_mmap_rwsem            306          [<000000006bceaac4>] dup_mmap+0xa6e/0x1760
                  &mapping->i_mmap_rwsem          12903          [<000000005dd4fce3>] vma_prepare+0x148/0x630
                  &mapping->i_mmap_rwsem           1974          [<00000000d90f9cea>] unlink_file_vma_batch_process+0x93/0x310
                  &mapping->i_mmap_rwsem           1361          [<00000000ddfce61b>] vma_link_file+0x6a/0xf0

.............................................................................................................................................................................................................................

                   btrfs-free-space-02-W:          4642           8833           0.04        2193.77       49796.82           5.64          10688        3845750           0.10        6218.69     8301800.69           2.16
                   btrfs-free-space-02-R:          7334           7458           0.05        3940.95      115117.57          15.44         841673       11341740           0.03        1715.71     8073118.00           0.71
                   ---------------------
                     btrfs-free-space-02           7458          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                     btrfs-free-space-02           8833          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                   ---------------------
                     btrfs-free-space-02          10419          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                     btrfs-free-space-02           5872          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                          &wb->list_lock:         15650          15663           0.03       27096.63    15841714.82        1011.41         480252        8902884           0.00       31922.59    26067343.19           2.93
                          --------------
                          &wb->list_lock           8001          [<00000000e260804b>] locked_inode_to_wb_and_lock_list+0x19b/0x840
                          &wb->list_lock             20          [<00000000b4e43cba>] __wb_update_bandwidth+0x80/0x5c0
                          &wb->list_lock              6          [<0000000018e32979>] wb_writeback+0x171/0x810
                          &wb->list_lock             12          [<00000000facec6f5>] do_writepages+0x30c/0x560
                          --------------
                          &wb->list_lock           7445          [<00000000e260804b>] locked_inode_to_wb_and_lock_list+0x19b/0x840
                          &wb->list_lock             32          [<000000007ea6936f>] inode_switch_wbs_work_fn+0x101/0x7d0
                          &wb->list_lock           4487          [<00000000656f6a26>] inode_switch_wbs_work_fn+0x337/0x7d0
                          &wb->list_lock            153          [<0000000018e32979>] wb_writeback+0x171/0x810

.............................................................................................................................................................................................................................

                           &base->lock/1:         15537          15552           0.05         747.23       11954.47           0.77        2503614      245963440           0.00         236.59   103448787.53           0.42
                           -------------
                           &base->lock/1          10857          [<0000000021c3a8ce>] tmigr_handle_remote_cpu+0x2d0/0x6a0
                           &base->lock/1           4695          [<00000000d297ccfc>] __get_next_timer_interrupt+0x141/0x7c0
                           -------------
                           &base->lock/1            811          [<00000000d87d74f5>] __run_timers+0x477/0x900
                           &base->lock/1           1030          [<000000006935de32>] __run_timers+0x5e9/0x900
                           &base->lock/1           3406          [<000000005b3f5932>] lock_timer_base+0xdf/0x190
                           &base->lock/1           9614          [<0000000050ea6a17>] run_timer_base+0xfe/0x190

.............................................................................................................................................................................................................................

                      &anon_vma->rwsem-W:         12891          14074           0.05        9774.29      611009.47          43.41        4090938       16795021           0.02       43166.70    39468511.26           2.35
                      &anon_vma->rwsem-R:           633           1065           0.10        1625.71       23759.03          22.31            900       22518060           0.03       17206.67    28841198.86           1.28
                      ------------------
                        &anon_vma->rwsem            916          [<0000000074ae23d3>] anon_vma_clone+0x113/0x520
                        &anon_vma->rwsem           5577          [<00000000b4ca1ae0>] __put_anon_vma+0x143/0x330
                        &anon_vma->rwsem           5951          [<00000000eebb9819>] unlink_anon_vmas+0x1c3/0x740
                        &anon_vma->rwsem            808          [<0000000077c9e6c7>] anon_vma_fork+0x2c3/0x590
                      ------------------
                        &anon_vma->rwsem          10481          [<00000000eebb9819>] unlink_anon_vmas+0x1c3/0x740
                        &anon_vma->rwsem           1505          [<0000000074ae23d3>] anon_vma_clone+0x113/0x520
                        &anon_vma->rwsem             81          [<0000000077c9e6c7>] anon_vma_fork+0x2c3/0x590
                        &anon_vma->rwsem           1227          [<00000000b4ca1ae0>] __put_anon_vma+0x143/0x330

.............................................................................................................................................................................................................................

                            &fence->lock:         14237          14256           0.05         397.44       58551.84           4.11        5372443        8927325           0.02        3134.32     3399920.34           0.38
                            ------------
                            &fence->lock           1261          [<000000009b6574c8>] dma_fence_signal+0x46/0xe0
                            &fence->lock          10765          [<00000000eb93c962>] dma_fence_default_wait+0x495/0x700
                            &fence->lock            757          [<00000000a048a9f2>] dma_fence_default_wait+0xc7/0x700
                            &fence->lock            874          [<000000009f28fd02>] dma_fence_wait_timeout+0x5e/0x540
                            ------------
                            &fence->lock            231          [<00000000319afd23>] dma_fence_enable_sw_signaling+0x2d/0x70
                            &fence->lock          12752          [<000000009b6574c8>] dma_fence_signal+0x46/0xe0
                            &fence->lock            388          [<00000000a048a9f2>] dma_fence_default_wait+0xc7/0x700
                            &fence->lock            594          [<000000009f28fd02>] dma_fence_wait_timeout+0x5e/0x540

.............................................................................................................................................................................................................................

                   &cluster_info[i].lock:         12374          12643           0.03        1000.43       76855.49           6.08         857067      168714383           0.02        5383.91    14393885.06           0.09
                   ---------------------
                   &cluster_info[i].lock           1503          [<000000001b13441c>] swap_entries_put_cache+0xce/0x240
                   &cluster_info[i].lock           5971          [<00000000dc60e52c>] __swap_duplicate+0x158/0x4b0
                   &cluster_info[i].lock           4895          [<0000000044889264>] swap_entries_put_map+0x314/0x430
                   &cluster_info[i].lock              9          [<0000000056583f45>] swap_entries_put_map+0x1f1/0x430
                   ---------------------
                   &cluster_info[i].lock           9780          [<000000001b13441c>] swap_entries_put_cache+0xce/0x240
                   &cluster_info[i].lock             19          [<0000000056583f45>] swap_entries_put_map+0x1f1/0x430
                   &cluster_info[i].lock           1916          [<0000000044889264>] swap_entries_put_map+0x314/0x430
                   &cluster_info[i].lock              7          [<000000009fd2087e>] swp_swapcount+0xe1/0x3c0

.............................................................................................................................................................................................................................

                            &pipe->mutex:         11875          11947           0.44       33974.93     1610342.69         134.79       31580856       60986543           0.07       34042.43   133000336.91           2.18
                            ------------
                            &pipe->mutex           7133          [<000000003ab151db>] anon_pipe_write+0x144/0x1a60
                            &pipe->mutex             61          [<0000000006915543>] iter_file_splice_write+0x1b3/0xed0
                            &pipe->mutex             50          [<000000004dc98a53>] pipe_wait_readable+0x1c9/0x4a0
                            &pipe->mutex           4615          [<000000002336601b>] anon_pipe_read+0x125/0xfc0
                            ------------
                            &pipe->mutex           1664          [<0000000006915543>] iter_file_splice_write+0x1b3/0xed0
                            &pipe->mutex            329          [<000000004dc98a53>] pipe_wait_readable+0x1c9/0x4a0
                            &pipe->mutex           4499          [<000000003ab151db>] anon_pipe_write+0x144/0x1a60
                            &pipe->mutex           5101          [<000000002336601b>] anon_pipe_read+0x125/0xfc0

.............................................................................................................................................................................................................................

                 init_mm.page_table_lock:         11610          11716           0.02          14.55         965.01           0.08          53204        6060893           0.00         976.64      427805.75           0.07
                 -----------------------
                 init_mm.page_table_lock           4345          [<000000009e4ece2c>] kasan_depopulate_vmalloc_pte+0x1b/0xa0
                 init_mm.page_table_lock           7371          [<00000000216b970e>] kasan_populate_vmalloc_pte+0xb5/0x1a0
                 -----------------------
                 init_mm.page_table_lock           5028          [<00000000216b970e>] kasan_populate_vmalloc_pte+0xb5/0x1a0
                 init_mm.page_table_lock           6685          [<000000009e4ece2c>] kasan_depopulate_vmalloc_pte+0x1b/0xa0
                 init_mm.page_table_lock              3          [<0000000016bb2b86>] __pte_alloc_kernel+0x123/0x5e0

.............................................................................................................................................................................................................................

                  &tfile->socket.wq.wait:         11346          11504           0.04          44.28        3831.00           0.33        1334166       15966515           0.02        2548.58     1914376.05           0.12
                  ----------------------
                  &tfile->socket.wq.wait           1888          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                  &tfile->socket.wq.wait           9616          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                  ----------------------
                  &tfile->socket.wq.wait           1869          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                  &tfile->socket.wq.wait           8970          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                  &tfile->socket.wq.wait            665          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                         btrfs-csum-00-W:          9984          10217           0.07       14423.57      126043.16          12.34        1262853        4661625           0.04       92138.59    34472068.22           7.39
                         btrfs-csum-00-R:            42             42           0.14        2172.19        8122.64         193.40         325366        1429228           0.07      153443.02   307459516.78         215.12
                         ---------------
                           btrfs-csum-00          10217          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-csum-00             42          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         ---------------
                           btrfs-csum-00           9737          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                           btrfs-csum-00            522          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                         &sd->defer_lock:          9589           9668           0.04         254.36        2086.59           0.22        7134846       10937440           0.01        3137.44     1301269.88           0.12
                         ---------------
                         &sd->defer_lock           6644          [<00000000bceb314a>] skb_attempt_defer_free+0x292/0x560
                         &sd->defer_lock           3024          [<0000000095bce4b8>] net_rx_action+0x3df/0xe50
                         ---------------
                         &sd->defer_lock           3535          [<0000000095bce4b8>] net_rx_action+0x3df/0xe50
                         &sd->defer_lock           6133          [<00000000bceb314a>] skb_attempt_defer_free+0x292/0x560

.............................................................................................................................................................................................................................

             &fs_info->delayed_iput_lock:          9067           9212           0.03           0.93        1829.32           0.20          63968         135070           0.01         482.10       18506.79           0.14
             ---------------------------
             &fs_info->delayed_iput_lock           4507          [<000000004509b0e6>] btrfs_add_delayed_iput+0x133/0x3c0
             &fs_info->delayed_iput_lock           3662          [<0000000069a6fe31>] btrfs_run_delayed_iputs+0x75/0xf0
             &fs_info->delayed_iput_lock           1043          [<00000000cab67ca4>] btrfs_run_delayed_iputs+0x33/0xf0
             ---------------------------
             &fs_info->delayed_iput_lock           4486          [<000000004509b0e6>] btrfs_add_delayed_iput+0x133/0x3c0
             &fs_info->delayed_iput_lock           3412          [<0000000069a6fe31>] btrfs_run_delayed_iputs+0x75/0xf0
             &fs_info->delayed_iput_lock           1314          [<00000000cab67ca4>] btrfs_run_delayed_iputs+0x33/0xf0

.............................................................................................................................................................................................................................

                   &root->root_item_lock:          9100           9139           0.03        1267.69       22574.62           2.47        5390591       27532773           0.02        1404.45     2535408.35           0.09
                   ---------------------
                   &root->root_item_lock           9139          [<00000000ffbcd74c>] btrfs_update_root_times+0x8d/0x250
                   ---------------------
                   &root->root_item_lock           9139          [<00000000ffbcd74c>] btrfs_update_root_times+0x8d/0x250

.............................................................................................................................................................................................................................

                               &ct->lock:          9067           9083           0.04        3089.29        7568.30           0.83        7578057       14264211           0.07        6455.86     3692177.09           0.26
                               ---------
                               &ct->lock           9083          [<0000000085181509>] nf_conntrack_tcp_packet+0x345/0x3710 [nf_conntrack]
                               ---------
                               &ct->lock           9083          [<0000000085181509>] nf_conntrack_tcp_packet+0x345/0x3710 [nf_conntrack]

.............................................................................................................................................................................................................................

                             &ctx->wqh#2:          8522           8536           0.03          17.74        2718.35           0.32       71313034      962905694           0.01        4956.90    98975325.68           0.10
                             -----------
                             &ctx->wqh#2           2922          [<00000000a95843a4>] eventfd_write+0xe8/0x550
                             &ctx->wqh#2            875          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                             &ctx->wqh#2           3355          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                             &ctx->wqh#2           1310          [<0000000075d671f2>] eventfd_read+0x102/0x550
                             -----------
                             &ctx->wqh#2           1050          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                             &ctx->wqh#2           6326          [<00000000a95843a4>] eventfd_write+0xe8/0x550
                             &ctx->wqh#2            812          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                             &ctx->wqh#2            252          [<0000000075d671f2>] eventfd_read+0x102/0x550

.............................................................................................................................................................................................................................

                   &ring->fence_drv.lock:          8296           8307           0.03        2409.75       28847.49           3.47        2234870        3787772           0.04        4457.49     9795760.35           2.59
                   ---------------------
                   &ring->fence_drv.lock           2246          [<000000009b6574c8>] dma_fence_signal+0x46/0xe0
                   &ring->fence_drv.lock           6061          [<000000005762aaaf>] dma_fence_add_callback+0x87/0x330
                   ---------------------
                   &ring->fence_drv.lock           2229          [<000000005762aaaf>] dma_fence_add_callback+0x87/0x330
                   &ring->fence_drv.lock           6078          [<000000009b6574c8>] dma_fence_signal+0x46/0xe0

.............................................................................................................................................................................................................................

                    &root->delalloc_lock:          8085           8092           0.04         661.29       16745.30           2.07        2371988        9782464           0.02        1389.98     2145571.12           0.22
                    --------------------
                    &root->delalloc_lock           5245          [<000000004cd28b85>] btrfs_set_delalloc_extent+0x524/0xa80
                    &root->delalloc_lock           1767          [<000000003e46f9a4>] btrfs_clear_delalloc_extent+0x680/0x7d0
                    &root->delalloc_lock           1080          [<000000003cf6a626>] start_delalloc_inodes+0x2a2/0xc20
                    --------------------
                    &root->delalloc_lock           2257          [<000000004cd28b85>] btrfs_set_delalloc_extent+0x524/0xa80
                    &root->delalloc_lock           1292          [<000000003e46f9a4>] btrfs_clear_delalloc_extent+0x680/0x7d0
                    &root->delalloc_lock              1          [<00000000b666df49>] start_delalloc_inodes+0xf5/0xc20
                    &root->delalloc_lock           4542          [<000000003cf6a626>] start_delalloc_inodes+0x2a2/0xc20

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#4-W:          3303           3325           0.11       10122.45     1043842.18         313.94          66105         128430           0.55        5592.63     7939638.87          61.82
              &type->i_mutex_dir_key#4-R:          4244           4539           0.13        9055.58     5759298.66        1268.85          29012          87541           0.09        2209.26      787870.01           9.00
              --------------------------
                &type->i_mutex_dir_key#4           3177          [<00000000df1b80bd>] open_last_lookups+0x8f1/0x16e0
                &type->i_mutex_dir_key#4           3324          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
                &type->i_mutex_dir_key#4           1360          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key#4              2          [<0000000026bfdd49>] iterate_dir+0x140/0xa20
              --------------------------
                &type->i_mutex_dir_key#4           3173          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
                &type->i_mutex_dir_key#4           1086          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
                &type->i_mutex_dir_key#4           2278          [<00000000df1b80bd>] open_last_lookups+0x8f1/0x16e0
                &type->i_mutex_dir_key#4            670          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0

.............................................................................................................................................................................................................................

                         &bdev->lru_lock:          7013           7674           0.03        2626.30       15305.66           1.99        2142278       34957980           0.02       18291.07     5957573.93           0.17
                         ---------------
                         &bdev->lru_lock            117          [<000000001134514e>] amdgpu_gem_object_open+0x209/0x760 [amdgpu]
                         &bdev->lru_lock            690          [<0000000031f919fb>] ttm_resource_free+0x73/0x390 [ttm]
                         &bdev->lru_lock            282          [<0000000028ac3b4a>] ttm_resource_fini+0x4f/0x240 [ttm]
                         &bdev->lru_lock            905          [<0000000050fae27f>] ttm_resource_manager_usage+0x3b/0xb0 [ttm]
                         ---------------
                         &bdev->lru_lock            320          [<0000000028ac3b4a>] ttm_resource_fini+0x4f/0x240 [ttm]
                         &bdev->lru_lock            871          [<0000000050fae27f>] ttm_resource_manager_usage+0x3b/0xb0 [ttm]
                         &bdev->lru_lock             24          [<000000004df1b9fc>] amdgpu_gem_metadata_ioctl+0x16e/0x440 [amdgpu]
                         &bdev->lru_lock            156          [<00000000a97809bf>] amdgpu_bo_create+0x9b8/0xf00 [amdgpu]

.............................................................................................................................................................................................................................

                                   key#6:          7645           7647           0.05          43.03        3658.40           0.48         301475         444818           0.05         671.29      209501.80           0.47
                                   -----
                                   key#6           7641          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                   key#6              6          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#6           7640          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                   key#6              7          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

                  &fs_info->balance_lock:          7151           7604           0.03        1974.75       42477.16           5.59       11692317      106357944           0.01       22603.24     8347443.52           0.08
                  ----------------------
                  &fs_info->balance_lock           7604          [<0000000015929a6f>] btrfs_reduce_alloc_profile+0x72/0x420
                  ----------------------
                  &fs_info->balance_lock           7604          [<0000000015929a6f>] btrfs_reduce_alloc_profile+0x72/0x420

.............................................................................................................................................................................................................................

                   btrfs-free-space-01-W:          6311           6428           0.04        2081.65      101344.09          15.77         208869        5558618           0.12       26477.17    23096087.84           4.16
                   btrfs-free-space-01-R:          1126           1134           0.06        1442.63       54780.90          48.31         679329       10101076           0.08        3178.59     8676360.44           0.86
                   ---------------------
                     btrfs-free-space-01           6428          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                     btrfs-free-space-01           1134          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                   ---------------------
                     btrfs-free-space-01           6234          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                     btrfs-free-space-01           1328          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                      &dev->pm.wake.lock:          6912           6934           0.06        2108.93       25115.81           3.62          55989         153107           0.03        2115.97      150293.35           0.98
                      ------------------
                      &dev->pm.wake.lock           3721          [<0000000014398cd9>] mt792x_poll_rx+0x7d/0x2b0 [mt792x_lib]
                      &dev->pm.wake.lock           1955          [<00000000e94ac4bf>] mt792x_poll_rx+0xff/0x2b0 [mt792x_lib]
                      &dev->pm.wake.lock           1113          [<00000000a963a59a>] mt792x_tx_worker+0x27/0x260 [mt792x_lib]
                      &dev->pm.wake.lock             92          [<000000009675a5e9>] mt792x_tx_worker+0xaf/0x260 [mt792x_lib]
                      ------------------
                      &dev->pm.wake.lock            460          [<00000000a963a59a>] mt792x_tx_worker+0x27/0x260 [mt792x_lib]
                      &dev->pm.wake.lock            180          [<000000009675a5e9>] mt792x_tx_worker+0xaf/0x260 [mt792x_lib]
                      &dev->pm.wake.lock           4809          [<00000000e94ac4bf>] mt792x_poll_rx+0xff/0x2b0 [mt792x_lib]
                      &dev->pm.wake.lock           1254          [<0000000014398cd9>] mt792x_poll_rx+0x7d/0x2b0 [mt792x_lib]

.............................................................................................................................................................................................................................

                           &retval->lock:          6722           6748           0.03           3.81        1319.42           0.20        2305021       18336748           0.01         396.39     1588968.39           0.09
                           -------------
                           &retval->lock           3453          [<00000000a51993c8>] dma_pool_free+0x25/0x170
                           &retval->lock           3295          [<0000000098c2e8aa>] dma_pool_alloc+0x48/0xba0
                           -------------
                           &retval->lock           3279          [<00000000a51993c8>] dma_pool_free+0x25/0x170
                           &retval->lock           3469          [<0000000098c2e8aa>] dma_pool_alloc+0x48/0xba0

.............................................................................................................................................................................................................................

                          &ctx->flc_lock:          6740           6745           0.05         170.08        2677.50           0.40        1308629        2942688           0.02         587.71     1236076.03           0.42
                          --------------
                          &ctx->flc_lock           6732          [<0000000039d6e7a4>] flock_lock_inode+0x1a6/0xf50
                          &ctx->flc_lock             13          [<00000000d9d2dc0a>] locks_remove_file+0x2c3/0x4a0
                          --------------
                          &ctx->flc_lock           6732          [<0000000039d6e7a4>] flock_lock_inode+0x1a6/0xf50
                          &ctx->flc_lock             13          [<00000000d9d2dc0a>] locks_remove_file+0x2c3/0x4a0

.............................................................................................................................................................................................................................

                              &x->wait#1:          6046           6057           0.02           1.03         900.41           0.15        1322603        2174593           0.00        1461.48      928666.58           0.43
                              ----------
                              &x->wait#1           5262          [<00000000f7838564>] complete+0x20/0x260
                              &x->wait#1            795          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                              ----------
                              &x->wait#1           4670          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                              &x->wait#1            701          [<00000000f7838564>] complete+0x20/0x260

.............................................................................................................................................................................................................................

                              rcu_node_0:          5895           5912           0.05           6.04        1702.15           0.29        2652424       20056626           0.00         773.83     3880888.49           0.19
                              ----------
                              rcu_node_0             74          [<000000006c470ff8>] sync_rcu_exp_done_unlocked+0x1a/0x240
                              rcu_node_0           1709          [<0000000024139845>] rcu_start_this_gp+0x15d/0x470
                              rcu_node_0           3683          [<00000000f37b93ed>] rcu_report_qs_rnp+0x33f/0x900
                              rcu_node_0             63          [<000000000bfcfd2c>] __rcu_report_exp_rnp+0x1fc/0x410
                              ----------
                              rcu_node_0            102          [<000000007bf2944e>] rcu_gp_init+0x9d/0x1580
                              rcu_node_0           1312          [<0000000024139845>] rcu_start_this_gp+0x15d/0x470
                              rcu_node_0            997          [<000000001dc57195>] rcu_gp_init+0xb8e/0x1580
                              rcu_node_0           2957          [<00000000f37b93ed>] rcu_report_qs_rnp+0x33f/0x900

.............................................................................................................................................................................................................................

                   &cluster->refill_lock:          5224           5242           0.04         170.43        7005.33           1.34         793807        2212077           0.15        6916.40     2492459.69           1.13
                   ---------------------
                   &cluster->refill_lock           5242          [<0000000083870ac7>] find_free_extent_clustered.constprop.0+0x7a/0x950
                   ---------------------
                   &cluster->refill_lock           5242          [<0000000083870ac7>] find_free_extent_clustered.constprop.0+0x7a/0x950

.............................................................................................................................................................................................................................

                   &sch->root_lock_key#6:          5060           5072           0.06          36.71        2517.43           0.50        1256843        3952834           0.04        4600.36      781068.42           0.20
                   ---------------------
                   &sch->root_lock_key#6           2044          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#6           3028          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   ---------------------
                   &sch->root_lock_key#6           4096          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#6            976          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180

.............................................................................................................................................................................................................................

                            &cache->lock:          5033           5042           0.04         884.99        2888.03           0.57        4679479       14398278           0.01       10686.36     2050669.74           0.14
                            ------------
                            &cache->lock           3361          [<00000000564c3291>] btrfs_finish_one_ordered+0xcc9/0x1830
                            &cache->lock           1664          [<000000004c2623ad>] btrfs_add_reserved_bytes+0x72/0x670
                            &cache->lock             11          [<00000000f0aada4c>] btrfs_update_block_group+0x208/0xd80
                            &cache->lock              5          [<00000000ad578f94>] btrfs_inc_nocow_writers+0x29/0xb0
                            ------------
                            &cache->lock           2006          [<00000000564c3291>] btrfs_finish_one_ordered+0xcc9/0x1830
                            &cache->lock           3018          [<000000004c2623ad>] btrfs_add_reserved_bytes+0x72/0x670
                            &cache->lock             13          [<00000000f0aada4c>] btrfs_update_block_group+0x208/0xd80
                            &cache->lock              5          [<00000000ad578f94>] btrfs_inc_nocow_writers+0x29/0xb0

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#4/1:          4788           4949           0.11        8730.35     2286867.85         462.09          31150         154805           0.53        3240.87     1950554.41          12.60
              --------------------------
              &type->i_mutex_dir_key#4/1           1765          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
              &type->i_mutex_dir_key#4/1           3156          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0
              &type->i_mutex_dir_key#4/1             16          [<00000000071ea5ce>] filename_create+0x181/0x400
              &type->i_mutex_dir_key#4/1             12          [<00000000f0def130>] do_rmdir+0x1dc/0x310
              --------------------------
              &type->i_mutex_dir_key#4/1            755          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
              &type->i_mutex_dir_key#4/1           2137          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
              &type->i_mutex_dir_key#4/1            616          [<00000000df1b80bd>] open_last_lookups+0x8f1/0x16e0
              &type->i_mutex_dir_key#4/1            195          [<000000002c6bbbde>] walk_component+0x2c2/0x600

.............................................................................................................................................................................................................................

                            &class->lock:          4843           4845           0.03        1051.64        9525.43           1.97         735557        2834149           0.03        3326.27     1241824.97           0.44
                            ------------
                            &class->lock           3446          [<00000000c081178e>] zs_malloc+0xd7/0x980
                            &class->lock            714          [<00000000f57ec463>] zs_malloc+0x162/0x980
                            &class->lock            684          [<00000000e3cbfeb5>] zs_free+0x124/0x270
                            &class->lock              1          [<0000000077a2bc88>] __zs_compact+0x2ec/0x5a0
                            ------------
                            &class->lock           3285          [<00000000c081178e>] zs_malloc+0xd7/0x980
                            &class->lock            874          [<00000000f57ec463>] zs_malloc+0x162/0x980
                            &class->lock            685          [<00000000e3cbfeb5>] zs_free+0x124/0x270
                            &class->lock              1          [<00000000bc5ff7c6>] zs_page_migrate+0x16f/0x1100

.............................................................................................................................................................................................................................

                    &folio_wait_table[i]:          4691           4721           0.04        1513.00       78594.35          16.65         803958         949645           0.03        2465.00     1256074.19           1.32
                    --------------------
                    &folio_wait_table[i]           2945          [<00000000c87422c2>] folio_wake_bit+0x93/0x180
                    &folio_wait_table[i]           1723          [<00000000c66c6a15>] folio_wait_bit_common+0x15f/0x8b0
                    &folio_wait_table[i]             40          [<00000000bb9ae8bb>] migration_entry_wait_on_locked+0x22d/0x790
                    &folio_wait_table[i]             13          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                    --------------------
                    &folio_wait_table[i]           2931          [<00000000c87422c2>] folio_wake_bit+0x93/0x180
                    &folio_wait_table[i]           1752          [<00000000c66c6a15>] folio_wait_bit_common+0x15f/0x8b0
                    &folio_wait_table[i]              1          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                    &folio_wait_table[i]             37          [<00000000bb9ae8bb>] migration_entry_wait_on_locked+0x22d/0x790

.............................................................................................................................................................................................................................

                        &wb->list_lock/1:          4512           4514           0.07        6286.48     7130058.17        1579.54           7052           9083           0.05       31921.84     2973999.74         327.42
                        ----------------
                        &wb->list_lock/1           4514          [<00000000656f6a26>] inode_switch_wbs_work_fn+0x337/0x7d0
                        ----------------
                        &wb->list_lock/1           4394          [<00000000384c1bb1>] cleanup_offline_cgwb+0x1a5/0x8b0
                        &wb->list_lock/1            120          [<00000000656f6a26>] inode_switch_wbs_work_fn+0x337/0x7d0

.............................................................................................................................................................................................................................

                   btrfs-free-space-00-W:          4295           4335           0.05        1840.68       35521.83           8.19        1314432       12803807           0.08        8658.49    25081135.86           1.96
                   btrfs-free-space-00-R:           136            136           0.08        1848.46        7631.00          56.11          11388          83129           0.17        4637.35     1546446.26          18.60
                   ---------------------
                     btrfs-free-space-00           4335          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                     btrfs-free-space-00            136          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                   ---------------------
                     btrfs-free-space-00           4419          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                     btrfs-free-space-00             52          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                            css_set_lock:          4467           4469           0.08        2418.48       10702.24           2.39         154219         328882           0.00        3488.89      476997.74           1.45
                            ------------
                            css_set_lock           4052          [<00000000fff799cc>] cgroup_exit+0x2b/0x850
                            css_set_lock            102          [<00000000aa3403b5>] cgroup_css_set_fork+0xc8/0xc10
                            css_set_lock            123          [<00000000d63a9e7c>] cgroup_post_fork+0xa2/0x850
                            css_set_lock             24          [<00000000318b17fc>] proc_cgroup_show+0xed/0x800
                            ------------
                            css_set_lock           3800          [<00000000fff799cc>] cgroup_exit+0x2b/0x850
                            css_set_lock            326          [<00000000d63a9e7c>] cgroup_post_fork+0xa2/0x850
                            css_set_lock             42          [<00000000aa3403b5>] cgroup_css_set_fork+0xc8/0xc10
                            css_set_lock            110          [<00000000f245514b>] cgroup_show_path+0x111/0x670

.............................................................................................................................................................................................................................

                          &cluster->lock:          4112           4209           0.04         453.90        7119.28           1.69         844648        7218994           0.01        6915.86     1804355.23           0.25
                          --------------
                          &cluster->lock           2916          [<00000000e05a4ec2>] prepare_allocation+0x21a/0x950
                          &cluster->lock            453          [<0000000015ec48f2>] btrfs_alloc_from_cluster+0x106/0x8e0
                          &cluster->lock            807          [<00000000da9aa4fa>] btrfs_alloc_from_cluster+0x565/0x8e0
                          &cluster->lock             31          [<00000000670ba9ef>] insert_into_bitmap+0x1aa/0xb00
                          --------------
                          &cluster->lock            952          [<00000000da9aa4fa>] btrfs_alloc_from_cluster+0x565/0x8e0
                          &cluster->lock           1660          [<00000000e05a4ec2>] prepare_allocation+0x21a/0x950
                          &cluster->lock             23          [<000000007c15de10>] btrfs_find_space_cluster+0x14c/0x960
                          &cluster->lock           1535          [<0000000015ec48f2>] btrfs_alloc_from_cluster+0x106/0x8e0

.............................................................................................................................................................................................................................

              &root->ordered_extent_lock:          3947           3963           0.03         461.01        1810.56           0.46        2650747        3127417           0.03         677.48      678067.95           0.22
              --------------------------
              &root->ordered_extent_lock           1688          [<000000007c89e245>] btrfs_remove_ordered_extent+0x46d/0xc30
              &root->ordered_extent_lock           2275          [<0000000083562aa2>] insert_ordered_extent+0x362/0x9a0
              --------------------------
              &root->ordered_extent_lock           3058          [<000000007c89e245>] btrfs_remove_ordered_extent+0x46d/0xc30
              &root->ordered_extent_lock            905          [<0000000083562aa2>] insert_ordered_extent+0x362/0x9a0

.............................................................................................................................................................................................................................

                         &ctl->tree_lock:          3806           3835           0.03         550.34       10314.00           2.69       65321883      216422297           0.01       10134.87    51762621.66           0.24
                         ---------------
                         &ctl->tree_lock            178          [<0000000066e3b22a>] __btrfs_add_free_space+0x170/0x380
                         &ctl->tree_lock            162          [<00000000083b6c86>] btrfs_find_space_for_alloc+0x12e/0x8e0
                         &ctl->tree_lock            522          [<0000000023645532>] btrfs_alloc_from_cluster+0x4ce/0x8e0
                         &ctl->tree_lock           2971          [<000000006e6e9ef6>] find_free_extent+0x10f9/0x2b00
                         ---------------
                         &ctl->tree_lock              1          [<000000001495941f>] btrfs_find_space_cluster+0x113/0x960
                         &ctl->tree_lock            135          [<00000000083b6c86>] btrfs_find_space_for_alloc+0x12e/0x8e0
                         &ctl->tree_lock            665          [<0000000066e3b22a>] __btrfs_add_free_space+0x170/0x380
                         &ctl->tree_lock             38          [<0000000023645532>] btrfs_alloc_from_cluster+0x4ce/0x8e0

.............................................................................................................................................................................................................................

                   &cfs_rq->removed.lock:          3663           3675           0.04           4.88         678.19           0.18       15978117       23326245           0.00        6703.78     6648640.56           0.29
                   ---------------------
                   &cfs_rq->removed.lock           2265          [<00000000836d4905>] remove_entity_load_avg+0x76/0x270
                   &cfs_rq->removed.lock           1309          [<00000000271cb1d1>] update_load_avg+0xe88/0x20e0
                   &cfs_rq->removed.lock            101          [<00000000d037f2a8>] __update_blocked_fair+0x79a/0x1930
                   ---------------------
                   &cfs_rq->removed.lock           2871          [<00000000836d4905>] remove_entity_load_avg+0x76/0x270
                   &cfs_rq->removed.lock            768          [<00000000271cb1d1>] update_load_avg+0xe88/0x20e0
                   &cfs_rq->removed.lock             36          [<00000000d037f2a8>] __update_blocked_fair+0x79a/0x1930

.............................................................................................................................................................................................................................

                         btrfs-tree-00/2:          3645           3645           0.09        1102.42       14135.02           3.88         326364        1143200           0.10        5845.80     3235225.59           2.83
                         ---------------
                         btrfs-tree-00/2           3645          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-tree-00/2           3644          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-tree-00/2              1          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                        &dev->event_lock:          3383           3592           0.07        7516.92       56734.86          15.79         853657        4029089           0.02        8207.36     9515668.26           2.36
                        ----------------
                        &dev->event_lock            171          [<000000000f4659be>] amdgpu_dm_crtc_handle_crc_irq+0xf6/0x2c0 [amdgpu]
                        &dev->event_lock            170          [<0000000037901cfd>] amdgpu_dm_atomic_commit_tail+0xcc6/0x46f0 [amdgpu]
                        &dev->event_lock             11          [<00000000a4695fd8>] dm_crtc_high_irq+0x4b8/0xac0 [amdgpu]
                        &dev->event_lock           1333          [<00000000d192b619>] amdgpu_dm_crtc_handle_crc_window_irq+0x158/0x1e90 [amdgpu]
                        ----------------
                        &dev->event_lock            191          [<00000000b6b8f7e1>] update_stream_irq_parameters+0x272/0xb90 [amdgpu]
                        &dev->event_lock             10          [<000000000f4659be>] amdgpu_dm_crtc_handle_crc_irq+0xf6/0x2c0 [amdgpu]
                        &dev->event_lock             81          [<0000000037901cfd>] amdgpu_dm_atomic_commit_tail+0xcc6/0x46f0 [amdgpu]
                        &dev->event_lock           1345          [<00000000be2fb707>] drm_read+0x361/0x8b0

.............................................................................................................................................................................................................................

             &root->kernfs_iattr_rwsem-W:          1372           1746           0.05        1736.99        4562.73           2.61          17476         282513           0.00        2661.87       57243.15           0.20
             &root->kernfs_iattr_rwsem-R:          1449           1454           0.06        1376.56       11530.30           7.93        3432847       28935167           0.03        2062.97     4093712.47           0.14
             ---------------------------
               &root->kernfs_iattr_rwsem            623          [<0000000064836d41>] kernfs_link_sibling+0x359/0x5e0
               &root->kernfs_iattr_rwsem           1016          [<0000000050a1d590>] kernfs_add_one+0x2fd/0x620
               &root->kernfs_iattr_rwsem            754          [<0000000039bcaee1>] kernfs_iop_getattr+0x9d/0x100
               &root->kernfs_iattr_rwsem            700          [<0000000072881ee9>] kernfs_iop_permission+0x59/0xb0
             ---------------------------
               &root->kernfs_iattr_rwsem            716          [<0000000039bcaee1>] kernfs_iop_getattr+0x9d/0x100
               &root->kernfs_iattr_rwsem            720          [<0000000072881ee9>] kernfs_iop_permission+0x59/0xb0
               &root->kernfs_iattr_rwsem            379          [<0000000050a1d590>] kernfs_add_one+0x2fd/0x620
               &root->kernfs_iattr_rwsem           1272          [<0000000064836d41>] kernfs_link_sibling+0x359/0x5e0

.............................................................................................................................................................................................................................

                       &(&fs->seq)->lock:          3171           3178           0.06         103.41        2048.01           0.64         216247        1112777           0.00        1426.46      247720.62           0.22
                       -----------------
                       &(&fs->seq)->lock           3133          [<00000000614041b2>] exit_fs+0x6d/0x190
                       &(&fs->seq)->lock             22          [<00000000bdef86cf>] set_root+0x20d/0x4f0
                       &(&fs->seq)->lock             22          [<00000000cca52934>] copy_process+0x1bd4/0x5600
                       &(&fs->seq)->lock              1          [<000000002676f5bc>] path_init+0xc4b/0x1770
                       -----------------
                       &(&fs->seq)->lock           2659          [<00000000614041b2>] exit_fs+0x6d/0x190
                       &(&fs->seq)->lock             19          [<00000000bdef86cf>] set_root+0x20d/0x4f0
                       &(&fs->seq)->lock             63          [<00000000b09c77b1>] chroot_fs_refs+0x188/0x680
                       &(&fs->seq)->lock            416          [<00000000cca52934>] copy_process+0x1bd4/0x5600

.............................................................................................................................................................................................................................

                              &zsl->lock:          2977           2992           0.04         159.83         888.13           0.30         820784        4715618           0.02        3959.93      466720.55           0.10
                              ----------
                              &zsl->lock           1471          [<00000000d3572598>] zspage_read_lock+0x3a/0x90
                              &zsl->lock           1507          [<0000000016bc4427>] zs_obj_write+0x236/0x530
                              &zsl->lock             14          [<0000000035f0281e>] zs_obj_read_end+0xe0/0x180
                              ----------
                              &zsl->lock           1508          [<0000000016bc4427>] zs_obj_write+0x236/0x530
                              &zsl->lock           1470          [<00000000d3572598>] zspage_read_lock+0x3a/0x90
                              &zsl->lock             13          [<0000000035f0281e>] zs_obj_read_end+0xe0/0x180

.............................................................................................................................................................................................................................

                        &rcu_state.gp_wq:          2848           2876           0.09          12.00        1215.91           0.42        2091175       18107715           0.00        2641.78     4296560.90           0.24
                        ----------------
                        &rcu_state.gp_wq            764          [<00000000f48f46df>] swake_up_one+0x1d/0x200
                        &rcu_state.gp_wq            550          [<00000000c2ee8c3d>] finish_swait+0xc5/0x2a0
                        &rcu_state.gp_wq           1562          [<00000000430382e8>] prepare_to_swait_event+0x22/0x4f0
                        ----------------
                        &rcu_state.gp_wq            507          [<00000000430382e8>] prepare_to_swait_event+0x22/0x4f0
                        &rcu_state.gp_wq           1965          [<00000000f48f46df>] swake_up_one+0x1d/0x200
                        &rcu_state.gp_wq            404          [<00000000c2ee8c3d>] finish_swait+0xc5/0x2a0

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#1-W:          2828           2841           0.09        6855.41      323494.71         113.87          28166         387804           0.07       54990.85    91807328.87         236.74
            &sb->s_type->i_mutex_key#1-R:             0              0           0.00           0.00           0.00           0.00              5            271           7.96         830.55        6798.93          25.09
            ----------------------------
              &sb->s_type->i_mutex_key#1           2841          [<00000000702a84d7>] shmem_file_write_iter+0x82/0x100
            ----------------------------
              &sb->s_type->i_mutex_key#1           2835          [<00000000702a84d7>] shmem_file_write_iter+0x82/0x100
              &sb->s_type->i_mutex_key#1              6          [<000000005f58db18>] vfs_unlink+0xbb/0x8c0

.............................................................................................................................................................................................................................

                               &fq->lock:          2796           2796           0.10         864.11       26540.48           9.49        8086082       21994369           0.03        3631.34     4189409.66           0.19
                               ---------
                               &fq->lock           1742          [<000000004107a41d>] queue_iova+0x9e/0x720
                               &fq->lock           1054          [<000000007810a8ad>] fq_flush_timeout+0x1b6/0x340
                               ---------
                               &fq->lock           1742          [<000000007810a8ad>] fq_flush_timeout+0x1b6/0x340
                               &fq->lock           1054          [<000000004107a41d>] queue_iova+0x9e/0x720

.............................................................................................................................................................................................................................

               &group->notification_lock:          2635           2655           0.04         311.37        1325.87           0.50         326873        2580255           0.02        1220.15      409599.26           0.16
               -------------------------
               &group->notification_lock            317          [<00000000a0f08f38>] inotify_poll+0x7e/0x150
               &group->notification_lock            651          [<00000000e3a0e14f>] inotify_read+0xf8/0x410
               &group->notification_lock           1687          [<00000000a1ed7be4>] fsnotify_insert_event+0x31/0x4b0
               -------------------------
               &group->notification_lock           1784          [<00000000a1ed7be4>] fsnotify_insert_event+0x31/0x4b0
               &group->notification_lock            632          [<00000000e3a0e14f>] inotify_read+0xf8/0x410
               &group->notification_lock            239          [<00000000a0f08f38>] inotify_poll+0x7e/0x150

.............................................................................................................................................................................................................................

              &group->notification_waitq:          2538           2545           0.04         434.25        3341.32           1.31         314937        1826891           0.02        3289.61      500763.89           0.27
              --------------------------
              &group->notification_waitq           2008          [<00000000fe07594c>] __wake_up+0x21/0x60
              &group->notification_waitq            240          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
              &group->notification_waitq            297          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
              --------------------------
              &group->notification_waitq           2304          [<00000000fe07594c>] __wake_up+0x21/0x60
              &group->notification_waitq             79          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
              &group->notification_waitq            162          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                          &pipe->rd_wait:          2526           2532           0.04         228.66         764.93           0.30       15806028       69208286           0.02        2172.93    18720077.07           0.27
                          --------------
                          &pipe->rd_wait            613          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                          &pipe->rd_wait           1151          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          &pipe->rd_wait            650          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                          &pipe->rd_wait             31          [<00000000fe07594c>] __wake_up+0x21/0x60
                          --------------
                          &pipe->rd_wait            445          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                          &pipe->rd_wait           1824          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                          &pipe->rd_wait            160          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          &pipe->rd_wait             67          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                              &pcp->lock:          2103           2395           0.05       14115.96      208246.37          86.95         444468      611062937           0.00       39121.69   282483095.41           0.46
                              ----------
                              &pcp->lock           2395          [<000000005bbfa199>] drain_pages_zone+0xad/0x170
                              ----------
                              &pcp->lock           2379          [<000000005bbfa199>] drain_pages_zone+0xad/0x170
                              &pcp->lock             16          [<0000000068c6cc0a>] decay_pcp_high+0x11a/0x1d0

.............................................................................................................................................................................................................................

                        &dev->power.lock:          2358           2364           0.05           4.33         555.66           0.24        4579642       10707823           0.00         591.10     2239393.07           0.21
                        ----------------
                        &dev->power.lock           2359          [<0000000074ffda12>] __pm_runtime_resume+0x60/0x110
                        &dev->power.lock              5          [<00000000d3da4d8f>] pm_runtime_get_conditional+0x23/0x220
                        ----------------
                        &dev->power.lock           2363          [<0000000074ffda12>] __pm_runtime_resume+0x60/0x110
                        &dev->power.lock              1          [<00000000d3da4d8f>] pm_runtime_get_conditional+0x23/0x220

.............................................................................................................................................................................................................................

                         input_pool.lock:          2305           2305           0.08           5.33         815.73           0.35         363464         782120           0.00          19.76      285040.51           0.36
                         ---------------
                         input_pool.lock           2045          [<00000000bcea5901>] mix_interrupt_randomness+0x181/0x270
                         input_pool.lock            254          [<000000006db96259>] add_device_randomness+0x7d/0xf0
                         input_pool.lock              6          [<000000004e66a7dd>] add_timer_randomness+0x16d/0x3e0
                         ---------------
                         input_pool.lock            259          [<000000006db96259>] add_device_randomness+0x7d/0xf0
                         input_pool.lock           1974          [<00000000bcea5901>] mix_interrupt_randomness+0x181/0x270
                         input_pool.lock             70          [<000000004e66a7dd>] add_timer_randomness+0x16d/0x3e0
                         input_pool.lock              2          [<00000000b974ab3a>] extract_entropy.constprop.0+0x1a9/0x310

.............................................................................................................................................................................................................................

                       swapcache_wq.lock:          2256           2256           0.04        1200.70       25986.70          11.52          13763          14282           0.02        1486.57       14846.57           1.04
                       -----------------
                       swapcache_wq.lock            409          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                       swapcache_wq.lock           1460          [<00000000fe07594c>] __wake_up+0x21/0x60
                       swapcache_wq.lock            387          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                       -----------------
                       swapcache_wq.lock            158          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                       swapcache_wq.lock           2023          [<00000000fe07594c>] __wake_up+0x21/0x60
                       swapcache_wq.lock             75          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                             &isec->lock:          2027           2030           0.03          19.61         305.32           0.15      566276804      775357604           0.00        4995.21   155720097.78           0.20
                             -----------
                             &isec->lock           1953          [<0000000040910f4a>] selinux_task_to_inode+0x5e/0x1c0
                             &isec->lock             77          [<00000000a995efc5>] selinux_socket_accept+0x92/0x220
                             -----------
                             &isec->lock           1953          [<0000000040910f4a>] selinux_task_to_inode+0x5e/0x1c0
                             &isec->lock             77          [<00000000a995efc5>] selinux_socket_accept+0x92/0x220

.............................................................................................................................................................................................................................

                 &cache->free_space_lock:          1892           1907           0.46       12915.93      587073.79         307.85         954501        6603485           1.81       27688.82    71388311.16          10.81
                 -----------------------
                 &cache->free_space_lock            289          [<0000000069611fdb>] btrfs_remove_from_free_space_tree+0x148/0x5b0
                 &cache->free_space_lock           1618          [<0000000026f3b9aa>] btrfs_add_to_free_space_tree+0x147/0x3d0
                 -----------------------
                 &cache->free_space_lock            294          [<0000000069611fdb>] btrfs_remove_from_free_space_tree+0x148/0x5b0
                 &cache->free_space_lock           1613          [<0000000026f3b9aa>] btrfs_add_to_free_space_tree+0x147/0x3d0

.............................................................................................................................................................................................................................

                     &dev->mmio.irq_lock:          1849           1858           0.09           1.50         401.21           0.22          89298         189961           0.02         128.68       39180.22           0.21
                     -------------------
                     &dev->mmio.irq_lock           1858          [<00000000c9e46f1a>] mt76_set_irq_mask+0x2b/0xf0 [mt76]
                     -------------------
                     &dev->mmio.irq_lock           1858          [<00000000c9e46f1a>] mt76_set_irq_mask+0x2b/0xf0 [mt76]

.............................................................................................................................................................................................................................

                               &rq->lock:          1840           1847           0.04         441.11        2237.07           1.21        4749799       20764349           0.05        1620.45     4337201.37           0.21
                               ---------
                               &rq->lock            797          [<0000000053f1b2c2>] drm_sched_entity_push_job+0x525/0x6e0 [gpu_sched]
                               &rq->lock            975          [<0000000068acdbf4>] drm_sched_select_entity+0x326/0x590 [gpu_sched]
                               &rq->lock             66          [<0000000044f0f319>] drm_sched_rq_remove_entity+0x85/0x400 [gpu_sched]
                               &rq->lock              9          [<00000000137de753>] drm_sched_entity_pop_job+0x5da/0x850 [gpu_sched]
                               ---------
                               &rq->lock            952          [<0000000053f1b2c2>] drm_sched_entity_push_job+0x525/0x6e0 [gpu_sched]
                               &rq->lock            846          [<0000000068acdbf4>] drm_sched_select_entity+0x326/0x590 [gpu_sched]
                               &rq->lock             42          [<0000000044f0f319>] drm_sched_rq_remove_entity+0x85/0x400 [gpu_sched]
                               &rq->lock              7          [<00000000137de753>] drm_sched_entity_pop_job+0x5da/0x850 [gpu_sched]

.............................................................................................................................................................................................................................

                             pidmap_lock:          1822           1846           0.06        1903.50       11985.33           6.49          99046         290715           0.00        2014.91      564140.20           1.94
                             -----------
                             pidmap_lock            440          [<00000000db4d8a84>] alloc_pid+0x42c/0x1030
                             pidmap_lock            173          [<00000000340f17f0>] alloc_pid+0x8c4/0x1030
                             pidmap_lock           1232          [<00000000ac5d65df>] free_pid+0x6f/0x2b0
                             pidmap_lock              1          [<00000000aa619f99>] disable_pid_allocation+0x19/0x60
                             -----------
                             pidmap_lock           1185          [<00000000ac5d65df>] free_pid+0x6f/0x2b0
                             pidmap_lock            251          [<00000000340f17f0>] alloc_pid+0x8c4/0x1030
                             pidmap_lock            400          [<00000000db4d8a84>] alloc_pid+0x42c/0x1030
                             pidmap_lock             10          [<00000000aa619f99>] disable_pid_allocation+0x19/0x60

.............................................................................................................................................................................................................................

                           &dev->rx_lock:          1657           1672           0.08          75.66         547.36           0.33          21198         101921           0.02        1714.21     1837886.78          18.03
                           -------------
                           &dev->rx_lock           1672          [<0000000068f1aa13>] mt76_rx_complete+0xb3/0x610 [mt76]
                           -------------
                           &dev->rx_lock           1672          [<0000000068f1aa13>] mt76_rx_complete+0xb3/0x610 [mt76]

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#6/1:          1574           1609           0.17      451345.20     2130416.64        1324.06         104833        4436863           0.26     5640830.92   463145102.82         104.39
              --------------------------
              &type->i_mutex_dir_key#6/1            627          [<00000000071ea5ce>] filename_create+0x181/0x400
              &type->i_mutex_dir_key#6/1            632          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0
              &type->i_mutex_dir_key#6/1            332          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
              &type->i_mutex_dir_key#6/1             18          [<00000000f0def130>] do_rmdir+0x1dc/0x310
              --------------------------
              &type->i_mutex_dir_key#6/1            514          [<00000000071ea5ce>] filename_create+0x181/0x400
              &type->i_mutex_dir_key#6/1            285          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
              &type->i_mutex_dir_key#6/1            113          [<000000002c6bbbde>] walk_component+0x2c2/0x600
              &type->i_mutex_dir_key#6/1            243          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0

.............................................................................................................................................................................................................................

                         namespace_sem-W:           654            717           0.10        1768.08       45351.75          63.25           2433          10191           0.00        2106.56      129091.64          12.67
                         namespace_sem-R:           575            836           0.14        2481.78       67911.70          81.23          20013         106390           0.08        2661.81     3569608.46          33.55
                         ---------------
                           namespace_sem              5          [<00000000e97b44d4>] dissolve_on_fput+0x12d/0x3a0
                           namespace_sem             26          [<000000002df58565>] copy_mnt_ns+0xc8/0x9c0
                           namespace_sem             37          [<00000000f30ee53b>] path_mount+0xc4e/0x1820
                           namespace_sem            836          [<00000000db49d250>] m_start+0x4a/0x1c0
                         ---------------
                           namespace_sem            984          [<00000000db49d250>] m_start+0x4a/0x1c0
                           namespace_sem            465          [<00000000eb02a3c8>] do_lock_mount+0xf8/0x5b0
                           namespace_sem             47          [<00000000fad72964>] do_umount+0x24e/0xac0
                           namespace_sem             42          [<000000002df58565>] copy_mnt_ns+0xc8/0x9c0

.............................................................................................................................................................................................................................

                    &delayed_node->mutex:          1523           1545           6.30        3533.34      305893.97         197.99       18758258      131500292           0.06       37823.63   209292370.78           1.59
                    --------------------
                    &delayed_node->mutex            107          [<000000008ff0a292>] btrfs_delayed_update_inode+0x5e/0x490
                    &delayed_node->mutex            186          [<000000006bb65a17>] btrfs_delete_delayed_dir_index+0x4d/0x4e0
                    &delayed_node->mutex            264          [<0000000020dfbc51>] btrfs_insert_delayed_dir_index+0x3d3/0x700
                    &delayed_node->mutex             63          [<00000000bb54e273>] btrfs_delete_delayed_dir_index+0x279/0x4e0
                    --------------------
                    &delayed_node->mutex             21          [<000000008ff0a292>] btrfs_delayed_update_inode+0x5e/0x490
                    &delayed_node->mutex            288          [<00000000aef21668>] btrfs_delete_delayed_items+0xdf/0x240
                    &delayed_node->mutex            285          [<00000000eeae44eb>] btrfs_async_run_delayed_root+0x2ba/0x630
                    &delayed_node->mutex            929          [<000000004776b1e2>] btrfs_async_run_delayed_root+0x46e/0x630

.............................................................................................................................................................................................................................

                       hcd_urb_list_lock:          1511           1516           0.06           4.34         497.50           0.33        1448729       32748419           0.03         154.01     5231774.45           0.16
                       -----------------
                       hcd_urb_list_lock            426          [<00000000eeb68080>] usb_hcd_unlink_urb_from_ep+0x22/0x1a0
                       hcd_urb_list_lock           1090          [<00000000f3fd6617>] usb_hcd_link_urb_to_ep+0x2d/0x340
                       -----------------
                       hcd_urb_list_lock            913          [<00000000f3fd6617>] usb_hcd_link_urb_to_ep+0x2d/0x340
                       hcd_urb_list_lock            603          [<00000000eeb68080>] usb_hcd_unlink_urb_from_ep+0x22/0x1a0

.............................................................................................................................................................................................................................

                           callback_lock:          1466           1467           0.04           2.24         536.50           0.37          50394         157812           0.06          22.43       69842.93           0.44
                           -------------
                           callback_lock           1467          [<00000000a7422040>] cpuset_cpus_allowed+0x25/0x410
                           -------------
                           callback_lock           1467          [<00000000a7422040>] cpuset_cpus_allowed+0x25/0x410

.............................................................................................................................................................................................................................

                         &rdev->bss_lock:          1411           1416           0.08        1386.64       24101.07          17.02          41060          94189           0.04        4083.43     1293077.29          13.73
                         ---------------
                         &rdev->bss_lock            684          [<00000000b3b52c49>] cfg80211_inform_single_bss_data+0x83d/0x1540 [cfg80211]
                         &rdev->bss_lock            732          [<00000000d61df485>] cfg80211_put_bss+0x34/0x1e0 [cfg80211]
                         ---------------
                         &rdev->bss_lock           1376          [<00000000b3b52c49>] cfg80211_inform_single_bss_data+0x83d/0x1540 [cfg80211]
                         &rdev->bss_lock             40          [<00000000d61df485>] cfg80211_put_bss+0x34/0x1e0 [cfg80211]

.............................................................................................................................................................................................................................

                                krc.lock:          1355           1358           0.06         383.58        2395.11           1.76         538550       63271530           0.02        4177.94     7021318.37           0.11
                                --------
                                krc.lock            790          [<00000000ca1a52ad>] krc_this_cpu_lock+0x45/0x80
                                krc.lock            360          [<0000000091640177>] kfree_rcu_monitor+0x6a/0x3f0
                                krc.lock            123          [<0000000029e849c8>] kvfree_rcu_queue_batch+0x1d/0x1d0
                                krc.lock             59          [<0000000097dbfd74>] kvfree_rcu_bulk+0x1c7/0x380
                                --------
                                krc.lock            535          [<0000000029e849c8>] kvfree_rcu_queue_batch+0x1d/0x1d0
                                krc.lock             29          [<000000007b3d6a2d>] kfree_rcu_monitor+0x2f6/0x3f0
                                krc.lock            575          [<00000000ca1a52ad>] krc_this_cpu_lock+0x45/0x80
                                krc.lock             54          [<00000000f493daee>] kfree_rcu_work+0x7d/0x1c0

.............................................................................................................................................................................................................................

                          &vmpr->sr_lock:          1287           1290           0.05           1.95         333.18           0.26         146298         152711           0.01         457.62       49467.05           0.32
                          --------------
                          &vmpr->sr_lock           1290          [<000000000e46f634>] vmpressure+0xa6/0x380
                          --------------
                          &vmpr->sr_lock           1290          [<000000000e46f634>] vmpressure+0xa6/0x380

.............................................................................................................................................................................................................................

                              &mgr->lock:          1215           1236           1.05        8045.83      407325.24         329.55         126144         193028           0.11       20901.89    16462496.89          85.29
                              ----------
                              &mgr->lock             84          [<00000000a4dfdf38>] amdgpu_vram_mgr_new+0x462/0x11d0 [amdgpu]
                              &mgr->lock           1152          [<000000006ea8f46b>] amdgpu_vram_mgr_del+0x30/0x230 [amdgpu]
                              ----------
                              &mgr->lock            860          [<000000006ea8f46b>] amdgpu_vram_mgr_del+0x30/0x230 [amdgpu]
                              &mgr->lock            376          [<00000000a4dfdf38>] amdgpu_vram_mgr_new+0x462/0x11d0 [amdgpu]

.............................................................................................................................................................................................................................

                          scx_tasks_lock:          1201           1203           0.03           2.00         386.03           0.32         116487         159748           0.00           9.13       53980.52           0.34
                          --------------
                          scx_tasks_lock           1194          [<00000000e055c544>] sched_ext_free+0x77/0x3d0
                          scx_tasks_lock              9          [<000000008a1971e5>] scx_post_fork+0x82/0x3f0
                          --------------
                          scx_tasks_lock           1141          [<00000000e055c544>] sched_ext_free+0x77/0x3d0
                          scx_tasks_lock             62          [<000000008a1971e5>] scx_post_fork+0x82/0x3f0

.............................................................................................................................................................................................................................

                          &ep->poll_wait:          1186           1186           0.09           1.27         242.93           0.20        1270913        8014756           0.02           8.61      717688.39           0.09
                          --------------
                          &ep->poll_wait           1186          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          --------------
                          &ep->poll_wait           1185          [<00000000308b6d5f>] ep_poll_safewake+0x90/0x1e0
                          &ep->poll_wait              1          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                          &group->lock#2:          1112           1114           0.15         157.41        3514.65           3.15         154344         332551           0.05         624.90     1243442.70           3.74
                          --------------
                          &group->lock#2             37          [<000000009b4b1236>] snd_pcm_sync_ptr+0x4ab/0x780 [snd_pcm]
                          &group->lock#2            559          [<000000005530521d>] snd_pcm_period_elapsed+0x19/0x50 [snd_pcm]
                          &group->lock#2            518          [<00000000d94633c7>] snd_pcm_delay+0x333/0x570 [snd_pcm]
                          --------------
                          &group->lock#2            563          [<000000005530521d>] snd_pcm_period_elapsed+0x19/0x50 [snd_pcm]
                          &group->lock#2            541          [<00000000d94633c7>] snd_pcm_delay+0x333/0x570 [snd_pcm]
                          &group->lock#2             10          [<000000009b4b1236>] snd_pcm_sync_ptr+0x4ab/0x780 [snd_pcm]

.............................................................................................................................................................................................................................

                             &info->lock:          1090           1091           0.03           1.72         196.25           0.18         171073       25070416           0.01        3679.85     1717587.11           0.07
                             -----------
                             &info->lock           1091          [<00000000613f95d2>] shmem_recalc_inode+0x24/0x1a0
                             -----------
                             &info->lock           1091          [<00000000613f95d2>] shmem_recalc_inode+0x24/0x1a0

.............................................................................................................................................................................................................................

                   &sch->root_lock_key#4:          1019           1019           0.09          35.30         803.49           0.79         340298        5387323           0.05        5954.12      758895.18           0.14
                   ---------------------
                   &sch->root_lock_key#4            106          [<000000003338ba84>] net_tx_action+0x443/0x950
                   &sch->root_lock_key#4            542          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#4            371          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   ---------------------
                   &sch->root_lock_key#4            734          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#4            257          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#4             28          [<000000003338ba84>] net_tx_action+0x443/0x950

.............................................................................................................................................................................................................................

                        &ep->poll_wait/1:           910            913           0.10         606.19        1831.77           2.01         922040        1284690           0.06        2234.61     2533095.66           1.97
                        ----------------
                        &ep->poll_wait/1            913          [<00000000308b6d5f>] ep_poll_safewake+0x90/0x1e0
                        ----------------
                        &ep->poll_wait/1            404          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                        &ep->poll_wait/1            486          [<00000000308b6d5f>] ep_poll_safewake+0x90/0x1e0
                        &ep->poll_wait/1             23          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                              mount_lock:           856            859           0.04         131.51         998.70           1.16           9101       21535629           0.00        1152.27     1162457.12           0.05
                              ----------
                              mount_lock              1          [<00000000ef32c893>] vfs_create_mount.part.0+0x1f1/0x470
                              mount_lock             52          [<0000000007b8373a>] __legitimize_mnt+0x80/0x1b0
                              mount_lock             18          [<0000000075558f1e>] copy_tree+0x263/0xcd0
                              mount_lock            159          [<00000000976e6c5e>] mntput_no_expire+0x21a/0xc50
                              ----------
                              mount_lock            527          [<00000000976e6c5e>] mntput_no_expire+0x21a/0xc50
                              mount_lock             12          [<00000000ba82d2a1>] clone_mnt+0x22d/0xb10
                              mount_lock              9          [<0000000007b8373a>] __legitimize_mnt+0x80/0x1b0
                              mount_lock             55          [<0000000075558f1e>] copy_tree+0x263/0xcd0

.............................................................................................................................................................................................................................

                   &sch->root_lock_key#5:           851            852           0.07          54.87         713.58           0.84         225169        1411667           0.03         272.22      242433.93           0.17
                   ---------------------
                   &sch->root_lock_key#5            555          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#5            296          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#5              1          [<000000003338ba84>] net_tx_action+0x443/0x950
                   ---------------------
                   &sch->root_lock_key#5            717          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#5            133          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#5              2          [<000000003338ba84>] net_tx_action+0x443/0x950

.............................................................................................................................................................................................................................

                         btrfs-tree-01/2:           848            848           0.10        1195.04       37315.48          44.00           8137          23773           0.09        8024.25      173429.59           7.30
                         ---------------
                         btrfs-tree-01/2            848          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-tree-01/2              1          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                         btrfs-tree-01/2            847          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                        &lock->wait_lock:           823            834           0.04           3.59         372.58           0.45          63465         101168           0.03        1035.40       64126.54           0.63
                        ----------------
                        &lock->wait_lock            207          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
                        &lock->wait_lock            283          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                        &lock->wait_lock            154          [<000000009cc2f9bd>] __mutex_lock+0x1140/0x1c50
                        &lock->wait_lock            102          [<00000000ec1fee77>] __mutex_lock+0xb8f/0x1c50
                        ----------------
                        &lock->wait_lock             64          [<00000000ad4d6004>] __mutex_lock+0xf4a/0x1c50
                        &lock->wait_lock            255          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                        &lock->wait_lock            264          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
                        &lock->wait_lock            116          [<00000000ec1fee77>] __mutex_lock+0xb8f/0x1c50

.............................................................................................................................................................................................................................

                 &ovl_i_mutex_key[depth]:           785            789           0.10        2017.79       45801.99          58.05          18967          79210           8.05       12435.99     5423101.19          68.46
                 -----------------------
                 &ovl_i_mutex_key[depth]            789          [<000000006bf68804>] ovl_write_iter+0x1e6/0x4c0 [overlay]
                 -----------------------
                 &ovl_i_mutex_key[depth]            789          [<000000006bf68804>] ovl_write_iter+0x1e6/0x4c0 [overlay]

.............................................................................................................................................................................................................................

                   &sch->root_lock_key#3:           780            783           0.06          33.63         479.65           0.61         242979        1534451           0.04         490.47      300372.59           0.20
                   ---------------------
                   &sch->root_lock_key#3            474          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#3            308          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#3              1          [<000000003338ba84>] net_tx_action+0x443/0x950
                   ---------------------
                   &sch->root_lock_key#3            661          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#3            121          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#3              1          [<000000003338ba84>] net_tx_action+0x443/0x950

.............................................................................................................................................................................................................................

                                     key:           781            782           0.06          22.29         208.34           0.27       23136345       37266889           0.00         645.97    12204644.53           0.33
                                     ---
                                     key            681          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                     key            101          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                     ---
                                     key            182          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                     key            600          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

                             &subs->lock:           751            753           0.13         178.26         941.07           1.25         146262         966536           0.04         285.83      898236.28           0.93
                             -----------
                             &subs->lock            376          [<00000000e28db723>] snd_usb_pcm_pointer+0x10e/0x490 [snd_usb_audio]
                             &subs->lock            207          [<0000000043d8c253>] prepare_playback_urb+0x1fd/0x1ec0 [snd_usb_audio]
                             &subs->lock            170          [<000000000cdb09f8>] retire_playback_urb+0x4e/0x230 [snd_usb_audio]
                             -----------
                             &subs->lock            138          [<000000000cdb09f8>] retire_playback_urb+0x4e/0x230 [snd_usb_audio]
                             &subs->lock            367          [<00000000e28db723>] snd_usb_pcm_pointer+0x10e/0x490 [snd_usb_audio]
                             &subs->lock            248          [<0000000043d8c253>] prepare_playback_urb+0x1fd/0x1ec0 [snd_usb_audio]

.............................................................................................................................................................................................................................

                              &dir->lock:           713            717           0.03           3.64         190.29           0.27         185423         408858           0.00         374.22      100939.29           0.25
                              ----------
                              &dir->lock            565          [<00000000c72205b7>] ref_tracker_alloc+0x1ed/0x480
                              &dir->lock            152          [<00000000dddc1347>] ref_tracker_free+0x101/0x5f0
                              ----------
                              &dir->lock            469          [<00000000c72205b7>] ref_tracker_alloc+0x1ed/0x480
                              &dir->lock            248          [<00000000dddc1347>] ref_tracker_free+0x101/0x5f0

.............................................................................................................................................................................................................................

                         &mgr->vm_lock-W:           689            691           0.08          26.20         482.37           0.70         179938         313259           0.02        1140.38      396132.90           1.26
                         &mgr->vm_lock-R:            24             24           0.12           2.33          18.98           0.79          14209         125512           0.08         578.25      124896.60           1.00
                         ---------------
                           &mgr->vm_lock            650          [<0000000045aadf8b>] drm_vma_offset_remove+0x1f/0x80
                           &mgr->vm_lock             41          [<00000000b09613ba>] drm_vma_offset_add+0x1d/0xa0
                           &mgr->vm_lock             24          [<00000000a772e08c>] drm_gem_mmap+0x16a/0x600
                         ---------------
                           &mgr->vm_lock             37          [<00000000a772e08c>] drm_gem_mmap+0x16a/0x600
                           &mgr->vm_lock            591          [<0000000045aadf8b>] drm_vma_offset_remove+0x1f/0x80
                           &mgr->vm_lock             87          [<00000000b09613ba>] drm_vma_offset_add+0x1d/0xa0

.............................................................................................................................................................................................................................

                              &nna->lock:           711            711           0.09         702.24        3730.13           5.25         750484        7492673           0.03         845.81     1352265.81           0.18
                              ----------
                              &nna->lock            561          [<000000000949b1e2>] node_activate_pending_pwq+0x6c/0x780
                              &nna->lock             50          [<0000000052e15ddf>] node_activate_pending_pwq+0x206/0x780
                              &nna->lock            100          [<0000000055965329>] pwq_tryinc_nr_active+0x347/0x920
                              ----------
                              &nna->lock            591          [<000000000949b1e2>] node_activate_pending_pwq+0x6c/0x780
                              &nna->lock             75          [<0000000052e15ddf>] node_activate_pending_pwq+0x206/0x780
                              &nna->lock             45          [<0000000055965329>] pwq_tryinc_nr_active+0x347/0x920

.............................................................................................................................................................................................................................

                             &prev->lock:           647            649           0.05           0.63         134.13           0.21       54720628       68662725           0.02          28.27     8317149.40           0.12
                             -----------
                             &prev->lock            649          [<00000000d421e711>] cputime_adjust+0x2d/0x280
                             -----------
                             &prev->lock            649          [<00000000d421e711>] cputime_adjust+0x2d/0x280

.............................................................................................................................................................................................................................

                   &sch->root_lock_key#2:           618            618           0.06         980.99        1641.58           2.66         235866        1477937           0.05         987.61      269030.20           0.18
                   ---------------------
                   &sch->root_lock_key#2            388          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180
                   &sch->root_lock_key#2            229          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#2              1          [<000000003338ba84>] net_tx_action+0x443/0x950
                   ---------------------
                   &sch->root_lock_key#2            498          [<000000009bd98619>] __dev_xmit_skb+0x2d0/0x1250
                   &sch->root_lock_key#2            120          [<000000000708a3c4>] sch_direct_xmit+0x185/0x1180

.............................................................................................................................................................................................................................

                 &dma_entry_hash[i].lock:           564            570           0.04           0.84         109.00           0.19       85665752      423919940           0.02         343.86    45903952.74           0.11
                 -----------------------
                 &dma_entry_hash[i].lock            120          [<00000000874a90f9>] add_dma_entry+0xa3/0x4f0
                 &dma_entry_hash[i].lock            167          [<00000000c00f2a65>] check_unmap+0x5e/0x1d70
                 &dma_entry_hash[i].lock            221          [<000000000218bb65>] debug_dma_mapping_error+0x57/0x290
                 &dma_entry_hash[i].lock             62          [<00000000b685f13c>] check_sync+0x65/0x1850
                 -----------------------
                 &dma_entry_hash[i].lock            222          [<000000000218bb65>] debug_dma_mapping_error+0x57/0x290
                 &dma_entry_hash[i].lock            106          [<00000000874a90f9>] add_dma_entry+0xa3/0x4f0
                 &dma_entry_hash[i].lock            186          [<00000000c00f2a65>] check_unmap+0x5e/0x1d70
                 &dma_entry_hash[i].lock             56          [<00000000b685f13c>] check_sync+0x65/0x1850

.............................................................................................................................................................................................................................

                          &xa->xa_lock#2:           562            568           0.03         338.75         979.69           1.72         128858        6447330           0.07        3614.42     4883738.40           0.76
                          --------------
                          &xa->xa_lock#2            413          [<00000000395e023e>] __remove_mapping+0x11e/0xb20
                          &xa->xa_lock#2            112          [<000000005ef7e8a4>] add_to_swap_cache+0x677/0xdb0
                          &xa->xa_lock#2             43          [<000000000af4dbcc>] clear_shadow_from_swap_cache+0x13e/0x350
                          --------------
                          &xa->xa_lock#2             39          [<000000000af4dbcc>] clear_shadow_from_swap_cache+0x13e/0x350
                          &xa->xa_lock#2            415          [<00000000395e023e>] __remove_mapping+0x11e/0xb20
                          &xa->xa_lock#2            114          [<000000005ef7e8a4>] add_to_swap_cache+0x677/0xdb0

.............................................................................................................................................................................................................................

                         &tty->ctrl.lock:           505            515           0.03           0.54          88.73           0.17        1508353       29639536           0.02          20.51     2448597.66           0.08
                         ---------------
                         &tty->ctrl.lock            515          [<00000000012ce391>] tty_get_pgrp+0x1f/0xb0
                         ---------------
                         &tty->ctrl.lock            515          [<00000000012ce391>] tty_get_pgrp+0x1f/0xb0

.............................................................................................................................................................................................................................

                          &rq_wait->wait:           504            505           0.05         824.33        3853.85           7.63          65749         230311           0.03        1454.39      258810.70           1.12
                          --------------
                          &rq_wait->wait            451          [<00000000fe07594c>] __wake_up+0x21/0x60
                          &rq_wait->wait             18          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                          &rq_wait->wait             36          [<00000000c315fcb2>] prepare_to_wait_exclusive+0x49/0x320
                          --------------
                          &rq_wait->wait            488          [<00000000fe07594c>] __wake_up+0x21/0x60
                          &rq_wait->wait             16          [<00000000c315fcb2>] prepare_to_wait_exclusive+0x49/0x320
                          &rq_wait->wait              1          [<00000000de2766c9>] finish_wait+0xc5/0x2a0

.............................................................................................................................................................................................................................

                              notif_lock:           482            482           0.03           4.17         160.35           0.33          31332          72575           0.00         110.17       15627.89           0.22
                              ----------
                              notif_lock            482          [<00000000edb4912a>] avc_compute_av+0xbf/0x840
                              ----------
                              notif_lock            482          [<00000000edb4912a>] avc_compute_av+0xbf/0x840

.............................................................................................................................................................................................................................

               &sb->s_type->i_lock_key#1:           418            482           0.09          25.94         216.08           0.45         580678        1953205           0.03        1024.46      567162.44           0.29
               -------------------------
               &sb->s_type->i_lock_key#1            368          [<0000000005d62ab3>] d_instantiate+0x64/0xa0
               &sb->s_type->i_lock_key#1            114          [<000000003f8edd2f>] lock_for_kill+0xca/0x200
               -------------------------
               &sb->s_type->i_lock_key#1            457          [<0000000005d62ab3>] d_instantiate+0x64/0xa0
               &sb->s_type->i_lock_key#1             25          [<000000003f8edd2f>] lock_for_kill+0xca/0x200

.............................................................................................................................................................................................................................

                        btrfs-log-01#2-W:            47            127           0.09        1212.60        3323.97          26.17            659         149434           0.13        6176.75     1596182.10          10.68
                        btrfs-log-01#2-R:           351            352           0.12        2012.27       45892.90         130.38          16081         598121           0.05        1927.29      543734.62           0.91
                        ----------------
                          btrfs-log-01#2            352          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                          btrfs-log-01#2            127          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                        ----------------
                          btrfs-log-01#2            384          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                          btrfs-log-01#2             95          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                          &sync_file->wq:           467            469           0.08           6.78         145.09           0.31         393536         492265           0.04         424.75      398810.08           0.81
                          --------------
                          &sync_file->wq            140          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                          &sync_file->wq            169          [<00000000fe07594c>] __wake_up+0x21/0x60
                          &sync_file->wq            160          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          --------------
                          &sync_file->wq            289          [<00000000fe07594c>] __wake_up+0x21/0x60
                          &sync_file->wq            140          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                          &sync_file->wq             15          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0

.............................................................................................................................................................................................................................

                             sysctl_lock:           396            450           0.05          64.00        2136.24           4.75          13104         318117           0.00        1992.39       97718.77           0.31
                             -----------
                             sysctl_lock              9          [<000000004b144f43>] proc_sys_getattr+0x15a/0x1c0
                             sysctl_lock            174          [<00000000d2cbafe0>] sysctl_head_grab+0x15/0x100
                             sysctl_lock            105          [<000000008dff5082>] proc_sys_permission+0xcf/0x130
                             sysctl_lock             12          [<00000000c38d7b4b>] proc_sys_compare+0x14a/0x2e0
                             -----------
                             sysctl_lock            223          [<00000000d2cbafe0>] sysctl_head_grab+0x15/0x100
                             sysctl_lock             16          [<00000000c38d7b4b>] proc_sys_compare+0x14a/0x2e0
                             sysctl_lock              7          [<000000004b144f43>] proc_sys_getattr+0x15a/0x1c0
                             sysctl_lock             68          [<000000008dff5082>] proc_sys_permission+0xcf/0x130

.............................................................................................................................................................................................................................

                &type->i_mutex_dir_key/1:           411            430           0.16        3869.76       66713.75         155.15           1358           3318           0.53        1325.27      135223.50          40.75
                ------------------------
                &type->i_mutex_dir_key/1            205          [<00000000071ea5ce>] filename_create+0x181/0x400
                &type->i_mutex_dir_key/1            224          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
                &type->i_mutex_dir_key/1              1          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0
                ------------------------
                &type->i_mutex_dir_key/1            264          [<00000000071ea5ce>] filename_create+0x181/0x400
                &type->i_mutex_dir_key/1            125          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
                &type->i_mutex_dir_key/1             40          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key/1              1          [<0000000057d6f7ff>] do_unlinkat+0x20f/0x5c0

.............................................................................................................................................................................................................................

                            unix_gc_lock:           420            420           0.11           4.77          89.00           0.21        1150958        1276222           0.02         425.78      281446.01           0.22
                            ------------
                            unix_gc_lock            201          [<0000000017c434af>] unix_del_edges+0x26/0x7d0
                            unix_gc_lock              8          [<00000000d2cc85fe>] __unix_gc+0xa8/0x810
                            unix_gc_lock            211          [<00000000b42f6c24>] unix_add_edges+0x2b/0x860
                            ------------
                            unix_gc_lock            151          [<00000000b42f6c24>] unix_add_edges+0x2b/0x860
                            unix_gc_lock             10          [<00000000d2cc85fe>] __unix_gc+0xa8/0x810
                            unix_gc_lock            259          [<0000000017c434af>] unix_del_edges+0x26/0x7d0

.............................................................................................................................................................................................................................

                             rename_lock:           403            403           0.14          65.01         630.86           1.57          21621         165865           0.00         900.80      244446.63           1.47
                             -----------
                             rename_lock            382          [<00000000bcb5bbf8>] prepend_path+0x635/0xb20
                             rename_lock             11          [<0000000060935fb2>] d_move+0x1d/0x80
                             rename_lock              2          [<00000000d07e6aef>] __dentry_path+0x39a/0x5d0
                             rename_lock              1          [<00000000de04b4d9>] d_walk+0x34d/0x600
                             -----------
                             rename_lock            403          [<0000000060935fb2>] d_move+0x1d/0x80

.............................................................................................................................................................................................................................

                            memtype_lock:           398            400           0.03           1.50          76.82           0.19          38170         626104           0.00         118.14      125265.73           0.20
                            ------------
                            memtype_lock            400          [<0000000013bfdfe4>] lookup_memtype+0xf1/0x180
                            ------------
                            memtype_lock            400          [<0000000013bfdfe4>] lookup_memtype+0xf1/0x180

.............................................................................................................................................................................................................................

                               pcpu_lock:           382            390           0.03         267.39         853.19           2.19         128273         409532           0.00        1179.00      389149.68           0.95
                               ---------
                               pcpu_lock             55          [<00000000c5c251a0>] pcpu_alloc_noprof+0x14d/0xf00
                               pcpu_lock            335          [<00000000a0a86a10>] free_percpu.part.0+0x12c/0xc50
                               ---------
                               pcpu_lock            333          [<00000000a0a86a10>] free_percpu.part.0+0x12c/0xc50
                               pcpu_lock             57          [<00000000c5c251a0>] pcpu_alloc_noprof+0x14d/0xf00

.............................................................................................................................................................................................................................

    &selinux_avc.avc_cache.slots_lock[i]:           387            390           0.05        3254.91       32241.23          82.67          65665         128527           0.00        3414.02      358407.47           2.79
    ------------------------------------
    &selinux_avc.avc_cache.slots_lock[i]            384          [<00000000c958bde0>] avc_compute_av+0x15d/0x840
    &selinux_avc.avc_cache.slots_lock[i]              6          [<000000003581a065>] avc_update_node.isra.0+0xaf/0xa90
    ------------------------------------
    &selinux_avc.avc_cache.slots_lock[i]              6          [<000000003581a065>] avc_update_node.isra.0+0xaf/0xa90
    &selinux_avc.avc_cache.slots_lock[i]            384          [<00000000c958bde0>] avc_compute_av+0x15d/0x840

.............................................................................................................................................................................................................................

                              &tkd->lock:           388            388           0.12           3.58         681.18           1.76        6606793       29183462           0.00         366.74    43548880.68           1.49
                              ----------
                              &tkd->lock            388          [<000000006c6b5359>] update_wall_time+0x1f/0x160
                              ----------
                              &tkd->lock            388          [<000000006c6b5359>] update_wall_time+0x1f/0x160

.............................................................................................................................................................................................................................

                          btrfs-log-00-W:           103            129           0.10         810.66        1841.49          14.28          12350         405125           0.06        9909.96     3346838.42           8.26
                          btrfs-log-00-R:           236            237           0.08        1449.96       14948.60          63.07          50809        1788998           0.06        3508.29      416438.31           0.23
                          --------------
                            btrfs-log-00            237          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160
                            btrfs-log-00            129          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                          --------------
                            btrfs-log-00            322          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                            btrfs-log-00             44          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                  ptlock_ptr(ptdesc)#2/1:           360            360           0.06          82.07        2062.57           5.73         295098        1670568           0.06       39277.29    24722656.13          14.80
                  ----------------------
                  ptlock_ptr(ptdesc)#2/1            360          [<000000004da2fa28>] move_ptes+0x26c/0xb30
                  ----------------------
                  ptlock_ptr(ptdesc)#2/1            359          [<00000000cb2dd65b>] __pte_offset_map_lock+0x150/0x2c0
                  ptlock_ptr(ptdesc)#2/1              1          [<00000000bbf86f82>] map_pte+0x190/0x610

.............................................................................................................................................................................................................................

              &cur_trans->dirty_bgs_lock:           343            345           0.05         116.46         400.17           1.16         864132        6749692           0.02         540.60      540692.98           0.08
              --------------------------
              &cur_trans->dirty_bgs_lock            338          [<0000000021e3ca9b>] btrfs_update_block_group+0x3d7/0xd80
              &cur_trans->dirty_bgs_lock              7          [<00000000c7e821c4>] btrfs_start_dirty_block_groups+0x3f6/0xee0
              --------------------------
              &cur_trans->dirty_bgs_lock            334          [<0000000021e3ca9b>] btrfs_update_block_group+0x3d7/0xd80
              &cur_trans->dirty_bgs_lock             11          [<00000000c7e821c4>] btrfs_start_dirty_block_groups+0x3f6/0xee0

.............................................................................................................................................................................................................................

                      ptlock_ptr(ptdesc):           315            315           0.06           0.84          77.07           0.24         325539        2469913           0.02        1275.65      483511.10           0.20
                      ------------------
                      ptlock_ptr(ptdesc)            311          [<000000006f7d374f>] pmd_install+0xc1/0x280
                      ptlock_ptr(ptdesc)              4          [<00000000e4fffe44>] __split_huge_pmd+0x214/0x3a0
                      ------------------
                      ptlock_ptr(ptdesc)            310          [<000000006f7d374f>] pmd_install+0xc1/0x280
                      ptlock_ptr(ptdesc)              5          [<00000000e4fffe44>] __split_huge_pmd+0x214/0x3a0

.............................................................................................................................................................................................................................

            &fs_info->delalloc_root_lock:           304            304           0.05         608.63        1787.51           5.88         860519        6604734           0.02        3301.26      533428.75           0.08
            ----------------------------
            &fs_info->delalloc_root_lock            304          [<00000000959a73ee>] btrfs_update_block_group+0x56/0xd80
            ----------------------------
            &fs_info->delalloc_root_lock            304          [<00000000959a73ee>] btrfs_update_block_group+0x56/0xd80

.............................................................................................................................................................................................................................

                         &pool->lock#3-W:           140            142           0.12           1.37          59.59           0.42           1372          82127           0.11        1819.95      242914.51           2.96
                         &pool->lock#3-R:           159            159           0.10          43.39        1275.84           8.02         742656        2745565           0.09        3960.49     1037753.43           0.38
                         ---------------
                           &pool->lock#3             72          [<00000000dc39ddc8>] zs_free+0x35/0x270
                           &pool->lock#3             71          [<000000006635d793>] zs_obj_read_begin+0x30/0x500
                           &pool->lock#3              6          [<00000000cbd67f54>] zs_page_migrate+0xff/0x1100
                           &pool->lock#3             16          [<000000006975e777>] zs_obj_write+0x35/0x530
                         ---------------
                           &pool->lock#3             23          [<00000000cbd67f54>] zs_page_migrate+0xff/0x1100
                           &pool->lock#3             66          [<000000006635d793>] zs_obj_read_begin+0x30/0x500
                           &pool->lock#3              4          [<000000006975e777>] zs_obj_write+0x35/0x530
                           &pool->lock#3            138          [<00000000c619c986>] __zs_compact+0x2e4/0x5a0

.............................................................................................................................................................................................................................

                     &delayed_root->wait:           279            281           0.04           1.18          63.43           0.23         185057         608960           0.03        1362.68      101296.93           0.17
                     -------------------
                     &delayed_root->wait            281          [<00000000fe07594c>] __wake_up+0x21/0x60
                     -------------------
                     &delayed_root->wait            281          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

               &file_private->table_lock:           273            280           0.04           3.45          71.63           0.26         859206       29032326           0.02        2622.51     3655515.57           0.13
               -------------------------
               &file_private->table_lock              9          [<00000000dca493ff>] drm_gem_handle_create_tail+0x238/0x480
               &file_private->table_lock            239          [<00000000a825d20f>] objects_lookup+0x32/0x130
               &file_private->table_lock             20          [<00000000fbba5404>] drm_gem_handle_create_tail+0x7a/0x480
               &file_private->table_lock              6          [<00000000fb93a190>] drm_gem_handle_delete+0x25/0xb0
               -------------------------
               &file_private->table_lock            223          [<00000000a825d20f>] objects_lookup+0x32/0x130
               &file_private->table_lock             17          [<00000000dca493ff>] drm_gem_handle_create_tail+0x238/0x480
               &file_private->table_lock             27          [<00000000fbba5404>] drm_gem_handle_create_tail+0x7a/0x480
               &file_private->table_lock              5          [<00000000fb93a190>] drm_gem_handle_delete+0x25/0xb0

.............................................................................................................................................................................................................................

                         btrfs-tree-00/3:           249            249           0.12        3241.23       13359.74          53.65         342440        1183457           0.11       11883.24     5144849.68           4.35
                         ---------------
                         btrfs-tree-00/3            249          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-tree-00/3            243          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-tree-00/3              6          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                            cgroup_mutex:           202            242          22.40      119217.88     3494530.86       14440.21           4024          25873           0.00      158235.83     8624305.33         333.33
                            ------------
                            cgroup_mutex              5          [<00000000664a96bd>] cgroup_bpf_prog_attach+0x125/0x5c0
                            cgroup_mutex             65          [<00000000ad5aa40f>] css_killed_work_fn+0x45/0x770
                            cgroup_mutex             69          [<00000000db0f75d8>] cgroup_kn_lock_live+0xd2/0x3a0
                            cgroup_mutex             45          [<00000000caf2f572>] cgroup_bpf_release+0x3d/0xa70
                            ------------
                            cgroup_mutex            165          [<00000000db0f75d8>] cgroup_kn_lock_live+0xd2/0x3a0
                            cgroup_mutex             68          [<000000009dcec13d>] cgroup_lock_and_drain_offline+0xa6/0x710
                            cgroup_mutex              1          [<0000000058763a77>] cgroup_css_set_fork+0x5d8/0xc10
                            cgroup_mutex              6          [<00000000ad5aa40f>] css_killed_work_fn+0x45/0x770

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#5-W:           183            190           0.16         930.84        9732.73          51.22           2469          23023           0.46       24591.29      352147.03          15.30
              &type->i_mutex_dir_key#5-R:            26             46           0.16         859.91        1961.22          42.64           3312          13426           0.12       13790.19      473330.50          35.25
              --------------------------
                &type->i_mutex_dir_key#5             31          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key#5            168          [<0000000029a991bf>] vfs_removexattr+0xac/0x240
                &type->i_mutex_dir_key#5             22          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
                &type->i_mutex_dir_key#5             14          [<00000000df1b80bd>] open_last_lookups+0x8f1/0x16e0
              --------------------------
                &type->i_mutex_dir_key#5              1          [<0000000065064b56>] vfs_rmdir+0xc0/0x5b0
                &type->i_mutex_dir_key#5              1          [<00000000f0def130>] do_rmdir+0x1dc/0x310
                &type->i_mutex_dir_key#5            190          [<000000002c6bbbde>] walk_component+0x2c2/0x600
                &type->i_mutex_dir_key#5             20          [<00000000df1b80bd>] open_last_lookups+0x8f1/0x16e0

.............................................................................................................................................................................................................................

                    &adev->mm_stats.lock:           220            223           0.07         507.09         594.45           2.67        1105499        3053600           0.02         912.22      848372.60           0.28
                    --------------------
                    &adev->mm_stats.lock            129          [<00000000b94b5f58>] amdgpu_cs_report_moved_bytes+0x28/0x130 [amdgpu]
                    &adev->mm_stats.lock             94          [<00000000c79ff830>] amdgpu_cs_get_threshold_for_moves+0x146/0x7c0 [amdgpu]
                    --------------------
                    &adev->mm_stats.lock            137          [<00000000c79ff830>] amdgpu_cs_get_threshold_for_moves+0x146/0x7c0 [amdgpu]
                    &adev->mm_stats.lock             86          [<00000000b94b5f58>] amdgpu_cs_report_moved_bytes+0x28/0x130 [amdgpu]

.............................................................................................................................................................................................................................

                      bit_wait_table + i:           209            210           0.09         296.44         770.70           3.67        1592584        1732397           0.00        2075.73     1762453.08           1.02
                      ------------------
                      bit_wait_table + i             62          [<000000003b011cb2>] prepare_to_wait+0x47/0x3d0
                      bit_wait_table + i             36          [<00000000fa42c4dd>] wake_up_bit+0xd7/0x170
                      bit_wait_table + i             19          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                      bit_wait_table + i             93          [<00000000b597afce>] wake_up_var+0xce/0x160
                      ------------------
                      bit_wait_table + i            132          [<00000000fa42c4dd>] wake_up_bit+0xd7/0x170
                      bit_wait_table + i             62          [<000000003b011cb2>] prepare_to_wait+0x47/0x3d0
                      bit_wait_table + i             11          [<00000000b597afce>] wake_up_var+0xce/0x160
                      bit_wait_table + i              5          [<00000000de2766c9>] finish_wait+0xc5/0x2a0

.............................................................................................................................................................................................................................

                    &bsd_socket_locks[i]:           208            209           0.12           1.05          77.59           0.37          18418          28443           0.04         515.10       10998.79           0.39
                    --------------------
                    &bsd_socket_locks[i]            209          [<000000002eb91ab5>] unix_find_bsd+0x3db/0x680
                    --------------------
                    &bsd_socket_locks[i]            209          [<000000002eb91ab5>] unix_find_bsd+0x3db/0x680

.............................................................................................................................................................................................................................

                                &ep->mtx:           203            204           7.40         932.15        9351.87          45.84        6258301       82343730           0.03        7928.27    76444798.90           0.93
                                --------
                                &ep->mtx            194          [<000000004441e41d>] ep_send_events+0xfe/0xa40
                                &ep->mtx             10          [<00000000a09c50cd>] do_epoll_ctl+0x556/0x1840
                                --------
                                &ep->mtx             35          [<00000000a09c50cd>] do_epoll_ctl+0x556/0x1840
                                &ep->mtx            166          [<000000004441e41d>] ep_send_events+0xfe/0xa40
                                &ep->mtx              2          [<00000000446cf346>] eventpoll_release_file+0xc4/0x260
                                &ep->mtx              1          [<000000001bf318fc>] do_epoll_ctl+0x8cd/0x1840

.............................................................................................................................................................................................................................

                     &pgdat->kswapd_wait:           201            201           0.11        1653.59       33131.48         164.83          14509          27207           0.05        1658.93      122781.01           4.51
                     -------------------
                     &pgdat->kswapd_wait            199          [<00000000fe07594c>] __wake_up+0x21/0x60
                     &pgdat->kswapd_wait              2          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                     -------------------
                     &pgdat->kswapd_wait            192          [<00000000fe07594c>] __wake_up+0x21/0x60
                     &pgdat->kswapd_wait              6          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                     &pgdat->kswapd_wait              3          [<000000003b011cb2>] prepare_to_wait+0x47/0x3d0

.............................................................................................................................................................................................................................

                         &sa_manager->wq:           192            193           0.06       45972.67     1964473.52       10178.62          53542         667430           0.07      118395.74     7388681.14          11.07
                         ---------------
                         &sa_manager->wq            129          [<00000000a56e7447>] drm_suballoc_new+0x328/0x1460 [drm_suballoc_helper]
                         &sa_manager->wq             64          [<000000007db5cd44>] drm_suballoc_free+0x4d/0x3b0 [drm_suballoc_helper]
                         ---------------
                         &sa_manager->wq            157          [<00000000a56e7447>] drm_suballoc_new+0x328/0x1460 [drm_suballoc_helper]
                         &sa_manager->wq             36          [<000000007db5cd44>] drm_suballoc_free+0x4d/0x3b0 [drm_suballoc_helper]

.............................................................................................................................................................................................................................

       &file_private->syncobj_table_lock:           187            190           0.05          14.34          50.24           0.26        3289459        8858562           0.02        2250.97     3554173.88           0.40
       ---------------------------------
       &file_private->syncobj_table_lock             17          [<000000001504850d>] drm_syncobj_destroy_ioctl+0x122/0x2e0
       &file_private->syncobj_table_lock            149          [<000000008c9d688a>] drm_syncobj_find+0x21/0x90
       &file_private->syncobj_table_lock             24          [<00000000d8158399>] drm_syncobj_get_handle+0x62/0x3f0
       ---------------------------------
       &file_private->syncobj_table_lock             35          [<00000000d8158399>] drm_syncobj_get_handle+0x62/0x3f0
       &file_private->syncobj_table_lock             26          [<000000001504850d>] drm_syncobj_destroy_ioctl+0x122/0x2e0
       &file_private->syncobj_table_lock            129          [<000000008c9d688a>] drm_syncobj_find+0x21/0x90

.............................................................................................................................................................................................................................

                  &dev->vblank_time_lock:           167            167           0.14         742.14        3452.69          20.67         682561        1026791           0.05        9930.76     9602082.38           9.35
                  ----------------------
                  &dev->vblank_time_lock            116          [<0000000067c187b7>] drm_handle_vblank+0xaf/0x410
                  &dev->vblank_time_lock             21          [<0000000095f5b86f>] drm_vblank_enable+0x9d/0x440
                  &dev->vblank_time_lock             30          [<00000000b538c428>] drm_vblank_disable_and_save+0xb5/0x370
                  ----------------------
                  &dev->vblank_time_lock             40          [<0000000095f5b86f>] drm_vblank_enable+0x9d/0x440
                  &dev->vblank_time_lock             76          [<00000000b538c428>] drm_vblank_disable_and_save+0xb5/0x370
                  &dev->vblank_time_lock             51          [<0000000067c187b7>] drm_handle_vblank+0xaf/0x410

.............................................................................................................................................................................................................................

   &per_cpu_ptr(comp->stream, cpu)->lock:             2            156          34.26        7969.36      314176.42        2013.95             83        2305892           0.63       23039.66    30511406.36          13.23
   -------------------------------------
   &per_cpu_ptr(comp->stream, cpu)->lock            156          [<000000004f9b2f99>] zcomp_stream_get+0x42/0x90 [zram]
   -------------------------------------
   &per_cpu_ptr(comp->stream, cpu)->lock            156          [<000000004f9b2f99>] zcomp_stream_get+0x42/0x90 [zram]

.............................................................................................................................................................................................................................

                           &k->list_lock:           152            152           0.11           3.98         110.25           0.73          71017         274579           0.00        1591.50      182958.93           0.67
                           -------------
                           &k->list_lock            150          [<0000000000ade1b3>] bus_to_subsys+0x34/0x140
                           &k->list_lock              2          [<0000000058e4fabd>] class_to_subsys+0x34/0x140
                           -------------
                           &k->list_lock            150          [<0000000000ade1b3>] bus_to_subsys+0x34/0x140
                           &k->list_lock              2          [<0000000058e4fabd>] class_to_subsys+0x34/0x140

.............................................................................................................................................................................................................................

                       &file->event_wait:           142            142           0.13           5.53         122.09           0.86         460275        2708547           0.04        1602.75     1046194.77           0.39
                       -----------------
                       &file->event_wait             82          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                       &file->event_wait             15          [<00000000fe07594c>] __wake_up+0x21/0x60
                       &file->event_wait             45          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                       -----------------
                       &file->event_wait            127          [<00000000fe07594c>] __wake_up+0x21/0x60
                       &file->event_wait              9          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                       &file->event_wait              6          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0

.............................................................................................................................................................................................................................

                           &rq->__lock/1:           135            135           0.13           9.95         374.45           2.77            497            372           0.00        1090.31        4630.40          12.45
                           -------------
                           &rq->__lock/1            135          [<0000000047c8c452>] raw_spin_rq_lock_nested+0x2e/0x140
                           -------------
                           &rq->__lock/1            135          [<0000000047c8c452>] raw_spin_rq_lock_nested+0x2e/0x140

.............................................................................................................................................................................................................................

                    &mm->page_table_lock:           128            128           0.08           0.66          32.74           0.26         226406        2013014           0.06        1100.47      401321.60           0.20
                    --------------------
                    &mm->page_table_lock            116          [<00000000e5c1a2a7>] __anon_vma_prepare+0xf9/0x560
                    &mm->page_table_lock              1          [<000000006f80183e>] __pud_alloc+0x182/0x560
                    &mm->page_table_lock             11          [<00000000cc5cd3db>] __pmd_alloc+0x267/0x730
                    --------------------
                    &mm->page_table_lock            120          [<00000000e5c1a2a7>] __anon_vma_prepare+0xf9/0x560
                    &mm->page_table_lock              1          [<000000006f80183e>] __pud_alloc+0x182/0x560
                    &mm->page_table_lock              7          [<00000000cc5cd3db>] __pmd_alloc+0x267/0x730

.............................................................................................................................................................................................................................

                            &iommu->lock:           126            127           0.15          13.82         410.84           3.23         245774         795650           0.00         236.17     2472786.43           3.11
                            ------------
                            &iommu->lock              1          [<0000000084c2997e>] iommu_flush_irt_and_complete+0x18c/0x300
                            &iommu->lock             98          [<00000000c8f75431>] __domain_flush_pages+0x1ef/0x830
                            &iommu->lock             28          [<000000002fb7b1aa>] iommu_completion_wait.isra.0+0x166/0x2b0
                            ------------
                            &iommu->lock              2          [<0000000084c2997e>] iommu_flush_irt_and_complete+0x18c/0x300
                            &iommu->lock             30          [<00000000c8f75431>] __domain_flush_pages+0x1ef/0x830
                            &iommu->lock             95          [<000000002fb7b1aa>] iommu_completion_wait.isra.0+0x166/0x2b0

.............................................................................................................................................................................................................................

                  &root->kernfs_idr_lock:           126            126           0.05         215.47         434.38           3.45           6433         138393           0.00        1482.04       49448.65           0.36
                  ----------------------
                  &root->kernfs_idr_lock            115          [<00000000667910ee>] __kernfs_new_node+0xf5/0x790
                  &root->kernfs_idr_lock             11          [<00000000afca0a57>] kernfs_put.part.0+0xd5/0x480
                  ----------------------
                  &root->kernfs_idr_lock            116          [<00000000667910ee>] __kernfs_new_node+0xf5/0x790
                  &root->kernfs_idr_lock             10          [<00000000afca0a57>] kernfs_put.part.0+0xd5/0x480

.............................................................................................................................................................................................................................

                          &s->cache_lock:           123            123           0.05         189.46         231.57           1.88         187938        3977283           0.07         244.43      705906.27           0.18
                          --------------
                          &s->cache_lock            123          [<000000006bcd766e>] sidtab_sid2str_put+0x7f/0x8c0
                          --------------
                          &s->cache_lock            123          [<000000006bcd766e>] sidtab_sid2str_put+0x7f/0x8c0

.............................................................................................................................................................................................................................

                          (worker)->lock:           115            114           0.08         145.65         241.92           2.12          10446          17249           0.00        1389.74       18465.22           1.07
                          --------------
                          (worker)->lock             82          [<000000007ca83084>] kthread_worker_fn+0x39b/0x900
                          (worker)->lock              1          [<00000000495c9404>] kthread_queue_work+0x21/0x120
                          (worker)->lock             32          [<00000000c7a65af2>] kthread_flush_work+0xef/0x240
                          --------------
                          (worker)->lock             80          [<00000000c7a65af2>] kthread_flush_work+0xef/0x240
                          (worker)->lock              3          [<00000000495c9404>] kthread_queue_work+0x21/0x120
                          (worker)->lock             32          [<000000007ca83084>] kthread_worker_fn+0x39b/0x900

.............................................................................................................................................................................................................................

                     dma_fence_stub_lock:           107            110           0.05           0.66          20.25           0.18         599906        1345708           0.02         603.88      306222.65           0.23
                     -------------------
                     dma_fence_stub_lock             11          [<000000009f28fd02>] dma_fence_wait_timeout+0x5e/0x540
                     dma_fence_stub_lock             69          [<00000000da895557>] dma_fence_get_stub+0x15/0x100
                     dma_fence_stub_lock             11          [<000000009e696ea5>] dma_fence_allocate_private_stub+0x276/0x420
                     dma_fence_stub_lock              6          [<0000000038029e30>] dma_fence_get_status+0x37/0x180
                     -------------------
                     dma_fence_stub_lock             16          [<000000009e696ea5>] dma_fence_allocate_private_stub+0x276/0x420
                     dma_fence_stub_lock             64          [<00000000da895557>] dma_fence_get_stub+0x15/0x100
                     dma_fence_stub_lock              4          [<00000000007a0ad7>] amdgpu_vm_fini+0x2a0/0x1150 [amdgpu]
                     dma_fence_stub_lock              5          [<0000000038029e30>] dma_fence_get_status+0x37/0x180

.............................................................................................................................................................................................................................

              &type->i_mutex_dir_key#2-W:             0              0           0.00           0.00           0.00           0.00             91            209           0.51         812.38        4054.16          19.40
              &type->i_mutex_dir_key#2-R:           107            107           0.70        3107.58       28840.28         269.54           7702          16847           0.22        1259.78      101591.52           6.03
              --------------------------
                &type->i_mutex_dir_key#2            107          [<000000002c6bbbde>] walk_component+0x2c2/0x600
              --------------------------
                &type->i_mutex_dir_key#2             37          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
                &type->i_mutex_dir_key#2             61          [<00000000071ea5ce>] filename_create+0x181/0x400
                &type->i_mutex_dir_key#2              9          [<000000002c6bbbde>] walk_component+0x2c2/0x600

.............................................................................................................................................................................................................................

                         &adev->pm.mutex:           106            106          10.65        2603.41       62951.73         593.88          41536         300558           0.06        3271.81    21782147.33          72.47
                         ---------------
                         &adev->pm.mutex             67          [<0000000085b5643d>] amdgpu_dpm_get_sclk+0x80/0x130 [amdgpu]
                         &adev->pm.mutex             39          [<000000009aac3cdd>] amdgpu_dpm_get_mclk+0x80/0x130 [amdgpu]
                         ---------------
                         &adev->pm.mutex             19          [<00000000b0f18699>] amdgpu_dpm_set_powergating_by_smu+0x1fa/0x390 [amdgpu]
                         &adev->pm.mutex             22          [<0000000085b5643d>] amdgpu_dpm_get_sclk+0x80/0x130 [amdgpu]
                         &adev->pm.mutex             65          [<000000009aac3cdd>] amdgpu_dpm_get_mclk+0x80/0x130 [amdgpu]

.............................................................................................................................................................................................................................

                        &rdev->wiphy.mtx:            99            102          25.64       44662.22     2206566.13       21633.00          11088          44889           0.17      558575.82   218216203.39        4861.24
                        ----------------
                        &rdev->wiphy.mtx              5          [<00000000fa0c662f>] cfg80211_rfkill_poll+0x1f/0x1f0 [cfg80211]
                        &rdev->wiphy.mtx              2          [<00000000256d83c6>] cfg80211_netdev_notifier_call+0x15e/0xf10 [cfg80211]
                        &rdev->wiphy.mtx             14          [<000000002d1219b6>] cfg80211_wiphy_work+0x59/0x4c0 [cfg80211]
                        &rdev->wiphy.mtx              1          [<0000000026a52453>] reg_check_chans_work+0x89/0x1d0 [cfg80211]
                        ----------------
                        &rdev->wiphy.mtx              1          [<00000000e7ded901>] ieee80211_open+0x112/0x230 [mac80211]
                        &rdev->wiphy.mtx             80          [<000000002d1219b6>] cfg80211_wiphy_work+0x59/0x4c0 [cfg80211]
                        &rdev->wiphy.mtx              1          [<00000000f69b4d11>] nl80211_prepare_wdev_dump+0x215/0x6e0 [cfg80211]
                        &rdev->wiphy.mtx             19          [<00000000fa0c662f>] cfg80211_rfkill_poll+0x1f/0x1f0 [cfg80211]

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#3-W:            99             99           0.44        1733.58        8608.08          86.95           2107          14973           0.00        3401.08      372449.02          24.87
            &sb->s_type->i_mutex_key#3-R:             0              0           0.00           0.00           0.00           0.00              1              1          47.89          47.89          47.89          47.89
            ----------------------------
              &sb->s_type->i_mutex_key#3             99          [<0000000074c7d320>] simple_start_creating+0x59/0x170
            ----------------------------
              &sb->s_type->i_mutex_key#3             96          [<0000000074c7d320>] simple_start_creating+0x59/0x170
              &sb->s_type->i_mutex_key#3              3          [<000000007e939dbb>] __simple_recursive_removal+0x381/0x4a0

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#1-W:            99             99          28.67        5979.18      106641.93        1077.19        4015032       27968826           0.08    11440222.62  2958956574.89         105.79
            &sb->s_type->i_mutex_key#1-R:             0              0           0.00           0.00           0.00           0.00           2367           2694          33.84        2831.52      165137.47          61.30
            ----------------------------
              &sb->s_type->i_mutex_key#1             91          [<00000000da962f69>] btrfs_inode_lock+0x51/0xb0
              &sb->s_type->i_mutex_key#1              8          [<000000005c0d708f>] do_truncate+0xf2/0x1d0
            ----------------------------
              &sb->s_type->i_mutex_key#1             82          [<00000000da962f69>] btrfs_inode_lock+0x51/0xb0
              &sb->s_type->i_mutex_key#1             16          [<000000005c0d708f>] do_truncate+0xf2/0x1d0
              &sb->s_type->i_mutex_key#1              1          [<00000000da0b5c45>] vfs_utimes+0x2de/0x6e0

.............................................................................................................................................................................................................................

                                   key#8:            97             97           0.08           1.07          20.42           0.21        1145832       11144713           0.02       12174.92     1202605.10           0.11
                                   -----
                                   key#8             97          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#8             97          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

   dev->qdisc_tx_busylock ?: &qdisc_tx_b:            96             96           0.12        1657.62        1998.96          20.82          16683          18962           0.32        1788.25       47986.82           2.53
   -------------------------------------
   dev->qdisc_tx_busylock ?: &qdisc_tx_b             96          [<000000005e01ca69>] __dev_xmit_skb+0xab9/0x1250
   -------------------------------------
   dev->qdisc_tx_busylock ?: &qdisc_tx_b             96          [<000000005e01ca69>] __dev_xmit_skb+0xab9/0x1250

.............................................................................................................................................................................................................................

                            &fhb->lock/1:            88             88           0.12          48.95          72.45           0.82          17727          22827           0.03        1042.63        5227.84           0.23
                            ------------
                            &fhb->lock/1             88          [<000000000b337b1e>] futex_wake_op+0x402/0x8d0
                            ------------
                            &fhb->lock/1             63          [<00000000a016a3c4>] futex_wait_setup+0xa1/0x410
                            &fhb->lock/1             25          [<000000000b337b1e>] futex_wake_op+0x402/0x8d0

.............................................................................................................................................................................................................................

                     rcu_state.exp_mutex:            65             86           6.27       13310.81       81011.33         941.99             68           2191           0.00       51832.60     1145427.33         522.79
                     -------------------
                     rcu_state.exp_mutex             86          [<0000000097263004>] exp_funnel_lock+0x488/0x7e0
                     -------------------
                     rcu_state.exp_mutex             86          [<0000000097263004>] exp_funnel_lock+0x488/0x7e0

.............................................................................................................................................................................................................................

                 &sb->s_type->i_lock_key:            84             85           0.03          62.69         401.32           4.72         172862       46190719           0.02       10206.62    19673569.84           0.43
                 -----------------------
                 &sb->s_type->i_lock_key             85          [<00000000206efd4d>] inode_add_bytes+0x20/0xe0
                 -----------------------
                 &sb->s_type->i_lock_key             85          [<00000000206efd4d>] inode_add_bytes+0x20/0xe0

.............................................................................................................................................................................................................................

                 &rcu_state.expedited_wq:            77             78           0.06         290.27         327.34           4.20           3774           5968           0.00        1540.92       62215.03          10.42
                 -----------------------
                 &rcu_state.expedited_wq             17          [<00000000f48f46df>] swake_up_one+0x1d/0x200
                 &rcu_state.expedited_wq             61          [<00000000c2ee8c3d>] finish_swait+0xc5/0x2a0
                 -----------------------
                 &rcu_state.expedited_wq             19          [<00000000430382e8>] prepare_to_swait_event+0x22/0x4f0
                 &rcu_state.expedited_wq             58          [<00000000f48f46df>] swake_up_one+0x1d/0x200
                 &rcu_state.expedited_wq              1          [<00000000c2ee8c3d>] finish_swait+0xc5/0x2a0

.............................................................................................................................................................................................................................

                               &ctx->wqh:            75             76           0.07           1.59          26.11           0.34        2004362       78926929           0.02        4198.92    44615020.15           0.57
                               ---------
                               &ctx->wqh             41          [<00000000f0d89470>] timerfd_poll+0x80/0x110
                               &ctx->wqh             12          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                               &ctx->wqh             21          [<0000000012cc5cac>] timerfd_tmrproc+0x1f/0xc0
                               &ctx->wqh              1          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                               ---------
                               &ctx->wqh             53          [<0000000012cc5cac>] timerfd_tmrproc+0x1f/0xc0
                               &ctx->wqh              2          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                               &ctx->wqh             19          [<00000000f0d89470>] timerfd_poll+0x80/0x110
                               &ctx->wqh              1          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

         &ovl_i_mutex_dir_key[depth]#2-W:            71             71           0.11        1481.99        5807.50          81.80            314           1875           8.06       13408.21      180482.61          96.26
         &ovl_i_mutex_dir_key[depth]#2-R:             3              3           0.92        1793.10        1803.74         601.25           4053          29594           0.07       13521.97      861939.84          29.13
         -------------------------------
           &ovl_i_mutex_dir_key[depth]#2             68          [<0000000035efb9a1>] chmod_common+0x136/0x430
           &ovl_i_mutex_dir_key[depth]#2              3          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
           &ovl_i_mutex_dir_key[depth]#2              3          [<0000000026bfdd49>] iterate_dir+0x140/0xa20
         -------------------------------
           &ovl_i_mutex_dir_key[depth]#2             53          [<0000000035efb9a1>] chmod_common+0x136/0x430
           &ovl_i_mutex_dir_key[depth]#2             18          [<00000000c47ce9f7>] open_last_lookups+0x657/0x16e0
           &ovl_i_mutex_dir_key[depth]#2              3          [<000000006f7abe86>] wrap_directory_iterator+0x58/0xe0

.............................................................................................................................................................................................................................

                 &s->s_inode_wblist_lock:            74             74           0.09           0.93          15.60           0.21          81009        6164617           0.05         277.53      557732.48           0.09
                 -----------------------
                 &s->s_inode_wblist_lock             49          [<0000000044b10eed>] sb_mark_inode_writeback+0x8d/0x4d0
                 &s->s_inode_wblist_lock             25          [<0000000041e35e55>] sb_clear_inode_writeback+0x7a/0x370
                 -----------------------
                 &s->s_inode_wblist_lock             38          [<0000000044b10eed>] sb_mark_inode_writeback+0x8d/0x4d0
                 &s->s_inode_wblist_lock             36          [<0000000041e35e55>] sb_clear_inode_writeback+0x7a/0x370

.............................................................................................................................................................................................................................

                           &pool->lock#5:            73             73           0.12         189.76         616.58           8.45            925           3056           0.05         386.21       17658.49           5.78
                           -------------
                           &pool->lock#5             53          [<00000000379c420e>] mempool_free+0xf1/0xa50
                           &pool->lock#5             20          [<000000009f8f7d5f>] mempool_alloc_noprof+0x1b0/0x320
                           -------------
                           &pool->lock#5             32          [<00000000379c420e>] mempool_free+0xf1/0xa50
                           &pool->lock#5             41          [<000000009f8f7d5f>] mempool_alloc_noprof+0x1b0/0x320

.............................................................................................................................................................................................................................

                               pool_lock:            60             71           0.05           1.16          19.86           0.28          10990         122180           0.00        1225.72      335950.43           2.75
                               ---------
                               pool_lock             73          [<00000000459e557d>] stack_depot_save_flags+0x63a/0x750
                               ---------
                               pool_lock             73          [<00000000459e557d>] stack_depot_save_flags+0x63a/0x750

.............................................................................................................................................................................................................................

                     free_vmap_area_lock:            70             70           0.18         200.22        1592.69          22.75          24119          88235           0.00        1474.68      560715.96           6.35
                     -------------------
                     free_vmap_area_lock             44          [<00000000a4801747>] alloc_vmap_area+0x56f/0xea0
                     free_vmap_area_lock             23          [<00000000971b3ab8>] alloc_vmap_area+0x984/0xea0
                     free_vmap_area_lock              3          [<0000000060405301>] reclaim_list_global.part.0+0x26/0x1d80
                     -------------------
                     free_vmap_area_lock              4          [<00000000a4801747>] alloc_vmap_area+0x56f/0xea0
                     free_vmap_area_lock             44          [<0000000060405301>] reclaim_list_global.part.0+0x26/0x1d80
                     free_vmap_area_lock             22          [<00000000971b3ab8>] alloc_vmap_area+0x984/0xea0

.............................................................................................................................................................................................................................

                          &pipe->wr_wait:            65             65           0.08           1.22          17.40           0.27        8395683       13880344           0.04        2496.75     7318938.16           0.53
                          --------------
                          &pipe->wr_wait             31          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          &pipe->wr_wait              7          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                          &pipe->wr_wait             22          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                          &pipe->wr_wait              5          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                          --------------
                          &pipe->wr_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60
                          &pipe->wr_wait             39          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                          &pipe->wr_wait             17          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                          &pipe->wr_wait              5          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250

.............................................................................................................................................................................................................................

                              &k->k_lock:            63             64           0.06         297.99         621.24           9.71          70804         486603           0.00        1255.02      130522.90           0.27
                              ----------
                              &k->k_lock             55          [<00000000f130ae7a>] dev_uevent+0x2c9/0x740
                              &k->k_lock              9          [<000000001878f771>] klist_next+0x7e/0x450
                              ----------
                              &k->k_lock             55          [<00000000f130ae7a>] dev_uevent+0x2c9/0x740
                              &k->k_lock              9          [<000000001878f771>] klist_next+0x7e/0x450

.............................................................................................................................................................................................................................

                            &dir->lock#2:            61             61           0.12           1.13          19.65           0.32          42706         114315           0.05         487.31       43818.34           0.38
                            ------------
                            &dir->lock#2             52          [<00000000dddc1347>] ref_tracker_free+0x101/0x5f0
                            &dir->lock#2              9          [<00000000c72205b7>] ref_tracker_alloc+0x1ed/0x480
                            ------------
                            &dir->lock#2             51          [<00000000dddc1347>] ref_tracker_free+0x101/0x5f0
                            &dir->lock#2             10          [<00000000c72205b7>] ref_tracker_alloc+0x1ed/0x480

.............................................................................................................................................................................................................................

                           &new_ns->poll:            61             61           0.16        1049.86        2739.60          44.91           4769          18902           0.00        1086.44       11461.53           0.61
                           -------------
                           &new_ns->poll             61          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                           -------------
                           &new_ns->poll             61          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                        &lockref->lock/1:            60             60           0.06        1149.93        1360.26          22.67        2119442       61370962           0.00       22639.96     7598662.84           0.12
                        ----------------
                        &lockref->lock/1              9          [<00000000f171c7cc>] __dentry_kill+0x238/0x540
                        &lockref->lock/1             15          [<000000009eb12f59>] find_positive_dentry+0xd0/0x230
                        &lockref->lock/1              1          [<0000000039ddae13>] fsnotify_set_children_dentry_flags+0x11e/0x1f0
                        &lockref->lock/1             35          [<000000003af272a2>] d_walk+0xfd/0x600
                        ----------------
                        &lockref->lock/1              3          [<00000000661652d3>] __d_lookup+0x120/0x360
                        &lockref->lock/1             11          [<00000000448afa47>] lockref_get_not_dead+0xe/0x60
                        &lockref->lock/1             13          [<000000004b52395c>] dput.part.0+0x4bc/0x6d0
                        &lockref->lock/1             25          [<00000000dc152a85>] __dentry_kill+0x227/0x540

.............................................................................................................................................................................................................................

                          &wb->work_lock:            56             56           0.13           8.15          72.19           1.29         186639        3312008           0.05        5203.90      722799.71           0.22
                          --------------
                          &wb->work_lock              7          [<0000000035a2daf0>] wb_wakeup_delayed+0x63/0x110
                          &wb->work_lock             45          [<00000000a333a407>] __folio_end_writeback+0x918/0xcb0
                          &wb->work_lock              3          [<0000000095172ee1>] wb_do_writeback+0xdb/0x7d0
                          &wb->work_lock              1          [<00000000a17bc6e9>] wb_wakeup+0x20/0xc0
                          --------------
                          &wb->work_lock              9          [<00000000a17bc6e9>] wb_wakeup+0x20/0xc0
                          &wb->work_lock             10          [<0000000035a2daf0>] wb_wakeup_delayed+0x63/0x110
                          &wb->work_lock             37          [<00000000a333a407>] __folio_end_writeback+0x918/0xcb0

.............................................................................................................................................................................................................................

                    &adev->notifier_lock:            53             55          13.14       21842.87       59383.61        1079.70        1032373        1469608           2.34       22989.99    35203696.42          23.95
                    --------------------
                    &adev->notifier_lock             55          [<00000000fc914252>] amdgpu_cs_submit+0x2d3/0x1490 [amdgpu]
                    --------------------
                    &adev->notifier_lock             55          [<00000000fc914252>] amdgpu_cs_submit+0x2d3/0x1490 [amdgpu]

.............................................................................................................................................................................................................................

                                pgd_lock:            54             54           0.15          25.88          52.24           0.97         108938         170756           0.00       16623.93      222547.27           1.30
                                --------
                                pgd_lock              1          [<00000000e4783d16>] __change_page_attr+0x141/0x5b0
                                pgd_lock             36          [<0000000078474765>] pgd_free+0x58/0x550
                                pgd_lock             17          [<00000000a6560a27>] pgd_alloc+0x1be/0x4d0
                                --------
                                pgd_lock             24          [<00000000a6560a27>] pgd_alloc+0x1be/0x4d0
                                pgd_lock             28          [<0000000078474765>] pgd_free+0x58/0x550
                                pgd_lock              2          [<00000000c395588b>] __split_large_page+0xde/0x9a0

.............................................................................................................................................................................................................................

                         &wq->thres_lock:            54             54           0.03         228.25         752.59          13.94         195533         621205           0.05         248.18      105452.67           0.17
                         ---------------
                         &wq->thres_lock             54          [<00000000be3cda12>] btrfs_work_helper+0xf8/0x570
                         ---------------
                         &wq->thres_lock             54          [<00000000be3cda12>] btrfs_work_helper+0xf8/0x570

.............................................................................................................................................................................................................................

                     eventfd_ida.xa_lock:            52             52           0.15           1.06          26.39           0.51          91305         385451           0.07          19.11      170637.58           0.44
                     -------------------
                     eventfd_ida.xa_lock             38          [<00000000bb8525b6>] ida_free+0xc1/0x210
                     eventfd_ida.xa_lock             14          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700
                     -------------------
                     eventfd_ida.xa_lock             16          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700
                     eventfd_ida.xa_lock             36          [<00000000bb8525b6>] ida_free+0xc1/0x210

.............................................................................................................................................................................................................................

                             vector_lock:            49             49           0.30           3.80          55.31           1.13           1166           2295           0.00         240.21        4111.73           1.79
                             -----------
                             vector_lock              1          [<000000005954256b>] x86_vector_deactivate+0x21c/0x340
                             vector_lock             48          [<00000000028da0b8>] vector_cleanup_callback+0x19/0x40
                             -----------
                             vector_lock              1          [<000000005954256b>] x86_vector_deactivate+0x21c/0x340
                             vector_lock             36          [<00000000028da0b8>] vector_cleanup_callback+0x19/0x40
                             vector_lock             12          [<0000000042ea2a86>] __vector_schedule_cleanup+0x4f/0x330

.............................................................................................................................................................................................................................

                          mm_ida.xa_lock:            47             47           0.12           1.76          16.64           0.35         108214         137709           0.00         597.47       75256.61           0.55
                          --------------
                          mm_ida.xa_lock             23          [<00000000bb8525b6>] ida_free+0xc1/0x210
                          mm_ida.xa_lock             24          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700
                          --------------
                          mm_ida.xa_lock             26          [<00000000bb8525b6>] ida_free+0xc1/0x210
                          mm_ida.xa_lock             21          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700

.............................................................................................................................................................................................................................

                           &stop_pi_lock:            43             43           0.44           3.89          55.60           1.29        5037781        6231292           0.00        4711.53    12723040.97           2.04
                           -------------
                           &stop_pi_lock             43          [<00000000b9f74e03>] try_to_wake_up+0xc3/0x1460
                           -------------
                           &stop_pi_lock             43          [<00000000b9f74e03>] try_to_wake_up+0xc3/0x1460

.............................................................................................................................................................................................................................

                           &list->lock#1:            42             42           0.06           0.46           5.13           0.12          61858         109492           0.03          10.16       16516.12           0.15
                           -------------
                           &list->lock#1             29          [<00000000df02aff9>] skb_queue_tail+0x20/0x160
                           &list->lock#1             13          [<00000000c827c686>] skb_dequeue+0x20/0x1c0
                           -------------
                           &list->lock#1             29          [<00000000c827c686>] skb_dequeue+0x20/0x1c0
                           &list->lock#1             13          [<00000000df02aff9>] skb_queue_tail+0x20/0x160

.............................................................................................................................................................................................................................

                &fs_info->tree_log_mutex:            41             42          41.12    14233338.22    34140617.65      812871.85          12150          28178          26.59    14237292.79   237410055.36        8425.37
                ------------------------
                &fs_info->tree_log_mutex             42          [<00000000c8b92a24>] btrfs_sync_log+0xfc9/0x2940
                ------------------------
                &fs_info->tree_log_mutex             42          [<00000000f87a54dd>] btrfs_commit_transaction+0x1572/0x30d0

.............................................................................................................................................................................................................................

                           &id_mgr->lock:            40             41           8.74        3071.77        7253.67         176.92         223333        3454553           0.06        7558.06    16137993.06           4.67
                           -------------
                           &id_mgr->lock             32          [<00000000e5366427>] amdgpu_vm_flush+0x2b6/0x1dc0 [amdgpu]
                           &id_mgr->lock              6          [<00000000cff9992e>] amdgpu_vmid_grab+0x12a/0x2620 [amdgpu]
                           &id_mgr->lock              3          [<000000004f3702ff>] amdgpu_vm_flush+0x13c3/0x1dc0 [amdgpu]
                           -------------
                           &id_mgr->lock             17          [<000000004f3702ff>] amdgpu_vm_flush+0x13c3/0x1dc0 [amdgpu]
                           &id_mgr->lock             22          [<00000000cff9992e>] amdgpu_vmid_grab+0x12a/0x2620 [amdgpu]
                           &id_mgr->lock              2          [<00000000e5366427>] amdgpu_vm_flush+0x2b6/0x1dc0 [amdgpu]

.............................................................................................................................................................................................................................

                    &helper->damage_lock:            40             40           0.04           0.69           5.05           0.13           1950         414428           0.02         356.83       33657.79           0.08
                    --------------------
                    &helper->damage_lock             25          [<00000000890d2e71>] drm_fb_helper_damage_area+0xa4/0x380
                    &helper->damage_lock             15          [<000000001b4ce3ba>] drm_fb_helper_damage_work+0xf9/0x5b0
                    --------------------
                    &helper->damage_lock             25          [<000000001b4ce3ba>] drm_fb_helper_damage_work+0xf9/0x5b0
                    &helper->damage_lock             15          [<00000000890d2e71>] drm_fb_helper_damage_area+0xa4/0x380

.............................................................................................................................................................................................................................

                       mnt_id_xa.xa_lock:            39             39           0.04           4.97          17.90           0.46           3106          41218           0.00        1048.16       18392.96           0.45
                       -----------------
                       mnt_id_xa.xa_lock             34          [<00000000f9112a84>] xa_erase+0x15/0x40
                       mnt_id_xa.xa_lock              5          [<00000000673b414f>] alloc_vfsmnt+0x39/0x680
                       -----------------
                       mnt_id_xa.xa_lock             30          [<00000000f9112a84>] xa_erase+0x15/0x40
                       mnt_id_xa.xa_lock              9          [<00000000673b414f>] alloc_vfsmnt+0x39/0x680

.............................................................................................................................................................................................................................

                         btrfs-tree-01/3:            39             39           0.42         699.07        1555.64          39.89           5406           5884           0.14        3649.36      163642.87          27.81
                         ---------------
                         btrfs-tree-01/3             39          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-tree-01/3             38          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         btrfs-tree-01/3              1          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

   &kernfs_locks->open_file_mutex[count]:            37             38          16.66        2290.80       15940.13         419.48        1527109        4014763           0.08      121570.11    13191363.26           3.29
   -------------------------------------
   &kernfs_locks->open_file_mutex[count]             36          [<000000003151dd1b>] kernfs_fop_open+0x670/0xd60
   &kernfs_locks->open_file_mutex[count]              2          [<000000002c1ddd7e>] kernfs_unlink_open_file+0x64/0x410
   -------------------------------------
   &kernfs_locks->open_file_mutex[count]             29          [<000000003151dd1b>] kernfs_fop_open+0x670/0xd60
   &kernfs_locks->open_file_mutex[count]              9          [<000000002c1ddd7e>] kernfs_unlink_open_file+0x64/0x410

.............................................................................................................................................................................................................................

                       ss_rstat_lock(ss):            37             37           0.02           0.58           8.87           0.24             52         500799           0.03         244.06     3107280.81           6.20
                       -----------------
                       ss_rstat_lock(ss)             37          [<00000000611a698f>] __css_rstat_lock.isra.0+0x1b2/0x300
                       -----------------
                       ss_rstat_lock(ss)             36          [<00000000611a698f>] __css_rstat_lock.isra.0+0x1b2/0x300

.............................................................................................................................................................................................................................

                    percpu_counters_lock:            34             36           0.11           1.47          11.88           0.33         112916         175257           0.00         210.47       56837.76           0.32
                    --------------------
                    percpu_counters_lock             21          [<000000000ba0710d>] percpu_counter_destroy_many+0xb2/0x340
                    percpu_counters_lock             15          [<0000000057d49938>] __percpu_counter_init_many+0x1b0/0x350
                    --------------------
                    percpu_counters_lock             19          [<000000000ba0710d>] percpu_counter_destroy_many+0xb2/0x340
                    percpu_counters_lock             17          [<0000000057d49938>] __percpu_counter_init_many+0x1b0/0x350

.............................................................................................................................................................................................................................

                           &rcache->lock:            34             34           0.12         297.80         405.92          11.94          78208         152784           0.03         934.09      477564.15           3.13
                           -------------
                           &rcache->lock             28          [<00000000c6c726af>] free_iova_fast+0x23b/0x600
                           &rcache->lock              4          [<000000008ce3719d>] alloc_iova_fast+0x570/0xa90
                           &rcache->lock              2          [<0000000098114eb0>] iova_depot_work_func+0x1d/0x300
                           -------------
                           &rcache->lock             29          [<000000008ce3719d>] alloc_iova_fast+0x570/0xa90
                           &rcache->lock              5          [<00000000c6c726af>] free_iova_fast+0x23b/0x600

.............................................................................................................................................................................................................................

                               idem_lock:            34             34           0.13         203.15         409.00          12.03            606            696           0.06         458.25        2240.51           3.22
                               ---------
                               idem_lock             30          [<00000000292ab9ce>] idempotent_init_module+0x10f/0x750
                               idem_lock              4          [<000000008cfb0d69>] idempotent_init_module+0x232/0x750
                               ---------
                               idem_lock             30          [<00000000292ab9ce>] idempotent_init_module+0x10f/0x750
                               idem_lock              4          [<000000008cfb0d69>] idempotent_init_module+0x232/0x750

.............................................................................................................................................................................................................................

                            module_mutex:            30             33          48.46       48019.96      440157.18       13338.10            598          18299           0.09       62696.98      403189.84          22.03
                            ------------
                            module_mutex             10          [<00000000e2e9f562>] early_mod_check+0x3b0/0x540
                            module_mutex              6          [<000000001814e9e9>] mod_sysfs_setup+0x30f/0x920
                            module_mutex              4          [<0000000031b3279e>] complete_formation+0x9a/0x4e0
                            module_mutex              3          [<000000005a0ba856>] resolve_symbol+0x11f/0x430
                            ------------
                            module_mutex             13          [<0000000031b3279e>] complete_formation+0x9a/0x4e0
                            module_mutex             19          [<0000000095ff8942>] free_module+0x13d/0x410
                            module_mutex              1          [<000000001814e9e9>] mod_sysfs_setup+0x30f/0x920

.............................................................................................................................................................................................................................

               &sb->s_type->i_lock_key#1:            33             33           0.09           0.37           5.78           0.18          94253         323498           0.03        2125.86       84936.79           0.26
               -------------------------
               &sb->s_type->i_lock_key#1             33          [<00000000c71e90f2>] pipe_release+0x173/0x260
               -------------------------
               &sb->s_type->i_lock_key#1             26          [<00000000c71e90f2>] pipe_release+0x173/0x260
               &sb->s_type->i_lock_key#1              7          [<0000000005d62ab3>] d_instantiate+0x64/0xa0

.............................................................................................................................................................................................................................

                     &sig->wait_chldexit:            32             32           0.12           0.43           6.47           0.20         319900        3887823           0.04        2044.57      668204.06           0.17
                     -------------------
                     &sig->wait_chldexit             11          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                     &sig->wait_chldexit             16          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                     &sig->wait_chldexit              5          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                     -------------------
                     &sig->wait_chldexit             15          [<000000004c7a8ce9>] add_wait_queue+0x4f/0x250
                     &sig->wait_chldexit              9          [<000000003a0f68f9>] __wake_up_sync_key+0x25/0x60
                     &sig->wait_chldexit              6          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0

.............................................................................................................................................................................................................................

                                   key#1:            32             32           0.04           0.64           5.29           0.17         185149        2313522           0.02         160.33      255842.40           0.11
                                   -----
                                   key#1             32          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#1             31          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   key#1              1          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#3/2:            31             32           0.24         878.14        1296.06          40.50           8850          22564           0.27        6423.88      208531.27           9.24
            ----------------------------
            &sb->s_type->i_mutex_key#3/2             32          [<000000007e939dbb>] __simple_recursive_removal+0x381/0x4a0
            ----------------------------
            &sb->s_type->i_mutex_key#3/2             28          [<0000000074c7d320>] simple_start_creating+0x59/0x170
            &sb->s_type->i_mutex_key#3/2              4          [<000000007e939dbb>] __simple_recursive_removal+0x381/0x4a0

.............................................................................................................................................................................................................................

                            dq_list_lock:            32             32           0.11           1.07          12.99           0.41         122746         200430           0.05        1249.93      108362.35           0.54
                            ------------
                            dq_list_lock             27          [<00000000dd3c0aba>] dqput.part.0+0xb1/0x540
                            dq_list_lock              5          [<00000000066343ad>] dqget+0x223/0x1020
                            ------------
                            dq_list_lock             13          [<00000000dd3c0aba>] dqput.part.0+0xb1/0x540
                            dq_list_lock             19          [<00000000066343ad>] dqget+0x223/0x1020

.............................................................................................................................................................................................................................

                                   key#7:            30             31           0.10           0.50           5.00           0.16         306561        2525211           0.04         850.97      328938.87           0.13
                                   -----
                                   key#7             31          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#7             31          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

                &net->unx.table.locks[i]:            30             30           0.14           0.71           8.88           0.30         291164         388852           0.04         143.94      155603.46           0.40
                ------------------------
                &net->unx.table.locks[i]             28          [<0000000074484f1c>] unix_find_other+0xd5/0x2f0
                &net->unx.table.locks[i]              2          [<00000000d48568ab>] unix_create1+0x48b/0x8e0
                ------------------------
                &net->unx.table.locks[i]             28          [<0000000074484f1c>] unix_find_other+0xd5/0x2f0
                &net->unx.table.locks[i]              2          [<00000000c3a0805d>] unix_release_sock+0x10a/0x1190

.............................................................................................................................................................................................................................

                      cache_disable_lock:            31             30          31.27         847.61       20789.04         692.97             32             64           0.00         221.06        7896.65         123.39
                      ------------------
                      cache_disable_lock             31          [<00000000f9f3cb78>] cache_disable+0x15/0x60
                      ------------------
                      cache_disable_lock             31          [<00000000f9f3cb78>] cache_disable+0x15/0x60

.............................................................................................................................................................................................................................

                              rtnl_mutex:            28             29          12.47       19619.11       84005.30        2896.73           4864          16630           0.00      565614.73     8168437.01         491.19
                              ----------
                              rtnl_mutex              4          [<000000008ed9c1b4>] dev_ethtool+0x16e/0x2e0
                              rtnl_mutex              1          [<000000004d176d21>] linkwatch_event+0x4e/0xb0
                              rtnl_mutex              1          [<000000006b41430b>] rtnetlink_rcv_msg+0x2ab/0xb40
                              rtnl_mutex              4          [<00000000c9b9076b>] do_ip_setsockopt+0xd5/0x1ff0
                              ----------
                              rtnl_mutex              1          [<00000000684d38fd>] reg_regdb_apply+0x18/0x1e0 [cfg80211]
                              rtnl_mutex              5          [<000000008136b456>] rtnl_newlink+0x70b/0xe40
                              rtnl_mutex              1          [<000000004d176d21>] linkwatch_event+0x4e/0xb0
                              rtnl_mutex              9          [<00000000d5227084>] inet_rtm_newaddr+0x291/0xe20

.............................................................................................................................................................................................................................

                           &entity->lock:            29             29           0.06           2.57          13.18           0.45        1264530        5527401           0.02        1620.76     1941000.96           0.35
                           -------------
                           &entity->lock             24          [<000000009f2bcd76>] amdgpu_vm_ready+0x18a/0x220 [amdgpu]
                           &entity->lock              4          [<0000000000265724>] drm_sched_entity_pop_job+0x5a6/0x850 [gpu_sched]
                           &entity->lock              1          [<0000000094cd3653>] drm_sched_entity_push_job+0x4a5/0x6e0 [gpu_sched]
                           -------------
                           &entity->lock             25          [<0000000000265724>] drm_sched_entity_pop_job+0x5a6/0x850 [gpu_sched]
                           &entity->lock              4          [<000000009f2bcd76>] amdgpu_vm_ready+0x18a/0x220 [amdgpu]

.............................................................................................................................................................................................................................

    &ACCESS_PRIVATE(ssp->srcu_sup, lock):            15             29           0.14        1385.10        1505.46          51.91           1381          18013           0.04        1516.45       22322.83           1.24
    ------------------------------------
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              9          [<000000001db04651>] srcu_gp_end+0x8cc/0x1130
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)             15          [<00000000a05fcfc8>] spin_lock_irqsave_ssp_contention+0x104/0x1c0
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              1          [<00000000b714ff85>] srcu_gp_end+0x71/0x1130
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              2          [<000000001fec5668>] try_check_zero+0x54/0x640
    ------------------------------------
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              9          [<00000000b714ff85>] srcu_gp_end+0x71/0x1130
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)             16          [<00000000450b2269>] srcu_reschedule+0x42/0x200
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              2          [<000000001fec5668>] try_check_zero+0x54/0x640
    &ACCESS_PRIVATE(ssp->srcu_sup, lock)              1          [<00000000db06df30>] srcu_advance_state+0x33f/0x6f0

.............................................................................................................................................................................................................................

                         pci_config_lock:            27             28           0.16         238.25        1574.50          56.23          59284         436807           0.00        7427.76     6440820.06          14.75
                         ---------------
                         pci_config_lock             19          [<000000003fa211a9>] pci_conf1_read+0x51/0x1f0
                         pci_config_lock              9          [<000000004cfd93ec>] pci_conf1_write+0x51/0xe0
                         ---------------
                         pci_config_lock             23          [<000000003fa211a9>] pci_conf1_read+0x51/0x1f0
                         pci_config_lock              5          [<000000004cfd93ec>] pci_conf1_write+0x51/0xe0

.............................................................................................................................................................................................................................

                             pin_fs_lock:            28             28           0.06           0.35           4.71           0.17           6224          32058           0.00         110.20        4431.52           0.14
                             -----------
                             pin_fs_lock             22          [<000000005abfe030>] simple_pin_fs+0x24/0x150
                             pin_fs_lock              6          [<0000000076431b25>] simple_release_fs+0x1f/0xa0
                             -----------
                             pin_fs_lock             22          [<000000005abfe030>] simple_pin_fs+0x24/0x150
                             pin_fs_lock              6          [<0000000076431b25>] simple_release_fs+0x1f/0xa0

.............................................................................................................................................................................................................................

                  &pgdat->memcg_lru.lock:            28             28           0.14           2.87          16.73           0.60           1423           3748           0.05         522.29        9455.42           2.52
                  ----------------------
                  &pgdat->memcg_lru.lock             28          [<000000007fd83fa0>] lru_gen_rotate_memcg+0x5b/0xee0
                  ----------------------
                  &pgdat->memcg_lru.lock             28          [<000000007fd83fa0>] lru_gen_rotate_memcg+0x5b/0xee0

.............................................................................................................................................................................................................................

                          &dev->vbl_lock:            27             27           0.58         228.65        1317.31          48.79         503753         519732           0.15        9931.51     4041279.83           7.78
                          --------------
                          &dev->vbl_lock             27          [<000000004fb095c8>] drm_vblank_get+0x9a/0x210
                          --------------
                          &dev->vbl_lock             27          [<000000002bdc1154>] vblank_disable_fn+0x7b/0x180

.............................................................................................................................................................................................................................

                           &dmabuf->poll:            25             26           0.13           0.60           5.57           0.21         143675         981659           0.05         406.34      138895.97           0.14
                           -------------
                           &dmabuf->poll             10          [<000000006a558dd4>] dma_buf_poll_cb+0x4c/0x1c0
                           &dmabuf->poll             16          [<0000000084caf67f>] dma_buf_poll+0x1a5/0x730
                           -------------
                           &dmabuf->poll             11          [<0000000084caf67f>] dma_buf_poll+0x1a5/0x730
                           &dmabuf->poll             15          [<000000006a558dd4>] dma_buf_poll_cb+0x4c/0x1c0

.............................................................................................................................................................................................................................

                      proc_subdir_lock-W:            14             14           0.06           0.59           3.31           0.24            411          10884           0.00          96.89        2571.06           0.24
                      proc_subdir_lock-R:            11             11           0.08           0.21           1.62           0.15          53717        4027839           0.00         921.19      659863.11           0.16
                      ------------------
                        proc_subdir_lock              1          [<00000000d2b9241d>] remove_proc_subtree+0x91/0x520
                        proc_subdir_lock             12          [<000000001eb9dfd0>] proc_register+0xcc/0x7e0
                        proc_subdir_lock             11          [<00000000aa5f0cc5>] __proc_create+0xa1/0x7a0
                        proc_subdir_lock              1          [<000000000e8688fc>] remove_proc_entry+0x92/0x430
                      ------------------
                        proc_subdir_lock              1          [<00000000d2b9241d>] remove_proc_subtree+0x91/0x520
                        proc_subdir_lock             15          [<000000001eb9dfd0>] proc_register+0xcc/0x7e0
                        proc_subdir_lock              1          [<000000008f2fef33>] proc_lookup_de+0x2d/0x2b0
                        proc_subdir_lock              3          [<000000000e8688fc>] remove_proc_entry+0x92/0x430

.............................................................................................................................................................................................................................

                        &vm->status_lock:            24             24           0.07           0.53           5.28           0.22        1000777       36032252           0.04        2075.50     3512482.78           0.10
                        ----------------
                        &vm->status_lock             10          [<000000005384ffcf>] amdgpu_vm_bo_update+0x9be/0x21b0 [amdgpu]
                        &vm->status_lock              5          [<000000009e34b550>] amdgpu_vm_get_memory+0x22/0x50 [amdgpu]
                        &vm->status_lock              3          [<00000000cedc60c3>] amdgpu_vm_validate+0x6bb/0x1040 [amdgpu]
                        &vm->status_lock              1          [<00000000ab62cbf1>] amdgpu_vm_bo_base_init.part.0+0x7d/0x450 [amdgpu]
                        ----------------
                        &vm->status_lock              7          [<000000009e34b550>] amdgpu_vm_get_memory+0x22/0x50 [amdgpu]
                        &vm->status_lock              5          [<000000005384ffcf>] amdgpu_vm_bo_update+0x9be/0x21b0 [amdgpu]
                        &vm->status_lock              6          [<00000000ab62cbf1>] amdgpu_vm_bo_base_init.part.0+0x7d/0x450 [amdgpu]
                        &vm->status_lock              2          [<000000009136cdbc>] amdgpu_vm_ready+0x102/0x220 [amdgpu]

.............................................................................................................................................................................................................................

                          &mm_list->lock:            24             24           0.16           0.69           8.33           0.35          97821         139927           0.08        1610.17       56280.48           0.40
                          --------------
                          &mm_list->lock              5          [<000000002dbcac84>] lru_gen_del_mm+0x95/0x730
                          &mm_list->lock             19          [<000000006f8fabc4>] lru_gen_add_mm+0xc2/0x3e0
                          --------------
                          &mm_list->lock              7          [<000000002dbcac84>] lru_gen_del_mm+0x95/0x730
                          &mm_list->lock             17          [<000000006f8fabc4>] lru_gen_add_mm+0xc2/0x3e0

.............................................................................................................................................................................................................................

                                cpa_lock:            15             24           0.11         605.96        3084.16         128.51           1380         747219           0.06       16625.46      203922.75           0.27
                                --------
                                cpa_lock             22          [<00000000e30afbc7>] __change_page_attr_set_clr+0x259/0x350
                                cpa_lock              2          [<00000000d6ef84f6>] __change_page_attr+0x212/0x5b0
                                --------
                                cpa_lock             16          [<00000000e30afbc7>] __change_page_attr_set_clr+0x259/0x350
                                cpa_lock              8          [<00000000d6ef84f6>] __change_page_attr+0x212/0x5b0

.............................................................................................................................................................................................................................

                          &vn->lazy.lock:            21             21           0.11           1.77          11.64           0.55          49160          90627           0.00         182.28       49459.72           0.55
                          --------------
                          &vn->lazy.lock             21          [<000000005e9c8f76>] free_vmap_area_noflush+0x1a3/0x3f0
                          --------------
                          &vn->lazy.lock             21          [<000000005e9c8f76>] free_vmap_area_noflush+0x1a3/0x3f0

.............................................................................................................................................................................................................................

                                &x->wait:            21             21           0.06           0.43           4.26           0.20          10411          15154           0.00         921.73       29085.15           1.92
                                --------
                                &x->wait             17          [<00000000f7838564>] complete+0x20/0x260
                                &x->wait              4          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                                --------
                                &x->wait             14          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                                &x->wait              3          [<00000000f7838564>] complete+0x20/0x260

.............................................................................................................................................................................................................................

                  &port_dev->status_lock:            20             21       51630.16       60852.05     1138420.82       54210.52             72            128           0.12      711017.96     6003377.26       46901.38
                  ----------------------
                  &port_dev->status_lock             21          [<0000000018905be8>] hub_event+0x477/0xb60
                  ----------------------
                  &port_dev->status_lock             21          [<000000001fe551b0>] usb_port_resume+0x245/0xa60

.............................................................................................................................................................................................................................

                         btrfs-csum-00/3:            20             20           0.38         597.91        1035.89          51.79           9453          48912           0.11       13972.53      918526.99          18.78
                         ---------------
                         btrfs-csum-00/3             20          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-csum-00/3             20          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                            dq_data_lock:            20             20           0.12           5.61           9.18           0.46         122665         200289           0.06         864.49       61885.72           0.31
                            ------------
                            dq_data_lock             14          [<00000000ba4a97dd>] __dquot_drop+0x11d/0x310
                            dq_data_lock              6          [<00000000d9424466>] __dquot_initialize+0x262/0xfb0
                            ------------
                            dq_data_lock             14          [<00000000ba4a97dd>] __dquot_drop+0x11d/0x310
                            dq_data_lock              6          [<00000000d9424466>] __dquot_initialize+0x262/0xfb0

.............................................................................................................................................................................................................................

                               tty_mutex:            19             20          68.24       16379.18       40261.96        2013.10            436            753           0.08       89625.62      520340.96         691.02
                               ---------
                               tty_mutex             20          [<00000000b3a4110c>] tty_open+0x480/0xe10
                               ---------
                               tty_mutex             20          [<00000000b3a4110c>] tty_open+0x480/0xe10

.............................................................................................................................................................................................................................

                             init_fs.seq:            20             20           0.16           0.77           7.03           0.35           3441         162909           0.00         292.19       24041.28           0.15
                             -----------
                             init_fs.seq             13          [<00000000614041b2>] exit_fs+0x6d/0x190
                             init_fs.seq              2          [<0000000044bfb09d>] copy_fs_struct+0x1b5/0x330
                             init_fs.seq              3          [<00000000b09c77b1>] chroot_fs_refs+0x188/0x680
                             init_fs.seq              2          [<00000000bdef86cf>] set_root+0x20d/0x4f0
                             -----------
                             init_fs.seq              1          [<00000000cca52934>] copy_process+0x1bd4/0x5600
                             init_fs.seq              4          [<00000000b09c77b1>] chroot_fs_refs+0x188/0x680
                             init_fs.seq              2          [<0000000044bfb09d>] copy_fs_struct+0x1b5/0x330
                             init_fs.seq              1          [<00000000bdef86cf>] set_root+0x20d/0x4f0

.............................................................................................................................................................................................................................

                            destroy_lock:            19             19           0.04           0.51           3.07           0.16           3518          29095           0.03          17.08        2561.16           0.09
                            ------------
                            destroy_lock             12          [<000000009da0d6a0>] fsnotify_put_mark+0x4aa/0x780
                            destroy_lock              6          [<0000000072da78e6>] fsnotify_connector_destroy_workfn+0x1b/0xb0
                            destroy_lock              1          [<0000000002a5c912>] fsnotify_put_mark+0x2e5/0x780
                            ------------
                            destroy_lock             12          [<0000000072da78e6>] fsnotify_connector_destroy_workfn+0x1b/0xb0
                            destroy_lock              5          [<000000009da0d6a0>] fsnotify_put_mark+0x4aa/0x780
                            destroy_lock              1          [<000000003356eee2>] fsnotify_mark_destroy_workfn+0x83/0x3d0
                            destroy_lock              1          [<0000000002a5c912>] fsnotify_put_mark+0x2e5/0x780

.............................................................................................................................................................................................................................

                           &p->cont_lock:            18             19           0.04           0.29           1.91           0.10            290          65835           0.02         338.53        5498.20           0.08
                           -------------
                           &p->cont_lock             19          [<0000000072044a8f>] swap_count_continued+0x9b/0x8c0
                           -------------
                           &p->cont_lock             19          [<0000000072044a8f>] swap_count_continued+0x9b/0x8c0

.............................................................................................................................................................................................................................

                 namespace_sem.wait_lock:            19             19           0.13           0.56           4.41           0.23           2091           2767           0.05          97.12        1079.99           0.39
                 -----------------------
                 namespace_sem.wait_lock             10          [<00000000ca4d8268>] rwsem_down_read_slowpath+0x9e8/0xce0
                 namespace_sem.wait_lock              2          [<0000000094904816>] rwsem_down_read_slowpath+0x15b/0xce0
                 namespace_sem.wait_lock              6          [<00000000d1cd2407>] rwsem_down_write_slowpath+0x501/0x1040
                 namespace_sem.wait_lock              1          [<000000004eb1efbd>] rwsem_wake.isra.0+0x7f/0x120
                 -----------------------
                 namespace_sem.wait_lock              4          [<000000004eb1efbd>] rwsem_wake.isra.0+0x7f/0x120
                 namespace_sem.wait_lock              3          [<0000000094904816>] rwsem_down_read_slowpath+0x15b/0xce0
                 namespace_sem.wait_lock              7          [<00000000d1cd2407>] rwsem_down_write_slowpath+0x501/0x1040
                 namespace_sem.wait_lock              4          [<00000000ca4d8268>] rwsem_down_read_slowpath+0x9e8/0xce0

.............................................................................................................................................................................................................................

                          &domain->mutex:            18             18         211.15       13766.32       76326.51        4240.36             88            159          16.97       14258.80      144095.21         906.26
                          --------------
                          &domain->mutex             18          [<00000000d45a1159>] __irq_domain_alloc_irqs+0x64/0x120
                          --------------
                          &domain->mutex             18          [<00000000d45a1159>] __irq_domain_alloc_irqs+0x64/0x120

.............................................................................................................................................................................................................................

                       hcd_root_hub_lock:            18             18           0.10         429.08         835.56          46.42            267           1312           0.06        1190.49       11933.46           9.10
                       -----------------
                       hcd_root_hub_lock              4          [<0000000008981d09>] usb_hcd_poll_rh_status+0x28c/0x720
                       hcd_root_hub_lock              2          [<000000004e7b50fa>] rh_call_control+0x5e/0x1a50
                       hcd_root_hub_lock              8          [<000000005245356e>] rh_call_control+0x18c/0x1a50
                       hcd_root_hub_lock              4          [<00000000bdad1602>] usb_hcd_submit_urb+0x566/0x980
                       -----------------
                       hcd_root_hub_lock             11          [<000000005245356e>] rh_call_control+0x18c/0x1a50
                       hcd_root_hub_lock              2          [<0000000030b14681>] unlink1+0xda/0x790
                       hcd_root_hub_lock              5          [<0000000008981d09>] usb_hcd_poll_rh_status+0x28c/0x720

.............................................................................................................................................................................................................................

                      &sbinfo->stat_lock:            18             18           0.13           0.77           5.02           0.28         135542         385423           0.05         610.00       61880.84           0.16
                      ------------------
                      &sbinfo->stat_lock              4          [<000000002cbe82e5>] shmem_reserve_inode+0x181/0x4b0
                      &sbinfo->stat_lock              2          [<00000000f49e6183>] shmem_xattr_handler_set+0x1be/0x320
                      &sbinfo->stat_lock              3          [<0000000026f7f40d>] shmem_initxattrs+0x2c7/0x4e0
                      &sbinfo->stat_lock              9          [<00000000b1ea97e3>] shmem_evict_inode+0x28b/0xa90
                      ------------------
                      &sbinfo->stat_lock              5          [<000000002cbe82e5>] shmem_reserve_inode+0x181/0x4b0
                      &sbinfo->stat_lock              8          [<00000000b1ea97e3>] shmem_evict_inode+0x28b/0xa90
                      &sbinfo->stat_lock              1          [<00000000f49e6183>] shmem_xattr_handler_set+0x1be/0x320
                      &sbinfo->stat_lock              4          [<0000000026f7f40d>] shmem_initxattrs+0x2c7/0x4e0

.............................................................................................................................................................................................................................

                              async_lock:            18             18           0.15           0.55           5.05           0.28            284            428           0.04           6.87         174.07           0.41
                              ----------
                              async_lock             18          [<00000000d01c4b31>] lowest_in_progress+0x19/0xd0
                              ----------
                              async_lock             17          [<00000000d01c4b31>] lowest_in_progress+0x19/0xd0
                              async_lock              1          [<00000000fa27dc6a>] async_run_entry_fn+0xac/0x540

.............................................................................................................................................................................................................................

                          slock-AF_INET6:            18             18           0.27         165.34         324.06          18.00            420         125389           0.02        1160.54       26249.75           0.21
                          --------------
                          slock-AF_INET6             18          [<00000000af081ec4>] lock_sock_nested+0x54/0xf0
                          --------------
                          slock-AF_INET6             18          [<00000000f6f7bcce>] tcp_v6_rcv+0x1ac4/0x2dd0

.............................................................................................................................................................................................................................

                           &rd->rto_lock:            17             17           0.14           1.66           6.46           0.38          81519          97816           0.05          89.74       43792.42           0.45
                           -------------
                           &rd->rto_lock             10          [<0000000010d2b0b1>] rto_push_irq_work_func+0xad/0x120
                           &rd->rto_lock              7          [<000000000e086093>] pull_rt_task+0x18b/0x1300
                           -------------
                           &rd->rto_lock             13          [<000000000e086093>] pull_rt_task+0x18b/0x1300
                           &rd->rto_lock              4          [<0000000010d2b0b1>] rto_push_irq_work_func+0xad/0x120

.............................................................................................................................................................................................................................

                          &xa->xa_lock#2:            17             17           0.05           0.42           4.12           0.24          13178        2078600           0.04        1897.36      266565.88           0.13
                          --------------
                          &xa->xa_lock#2             17          [<00000000f9112a84>] xa_erase+0x15/0x40
                          --------------
                          &xa->xa_lock#2             17          [<00000000f9112a84>] xa_erase+0x15/0x40

.............................................................................................................................................................................................................................

                              &wq->mutex:            17             17           1.05        1603.85        6318.20         371.66          69845         192165           0.00        2899.76      330697.55           1.72
                              ----------
                              &wq->mutex             17          [<000000000d0c3a55>] workqueue_set_max_active+0x83/0x190
                              ----------
                              &wq->mutex             17          [<000000000d0c3a55>] workqueue_set_max_active+0x83/0x190

.............................................................................................................................................................................................................................

                    wq_pool_attach_mutex:            17             17          19.73       54860.87      390641.38       22978.90         372900        7533160           0.00       60496.47     6202542.27           0.82
                    --------------------
                    wq_pool_attach_mutex              2          [<0000000076e423f8>] worker_thread+0x66b/0xfd0
                    wq_pool_attach_mutex              1          [<000000005f81c033>] idle_cull_fn+0x9b/0x5e0
                    wq_pool_attach_mutex              7          [<00000000a0c0999c>] worker_attach_to_pool+0x27/0x3f0
                    wq_pool_attach_mutex              2          [<0000000094bcd977>] rescuer_thread+0x702/0xf60
                    --------------------
                    wq_pool_attach_mutex              3          [<000000005f81c033>] idle_cull_fn+0x9b/0x5e0
                    wq_pool_attach_mutex             11          [<00000000a0c0999c>] worker_attach_to_pool+0x27/0x3f0
                    wq_pool_attach_mutex              3          [<00000000fe30f5e3>] wq_worker_comm+0x2a/0x1e0

.............................................................................................................................................................................................................................

                               cdev_lock:            16             16           0.20           1.38           6.54           0.41          15758          28067           0.06          57.24       18147.89           0.65
                               ---------
                               cdev_lock             16          [<00000000e538316a>] chrdev_open+0x7b/0x5e0
                               ---------
                               cdev_lock             16          [<00000000e538316a>] chrdev_open+0x7b/0x5e0

.............................................................................................................................................................................................................................

                             &conn->lock:            16             16           0.10           1.05           5.27           0.33         385890         745538           0.03         630.45      101327.60           0.14
                             -----------
                             &conn->lock             16          [<00000000e7458c34>] fsnotify_grab_connector+0x84/0x1d0
                             -----------
                             &conn->lock             16          [<00000000e7458c34>] fsnotify_grab_connector+0x84/0x1d0

.............................................................................................................................................................................................................................

                         &man->move_lock:            15             16           0.11           0.36           2.94           0.18          37339         114530           0.05         167.20       29988.06           0.26
                         ---------------
                         &man->move_lock             16          [<00000000e5fafb9b>] ttm_bo_alloc_resource+0x430/0x960 [ttm]
                         ---------------
                         &man->move_lock             16          [<00000000e5fafb9b>] ttm_bo_alloc_resource+0x430/0x960 [ttm]

.............................................................................................................................................................................................................................

                              &obj->lock:            14             14           0.14         857.11        1705.22         121.80          31892          86393           0.05        1289.75       22223.14           0.26
                              ----------
                              &obj->lock             14          [<0000000041ff4ffd>] ntsync_lock_obj+0x57/0x1e0 [ntsync]
                              ----------
                              &obj->lock             14          [<0000000041ff4ffd>] ntsync_lock_obj+0x57/0x1e0 [ntsync]

.............................................................................................................................................................................................................................

                         vmap_purge_lock:            14             14          43.63         984.39        4654.36         332.45           1703           5941          10.71       28013.90     5768367.35         970.94
                         ---------------
                         vmap_purge_lock             14          [<0000000001624c60>] _vm_unmap_aliases+0xa4/0x730
                         ---------------
                         vmap_purge_lock             14          [<0000000001624c60>] _vm_unmap_aliases+0xa4/0x730

.............................................................................................................................................................................................................................

                         &nvmeq->sq_lock:            13             13           0.21        1208.06        1231.05          94.70         133781        5975764           0.06        7271.75     1471532.65           0.25
                         ---------------
                         &nvmeq->sq_lock              9          [<0000000088d4d793>] nvme_submit_cmds.part.0+0x3f/0x500 [nvme]
                         &nvmeq->sq_lock              4          [<000000001160a82a>] nvme_queue_rq+0x120/0x6c0 [nvme]
                         ---------------
                         &nvmeq->sq_lock             10          [<0000000088d4d793>] nvme_submit_cmds.part.0+0x3f/0x500 [nvme]
                         &nvmeq->sq_lock              3          [<000000001160a82a>] nvme_queue_rq+0x120/0x6c0 [nvme]

.............................................................................................................................................................................................................................

                          &stopper->lock:            13             13           0.06           0.24           1.87           0.14       11932032       31155384           0.00        1687.08     4203758.86           0.13
                          --------------
                          &stopper->lock             13          [<00000000ce10a9f1>] cpu_stop_queue_work+0x6b/0x300
                          --------------
                          &stopper->lock             13          [<00000000ce10a9f1>] cpu_stop_queue_work+0x6b/0x300

.............................................................................................................................................................................................................................

              reservation_ww_class_mutex:            11             13          26.63       21012.24       35676.47        2744.34         999778        4390161           0.00      335579.10   109150204.40          24.86
              --------------------------
              reservation_ww_class_mutex             12          [<000000003f8b5e4a>] ttm_bo_vm_reserve+0x22f/0x360 [ttm]
              reservation_ww_class_mutex              1          [<000000001665bf83>] ttm_bo_vm_reserve+0x119/0x360 [ttm]
              --------------------------
              reservation_ww_class_mutex              9          [<000000001e34d682>] amdgpu_gem_object_open+0x167/0x760 [amdgpu]
              reservation_ww_class_mutex              4          [<000000003f8b5e4a>] ttm_bo_vm_reserve+0x22f/0x360 [ttm]

.............................................................................................................................................................................................................................

                   &sched->job_scheduled:            13             13           0.09         104.08         111.91           8.61         312561        1804007           0.05         565.45      281906.01           0.16
                   ---------------------
                   &sched->job_scheduled             11          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0
                   &sched->job_scheduled              2          [<00000000fe07594c>] __wake_up+0x21/0x60
                   ---------------------
                   &sched->job_scheduled              7          [<00000000fe07594c>] __wake_up+0x21/0x60
                   &sched->job_scheduled              6          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0

.............................................................................................................................................................................................................................

                             cancel_lock:            12             12           0.17           0.46           3.23           0.27          26940         233256           0.05          48.41       42365.71           0.18
                             -----------
                             cancel_lock             10          [<00000000acfc23c1>] do_timerfd_settime+0x9fd/0xf20
                             cancel_lock              2          [<000000007687ac77>] timerfd_release+0xf1/0x290
                             -----------
                             cancel_lock              8          [<00000000acfc23c1>] do_timerfd_settime+0x9fd/0xf20
                             cancel_lock              4          [<000000007687ac77>] timerfd_release+0xf1/0x290

.............................................................................................................................................................................................................................

                         btrfs-csum-00/2:            12             12           0.28           8.83          27.66           2.31           5400          19581           0.11        3893.67      311812.72          15.92
                         ---------------
                         btrfs-csum-00/2             12          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                         ---------------
                         btrfs-csum-00/2             12          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                   drm_minors_xa.xa_lock:            12             12           0.11           1.68           9.18           0.77           1516           4052           0.14          21.34        1790.50           0.44
                   ---------------------
                   drm_minors_xa.xa_lock             12          [<000000007e08c9ff>] drm_minor_acquire+0x6b/0x1c0
                   ---------------------
                   drm_minors_xa.xa_lock             12          [<000000007e08c9ff>] drm_minor_acquire+0x6b/0x1c0

.............................................................................................................................................................................................................................

                    &irq_desc_lock_class:            11             11           0.17           0.74           4.19           0.38         282537       66099290           0.00         274.11    15422801.95           0.23
                    --------------------
                    &irq_desc_lock_class              4          [<0000000078c0ceb6>] handle_irq_event+0x113/0x1c0
                    &irq_desc_lock_class              4          [<00000000e53873ca>] handle_edge_irq+0x31/0x890
                    &irq_desc_lock_class              3          [<00000000bf5ea339>] show_interrupts+0x35e/0x850
                    --------------------
                    &irq_desc_lock_class              8          [<00000000bf5ea339>] show_interrupts+0x35e/0x850
                    &irq_desc_lock_class              2          [<00000000e53873ca>] handle_edge_irq+0x31/0x890
                    &irq_desc_lock_class              1          [<0000000078c0ceb6>] handle_irq_event+0x113/0x1c0

.............................................................................................................................................................................................................................

                        &root->log_mutex:            11             11          45.87         849.51        3637.19         330.65          27472         143885           0.08       38530.26    13971426.34          97.10
                        ----------------
                        &root->log_mutex              8          [<00000000248c413e>] btrfs_sync_log+0x1ca/0x2940
                        &root->log_mutex              2          [<0000000055664028>] start_log_trans+0xdd/0x9b0
                        &root->log_mutex              1          [<00000000fc2dcd71>] start_log_trans+0x126/0x9b0
                        ----------------
                        &root->log_mutex              8          [<00000000bf96b10a>] btrfs_sync_log+0x579/0x2940
                        &root->log_mutex              2          [<0000000055664028>] start_log_trans+0xdd/0x9b0
                        &root->log_mutex              1          [<00000000248c413e>] btrfs_sync_log+0x1ca/0x2940

.............................................................................................................................................................................................................................

                                   key#4:            10             10           0.12           0.96           2.71           0.27          93870         412635           0.05          36.25       58424.83           0.14
                                   -----
                                   key#4              2          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                   key#4              6          [<00000000740b7e4f>] __percpu_counter_limited_add+0x244/0x640
                                   key#4              2          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#4              2          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                   key#4              7          [<00000000740b7e4f>] __percpu_counter_limited_add+0x244/0x640
                                   key#4              1          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

                        crypto_alg_sem-W:             4              4           0.79           2.65           7.20           1.80            150            299           0.07          33.90         745.11           2.49
                        crypto_alg_sem-R:             5              5           5.94          34.28          91.09          18.22            286            769           0.09          21.61        1335.46           1.74
                        ----------------
                          crypto_alg_sem              5          [<000000001034bb5c>] crypto_alg_lookup+0x3d/0x150
                          crypto_alg_sem              2          [<00000000fd314106>] crypto_algapi_init+0x42/0x140
                          crypto_alg_sem              2          [<000000007806fec7>] crypto_alg_tested+0x85/0x3a0
                        ----------------
                          crypto_alg_sem              7          [<000000007806fec7>] crypto_alg_tested+0x85/0x3a0
                          crypto_alg_sem              1          [<00000000fd314106>] crypto_algapi_init+0x42/0x140
                          crypto_alg_sem              1          [<000000001034bb5c>] crypto_alg_lookup+0x3d/0x150

.............................................................................................................................................................................................................................

                          &vn->busy.lock:             9              9           0.13           1.77           9.00           1.00          95019         233979           0.00        1711.29      179685.50           0.77
                          --------------
                          &vn->busy.lock              9          [<0000000040f21c82>] find_unlink_vmap_area+0x60/0x360
                          --------------
                          &vn->busy.lock              7          [<0000000040f21c82>] find_unlink_vmap_area+0x60/0x360
                          &vn->busy.lock              2          [<00000000092d4098>] find_vmap_area+0x70/0x1a0

.............................................................................................................................................................................................................................

              &sb->s_type->i_mutex_key#5:            12              9           6.83          16.13          91.41          10.16             19            486           0.00          94.51        4893.62          10.07
              --------------------------
              &sb->s_type->i_mutex_key#5             12          [<0000000074c7d320>] simple_start_creating+0x59/0x170
              --------------------------
              &sb->s_type->i_mutex_key#5             12          [<0000000074c7d320>] simple_start_creating+0x59/0x170

.............................................................................................................................................................................................................................

                       static_call_mutex:             8              9         813.00       53574.68      213924.35       23769.37            217           1632           0.00       54466.63      158733.95          97.26
                       -----------------
                       static_call_mutex              9          [<000000002abf468d>] static_call_module_notify+0x30/0x2b0
                       -----------------
                       static_call_mutex              9          [<000000002abf468d>] static_call_module_notify+0x30/0x2b0

.............................................................................................................................................................................................................................

                         semaphore->lock:             9              9           0.06           0.42           1.71           0.19            538         185806           0.00          23.46        9986.68           0.05
                         ---------------
                         semaphore->lock              6          [<00000000e8537a2a>] down_timeout+0x33/0xe0
                         semaphore->lock              3          [<00000000274aa512>] up+0x7d/0x1a0
                         ---------------
                         semaphore->lock              8          [<00000000e8537a2a>] down_timeout+0x33/0xe0
                         semaphore->lock              1          [<00000000274aa512>] up+0x7d/0x1a0

.............................................................................................................................................................................................................................

                   proc_inum_ida.xa_lock:             9              9           0.06           0.26           1.43           0.16           3510          14994           0.00          21.74        5116.56           0.34
                   ---------------------
                   proc_inum_ida.xa_lock              9          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700
                   ---------------------
                   proc_inum_ida.xa_lock              9          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700

.............................................................................................................................................................................................................................

                          &bus->reg_lock:             9              9           0.95         895.31         976.80         108.53           2696           5494           0.05        1533.62       28911.11           5.26
                          --------------
                          &bus->reg_lock              5          [<000000007c5b5239>] snd_hdac_bus_get_response_rirb+0x15f/0x670 [snd_hda_core]
                          &bus->reg_lock              3          [<00000000268e1a74>] azx_interrupt+0xea/0x2e0 [snd_hda_codec]
                          &bus->reg_lock              1          [<000000008c1aa0f4>] snd_hdac_bus_process_unsol_events+0x231/0x420 [snd_hda_core]
                          --------------
                          &bus->reg_lock              5          [<00000000268e1a74>] azx_interrupt+0xea/0x2e0 [snd_hda_codec]
                          &bus->reg_lock              3          [<000000007c5b5239>] snd_hdac_bus_get_response_rirb+0x15f/0x670 [snd_hda_core]
                          &bus->reg_lock              1          [<000000005c007081>] snd_hdac_bus_send_cmd+0x72/0x3a0 [snd_hda_core]

.............................................................................................................................................................................................................................

                             &dev->mutex:             9              9       15586.68      909157.81     2602756.12      289195.12         360113         436081           0.00     6116711.40    40317988.32          92.46
                             -----------
                             &dev->mutex              5          [<00000000a2659515>] manufacturer_show+0x24/0x90
                             &dev->mutex              4          [<0000000057364c79>] product_show+0x24/0x90
                             -----------
                             &dev->mutex              1          [<000000004c8d6db7>] hub_event+0x1b4/0xb60
                             &dev->mutex              4          [<000000002a8a7e6f>] __driver_attach+0x40f/0x530
                             &dev->mutex              2          [<00000000d141a7e4>] __device_attach+0x71/0x3c0
                             &dev->mutex              2          [<0000000052d63161>] usb_disconnect+0xe5/0x990

.............................................................................................................................................................................................................................

                       &sbsec->isec_lock:             8              8           0.09           0.37           1.63           0.20           5322          45374           0.00          40.55        4862.05           0.11
                       -----------------
                       &sbsec->isec_lock              7          [<00000000f862351f>] inode_doinit_with_dentry+0x484/0x1220
                       &sbsec->isec_lock              1          [<00000000fa1fa7fc>] selinux_inode_free_security+0xe5/0x2d0
                       -----------------
                       &sbsec->isec_lock              8          [<00000000f862351f>] inode_doinit_with_dentry+0x484/0x1220

.............................................................................................................................................................................................................................

               &sb->s_type->i_lock_key#3:             7              8           0.14         432.80         454.79          56.85           2455           7690           0.04         863.03        8511.71           1.11
               -------------------------
               &sb->s_type->i_lock_key#3              7          [<00000000dfaa4303>] find_inode_fast+0x181/0x3f0
               &sb->s_type->i_lock_key#3              1          [<00000000c7bd8d33>] blkdev_flush_mapping+0xe9/0x200
               -------------------------
               &sb->s_type->i_lock_key#3              2          [<000000003dd5e3f7>] delete_from_page_cache_batch+0x7f/0x330
               &sb->s_type->i_lock_key#3              6          [<00000000dfaa4303>] find_inode_fast+0x181/0x3f0

.............................................................................................................................................................................................................................

                             ftrace_lock:             8              8         630.52       42892.11      108896.40       13612.05            251            461           0.84     2047803.41     2385730.52        5175.12
                             -----------
                             ftrace_lock              4          [<000000008a3add7d>] ftrace_process_locs+0x81/0xbe0
                             ftrace_lock              2          [<000000003a230e72>] ftrace_module_enable+0x23/0x820
                             ftrace_lock              2          [<00000000be945641>] ftrace_free_mem+0xab/0xe20
                             -----------
                             ftrace_lock              8          [<000000003a230e72>] ftrace_module_enable+0x23/0x820

.............................................................................................................................................................................................................................

                       &adev->dm.dc_lock:             8              8          39.87       10005.73       18088.24        2261.03         133861         487063           0.06      106913.53    13500071.33          27.72
                       -----------------
                       &adev->dm.dc_lock              8          [<000000003c4604c1>] amdgpu_dm_plane_handle_cursor_update+0x6a5/0xa60 [amdgpu]
                       -----------------
                       &adev->dm.dc_lock              8          [<00000000b4c42766>] amdgpu_dm_crtc_vblank_control_worker+0x4e/0x980 [amdgpu]

.............................................................................................................................................................................................................................

                           log_wait.lock:             7              7           0.50         440.45         467.93          66.85            298            475           0.15        3291.66        5219.65          10.99
                           -------------
                           log_wait.lock              6          [<00000000fe07594c>] __wake_up+0x21/0x60
                           log_wait.lock              1          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0
                           -------------
                           log_wait.lock              5          [<00000000fe07594c>] __wake_up+0x21/0x60
                           log_wait.lock              2          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0

.............................................................................................................................................................................................................................

                             &xhci->lock:             7              7           0.42         574.59         720.57         102.94           5512       32749397           0.05       13659.44   313328528.34           9.57
                             -----------
                             &xhci->lock              3          [<0000000077d701a0>] xhci_irq+0x5e/0x190
                             &xhci->lock              2          [<000000002fde4c3d>] xhci_hub_control+0x21f4/0x2d10
                             &xhci->lock              1          [<000000008a74c4e7>] xhci_hub_status_data+0x1a5/0x810
                             &xhci->lock              1          [<00000000e76952d1>] xhci_hub_control+0x192/0x2d10
                             -----------
                             &xhci->lock              1          [<00000000e4b7ac86>] xhci_alloc_dev+0x89/0x730
                             &xhci->lock              2          [<00000000e1cc2974>] xhci_urb_enqueue+0x1d5/0xb40
                             &xhci->lock              1          [<0000000055b2c3dc>] xhci_handle_event_trb+0x408/0x6a0
                             &xhci->lock              1          [<000000002f2e55a9>] xhci_urb_dequeue+0x65/0x16a0

.............................................................................................................................................................................................................................

                               &pl->lock:             7              7           0.16           2.61           8.65           1.24         121527         134710           0.03         160.27      179573.99           1.33
                               ---------
                               &pl->lock              7          [<00000000b0e38f51>] fprop_reflect_period_percpu.isra.0+0x45/0x280
                               ---------
                               &pl->lock              7          [<00000000b0e38f51>] fprop_reflect_period_percpu.isra.0+0x45/0x280

.............................................................................................................................................................................................................................

                     &priv->buffer_mutex:             6              7         133.73        8669.63       24888.06        3555.44             11            279           0.07       11317.71      117329.79         420.54
                     -------------------
                     &priv->buffer_mutex              1          [<00000000d770a4f6>] tpm_dev_async_work+0x25/0x280
                     &priv->buffer_mutex              6          [<000000004868ccfc>] tpm_common_poll+0x83/0x100
                     -------------------
                     &priv->buffer_mutex              1          [<00000000a0e48ee1>] tpm_common_write+0x5f/0x4e0
                     &priv->buffer_mutex              6          [<00000000d770a4f6>] tpm_dev_async_work+0x25/0x280

.............................................................................................................................................................................................................................

                          base_crng.lock:             7              7           0.14           2.18           5.49           0.78          16098          16161           0.00         295.21       14149.63           0.88
                          --------------
                          base_crng.lock              7          [<00000000df21bec0>] crng_make_state+0x3f3/0x5b0
                          --------------
                          base_crng.lock              6          [<00000000df21bec0>] crng_make_state+0x3f3/0x5b0
                          base_crng.lock              1          [<00000000e7841ded>] crng_reseed+0xe9/0x290

.............................................................................................................................................................................................................................

                              text_mutex:             7              7         193.07       25788.13       53376.74        7625.25           3813         310763           0.00     2047802.79     2564357.24           8.25
                              ----------
                              text_mutex              2          [<00000000d6d8dd27>] arch_static_call_transform+0x29/0xb0
                              text_mutex              1          [<00000000ad293c02>] arch_jump_label_transform_queue+0x60/0x110
                              text_mutex              4          [<000000007ea87b6a>] alternatives_smp_module_add+0x86/0x510
                              ----------
                              text_mutex              7          [<000000002bc832ee>] ftrace_arch_code_modify_prepare+0x12/0x30

.............................................................................................................................................................................................................................

                  module_mutex.wait_lock:             6              6           0.15           0.59           2.24           0.37            112            704           0.07           6.70         170.53           0.24
                  ----------------------
                  module_mutex.wait_lock              1          [<000000003b1a4e37>] __mutex_lock+0x1290/0x1c50
                  module_mutex.wait_lock              1          [<00000000ec1fee77>] __mutex_lock+0xb8f/0x1c50
                  module_mutex.wait_lock              1          [<000000009cc2f9bd>] __mutex_lock+0x1140/0x1c50
                  module_mutex.wait_lock              1          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
                  ----------------------
                  module_mutex.wait_lock              2          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                  module_mutex.wait_lock              3          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
                  module_mutex.wait_lock              1          [<00000000ad4d6004>] __mutex_lock+0xf4a/0x1c50

.............................................................................................................................................................................................................................

                         nl_table_lock-W:             5              5           0.14           3.03           8.82           1.76            881           4533           0.00          77.53        5616.33           1.24
                         nl_table_lock-R:             1              1          38.22          38.22          38.22          38.22          18210          33153           0.04         204.41       10893.55           0.33
                         ---------------
                           nl_table_lock              5          [<00000000b079a54e>] netlink_table_grab+0x97/0x280
                           nl_table_lock              1          [<000000000d3cce38>] netlink_broadcast_filtered+0x123/0x390
                         ---------------
                           nl_table_lock              5          [<00000000b079a54e>] netlink_table_grab+0x97/0x280
                           nl_table_lock              1          [<000000000d3cce38>] netlink_broadcast_filtered+0x123/0x390

.............................................................................................................................................................................................................................

             &adev->mman.gtt_window_lock:             6              6          28.50       42751.98       70368.82       11728.14          31900         149072           0.06      118465.05     4678586.89          31.38
             ---------------------------
             &adev->mman.gtt_window_lock              6          [<000000002e67c40c>] amdgpu_ttm_clear_buffer+0x2aa/0xbc0 [amdgpu]
             ---------------------------
             &adev->mman.gtt_window_lock              6          [<000000008c1bbeff>] amdgpu_fill_buffer+0x285/0xb50 [amdgpu]

.............................................................................................................................................................................................................................

                              &p->lock#2:             6              6           0.12           1.04           2.43           0.41           6577          47331           0.05         842.08       22715.11           0.48
                              ----------
                              &p->lock#2              2          [<00000000c72b77c0>] isolate_lock_cluster+0x24/0x300
                              &p->lock#2              4          [<00000000d7f5be65>] move_cluster+0x9f/0x6a0
                              ----------
                              &p->lock#2              6          [<00000000d7f5be65>] move_cluster+0x9f/0x6a0

.............................................................................................................................................................................................................................

                        tcp_metrics_lock:             5              5           1.40           7.27          23.38           4.68            240           8898           0.08          43.69        3560.15           0.40
                        ----------------
                        tcp_metrics_lock              5          [<00000000562500de>] tcpm_new+0x69/0xbe0
                        ----------------
                        tcp_metrics_lock              5          [<00000000562500de>] tcpm_new+0x69/0xbe0

.............................................................................................................................................................................................................................

                                   key#3:             5              5           0.18           1.28           3.74           0.75          18600          24045           0.05         363.46       18222.33           0.76
                                   -----
                                   key#3              5          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250
                                   -----
                                   key#3              5          [<00000000d3be8d04>] __percpu_counter_sum+0x1a/0x250

.............................................................................................................................................................................................................................

                       &ctx->ring_lock#2:             5              5           0.13           1.12           2.59           0.52         760361        3844860           0.05        1153.84     1665453.79           0.43
                       -----------------
                       &ctx->ring_lock#2              4          [<000000004fcf0e9b>] amdgpu_ctx_wait_prev_fence+0x1c/0x1e0 [amdgpu]
                       &ctx->ring_lock#2              1          [<00000000ca0901d8>] amdgpu_ctx_add_fence+0x1a7/0x3b0 [amdgpu]
                       -----------------
                       &ctx->ring_lock#2              5          [<00000000171d6156>] amdgpu_ctx_mgr_usage+0x20c/0x4c0 [amdgpu]

.............................................................................................................................................................................................................................

                        &nf_nat_locks[i]:             5              5           0.14           0.33           1.01           0.20          38693          49635           0.05          39.65       16639.86           0.34
                        ----------------
                        &nf_nat_locks[i]              5          [<000000005be92b14>] nf_nat_setup_info+0x5bc/0x8f0 [nf_nat]
                        ----------------
                        &nf_nat_locks[i]              2          [<00000000a6331baa>] nf_nat_cleanup_conntrack+0x6b/0x160 [nf_nat]
                        &nf_nat_locks[i]              3          [<000000005be92b14>] nf_nat_setup_info+0x5bc/0x8f0 [nf_nat]

.............................................................................................................................................................................................................................

                       btrfs-extent-00/2:             5              5           0.28           3.48          11.25           2.25           6866          56827           0.12       12346.26      266631.86           4.69
                       -----------------
                       btrfs-extent-00/2              5          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                       -----------------
                       btrfs-extent-00/2              5          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                          &q->queue_lock:             5              5           2.07         399.33         492.19          98.44           2502          10604           0.05        2814.73       35607.79           3.36
                          --------------
                          &q->queue_lock              5          [<0000000013a669eb>] blkg_tryget_closest+0x1ba/0xbb0
                          --------------
                          &q->queue_lock              5          [<0000000013a669eb>] blkg_tryget_closest+0x1ba/0xbb0

.............................................................................................................................................................................................................................

                         async_done.lock:             5              5           0.27         183.11         233.52          46.70             54             58           0.07         197.49         355.74           6.13
                         ---------------
                         async_done.lock              5          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0
                         ---------------
                         async_done.lock              5          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                              &x->wait#1:             5              5           0.11           0.47           1.43           0.29        2221010        3422181           0.04         745.62      996100.96           0.29
                              ----------
                              &x->wait#1              2          [<00000000da3d6010>] complete_all+0x97/0x1b0
                              &x->wait#1              3          [<0000000042f674c3>] wait_for_completion_timeout+0x9c/0x3d0
                              ----------
                              &x->wait#1              1          [<0000000042f674c3>] wait_for_completion_timeout+0x9c/0x3d0
                              &x->wait#1              2          [<00000000da3d6010>] complete_all+0x97/0x1b0

.............................................................................................................................................................................................................................

                 &card->controls_rwsem-W:             1              3           0.72           3.65           6.70           2.23            303           5961           0.06         243.27        5942.40           1.00
                 &card->controls_rwsem-R:             2              2        2978.40        4054.13        7032.53        3516.27             48           2562           0.09        3847.39       74606.08          29.12
                 -----------------------
                   &card->controls_rwsem              3          [<00000000c88d3ddd>] snd_ctl_elem_write+0x92/0x710 [snd]
                   &card->controls_rwsem              2          [<0000000084a86d8f>] snd_ctl_elem_info+0x3f/0xa0 [snd]
                 -----------------------
                   &card->controls_rwsem              1          [<0000000084a86d8f>] snd_ctl_elem_info+0x3f/0xa0 [snd]
                   &card->controls_rwsem              2          [<00000000c88d3ddd>] snd_ctl_elem_write+0x92/0x710 [snd]
                   &card->controls_rwsem              2          [<0000000078f0f402>] snd_ctl_elem_read+0xa7/0x800 [snd]

.............................................................................................................................................................................................................................

                          &vn->pool_lock:             4              4           0.17           0.34           0.94           0.24          57088        2901419           0.05        1334.32      228003.43           0.08
                          --------------
                          &vn->pool_lock              2          [<00000000d4eb3aef>] node_alloc+0x1b5/0xd80
                          &vn->pool_lock              2          [<00000000552e81c7>] decay_va_pool_node+0x6c6/0x14a0
                          --------------
                          &vn->pool_lock              2          [<00000000552e81c7>] decay_va_pool_node+0x6c6/0x14a0
                          &vn->pool_lock              1          [<00000000f41b8252>] decay_va_pool_node+0x15c/0x14a0
                          &vn->pool_lock              1          [<00000000d4eb3aef>] node_alloc+0x1b5/0xd80

.............................................................................................................................................................................................................................

                      nl_table_wait.lock:             4              4           0.13           0.24           0.68           0.17          18816          37396           0.00         222.40       10233.48           0.27
                      ------------------
                      nl_table_wait.lock              4          [<00000000fe07594c>] __wake_up+0x21/0x60
                      ------------------
                      nl_table_wait.lock              3          [<00000000fe07594c>] __wake_up+0x21/0x60
                      nl_table_wait.lock              1          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0

.............................................................................................................................................................................................................................

                    hcd->bandwidth_mutex:             3              4        1677.68       22641.90       32858.93        8214.73            162            754           0.10      222017.50    10227438.12       13564.24
                    --------------------
                    hcd->bandwidth_mutex              1          [<00000000e75aac51>] usb_set_configuration+0x4da/0x19d0
                    hcd->bandwidth_mutex              2          [<0000000081a7eb73>] usb_unlocked_enable_lpm+0x5d/0xc0
                    hcd->bandwidth_mutex              1          [<000000005bad29cc>] usb_set_interface+0x231/0xb60
                    --------------------
                    hcd->bandwidth_mutex              1          [<00000000e75aac51>] usb_set_configuration+0x4da/0x19d0
                    hcd->bandwidth_mutex              3          [<000000005bad29cc>] usb_set_interface+0x231/0xb60

.............................................................................................................................................................................................................................

                            latency_lock:             4              4           0.23           0.35           1.24           0.31          51940          82174           0.00          14.08       37551.85           0.46
                            ------------
                            latency_lock              4          [<000000008a3cbbed>] clear_tsk_latency_tracing+0x1a/0x80
                            ------------
                            latency_lock              4          [<000000008a3cbbed>] clear_tsk_latency_tracing+0x1a/0x80

.............................................................................................................................................................................................................................

                       kauditd_wait.lock:             4              4           0.15           0.23           0.78           0.20           1165           1282           0.00         991.83        4936.32           3.85
                       -----------------
                       kauditd_wait.lock              2          [<00000000fe07594c>] __wake_up+0x21/0x60
                       kauditd_wait.lock              2          [<00000000de2766c9>] finish_wait+0xc5/0x2a0
                       -----------------
                       kauditd_wait.lock              2          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0
                       kauditd_wait.lock              2          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                                   key#9:             4              4           0.07           0.19           0.58           0.15         268487        3129027           0.05          79.31      379610.21           0.12
                                   -----
                                   key#9              4          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270
                                   -----
                                   key#9              4          [<0000000006586f04>] percpu_counter_add_batch+0x84/0x270

.............................................................................................................................................................................................................................

             &tcp_hashinfo.bhash[i].lock:             4              4           0.88           7.83          14.37           3.59          17530          23578           0.15        2027.42      258224.98          10.95
             ---------------------------
             &tcp_hashinfo.bhash[i].lock              2          [<0000000073278826>] __inet_hash_connect+0x4be/0x1860
             &tcp_hashinfo.bhash[i].lock              2          [<00000000aa2a98e0>] __inet_inherit_port+0x265/0x1110
             ---------------------------
             &tcp_hashinfo.bhash[i].lock              2          [<0000000073278826>] __inet_hash_connect+0x4be/0x1860
             &tcp_hashinfo.bhash[i].lock              2          [<0000000002c43961>] inet_put_port+0x24b/0x820

.............................................................................................................................................................................................................................

                           &helper->lock:             3              4       10343.22       16903.44       55366.84       13841.71            153            416           0.47       55138.52      658009.41        1581.75
                           -------------
                           &helper->lock              4          [<00000000ac48f94a>] drm_fbdev_ttm_helper_fb_dirty+0x1ff/0x5d0 [drm_ttm_helper]
                           -------------
                           &helper->lock              2          [<00000000644a4788>] __drm_fb_helper_restore_fbdev_mode_unlocked+0x86/0x1a0
                           &helper->lock              2          [<000000005ce71fc9>] drm_fb_helper_pan_display+0xc2/0xae0

.............................................................................................................................................................................................................................

                             &pool->wait:             4              4           0.82           8.68          18.25           4.56             90            137           0.08         781.38        3446.48          25.16
                             -----------
                             &pool->wait              4          [<00000000fe07594c>] __wake_up+0x21/0x60
                             -----------
                             &pool->wait              4          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

             static_call_mutex.wait_lock:             3              3           0.35           1.04           1.78           0.59             23             37           0.24          10.00          35.15           0.95
             ---------------------------
             static_call_mutex.wait_lock              3          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
             ---------------------------
             static_call_mutex.wait_lock              3          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

                    rtnl_mutex.wait_lock:             3              3           0.75           2.03           4.21           1.40             98            143           0.09         211.40         571.82           4.00
                    --------------------
                    rtnl_mutex.wait_lock              3          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                    --------------------
                    rtnl_mutex.wait_lock              3          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

                         key_serial_lock:             3              3           0.12           0.36           0.67           0.22            372           1804           0.06         469.48       17346.56           9.62
                         ---------------
                         key_serial_lock              2          [<00000000eaffae76>] key_lookup+0x6a/0x230
                         key_serial_lock              1          [<000000006d003a6c>] key_alloc+0x810/0x10d0
                         ---------------
                         key_serial_lock              3          [<000000006d003a6c>] key_alloc+0x810/0x10d0

.............................................................................................................................................................................................................................

                          &xa->xa_lock#1:             3              3           0.20           0.94           1.42           0.47           3181           4010           0.24          44.18        3113.18           0.78
                          --------------
                          &xa->xa_lock#1              3          [<0000000037dbe95d>] amdgpu_vm_set_pasid+0xa4/0x1f0 [amdgpu]
                          --------------
                          &xa->xa_lock#1              2          [<0000000037dbe95d>] amdgpu_vm_set_pasid+0xa4/0x1f0 [amdgpu]
                          &xa->xa_lock#1              1          [<0000000081c32aa4>] amdgpu_vm_set_pasid+0x12b/0x1f0 [amdgpu]

.............................................................................................................................................................................................................................

                      &ei->i_mmap_lock-W:             2              2         121.05         314.79         435.84         217.92          19396          36994           0.59     9416553.77    38785802.23        1048.43
                      &ei->i_mmap_lock-R:             1              1         355.45         355.45         355.45         355.45          81991        1704579           0.05       45496.55    14846460.79           8.71
                      ------------------
                        &ei->i_mmap_lock              2          [<0000000044afc325>] btrfs_inode_lock+0x6a/0xb0
                        &ei->i_mmap_lock              1          [<0000000069391a8c>] btrfs_page_mkwrite+0x5fc/0x1720
                      ------------------
                        &ei->i_mmap_lock              2          [<0000000069391a8c>] btrfs_page_mkwrite+0x5fc/0x1720
                        &ei->i_mmap_lock              1          [<0000000044afc325>] btrfs_inode_lock+0x6a/0xb0

.............................................................................................................................................................................................................................

                 &bdi->wb_switch_rwsem-W:             0              0           0.00           0.00           0.00           0.00             13             16           0.42     2811721.50     4550782.82      284423.93
                 &bdi->wb_switch_rwsem-R:             3              3      366708.90     2700991.05     3435312.00     1145104.00           6662           9083           0.91      144300.49    41539545.14        4573.33
                 -----------------------
                   &bdi->wb_switch_rwsem              3          [<0000000053ab5583>] inode_switch_wbs_work_fn+0xd1/0x7d0
                 -----------------------
                   &bdi->wb_switch_rwsem              3          [<000000001b4ef91f>] sync_inodes_sb+0x14c/0x1e0

.............................................................................................................................................................................................................................

                                  lock#3:             3              3          29.73        1546.73        2153.40         717.80           2038           3721           0.00       10768.84      783112.75         210.46
                                  ------
                                  lock#3              3          [<0000000054a7a78f>] __lru_add_drain_all+0x57/0x6e0
                                  ------
                                  lock#3              3          [<0000000054a7a78f>] __lru_add_drain_all+0x57/0x6e0

.............................................................................................................................................................................................................................

                      root_key_user.lock:             2              2           0.12           0.17           0.29           0.15            374           1073           0.05           2.96         268.61           0.25
                      ------------------
                      root_key_user.lock              2          [<000000002c03d335>] key_alloc+0x1c9/0x10d0
                      ------------------
                      root_key_user.lock              1          [<00000000554b2216>] key_payload_reserve+0x126/0x2f0
                      root_key_user.lock              1          [<00000000dc74f4a6>] key_put+0x118/0x2b0

.............................................................................................................................................................................................................................

                        rlock-AF_NETLINK:             2              2           0.14           0.16           0.30           0.15          27542         131331           0.05         219.45       19887.02           0.15
                        ----------------
                        rlock-AF_NETLINK              2          [<00000000df02aff9>] skb_queue_tail+0x20/0x160
                        ----------------
                        rlock-AF_NETLINK              1          [<0000000025f28fb7>] __skb_try_recv_datagram+0x112/0x440
                        rlock-AF_NETLINK              1          [<00000000df02aff9>] skb_queue_tail+0x20/0x160

.............................................................................................................................................................................................................................

              pcpu_alloc_mutex.wait_lock:             2              2           0.37           0.46           0.83           0.42              8              8           0.24         279.88         350.06          43.76
              --------------------------
              pcpu_alloc_mutex.wait_lock              1          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
              pcpu_alloc_mutex.wait_lock              1          [<000000009cc2f9bd>] __mutex_lock+0x1140/0x1c50
              --------------------------
              pcpu_alloc_mutex.wait_lock              1          [<00000000ec1fee77>] __mutex_lock+0xb8f/0x1c50
              pcpu_alloc_mutex.wait_lock              1          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760

.............................................................................................................................................................................................................................

                         &ctl->read_lock:             2              2           1.80           2.92           4.72           2.36            326           6325           0.04         287.41        1756.65           0.28
                         ---------------
                         &ctl->read_lock              1          [<00000000b2aa5ba5>] snd_ctl_read+0x677/0x8b0 [snd]
                         &ctl->read_lock              1          [<0000000080afb7a7>] snd_ctl_read+0x145/0x8b0 [snd]
                         ---------------
                         &ctl->read_lock              2          [<0000000012b3606b>] snd_ctl_notify+0x163/0x710 [snd]

.............................................................................................................................................................................................................................

                             event_mutex:             1              2        2082.28        2525.17        4607.45        2303.73            253            607           0.09        8358.99       40244.38          66.30
                             -----------
                             event_mutex              2          [<000000009f341420>] trace_module_notify+0x22/0x3d0
                             -----------
                             event_mutex              2          [<000000009f341420>] trace_module_notify+0x22/0x3d0

.............................................................................................................................................................................................................................

                   &ent->pde_unload_lock:             2              2           0.28           0.36           0.64           0.32           8456          22813           0.05           7.81        4232.31           0.19
                   ---------------------
                   &ent->pde_unload_lock              2          [<0000000025a13bae>] close_pdeo.part.0+0xe9/0x2f0
                   ---------------------
                   &ent->pde_unload_lock              2          [<0000000025a13bae>] close_pdeo.part.0+0xe9/0x2f0

.............................................................................................................................................................................................................................

                        jump_label_mutex:             2              2         352.75         371.80         724.55         362.27            476           1649           0.00       16918.72      161833.22          98.14
                        ----------------
                        jump_label_mutex              2          [<0000000058843924>] jump_label_module_notify+0x24/0xb0
                        ----------------
                        jump_label_mutex              2          [<0000000058843924>] jump_label_module_notify+0x24/0xb0

.............................................................................................................................................................................................................................

                       uevent_sock_mutex:             2              2         122.04         330.94         452.98         226.49            571           5873           0.00        3166.40       92045.31          15.67
                       -----------------
                       uevent_sock_mutex              2          [<00000000c43c1c39>] kobject_uevent_net_broadcast+0xdd/0x4c0
                       -----------------
                       uevent_sock_mutex              2          [<00000000c43c1c39>] kobject_uevent_net_broadcast+0xdd/0x4c0

.............................................................................................................................................................................................................................

                   btrfs-free-space-00/3:             2              2           4.77          19.40          24.17          12.09           5336          23557           0.11       10833.19      390028.64          16.56
                   ---------------------
                   btrfs-free-space-00/3              2          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                   ---------------------
                   btrfs-free-space-00/3              2          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                              &fll->lock:             2              2           0.19           0.26           0.45           0.23          54388        2211985           0.05         262.39      265565.65           0.12
                              ----------
                              &fll->lock              2          [<000000003f91d7d5>] locks_unlink_lock_ctx+0xf2/0x430
                              ----------
                              &fll->lock              1          [<00000000bc2e400e>] locks_insert_lock_ctx+0x159/0x300
                              &fll->lock              1          [<000000003f91d7d5>] locks_unlink_lock_ctx+0xf2/0x430

.............................................................................................................................................................................................................................

                              &x->wait#5:             1              2           0.16           0.24           0.40           0.20          18991         120503           0.00        1006.85       21624.66           0.18
                              ----------
                              &x->wait#5              1          [<00000000da3d6010>] complete_all+0x97/0x1b0
                              &x->wait#5              1          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                              ----------
                              &x->wait#5              2          [<00000000da3d6010>] complete_all+0x97/0x1b0

.............................................................................................................................................................................................................................

                                 &ptr[i]:             2              2           0.60           0.92           1.52           0.76          17794          21485           0.05         851.81       12184.69           0.57
                                 -------
                                 &ptr[i]              1          [<00000000b8341b3c>] inet_twsk_hashdance_schedule+0x531/0xc80
                                 &ptr[i]              1          [<00000000a385e595>] inet_twsk_kill+0xf0/0x8e0
                                 -------
                                 &ptr[i]              1          [<00000000b8341b3c>] inet_twsk_hashdance_schedule+0x531/0xc80
                                 &ptr[i]              1          [<00000000a385e595>] inet_twsk_kill+0xf0/0x8e0

.............................................................................................................................................................................................................................

                          rlock-AF_INET6:             2              2           0.22           2.55           2.77           1.39          16200          25273           0.06          19.70        7880.09           0.31
                          --------------
                          rlock-AF_INET6              2          [<00000000320a3974>] first_packet_length+0x15f/0x450
                          --------------
                          rlock-AF_INET6              2          [<00000000de9994e3>] __udp_enqueue_schedule_skb+0x329/0xb30

.............................................................................................................................................................................................................................

                                cid_lock:             2              2           0.58           0.83           1.41           0.71            218            224           0.15         877.73        1663.99           7.43
                                --------
                                cid_lock              1          [<000000001f3b0278>] mm_cid_get.isra.0+0x429/0x850
                                cid_lock              1          [<000000004f66177c>] mm_cid_get.isra.0+0x614/0x850
                                --------
                                cid_lock              2          [<000000004f66177c>] mm_cid_get.isra.0+0x614/0x850

.............................................................................................................................................................................................................................

                  &pgdat->kcompactd_wait:             2              2          14.74         167.83         182.57          91.28          15291          24759           0.00        1174.41       28119.91           1.14
                  ----------------------
                  &pgdat->kcompactd_wait              2          [<00000000fe07594c>] __wake_up+0x21/0x60
                  ----------------------
                  &pgdat->kcompactd_wait              2          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                     kthread_create_lock:             2              2           0.21           0.23           0.44           0.22           3573           5836           0.00          69.83        1780.36           0.31
                     -------------------
                     kthread_create_lock              2          [<0000000009ab0702>] __kthread_create_on_node+0x1f9/0x400
                     -------------------
                     kthread_create_lock              2          [<0000000009ab0702>] __kthread_create_on_node+0x1f9/0x400

.............................................................................................................................................................................................................................

                    &dev->filelist_mutex:             2              2         485.74         496.81         982.55         491.27           2910           4042           0.07        1360.12        2320.80           0.57
                    --------------------
                    &dev->filelist_mutex              2          [<00000000355d6680>] drm_open_helper+0x284/0x480
                    --------------------
                    &dev->filelist_mutex              2          [<000000000b544d27>] drm_close_helper.isra.0+0x6d/0x240

.............................................................................................................................................................................................................................

                &sig->exec_update_lock-W:             0              0           0.00           0.00           0.00           0.00          29535          35452           5.06      533590.26    64382332.28        1816.04
                &sig->exec_update_lock-R:             2              2      112377.07      323319.76      435696.83      217848.41       12102241       33413655           0.15       22555.07    48531853.53           1.45
                ------------------------
                  &sig->exec_update_lock              2          [<00000000f917da91>] do_io_accounting+0x5b/0xe90
                ------------------------
                  &sig->exec_update_lock              2          [<00000000ed076072>] exec_mmap+0x87/0x460

.............................................................................................................................................................................................................................

                        trace_types_lock:             2              2        2268.86        6981.02        9249.88        4624.94            307           3775           0.09        8349.61       30649.38           8.12
                        ----------------
                        trace_types_lock              2          [<00000000d3ea50a6>] ftrace_module_enable+0x2b2/0x820
                        ----------------
                        trace_types_lock              2          [<00000000584d48ac>] trace_module_notify+0x30/0x3d0

.............................................................................................................................................................................................................................

                   ftrace_lock.wait_lock:             2              2           0.11           0.64           0.75           0.38             24             34           0.24           5.41          24.26           0.71
                   ---------------------
                   ftrace_lock.wait_lock              1          [<000000009cc2f9bd>] __mutex_lock+0x1140/0x1c50
                   ftrace_lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                   ---------------------
                   ftrace_lock.wait_lock              1          [<00000000282da75f>] __mutex_unlock_slowpath+0x180/0x760
                   ftrace_lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

                             sound_mutex:             2              2         171.92         298.39         470.31         235.15            144          12284           0.06       33346.18       63691.86           5.18
                             -----------
                             sound_mutex              2          [<00000000e7789540>] snd_register_device+0x1f2/0x440 [snd]
                             -----------
                             sound_mutex              2          [<00000000e7789540>] snd_register_device+0x1f2/0x440 [snd]

.............................................................................................................................................................................................................................

                          minors_rwsem-W:             0              0           0.00           0.00           0.00           0.00            202            659           0.65       52872.08     4289568.19        6509.21
                          minors_rwsem-R:             2              2       48599.88       51254.78       99854.65       49927.33            332           1388           0.08        3188.16      239611.09         172.63
                          --------------
                            minors_rwsem              2          [<000000000a2550dc>] hidraw_write+0x4a/0xe0
                          --------------
                            minors_rwsem              2          [<000000003241cb7b>] hidraw_open+0xeb/0x800

.............................................................................................................................................................................................................................

                         &dev->list_lock:             2              2          24.81          58.11          82.92          41.46            669       16014919           0.05         921.92     2241100.78           0.14
                         ---------------
                         &dev->list_lock              2          [<00000000f546bde2>] hidraw_report_event+0x66/0x350
                         ---------------
                         &dev->list_lock              2          [<000000008058cebe>] hidraw_release+0xc4/0x550

.............................................................................................................................................................................................................................

                          &xa->xa_lock#1:             2              2           1.92           3.25           5.17           2.59            528           1156           0.23         943.85       11654.13          10.08
                          --------------
                          &xa->xa_lock#1              1          [<000000001ee4fc05>] ref_tracker_dir_exit+0x7f/0x690
                          &xa->xa_lock#1              1          [<00000000ccab1427>] ref_tracker_dir_symlink+0x23f/0x2b0
                          --------------
                          &xa->xa_lock#1              1          [<00000000d58b33d1>] debugfs_reap_work+0x95/0x1d0
                          &xa->xa_lock#1              1          [<00000000ccab1427>] ref_tracker_dir_symlink+0x23f/0x2b0

.............................................................................................................................................................................................................................

                         resource_lock-W:             1              1           3.56           3.56           3.56           3.56             23           1190           0.05          11.51         255.26           0.21
                         resource_lock-R:             1              1           0.50           0.50           0.50           0.50         106357       12658115           0.00        3291.46     4664227.49           0.37
                         ---------------
                           resource_lock              1          [<00000000cd6bf5d6>] __request_region+0xb7/0x150
                           resource_lock              1          [<0000000020eaff24>] resource_is_exclusive+0x26/0x270
                         ---------------
                           resource_lock              1          [<00000000fd2a55ff>] region_intersects+0x27/0x60
                           resource_lock              1          [<00000000cd6bf5d6>] __request_region+0xb7/0x150

.............................................................................................................................................................................................................................

                              &x->wait#6:             2              2           0.27           0.33           0.60           0.30           8080          16445           0.00        2565.67       11767.21           0.72
                              ----------
                              &x->wait#6              2          [<00000000a8035d4f>] wait_for_completion+0x96/0x3c0
                              ----------
                              &x->wait#6              2          [<00000000f7838564>] complete+0x20/0x260

.............................................................................................................................................................................................................................

                     execmem_cache.mutex:             1              2        2395.99        2411.33        4807.32        2403.66            250            833           0.13        2911.62       55789.44          66.97
                     -------------------
                     execmem_cache.mutex              1          [<000000006452642a>] execmem_cache_clean+0xac/0x160
                     execmem_cache.mutex              1          [<000000002d7f9bb7>] __execmem_cache_alloc+0x108/0x340
                     -------------------
                     execmem_cache.mutex              2          [<000000007c640e24>] execmem_free+0xd0/0x250

.............................................................................................................................................................................................................................

                          &xa->xa_lock#1:             2              2           0.12           0.34           0.46           0.23          48784          71132           0.06        1444.50       84127.74           1.18
                          --------------
                          &xa->xa_lock#1              2          [<0000000030b9acd8>] memcg_list_lru_alloc+0x274/0x450
                          --------------
                          &xa->xa_lock#1              2          [<0000000030b9acd8>] memcg_list_lru_alloc+0x274/0x450

.............................................................................................................................................................................................................................

                       btrfs-extent-00/3:             2              2           2.46           6.55           9.01           4.51          12208          83745           0.11        4160.82     1371519.94          16.38
                       -----------------
                       btrfs-extent-00/3              2          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                       -----------------
                       btrfs-extent-00/3              2          [<000000001049abfd>] btrfs_tree_read_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                  percpu_ref_switch_lock:             2              2           0.18           0.36           0.54           0.27           4851          13786           0.05        3712.76       43488.46           3.15
                  ----------------------
                  percpu_ref_switch_lock              2          [<00000000ebb13a22>] percpu_ref_exit+0xca/0x290
                  ----------------------
                  percpu_ref_switch_lock              2          [<0000000089c91453>] percpu_ref_kill_and_confirm+0x1e/0x160

.............................................................................................................................................................................................................................

                           &domain->lock:             2              2           3.82           7.27          11.09           5.55         243509         397235           0.06         244.11     3475569.11           8.75
                           -------------
                           &domain->lock              2          [<0000000090aa6368>] amd_iommu_flush_iotlb_all+0x1f/0x50
                           -------------
                           &domain->lock              2          [<0000000090aa6368>] amd_iommu_flush_iotlb_all+0x1f/0x50

.............................................................................................................................................................................................................................

                       &priv->async_wait:             2              2           0.14           0.18           0.32           0.16             28            204           0.05         206.53         324.82           1.59
                       -----------------
                       &priv->async_wait              2          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                       -----------------
                       &priv->async_wait              2          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#7-W:             1              1           0.26           0.26           0.26           0.26            633           3485           0.08         927.11       34312.47           9.85
            &sb->s_type->i_mutex_key#7-R:             0              0           0.00           0.00           0.00           0.00       49995129       79454002           0.12       53296.54  1247610260.46          15.70
            ----------------------------
              &sb->s_type->i_mutex_key#7              1          [<00000000d7b6d869>] default_llseek+0x50/0x2b0
            ----------------------------
              &sb->s_type->i_mutex_key#7              1          [<00000000d7b6d869>] default_llseek+0x50/0x2b0

.............................................................................................................................................................................................................................

                           key_user_lock:             1              1           0.41           0.41           0.41           0.41            235            879           0.06          13.50         279.79           0.32
                           -------------
                           key_user_lock              1          [<0000000084c529c0>] key_user_lookup+0x71/0x570
                           -------------
                           key_user_lock              1          [<0000000084c529c0>] key_user_lookup+0x71/0x570

.............................................................................................................................................................................................................................

                         irq_resend_lock:             1              1           0.16           0.16           0.16           0.16              2              2           0.07           8.64           8.71           4.36
                         ---------------
                         irq_resend_lock              1          [<00000000aa2fd84a>] clear_irq_resend+0x1d/0x160
                         ---------------
                         irq_resend_lock              1          [<00000000aa2fd84a>] clear_irq_resend+0x1d/0x160

.............................................................................................................................................................................................................................

                            uidhash_lock:             1              1           0.32           0.32           0.32           0.32            137            240           0.07           4.45         109.88           0.46
                            ------------
                            uidhash_lock              1          [<00000000570440cd>] alloc_uid+0x9c/0x4a0
                            ------------
                            uidhash_lock              1          [<00000000570440cd>] alloc_uid+0x9c/0x4a0

.............................................................................................................................................................................................................................

                amdgpu_pasid_ida.xa_lock:             1              1           0.34           0.34           0.34           0.34           2906           4010           0.14          21.09        2152.67           0.54
                ------------------------
                amdgpu_pasid_ida.xa_lock              1          [<00000000bb8525b6>] ida_free+0xc1/0x210
                ------------------------
                amdgpu_pasid_ida.xa_lock              1          [<00000000fc0654f6>] ida_alloc_range+0xf3/0x700

.............................................................................................................................................................................................................................

                            dpm_list_mtx:             1              1          82.13          82.13          82.13          82.13            558           2068           0.00        1202.75        8205.98           3.97
                            ------------
                            dpm_list_mtx              1          [<0000000073451108>] device_pm_add+0x6f/0x300
                            ------------
                            dpm_list_mtx              1          [<000000007916df80>] device_link_add+0x844/0x1630

.............................................................................................................................................................................................................................

           &ovl_i_mutex_dir_key[depth]/1:             1              1           0.57           0.57           0.57           0.57            293           1775           0.53       13430.47      112196.98          63.21
           -----------------------------
           &ovl_i_mutex_dir_key[depth]/1              1          [<00000000071ea5ce>] filename_create+0x181/0x400
           -----------------------------
           &ovl_i_mutex_dir_key[depth]/1              1          [<00000000071ea5ce>] filename_create+0x181/0x400

.............................................................................................................................................................................................................................

                          lock.wait_lock:             1              1           0.79           0.79           0.79           0.79              8             12           0.25          13.23          30.15           2.51
                          --------------
                          lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                          --------------
                          lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

            &sb->s_type->i_mutex_key#1-W:             1              1         631.37         631.37         631.37         631.37            178           4143           0.06      257315.80      266680.39          64.37
            &sb->s_type->i_mutex_key#1-R:             0              0           0.00           0.00           0.00           0.00              6           4123           0.74        5555.92      240347.86          58.29
            ----------------------------
              &sb->s_type->i_mutex_key#1              1          [<000000008ad18f6c>] blkdev_llseek+0x6d/0x100
            ----------------------------
              &sb->s_type->i_mutex_key#1              1          [<000000009de3d84c>] blkdev_read_iter+0x144/0x420

.............................................................................................................................................................................................................................

                             &list->lock:             1              1           0.36           0.36           0.36           0.36           1322           1368           0.00           3.38         430.85           0.31
                             -----------
                             &list->lock              1          [<00000000df02aff9>] skb_queue_tail+0x20/0x160
                             -----------
                             &list->lock              1          [<00000000c827c686>] skb_dequeue+0x20/0x1c0

.............................................................................................................................................................................................................................

                      (console_sem).lock:             1              1           0.15           0.15           0.15           0.15           2541          39501           0.00         127.63        5981.41           0.15
                      ------------------
                      (console_sem).lock              1          [<00000000274aa512>] up+0x7d/0x1a0
                      ------------------
                      (console_sem).lock              1          [<000000001678f030>] down+0x2f/0xd0

.............................................................................................................................................................................................................................

           &fs_info->mapping_tree_lock-W:             0              0           0.00           0.00           0.00           0.00              7          28657           4.56        5567.01      455344.26          15.89
           &fs_info->mapping_tree_lock-R:             1              1         151.19         151.19         151.19         151.19         938566        5580429           0.05       17182.17     2566320.06           0.46
           -----------------------------
             &fs_info->mapping_tree_lock              1          [<0000000074e1c1da>] btrfs_get_chunk_map+0x2c/0x1f0
           -----------------------------
             &fs_info->mapping_tree_lock              1          [<00000000a1c3e523>] btrfs_add_chunk_map+0x2d/0x5c0

.............................................................................................................................................................................................................................

      &fs_info->block_group_cache_lock-W:             0              0           0.00           0.00           0.00           0.00            557          48184           0.06        1680.81       14318.22           0.30
      &fs_info->block_group_cache_lock-R:             1              1        1602.57        1602.57        1602.57        1602.57        5433216       26925804           0.04        6951.21     4384397.53           0.16
      ----------------------------------
        &fs_info->block_group_cache_lock              1          [<00000000b450108f>] block_group_cache_tree_search+0x27/0x290
      ----------------------------------
        &fs_info->block_group_cache_lock              1          [<00000000310d82b0>] btrfs_remove_block_group+0xd51/0x2480

.............................................................................................................................................................................................................................

               &space_info->groups_sem-W:             1              1        4192.29        4192.29        4192.29        4192.29            659          28736           0.07        1178.38        5523.50           0.19
               &space_info->groups_sem-R:             0              0           0.00           0.00           0.00           0.00         853742        3842486           0.06      143286.24   227755003.05          59.27
               -------------------------
                 &space_info->groups_sem              1          [<000000003c185a19>] btrfs_remove_block_group+0x9f7/0x2480
               -------------------------
                 &space_info->groups_sem              1          [<00000000d64dfab8>] find_free_extent+0x1ad3/0x2b00

.............................................................................................................................................................................................................................

               &root->log_commit_wait[0]:             1              1           1.36           1.36           1.36           1.36            566            803           0.07         392.08        1279.19           1.59
               -------------------------
               &root->log_commit_wait[0]              1          [<000000003b011cb2>] prepare_to_wait+0x47/0x3d0
               -------------------------
               &root->log_commit_wait[0]              1          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                       device_state_lock:             1              1           8.45           8.45           8.45           8.45            104            277           0.06         982.12        3552.95          12.83
                       -----------------
                       device_state_lock              1          [<00000000b16014a3>] usb_set_device_state+0x20/0x370
                       -----------------
                       device_state_lock              1          [<00000000b16014a3>] usb_set_device_state+0x20/0x370

.............................................................................................................................................................................................................................

                       &group->avgs_lock:             1              1          19.81          19.81          19.81          19.81         361199         637679           0.33        3418.85     6755358.44          10.59
                       -----------------
                       &group->avgs_lock              1          [<00000000035aaaa4>] psi_show.part.0+0x86/0x590
                       -----------------
                       &group->avgs_lock              1          [<00000000035aaaa4>] psi_show.part.0+0x86/0x590

.............................................................................................................................................................................................................................

                    &mm->futex_hash_lock:             1              1          35.92          35.92          35.92          35.92          11588          18535           0.36        1844.72      159033.39           8.58
                    --------------------
                    &mm->futex_hash_lock              1          [<000000005d4822f9>] futex_hash_allocate+0x4a2/0xcd0
                    --------------------
                    &mm->futex_hash_lock              1          [<000000005d4822f9>] futex_hash_allocate+0x4a2/0xcd0

.............................................................................................................................................................................................................................

                &adev->gfx.gfx_off_mutex:             1              1         965.81         965.81         965.81         965.81           1826          10324           0.09        2024.55      174100.53          16.86
                ------------------------
                &adev->gfx.gfx_off_mutex              1          [<00000000f48c56dc>] amdgpu_gfx_do_off_ctrl.part.0+0x29/0x4e0 [amdgpu]
                ------------------------
                &adev->gfx.gfx_off_mutex              1          [<00000000f48c56dc>] amdgpu_gfx_do_off_ctrl.part.0+0x29/0x4e0 [amdgpu]

.............................................................................................................................................................................................................................

                     hcd->address0_mutex:             1              1      125570.41      125570.41      125570.41      125570.41              7             17       86957.11      585243.03     3947643.32      232214.31
                     -------------------
                     hcd->address0_mutex              1          [<00000000dbed15b7>] hub_port_connect+0x667/0x1ca0
                     -------------------
                     hcd->address0_mutex              1          [<00000000dbed15b7>] hub_port_connect+0x667/0x1ca0

.............................................................................................................................................................................................................................

                     &hdcp_work[i].mutex:             0              1         817.05         817.05         817.05         817.05              6             30           0.32       34066.49       53666.44        1788.88
                     -------------------
                     &hdcp_work[i].mutex              1          [<000000008c94b72d>] event_property_validate+0xab/0x550 [amdgpu]
                     -------------------
                     &hdcp_work[i].mutex              1          [<00000000467108f3>] update_config+0xbc2/0x13b0 [amdgpu]

.............................................................................................................................................................................................................................

             &dev->mode_config.idr_mutex:             1              1           8.32           8.32           8.32           8.32         659871        3301992           0.07        3035.68     1181798.62           0.36
             ---------------------------
             &dev->mode_config.idr_mutex              1          [<000000002331366c>] drm_mode_object_unregister+0x6a/0x190
             ---------------------------
             &dev->mode_config.idr_mutex              1          [<00000000cc873b86>] __drm_mode_object_add+0x7c/0x210

.............................................................................................................................................................................................................................

              &ACCESS_PRIVATE(sdp, lock):             0              1           0.40           0.40           0.40           0.40            114           8480           0.00         131.85        1990.66           0.23
              --------------------------
              &ACCESS_PRIVATE(sdp, lock)              1          [<00000000d98bc3ff>] srcu_invoke_callbacks+0xbf/0x4a0
              --------------------------
              &ACCESS_PRIVATE(sdp, lock)              1          [<0000000096a5e780>] srcu_invoke_callbacks+0x326/0x4a0

.............................................................................................................................................................................................................................

                  &dev->object_name_lock:             1              1          55.11          55.11          55.11          55.11         198878        1496676           0.05        1332.74      489672.61           0.33
                  ----------------------
                  &dev->object_name_lock              1          [<000000007b742892>] drm_gem_handle_create+0x46/0x70
                  ----------------------
                  &dev->object_name_lock              1          [<000000009d2bb060>] drm_gem_prime_handle_to_dmabuf+0x106/0x610

.............................................................................................................................................................................................................................

                  &root->log_writer_wait:             1              1         112.34         112.34         112.34         112.34          11303          54145           0.06         689.34       11606.79           0.21
                  ----------------------
                  &root->log_writer_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60
                  ----------------------
                  &root->log_writer_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                     tick_broadcast_lock:             2              1           0.12           0.12           0.12           0.12             95             97           0.00           4.44          16.90           0.17
                     -------------------
                     tick_broadcast_lock              2          [<000000008186ce7c>] tick_broadcast_switch_to_oneshot+0x19/0x60
                     -------------------
                     tick_broadcast_lock              2          [<000000008186ce7c>] tick_broadcast_switch_to_oneshot+0x19/0x60

.............................................................................................................................................................................................................................

                                &s->lock:             1              1           5.51           5.51           5.51           5.51            430            872           0.15         132.45        1908.53           2.19
                                --------
                                &s->lock              1          [<00000000444a874a>] sidtab_context_to_sid+0x96/0x12f0
                                --------
                                &s->lock              1          [<00000000444a874a>] sidtab_context_to_sid+0x96/0x12f0

.............................................................................................................................................................................................................................

                         swap_avail_lock:             1              1           0.84           0.84           0.84           0.84           2924          11624           0.05         809.22        8429.85           0.73
                         ---------------
                         swap_avail_lock              1          [<0000000035c098e4>] folio_alloc_swap+0x402/0xc40
                         ---------------
                         swap_avail_lock              1          [<0000000035c098e4>] folio_alloc_swap+0x402/0xc40

.............................................................................................................................................................................................................................

                   &root->objectid_mutex:             1              1        3648.27        3648.27        3648.27        3648.27          83543        3804057           0.07        1900.95      471818.06           0.12
                   ---------------------
                   &root->objectid_mutex              1          [<000000009a831386>] btrfs_get_free_objectid+0x28/0x140
                   ---------------------
                   &root->objectid_mutex              1          [<000000009a831386>] btrfs_get_free_objectid+0x28/0x140

.............................................................................................................................................................................................................................

               vmap_purge_lock.wait_lock:             1              1           0.30           0.30           0.30           0.30             60             83           0.09          38.06         136.55           1.65
               -------------------------
               vmap_purge_lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
               -------------------------
               vmap_purge_lock.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

                        register_mutex#2:             1              1      195456.03      195456.03      195456.03      195456.03              2              2           0.54      203205.57      203206.11      101603.05
                        ----------------
                        register_mutex#2              1          [<00000000e6f993b9>] asus_wmi_register_driver+0x1f/0x200 [asus_wmi]
                        ----------------
                        register_mutex#2              1          [<00000000e6f993b9>] asus_wmi_register_driver+0x1f/0x200 [asus_wmi]

.............................................................................................................................................................................................................................

              jump_label_mutex.wait_lock:             1              1           0.61           0.61           0.61           0.61              5              8           0.20           9.55          19.01           2.38
              --------------------------
              jump_label_mutex.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
                        acpi_wakeup_lock:             0              1         352.17         352.17         352.17         352.17             47             79           0.07         651.81        7068.07          89.47
                        ----------------
                        acpi_wakeup_lock              1          [<000000007285a6f9>] __acpi_device_wakeup_enable+0x28/0x3e0
                        ----------------
                        acpi_wakeup_lock              1          [<000000007285a6f9>] __acpi_device_wakeup_enable+0x28/0x3e0

.............................................................................................................................................................................................................................

                         bt_proto_lock-W:             1              1           9.71           9.71           9.71           9.71              3              5           0.12          10.35          11.04           2.21
                         bt_proto_lock-R:             0              0           0.00           0.00           0.00           0.00             13             32          17.40         371.26        1659.48          51.86
                         ---------------
                           bt_proto_lock              1          [<0000000030c4f217>] bt_sock_register+0x25/0xe0 [bluetooth]
                         ---------------
                           bt_proto_lock              1          [<0000000048778b2d>] bt_sock_create+0x7f/0x310 [bluetooth]

.............................................................................................................................................................................................................................

                        register_mutex#5:             1              1         926.43         926.43         926.43         926.43             29            103           0.12        2474.15       13218.27         128.33
                        ----------------
                        register_mutex#5              1          [<00000000555c643f>] snd_pcm_dev_register+0x5d/0x8c0 [snd_pcm]
                        ----------------
                        register_mutex#5              1          [<00000000555c643f>] snd_pcm_dev_register+0x5d/0x8c0 [snd_pcm]

.............................................................................................................................................................................................................................

                         trace_event_sem:             1              1         828.08         828.08         828.08         828.08             35           3498           0.06       14798.50       29494.14           8.43
                         ---------------
                         trace_event_sem              1          [<000000006022caaa>] trace_event_update_all+0x27/0x410
                         ---------------
                         trace_event_sem              1          [<000000006022caaa>] trace_event_update_all+0x27/0x410

.............................................................................................................................................................................................................................

                        &tty->files_lock:             1              1           0.12           0.12           0.12           0.12         127863        3959058           0.05         910.27      419565.17           0.11
                        ----------------
                        &tty->files_lock              1          [<000000007b0d5fc6>] check_tty_count+0x2f/0x2e0
                        ----------------
                        &tty->files_lock              1          [<00000000dca55ab0>] tty_update_time+0x2c/0x500

.............................................................................................................................................................................................................................

                 hostname_poll.wait.lock:             1              1         409.77         409.77         409.77         409.77            149            323           0.05         762.45        1456.24           4.51
                 -----------------------
                 hostname_poll.wait.lock              1          [<00000000e737c47b>] remove_wait_queue+0x22/0x1c0
                 -----------------------
                 hostname_poll.wait.lock              1          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                                &q->lock:             1              1           0.26           0.26           0.26           0.26          81844       12241503           0.05        2731.71     4545261.85           0.37
                                --------
                                &q->lock              1          [<0000000009eaab7b>] mt76_dma_tx_queue_skb_raw+0x2f3/0x5e0 [mt76]
                                --------
                                &q->lock              1          [<000000000e08acfe>] mt76_queue_tx_complete+0x99/0x1c0 [mt76]

.............................................................................................................................................................................................................................

                              &pid->lock:             1              1           0.11           0.11           0.11           0.11         120946         231214           0.05         278.01       51263.83           0.22
                              ----------
                              &pid->lock              1          [<00000000bb0c3e2e>] proc_pid_evict_inode+0x82/0x200
                              ----------
                              &pid->lock              1          [<0000000022f17a70>] proc_invalidate_siblings_dcache+0x9d/0x540

.............................................................................................................................................................................................................................

                               swap_lock:             1              1           0.36           0.36           0.36           0.36          15167          20790           0.06          31.49       14254.68           0.69
                               ---------
                               swap_lock              1          [<000000001c53a878>] si_swapinfo+0x26/0x1d0
                               ---------
                               swap_lock              1          [<000000001c53a878>] si_swapinfo+0x26/0x1d0

.............................................................................................................................................................................................................................

                           wq_pool_mutex:             0              1         777.67         777.67         777.67         777.67             74            503           0.00        2029.10       36313.61          72.19
                           -------------
                           wq_pool_mutex              1          [<00000000a6c05629>] pwq_release_workfn+0x496/0x8f0
                           -------------
                           wq_pool_mutex              1          [<0000000018ba9c9f>] workqueue_init_topology+0x8d/0x1b0

.............................................................................................................................................................................................................................

   cgroup_threadgroup_rwsem.waiters.lock:             1              1           0.34           0.34           0.34           0.34            462            634           0.07         738.32        1114.14           1.76
   -------------------------------------
   cgroup_threadgroup_rwsem.waiters.lock              1          [<00000000903fc608>] percpu_rwsem_wait+0xc3/0x500
   -------------------------------------
   cgroup_threadgroup_rwsem.waiters.lock              1          [<00000000903fc608>] percpu_rwsem_wait+0xc3/0x500

.............................................................................................................................................................................................................................

              &sb->s_type->i_mutex_key-W:             0              0           0.00           0.00           0.00           0.00           3848          25235           0.00        1352.15      226036.71           8.96
              &sb->s_type->i_mutex_key-R:             1              1          77.19          77.19          77.19          77.19           2060          10514           0.00         748.14       50153.51           4.77
              --------------------------
                &sb->s_type->i_mutex_key              1          [<000000002c6bbbde>] walk_component+0x2c2/0x600
              --------------------------
                &sb->s_type->i_mutex_key              1          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80

.............................................................................................................................................................................................................................

                      &newf->resize_wait:             1              1           0.23           0.23           0.23           0.23           1930           2079           0.07        1011.91        2574.97           1.24
                      ------------------
                      &newf->resize_wait              1          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0
                      ------------------
                      &newf->resize_wait              1          [<0000000044e410ab>] prepare_to_wait_event+0x22/0x7b0

.............................................................................................................................................................................................................................

                              sort_mutex:             1              1         682.74         682.74         682.74         682.74            132            149           0.84       72078.05      164824.72        1106.21
                              ----------
                              sort_mutex              1          [<000000002b906112>] unwind_module_init+0x5f/0x130
                              ----------
                              sort_mutex              1          [<000000002b906112>] unwind_module_init+0x5f/0x130

.............................................................................................................................................................................................................................

                           &u->peer_wait:             1              1           0.40           0.40           0.40           0.40         244304         396346           0.05         611.84       85832.75           0.22
                           -------------
                           &u->peer_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60
                           -------------
                           &u->peer_wait              1          [<00000000ada0ce1a>] unix_release_sock+0x8a7/0x1190

.............................................................................................................................................................................................................................

              &sb->s_type->i_mutex_key/1:             1              1           7.05           7.05           7.05           7.05             71           5528           0.60         607.58       45783.24           8.28
              --------------------------
              &sb->s_type->i_mutex_key/1              1          [<0000000017baaa84>] do_renameat2+0x8f8/0xa80
              --------------------------
              &sb->s_type->i_mutex_key/1              1          [<000000002c6bbbde>] walk_component+0x2c2/0x600

.............................................................................................................................................................................................................................

                         cache_list_lock:             1              1           0.23           0.23           0.23           0.23            170           1821           0.07          35.05        4373.30           2.40
                         ---------------
                         cache_list_lock              1          [<0000000054bc800f>] sunrpc_init_cache_detail+0x8a/0x2f0 [sunrpc]
                         ---------------
                         cache_list_lock              1          [<0000000054bc800f>] sunrpc_init_cache_detail+0x8a/0x2f0 [sunrpc]

.............................................................................................................................................................................................................................

                        pcpu_alloc_mutex:             1              1         116.73         116.73         116.73         116.73          68567         209109           0.00        3566.36      306971.78           1.47
                        ----------------
                        pcpu_alloc_mutex              1          [<00000000a8078156>] pcpu_alloc_noprof+0x882/0xf00
                        ----------------
                        pcpu_alloc_mutex              1          [<00000000ed19ce53>] pcpu_balance_workfn+0x60/0xf0

.............................................................................................................................................................................................................................

                        &ctx->uring_lock:             1              1        2638.63        2638.63        2638.63        2638.63           5954          23452           0.10        7574.48      579037.02          24.69
                        ----------------
                        &ctx->uring_lock              1          [<00000000f94689c0>] io_uring_del_tctx_node+0xf0/0x280
                        ----------------
                        &ctx->uring_lock              1          [<00000000763f7376>] io_req_caches_free+0x18/0x3e

.............................................................................................................................................................................................................................

                          low_water_lock:             1              1           5.69           5.69           5.69           5.69             14             15           4.59         352.15        1290.60          86.04
                          --------------
                          low_water_lock              1          [<0000000038c4c37a>] do_exit+0x8ca/0xd50
                          --------------
                          low_water_lock              1          [<0000000038c4c37a>] do_exit+0x8ca/0xd50

.............................................................................................................................................................................................................................

                 &cur_trans->writer_wait:             1              1         420.91         420.91         420.91         420.91           3092           3095           0.06         906.02        8558.95           2.77
                 -----------------------
                 &cur_trans->writer_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60
                 -----------------------
                 &cur_trans->writer_wait              1          [<00000000fe07594c>] __wake_up+0x21/0x60

.............................................................................................................................................................................................................................

                 &tty->termios_rwsem/1-W:             0              1        1348.68        1348.68        1348.68        1348.68           4189          25940           0.15        2235.90       23153.68           0.89
                 &tty->termios_rwsem/1-R:             0              0           0.00           0.00           0.00           0.00          61795        2911975           0.07        3606.26    15026990.20           5.16
                 -----------------------
                   &tty->termios_rwsem/1              1          [<0000000044bed0f6>] tty_set_termios+0xea/0xb90
                 -----------------------
                   &tty->termios_rwsem/1              1          [<000000007c32ec58>] set_termios+0x119/0x710

.............................................................................................................................................................................................................................

          wq_pool_attach_mutex.wait_lock:             1              1           0.94           0.94           0.94           0.94             59            125           0.08          43.64         214.63           1.72
          ------------------------------
          wq_pool_attach_mutex.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50
          ------------------------------
          wq_pool_attach_mutex.wait_lock              1          [<00000000c00b6c56>] __mutex_lock+0x2ba/0x1c50

.............................................................................................................................................................................................................................

                             mmlist_lock:             1              1           0.47           0.47           0.47           0.47           3707           4284           0.06         380.47        4476.56           1.04
                             -----------
                             mmlist_lock              1          [<000000003875083e>] try_to_unmap_one+0x21c4/0x2ec0
                             -----------
                             mmlist_lock              1          [<000000003875083e>] try_to_unmap_one+0x21c4/0x2ec0

.............................................................................................................................................................................................................................

                          btrfs-log-00/3:             1              1           0.48           0.48           0.48           0.48            609           2106           0.12        1709.00       75479.35          35.84
                          --------------
                          btrfs-log-00/3              1          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160
                          --------------
                          btrfs-log-00/3              1          [<00000000f3dd18db>] btrfs_tree_lock_nested+0x25/0x160

.............................................................................................................................................................................................................................

                                misc_mtx:             0              0           0.00           0.00           0.00           0.00            189            374           0.21       36628.33       46985.52         125.63
                         sparse_irq_lock:             0              0           0.00           0.00           0.00           0.00            152            208           0.00       14220.76      160224.91         770.31
                      (efi_mm).mmap_lock:             0              0           0.00           0.00           0.00           0.00              0              1       59197.70       59197.70       59197.70       59197.70
                              &x->wait#4:             0              0           0.00           0.00           0.00           0.00           1684           2009           0.00     2777152.85    85344891.62       42481.28
                                (null)-W:             0              0           0.00           0.00           0.00           0.00              0      621774992           0.00         210.26    88154531.92           0.14
                                (null)-R:             0              0           0.00           0.00           0.00           0.00              0        6997642           0.02           4.04      312333.00           0.04
                  stack_depot_init_mutex:             0              0           0.00           0.00           0.00           0.00            116            257           0.00           5.21          90.55           0.35
                init_task.vtime_seqcount:             0              0           0.00           0.00           0.00           0.00              0              1           1.26           1.26           1.26           1.26
                                vga_lock:             0              0           0.00           0.00           0.00           0.00              3              4           0.00           0.52           1.02           0.26
                               smn_mutex:             0              0           0.00           0.00           0.00           0.00          11575          41804           0.93         945.09      128208.18           3.07
                      pernet_ops_rwsem-W:             0              0           0.00           0.00           0.00           0.00             18            137           0.00         578.00        3947.33          28.81
                      pernet_ops_rwsem-R:             0              0           0.00           0.00           0.00           0.00            129            136        2535.29       86768.78     2644548.17       19445.21
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              1              2           3.13           7.16          10.29           5.15
                         stop_cpus_mutex:             0              0           0.00           0.00           0.00           0.00              2              3          21.65         892.50        1032.12         344.04
                             net_rwsem-W:             0              0           0.00           0.00           0.00           0.00            134            137           0.18          11.22          97.95           0.71
                             net_rwsem-R:             0              0           0.00           0.00           0.00           0.00              1              1          12.35          12.35          12.35          12.35
                    sysrq_key_table_lock:             0              0           0.00           0.00           0.00           0.00              3              6           0.06           2.97           8.48           1.41
          zonelist_update_seq.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0              1          12.64          12.64          12.64          12.64
          zonelist_update_seq.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0       29904931           0.02        1309.63     1349431.53           0.05
        (work_completion)(&ht->run_work):             0              0           0.00           0.00           0.00           0.00              0             66           0.42        1598.51        4025.65          60.99
                 &type->s_umount_key#1-W:             0              0           0.00           0.00           0.00           0.00              2              2           0.00         391.78         391.78         195.89
                 &type->s_umount_key#1-R:             0              0           0.00           0.00           0.00           0.00             80             86           0.07        1359.30        1513.91          17.60
                     sched_domains_mutex:             0              0           0.00           0.00           0.00           0.00              1              3           0.27        3652.09        6265.77        2088.59
                               &cp->lock:             0              0           0.00           0.00           0.00           0.00              2             96           0.05          10.04          20.26           0.21
                             &dl_b->lock:             0              0           0.00           0.00           0.00           0.00              1             97           0.15           9.02          42.75           0.44
                                    lock:             0              0           0.00           0.00           0.00           0.00              0        2564844           0.00        2251.33     2596162.05           1.01
                     sched_dynamic_mutex:             0              0           0.00           0.00           0.00           0.00              0              1        1036.90        1036.90        1036.90        1036.90
                 wq_pool_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              0              5           0.00           0.60           1.44           0.29
              &type->i_mutex_dir_key#5/1:             0              0           0.00           0.00           0.00           0.00           2001           5352           1.29       24603.77     1258945.37         235.23
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1          68.92          68.92          68.92          68.92
                      (node_chain).rwsem:             0              0           0.00           0.00           0.00           0.00              2              3           0.00           4.37           4.88           1.63
                           prog_idr_lock:             0              0           0.00           0.00           0.00           0.00            142            400           0.10        1151.10        1655.36           4.14
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1          70.00          70.00          70.00          70.00
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              1         113.94         113.94         113.94         113.94
                       cpuhp_state_mutex:             0              0           0.00           0.00           0.00           0.00           2441           3118           0.00       34761.23      144195.29          46.25
                           kmemleak_lock:             0              0           0.00           0.00           0.00           0.00              1         224980           0.05           3.54       23116.09           0.10
               &sb->s_type->i_lock_key#6:             0              0           0.00           0.00           0.00           0.00           1901           5813           0.00         150.49        2679.76           0.46
                  (setup_done).wait.lock:             0              0           0.00           0.00           0.00           0.00              3              3           0.00           0.00           0.00           0.00
                     file_systems_lock-W:             0              0           0.00           0.00           0.00           0.00             12             35           0.09           3.58          27.38           0.78
                     file_systems_lock-R:             0              0           0.00           0.00           0.00           0.00            591           1124           0.00          23.16        1776.80           1.58
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              3             10           0.08           7.80          27.69           2.77
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              0              5           0.07           4.64           4.98           1.00
                    &____s->seqcount#4-W:             0              0           0.00           0.00           0.00           0.00              0         725315           0.00         289.41       29337.21           0.04
                    &____s->seqcount#4-R:             0              0           0.00           0.00           0.00           0.00              0     1087769578           0.00         109.01    36967300.45           0.03
        fill_pool_map-wait-type-override:             0              0           0.00           0.00           0.00           0.00              0        9813675           0.00       71275.95    84099550.89           8.57
                 &type->s_umount_key#7-W:             0              0           0.00           0.00           0.00           0.00              2              2           0.00           1.16           1.16           0.58
                 &type->s_umount_key#7-R:             0              0           0.00           0.00           0.00           0.00             49             65           0.07         624.64         691.54          10.64
                           link_idr_lock:             0              0           0.00           0.00           0.00           0.00              3             11           0.13           9.16          32.77           2.98
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              8             21           0.17           7.98          21.37           1.02
                             input_mutex:             0              0           0.00           0.00           0.00           0.00             15             56           0.55      330764.45     2451850.80       43783.05
                           elock-AF_INET:             0              0           0.00           0.00           0.00           0.00             58            522           0.06         542.46         721.77           1.38
                 &type->s_umount_key#3-W:             0              0           0.00           0.00           0.00           0.00             46             51          36.37        1707.68        5280.39         103.54
                 &type->s_umount_key#3-R:             0              0           0.00           0.00           0.00           0.00             79             97           0.07          23.40          84.83           0.87
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              1              2           0.92           7.22           8.14           4.07
                                 sb_lock:             0              0           0.00           0.00           0.00           0.00            887           3973           0.00         137.53        4893.63           1.23
                    &____s->seqcount#5-W:             0              0           0.00           0.00           0.00           0.00              0         155739           0.16         607.39       60993.96           0.39
                    &____s->seqcount#5-R:             0              0           0.00           0.00           0.00           0.00              0      809531870           0.00          10.89    28022390.99           0.03
   (work_completion)(&(&tbl->managed_wor:             0              0           0.00           0.00           0.00           0.00              0          11462           0.55        3071.57       60637.94           5.29
                   &type->s_umount_key/1:             0              0           0.00           0.00           0.00           0.00              0            480          26.62        1530.64       69732.35         145.28
                                req_lock:             0              0           0.00           0.00           0.00           0.00            786           1246           0.00          28.47         335.05           0.27
                              &dev->lock:             0              0           0.00           0.00           0.00           0.00            104            303           0.00        1779.72        4693.90          15.49
                              &x->wait#7:             0              0           0.00           0.00           0.00           0.00            145           2303           0.00          24.65         605.01           0.26
                         list_lrus_mutex:             0              0           0.00           0.00           0.00           0.00           1038           3162           0.00        1251.36       44415.97          14.05
                       tcp_ulp_list_lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.34           4.03           4.99           1.66
                          bus_type_sem-W:             0              0           0.00           0.00           0.00           0.00              0              2           0.21           3.60           3.81           1.91
                          bus_type_sem-R:             0              0           0.00           0.00           0.00           0.00            493           1860           0.00          56.87         809.29           0.44
                 unnamed_dev_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00            836           1460           0.00          37.13         740.05           0.51
                  xfrm_state_afinfo_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.25           3.28           3.53           1.77
                        cand_cache_mutex:             0              0           0.00           0.00           0.00           0.00            137            157           0.16           5.64          77.40           0.49
                    (wq_completion)ttm#2:             0              0           0.00           0.00           0.00           0.00              0            254          17.87        1714.90       44805.25         176.40
                            &chain->lock:             0              0           0.00           0.00           0.00           0.00         372740         383558           0.07        2274.38     2034107.40           5.30
                        btf_module_mutex:             0              0           0.00           0.00           0.00           0.00            211            302           0.08        1363.98        2545.61           8.43
                  xfrm_input_afinfo_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.28           2.87           3.15           1.58
                      &____s->seqcount-R:             0              0           0.00           0.00           0.00           0.00              0     1039555690           0.00        3179.48    43639802.34           0.04
   (work_completion)(&(&krcp->page_cache:             0              0           0.00           0.00           0.00           0.00              0           4846           0.05        5459.07      140680.39          29.03
                       btrfs-extent-00/1:             0              0           0.00           0.00           0.00           0.00             16         589304           0.12       12077.43     6745382.34          11.45
                execmem_cache_clean_work:             0              0           0.00           0.00           0.00           0.00              0             84           0.66        2451.20        2585.19          30.78
                      mptcp_pm_list_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.34           4.33           4.67           2.34
                   mptcp_sched_list_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.73           3.73           3.73           3.73
                              &dom->lock:             0              0           0.00           0.00           0.00           0.00           1921          10108           0.07          13.66        2096.26           0.21
               sysfs_symlink_target_lock:             0              0           0.00           0.00           0.00           0.00            728           6411           0.00          82.02        1128.76           0.18
              random_ready_notifier.lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.27           4.27           4.27           4.27
                            file_rwsem-W:             0              0           0.00           0.00           0.00           0.00              0              9           0.90       20583.05       34704.87        3856.10
                            file_rwsem-R:             0              0           0.00           0.00           0.00           0.00              0        2798682           0.14        1226.92     1850797.51           0.66
                 misc_minors_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00             18             23           0.11           8.78          24.98           1.09
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            767           1247           0.00         384.58        1588.89           1.27
                            sb_writers-R:             0              0           0.00           0.00           0.00           0.00              0          13213           0.09        3986.20      263045.64          19.91
                 &tty->atomic_write_lock:             0              0           0.00           0.00           0.00           0.00              0        2907353           0.79       93760.60    18794456.70           6.46
               &simple_offset_lock_class:             0              0           0.00           0.00           0.00           0.00          93396         281541           0.06        1460.37      651384.70           2.31
              &sb->s_type->i_mutex_key#4:             0              0           0.00           0.00           0.00           0.00           2048           3850           0.48        1180.53       61290.21          15.92
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00             17             23           0.00           2.43          17.44           0.76
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.49         102.77        1139.72           6.19
                  wtd_deferred_reg_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           0.00        2006.18        2006.18        1003.09
                              &ifa->lock:             0              0           0.00           0.00           0.00           0.00            393            716           0.06         126.81         520.54           0.73
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1          69.20          69.20          69.20          69.20
                               &im->lock:             0              0           0.00           0.00           0.00           0.00           6732          26173           0.05         626.33        8925.61           0.34
                           &tb->tb6_lock:             0              0           0.00           0.00           0.00           0.00            678           3593           0.05         641.69       11345.47           3.16
   (work_completion)(&tracerfs_init_work:             0              0           0.00           0.00           0.00           0.00              0              1        9373.22        9373.22        9373.22        9373.22
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1           0.00           0.00           0.00           0.00
   (work_completion)(&nft_net->destroy_w:             0              0           0.00           0.00           0.00           0.00              0              3       13717.21       19072.13       47987.91       15995.97
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00            489           1461           0.00           3.36         288.77           0.20
                         bootid_spinlock:             0              0           0.00           0.00           0.00           0.00            492           1077           0.05         141.38         387.27           0.36
                       timer_update_work:             0              0           0.00           0.00           0.00           0.00              0              1           0.00           0.00           0.00           0.00
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             12           0.06         373.48         407.70          33.97
                        timer_keys_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           0.00           0.00           0.00           0.00
                      tracefs_inode_lock:             0              0           0.00           0.00           0.00           0.00             20            486           0.00           4.62          36.33           0.07
                   &fsnotify_mark_srcu-R:             0              0           0.00           0.00           0.00           0.00              0      110711747           0.00        5403.39    12152098.37           0.11
                       vt_spawn_con.lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.26           1.43           1.69           0.85
                           eventfs_mutex:             0              0           0.00           0.00           0.00           0.00             25           2937           0.00         299.95         720.37           0.25
                     &sch->root_lock_key:             0              0           0.00           0.00           0.00           0.00             67            148           0.08           7.48          76.07           0.51
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              1              2           3.34           7.19          10.53           5.27
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1          61.88          61.88          61.88          61.88
        (wq_completion)cpuset_migrate_mm:             0              0           0.00           0.00           0.00           0.00              0            528           0.05           5.98         161.36           0.31
                       sk_lock-AF_PACKET:             0              0           0.00           0.00           0.00           0.00              0            153           1.03       22822.43       33312.67         217.73
                            map_idr_lock:             0              0           0.00           0.00           0.00           0.00              8             57           0.08           8.34          33.27           0.58
                             kclist_lock:             0              0           0.00           0.00           0.00           0.00              0              1         102.79         102.79         102.79         102.79
            kclist_lock.rss.gp_wait.lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.13           2.98           8.67           2.17
                kclist_lock.waiters.lock:             0              0           0.00           0.00           0.00           0.00              1              1           1.62           1.62           1.62           1.62
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              3          27.94         304.23         413.04         137.68
                    &idev->mc_query_lock:             0              0           0.00           0.00           0.00           0.00            115            202           0.07          11.30         142.38           0.70
                                pnp_lock:             0              0           0.00           0.00           0.00           0.00              2             11           0.08          31.94          33.33           3.03
                           &list->lock#1:             0              0           0.00           0.00           0.00           0.00           1328          12953           0.08          20.34        8097.23           0.63
                 all_stat_sessions_mutex:             0              0           0.00           0.00           0.00           0.00              0             32          11.04          55.87         415.37          12.98
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              0              8           0.18           6.01           7.32           0.92
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              2             99           0.17           5.77          27.95           0.28
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              2          13.03         177.16         190.19          95.09
             &ops->local_hash.regex_lock:             0              0           0.00           0.00           0.00           0.00              0              4          17.08          72.23         129.32          32.33
                          dup_mmap_sem-R:             0              0           0.00           0.00           0.00           0.00              0          33566         207.81      251833.12    47329545.68        1410.04
            input_devices_poll_wait.lock:             0              0           0.00           0.00           0.00           0.00             15             56           0.08           3.21          21.50           0.38
              (&adapter->phy_info_timer):             0              0           0.00           0.00           0.00           0.00              0              1         134.15         134.15         134.15         134.15
                            offload_lock:             0              0           0.00           0.00           0.00           0.00              2              5           0.07           3.67           4.61           0.92
                             inetsw_lock:             0              0           0.00           0.00           0.00           0.00              2              6           0.06           2.62           3.92           0.65
   (wq_completion)events_power_efficient:             0              0           0.00           0.00           0.00           0.00              0          28077           0.66      143092.25   187286733.19        6670.47
                        &runtime->tsleep:             0              0           0.00           0.00           0.00           0.00             58            152           0.06           4.21          29.71           0.20
                              &tbl->lock:             0              0           0.00           0.00           0.00           0.00            819          16583           0.06        1391.00       26676.82           1.61
                    &net->rules_mod_lock:             0              0           0.00           0.00           0.00           0.00            135            600           0.06           7.12         152.30           0.25
                (inetaddr_chain).rwsem-W:             0              0           0.00           0.00           0.00           0.00              2              2           4.00           6.99          10.99           5.50
                (inetaddr_chain).rwsem-R:             0              0           0.00           0.00           0.00           0.00            134            148          44.72        2243.94       20369.14         137.63
     (work_completion)(&s->destroy_work):             0              0           0.00           0.00           0.00           0.00              0            655           5.01         366.47        6650.57          10.15
                                 bh_lock:             0              0           0.00           0.00           0.00           0.00              0       38760681           0.00        8836.40    54655371.59           1.41
                         sk_lock-AF_UNIX:             0              0           0.00           0.00           0.00           0.00              0         108377           0.24        1151.31      126279.33           1.17
                       bpf_verifier_lock:             0              0           0.00           0.00           0.00           0.00              1              1        9528.07        9528.07        9528.07        9528.07
                            btf_idr_lock:             0              0           0.00           0.00           0.00           0.00            152            237           0.08          12.50         156.55           0.66
                         &hashinfo->lock:             0              0           0.00           0.00           0.00           0.00              4            198           0.06          10.40          33.50           0.17
                    &list->bo_list_mutex:             0              0           0.00           0.00           0.00           0.00           9129        1469608          68.02       39238.49   601040997.23         408.98
                 xfrm_policy_afinfo_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.33           3.89           4.22           2.11
   (work_completion)(&bo->delayed_delete:             0              0           0.00           0.00           0.00           0.00              0          87565           8.04       37994.91    39597402.80         452.21
           (wq_completion)events_highpri:             0              0           0.00           0.00           0.00           0.00              0           1541           4.41       30805.13      102235.81          66.34
                          kn->active#1-W:             0              0           0.00           0.00           0.00           0.00              0          20851           0.03         741.04        3676.49           0.18
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          25985           0.27        1290.46       93628.49           3.60
                  pcibios_fwaddrmap_lock:             0              0           0.00           0.00           0.00           0.00              1              1           2.58           2.58           2.58           2.58
                      tcp_cong_list_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.43           3.74           4.17           2.09
                         btrfs-root-00/1:             0              0           0.00           0.00           0.00           0.00              0           1274           2.97         418.26        5853.93           4.59
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.29        1069.17       66773.45           6.62
                       (wq_completion)pm:             0              0           0.00           0.00           0.00           0.00              0            606           0.51      113912.60     1496837.57        2470.03
                  rcu_state.barrier_lock:             0              0           0.00           0.00           0.00           0.00           4928           7188           0.00          93.46        5134.35           0.71
     (work_completion)(&dev->power.work):             0              0           0.00           0.00           0.00           0.00              0            606           0.31      113912.49     1496716.31        2469.83
                  &dev->power.wait_queue:             0              0           0.00           0.00           0.00           0.00            917           3279           0.06          77.11         816.29           0.25
                            subsys mutex:             0              0           0.00           0.00           0.00           0.00              0             32           0.07           3.33           5.53           0.17
                    fs/quota/dquot.c:271:             0              0           0.00           0.00           0.00           0.00              0             26           0.12        1347.96        1623.92          62.46
             &root->kernfs_rename_lock-R:             0              0           0.00           0.00           0.00           0.00            616            919           0.14           5.53         415.76           0.45
                            umhelper_sem:             0              0           0.00           0.00           0.00           0.00              1              1          13.21          13.21          13.21          13.21
                   memory_blocks.xa_lock:             0              0           0.00           0.00           0.00           0.00              1             32           0.10           6.10          13.16           0.41
                    (wq_completion)async:             0              0           0.00           0.00           0.00           0.00              0             11       92482.37     1223198.88     6862141.05      623831.00
      usermodehelper_disabled_waitq.lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.11           4.11           4.11           4.11
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              0              1           3.57           3.57           3.57           3.57
         (work_completion)(&entry->work):             0              0           0.00           0.00           0.00           0.00              0             11       92481.95     1223198.50     6862127.00      623829.73
                             &req->waitq:             0              0           0.00           0.00           0.00           0.00             78            290           0.05         475.92         870.17           3.00
                              &u->iolock:             0              0           0.00           0.00           0.00           0.00        5093624       60908104           0.16       35983.79   318183488.58           5.22
                        pdom_ids.xa_lock:             0              0           0.00           0.00           0.00           0.00              8             34           0.11           4.54          15.73           0.46
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1             33           0.07        7959.61        7965.30         241.37
                     &rnp->exp_poll_lock:             0              0           0.00           0.00           0.00           0.00              0              3           0.00           8.54           8.54           2.85
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            957           0.06         868.32       24865.57          25.98
                          sb_writers#2-R:             0              0           0.00           0.00           0.00           0.00              0          44270           0.00        4848.22      372189.19           8.41
                          dev_pm_qos_mtx:             0              0           0.00           0.00           0.00           0.00            159            542           0.07          47.54        1196.61           2.21
                  (&cfile->notify_timer):             0              0           0.00           0.00           0.00           0.00              0           3199           0.02         413.53        1055.75           0.33
                   connector_reaper_work:             0              0           0.00           0.00           0.00           0.00              0           1379          15.66        9113.92     1192024.90         864.41
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              2              2           0.75           6.74           7.49           3.75
                             pm_qos_lock:             0              0           0.00           0.00           0.00           0.00             93            538           0.06           7.04         133.39           0.25
                         netns_bpf_mutex:             0              0           0.00           0.00           0.00           0.00             50             67           0.10         882.97         935.45          13.96
   (work_completion)(&css->destroy_work):             0              0           0.00           0.00           0.00           0.00              0           1171           0.41      114069.48      976992.88         834.32
                    dev_pm_qos_sysfs_mtx:             0              0           0.00           0.00           0.00           0.00            151            410           1.31        1428.38        5198.70          12.68
                                  lock#4:             0              0           0.00           0.00           0.00           0.00              0      440181192           0.00       19123.28   192546879.93           0.44
                              objcg_lock:             0              0           0.00           0.00           0.00           0.00            267            349           0.07         371.08         698.70           2.00
                 iommu_group_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1             33           0.10           4.22           7.81           0.24
                           register_lock:             0              0           0.00           0.00           0.00           0.00             59            122           0.00         261.30        6848.09          56.13
                            &sbsec->lock:             0              0           0.00           0.00           0.00           0.00            125            900           0.00       48347.23       80921.67          89.91
                           &group->mutex:             0              0           0.00           0.00           0.00           0.00             44             94           0.08        3965.77       61269.52         651.80
   (work_completion)(&({ do { const void:             0              0           0.00           0.00           0.00           0.00              0           2666           0.38         318.37        8149.04           3.06
                   (pm_chain_head).rwsem:             0              0           0.00           0.00           0.00           0.00              7             11           0.00          30.75          40.72           3.70
                     fs/file_table.c:499:             0              0           0.00           0.00           0.00           0.00              0            260           1.58          29.20        1131.21           4.35
                             &rs->lock#2:             0              0           0.00           0.00           0.00           0.00              0              9           0.06           4.26           5.47           0.61
                                   key#2:             0              0           0.00           0.00           0.00           0.00          10325          11565           0.05          19.63        6252.99           0.54
                  cpufreq_governor_mutex:             0              0           0.00           0.00           0.00           0.00              1              6           0.09           3.30           3.98           0.66
                (delayed_fput_work).work:             0              0           0.00           0.00           0.00           0.00              0            259           8.83        3661.76       67162.68         259.32
           (wq_completion)cgroup_release:             0              0           0.00           0.00           0.00           0.00              0           1459           2.33       45226.30      394556.03         270.43
                        &dev_data->mutex:             0              0           0.00           0.00           0.00           0.00             40             45           4.08         103.48         820.65          18.24
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0         657430           0.04        8765.39     6496814.36           9.88
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           4524           0.04         251.80         936.48           0.21
            (work_completion)(&ns->work):             0              0           0.00           0.00           0.00           0.00              0            177          10.34        1213.18        6912.89          39.06
                          &xa->xa_lock#5:             0              0           0.00           0.00           0.00           0.00              1             30           0.15           3.95           9.44           0.31
                rcu_tasks.tasks_gp_mutex:             0              0           0.00           0.00           0.00           0.00              7             23           0.00      528015.65     1438089.47       62525.63
                 trace_event_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00             25           2759           0.06           5.44         413.58           0.15
                batched_entropy_u64.lock:             0              0           0.00           0.00           0.00           0.00              0         257621           0.00          11.08       71383.63           0.28
                     &dev_data->dte_lock:             0              0           0.00           0.00           0.00           0.00             63             71           0.07          17.21         424.64           5.98
                &iovad->iova_rbtree_lock:             0              0           0.00           0.00           0.00           0.00           3057          18153           0.07         146.89        7928.51           0.44
                  rcu_tasks.cbs_gbl_lock:             0              0           0.00           0.00           0.00           0.00              7             32           0.00           1.48          19.41           0.61
                       pcpu_balance_work:             0              0           0.00           0.00           0.00           0.00              0             76          66.04        3570.59       12491.56         164.36
                            &queue->lock:             0              0           0.00           0.00           0.00           0.00              1              1          63.69          63.69          63.69          63.69
         rcu_tasks__percpu.cbs_pcpu_lock:             0              0           0.00           0.00           0.00           0.00            426           5740           0.00          98.99        2095.64           0.37
                   mount_lock.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0          88511           0.00        1151.81       68742.89           0.78
                   mount_lock.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0      989497092           0.00         237.72    31845170.34           0.03
                            &param->lock:             0              0           0.00           0.00           0.00           0.00              1              1          51.08          51.08          51.08          51.08
                              &md->mutex:             0              0           0.00           0.00           0.00           0.00             37            299           0.07      105142.53      248353.59         830.61
          rcu_tasks_trace.tasks_gp_mutex:             0              0           0.00           0.00           0.00           0.00              1              5           0.00       13025.25       25964.31        5192.86
                          &xa->xa_lock#6:             0              0           0.00           0.00           0.00           0.00              2            128           0.12          52.41         138.81           1.08
                      (tsc_irqwork).work:             0              0           0.00           0.00           0.00           0.00              0              2          35.92         847.66         883.58         441.79
                              &x->wait#8:             0              0           0.00           0.00           0.00           0.00            448           9972           0.00         119.12       15037.66           1.51
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1          61.33          61.33          61.33          61.33
                       trigger_cmd_mutex:             0              0           0.00           0.00           0.00           0.00              0              9           0.09           1.92           3.54           0.39
                             &rtpn->lock:             0              0           0.00           0.00           0.00           0.00            143            207           0.05           3.43          82.03           0.40
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00             32             32           0.36           8.22          24.32           0.76
            rcu_tasks_trace.cbs_gbl_lock:             0              0           0.00           0.00           0.00           0.00              1              8           0.00           0.37           0.79           0.10
                     (&tcp_orphan_timer):             0              0           0.00           0.00           0.00           0.00              0         258613           0.73        6921.82      597153.08           2.31
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00             32             32           0.28           7.84          21.80           0.68
           rcu_tasks_rude.tasks_gp_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           0.00           0.00           0.00           0.00
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00           4441          35475           0.00         594.22       25028.67           0.71
                               uld_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           4.96           4.96           4.96           4.96
                       &drv->dynids.lock:             0              0           0.00           0.00           0.00           0.00             16           1866           0.05           4.50         128.18           0.07
             rcu_tasks_rude.cbs_gbl_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.00           0.00           0.00           0.00
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              0              1           3.55           3.55           3.55           3.55
              &sb->s_type->i_mutex_key/5:             0              0           0.00           0.00           0.00           0.00              5              5           0.08           3.79           4.23           0.85
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              2              2           7.93         714.25         722.18         361.09
            &ACCESS_PRIVATE(rtpcp, lock):             0              0           0.00           0.00           0.00           0.00           9372         149893           0.00          51.15       31701.36           0.21
                            ucounts_lock:             0              0           0.00           0.00           0.00           0.00            393            477           0.05           5.13         236.06           0.49
                        irq_domain_mutex:             0              0           0.00           0.00           0.00           0.00             15             62           0.10         577.72        4067.60          65.61
                          subsys mutex#2:             0              0           0.00           0.00           0.00           0.00              0             33           0.07           3.53           5.90           0.18
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1         106.19         106.19         106.19         106.19
                  kernel/rcu/tasks.h:161:             0              0           0.00           0.00           0.00           0.00              0             11           0.14           2.32           5.19           0.47
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              2              4           0.06           8.14          14.30           3.58
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              4             30           0.08          18.14          33.84           1.13
                configfs_subsystem_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           3.94           3.94           3.94           3.94
   rcu_tasks_trace__percpu.cbs_pcpu_lock:             0              0           0.00           0.00           0.00           0.00              2             11           0.00           6.54           9.14           0.83
            &sb->s_type->i_mutex_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              1          86.69          86.69          86.69          86.69
                    configfs_dirent_lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.09           5.45           7.44           1.86
                     dyn_event_ops_mutex:             0              0           0.00           0.00           0.00           0.00              2              5           0.07           4.19           4.96           0.99
         &default_group_class[depth - 1]:             0              0           0.00           0.00           0.00           0.00              0              2           2.89          17.88          20.77          10.39
                         sk_lock-AF_INET:             0              0           0.00           0.00           0.00           0.00              0       11078473           0.13      311698.86   137688235.54          12.43
       &default_group_class[depth - 1]/2:             0              0           0.00           0.00           0.00           0.00              0              1           4.86           4.86           4.86           4.86
            tracepoint_module_list_mutex:             0              0           0.00           0.00           0.00           0.00             25             28           0.94          17.73         101.94           3.64
                  init_fs.seq.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0         148246           0.03          48.88        5700.47           0.04
                  init_fs.seq.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0          76600           0.00           6.16        3825.98           0.05
                       rv_interface_lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.14          61.80          62.13          20.71
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1             16           0.07           5.49           6.78           0.42
        (tracepoint_notify_list).rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              1           4.74           4.74           4.74           4.74
        (tracepoint_notify_list).rwsem-R:             0              0           0.00           0.00           0.00           0.00             24             27           0.57          15.33          44.43           1.65
                      &h->lhash2[i].lock:             0              0           0.00           0.00           0.00           0.00            115            163           0.06          59.65         170.86           1.05
                       btrfs-extent-00/4:             0              0           0.00           0.00           0.00           0.00              0            982           0.45         861.80       14818.22          15.09
                    (memory_chain).rwsem:             0              0           0.00           0.00           0.00           0.00              3              6           0.00           3.79           4.90           0.82
                        mnt_ns_tree_lock:             0              0           0.00           0.00           0.00           0.00            443            509           0.00           7.21         587.72           1.15
                  key_construction_mutex:             0              0           0.00           0.00           0.00           0.00            233            869           0.10          30.64        2510.53           2.89
                       &type->lock_class:             0              0           0.00           0.00           0.00           0.00             14            665           5.50         725.55       13612.22          20.47
                           binfmt_lock-W:             0              0           0.00           0.00           0.00           0.00              2              4           0.06           3.63           4.10           1.03
                           binfmt_lock-R:             0              0           0.00           0.00           0.00           0.00          41052         142644           0.05         400.45       42898.11           0.30
             keyring_serialise_link_lock:             0              0           0.00           0.00           0.00           0.00             19             32           0.06           3.25           8.18           0.26
                          &sbi->wq_mutex:             0              0           0.00           0.00           0.00           0.00              3              3           7.78         200.41         224.65          74.88
                   process_queue_bh_lock:             0              0           0.00           0.00           0.00           0.00              0        3558562           0.03          55.64      234480.23           0.07
                        &sbi->pipe_mutex:             0              0           0.00           0.00           0.00           0.00              1              1         545.76         545.76         545.76         545.76
                              &wq->queue:             0              0           0.00           0.00           0.00           0.00              1              2           3.03           8.88          11.91           5.96
                         key_types_sem-W:             0              0           0.00           0.00           0.00           0.00              4              8           7.58         254.26        1202.59         150.32
                         key_types_sem-R:             0              0           0.00           0.00           0.00           0.00            184            633          13.63       20941.34       41704.51          65.88
               mnt_ns_tree_lock.seqcount:             0              0           0.00           0.00           0.00           0.00              0            509           0.00           3.62         340.16           0.67
                           &object->lock:             0              0           0.00           0.00           0.00           0.00           4842           5403           0.05           1.80         413.34           0.08
                      scx_cgroup_rwsem-R:             0              0           0.00           0.00           0.00           0.00              0           9827           0.00        2401.83        8478.68           0.86
                    &____s->seqcount#9-W:             0              0           0.00           0.00           0.00           0.00              0           2915           0.08          15.87         889.54           0.31
                    &____s->seqcount#9-R:             0              0           0.00           0.00           0.00           0.00              0        5833235           0.02          13.71      322466.38           0.06
                            drivers_lock:             0              0           0.00           0.00           0.00           0.00              1              1           5.83           5.83           5.83           5.83
                 &type->s_umount_key#8/1:             0              0           0.00           0.00           0.00           0.00              0              1          89.96          89.96          89.96          89.96
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1         134.17         134.17         134.17         134.17
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              1              7           0.11          61.11          96.24          13.75
               &sb->s_type->i_lock_key#7:             0              0           0.00           0.00           0.00           0.00             41             98           0.05         236.69         287.01           2.93
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              1          58.24          58.24          58.24          58.24
                                nls_lock:             0              0           0.00           0.00           0.00           0.00              2              4           0.08           3.59           7.47           1.87
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0             79          99.83       11440.39       31978.68         404.79
            &sb->s_type->i_mutex_key#2-W:             0              0           0.00           0.00           0.00           0.00             13             33           0.29          46.07         425.14          12.88
            &sb->s_type->i_mutex_key#2-R:             0              0           0.00           0.00           0.00           0.00              1              2           0.36          70.73          71.09          35.55
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00             65            368           0.03          60.43         246.64           0.67
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0          23232           0.04        3109.49       21266.32           0.92
                           nf_hook_mutex:             0              0           0.00           0.00           0.00           0.00            145           1126           0.28         434.39        6154.96           5.47
                  rename_lock.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0         155739           0.63         900.28      214226.58           1.38
                  rename_lock.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0     1699839654           0.00         233.96    57412638.47           0.03
                             i8259A_lock:             0              0           0.00           0.00           0.00           0.00              3             27           0.00         137.17         304.79          11.29
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1         570.26         570.26         570.26         570.26
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00            152           5818           0.03           8.34        1049.30           0.18
                 &type->s_umount_key#9/1:             0              0           0.00           0.00           0.00           0.00              0              1          68.23          68.23          68.23          68.23
              &selinux_state.status_lock:             0              0           0.00           0.00           0.00           0.00            121            127           0.20          11.93          77.00           0.61
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            530           0.67         645.75        3864.55           7.29
                    bpf_crypto_types_sem:             0              0           0.00           0.00           0.00           0.00              1              1          13.28          13.28          13.28          13.28
               &sb->s_type->i_lock_key#8:             0              0           0.00           0.00           0.00           0.00          10049          54740           0.00         232.97        9435.59           0.17
                  (crypto_chain).rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              1           3.33           3.33           3.33           3.33
                  (crypto_chain).rwsem-R:             0              0           0.00           0.00           0.00           0.00            142            178           0.10         432.10        9355.58          52.56
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            286           0.68        1481.52        4135.14          14.46
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            122            143           0.07          31.29         131.04           0.92
                &child->perf_event_mutex:             0              0           0.00           0.00           0.00           0.00          72261          77594           0.07         885.05       37944.11           0.49
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             38           1.76         439.51         993.83          26.15
                        tcpv4_prot_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          27.78          27.78          27.78          27.78
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0           2218           0.47         874.08       14311.67           6.45
                 global_ctx_data_rwsem-R:             0              0           0.00           0.00           0.00           0.00              0          77594           0.14        2406.01       40519.85           0.52
                            chrdevs_lock:             0              0           0.00           0.00           0.00           0.00            273          95666           0.00         283.66        9161.05           0.10
                  &tsk->futex_exit_mutex:             0              0           0.00           0.00           0.00           0.00          91435         113033           0.20        4031.55      210288.08           1.86
                        &pid->wait_pidfd:             0              0           0.00           0.00           0.00           0.00         623928        7982629           0.04        1287.37      738325.78           0.09
                     gpio_devices_srcu-R:             0              0           0.00           0.00           0.00           0.00              0              7           1.46          76.03          99.31          14.19
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            398           0.77         949.40        3725.59           9.36
               &(&sig->stats_lock)->lock:             0              0           0.00           0.00           0.00           0.00          89110         117822           0.12        1288.86      124921.09           1.06
                     device_links_srcu-R:             0              0           0.00           0.00           0.00           0.00              0            709           0.03          90.55         245.47           0.35
                 &type->s_umount_key#4/1:             0              0           0.00           0.00           0.00           0.00              0              1          44.60          44.60          44.60          44.60
                    &____s->seqcount#6-W:             0              0           0.00           0.00           0.00           0.00              0         117822           0.05        1288.48       83740.69           0.71
                    &____s->seqcount#6-R:             0              0           0.00           0.00           0.00           0.00              0      107968058           0.02          40.51     4492630.77           0.04
                 &(&rcache->work)->timer:             0              0           0.00           0.00           0.00           0.00              0          17607           3.31        1283.37      186117.28          10.57
                        fwnode_link_lock:             0              0           0.00           0.00           0.00           0.00             65            423           0.07         222.00         957.69           2.26
                         alg_types_sem-W:             0              0           0.00           0.00           0.00           0.00              1              4           1.83          22.07          34.97           8.74
                         alg_types_sem-R:             0              0           0.00           0.00           0.00           0.00              1              2           0.20           5.41           5.61           2.81
                  &mm->cpus_allowed_lock:             0              0           0.00           0.00           0.00           0.00          17125          38954           0.05        1490.84       21159.08           0.54
            asymmetric_key_parsers_sem-W:             0              0           0.00           0.00           0.00           0.00              1              1          19.05          19.05          19.05          19.05
            asymmetric_key_parsers_sem-R:             0              0           0.00           0.00           0.00           0.00              7             12          83.99       20909.88       27368.74        2280.73
                       device_links_lock:             0              0           0.00           0.00           0.00           0.00            232            932           0.07        1043.93        4790.49           5.14
               &sb->s_type->i_lock_key#4:             0              0           0.00           0.00           0.00           0.00             78          99375           0.03         612.24       15080.38           0.15
                blkcg_pol_register_mutex:             0              0           0.00           0.00           0.00           0.00              1              5          10.00          43.31         147.51          29.50
                           elv_list_lock:             0              0           0.00           0.00           0.00           0.00              3              5           0.18           5.84          10.17           2.03
                       &dev->devres_lock:             0              0           0.00           0.00           0.00           0.00            135           1205           0.05          14.23         269.37           0.22
                   pinctrldev_list_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.13           5.33           5.46           2.73
                         &gpio_dev->lock:             0              0           0.00           0.00           0.00           0.00              0            439           0.05           2.08          27.56           0.06
                      pinctrl_list_mutex:             0              0           0.00           0.00           0.00           0.00             56            607           0.07          20.33        1239.77           2.04
                 &type->s_umount_key#5/1:             0              0           0.00           0.00           0.00           0.00              0              1          43.98          43.98          43.98          43.98
                        gpio_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.70           2.20           2.90           1.45
                       gpio_devices_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.94           4.94           5.88           2.94
                      pinctrl_maps_mutex:             0              0           0.00           0.00           0.00           0.00             54            203           0.07           7.56          80.78           0.40
                 gpio_machine_hogs_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           0.53           4.74           5.27           2.64
                        lweventlist_lock:             0              0           0.00           0.00           0.00           0.00            203            383           0.06          44.43         285.62           0.75
        acpi_gpio_deferred_req_irqs_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.81           5.32           6.13           3.07
                 regulator_nesting_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.08          13.78          13.86           6.93
               &sb->s_type->i_lock_key#5:             0              0           0.00           0.00           0.00           0.00           1472          11028           0.03          37.16        2568.55           0.23
                                &c->lock:             0              0           0.00           0.00           0.00           0.00              0     1543487201           0.00        1839.36    89413880.78           0.06
                          early_pfn_lock:             0              0           0.00           0.00           0.00           0.00              0            828           0.05           1.20         155.28           0.19
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              2              2           0.34           5.55           5.89           2.95
                           &gdev->srcu-R:             0              0           0.00           0.00           0.00           0.00              0             14           0.36         103.84         230.32          16.45
                regulator_ww_class_mutex:             0              0           0.00           0.00           0.00           0.00              0              1           2.56           2.56           2.56           2.56
                         &pctldev->mutex:             0              0           0.00           0.00           0.00           0.00              0              1           4.47           4.47           4.47           4.47
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              1             12           0.07           7.03           8.19           0.68
                               gdp_mutex:             0              0           0.00           0.00           0.00           0.00            326            719           0.00        5156.46       26956.57          37.49
                     cgroup_file_kn_lock:             0              0           0.00           0.00           0.00           0.00           1065           9224           0.05         847.34        8188.45           0.89
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              2             18           0.08           5.29           6.90           0.38
              pcie_bwctrl_setspeed_rwsem:             0              0           0.00           0.00           0.00           0.00              2             12          14.53          89.21         610.98          50.91
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              0              1           8.29           8.29           8.29           8.29
                             &data->lock:             0              0           0.00           0.00           0.00           0.00              6           1076           0.56         636.10        2130.69           1.98
                thermal_cdev_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00             34             44           0.18          11.33          25.27           0.57
                    regulator_list_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.58           5.44           6.02           3.01
      (cgroup_lifetime_notifier).rwsem-R:             0              0           0.00           0.00           0.00           0.00            536            704           3.83        2009.11        7693.07          10.93
                                rtc_lock:             0              0           0.00           0.00           0.00           0.00              5            164           0.00          24.34        1436.52           8.76
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00             34             44           0.00          10.03          28.51           0.65
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00             17            105           0.21         166.28         403.69           3.84
                    deferred_probe_mutex:             0              0           0.00           0.00           0.00           0.00            376            846           0.07          89.74         381.19           0.45
                           &dev->mutex#2:             0              0           0.00           0.00           0.00           0.00            439            768           0.08      124476.32     3815254.40        4967.78
                       blk_mq_cpuhp_lock:             0              0           0.00           0.00           0.00           0.00              5             10           0.21         158.46         433.36          43.34
             wakeup_srcu_srcu_usage.lock:             0              0           0.00           0.00           0.00           0.00              3             57           0.06         359.67         507.97           8.91
                    probe_waitqueue.lock:             0              0           0.00           0.00           0.00           0.00             49            261           0.06           3.91          70.40           0.27
                            (&ws->timer):             0              0           0.00           0.00           0.00           0.00              0              7           0.16           9.45          20.44           2.92
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              3              4           0.20           3.92           4.63           1.16
                       klist_remove_lock:             0              0           0.00           0.00           0.00           0.00            151            513           0.06         259.74        1656.54           3.23
                          &rtc->irq_lock:             0              0           0.00           0.00           0.00           0.00              0              1           5.80           5.80           5.80           5.80
                               &ws->lock:             0              0           0.00           0.00           0.00           0.00              0              7           0.33           7.36          18.61           2.66
                            vmcore_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           4.05           4.05           4.05           4.05
                         cgroup_idr_lock:             0              0           0.00           0.00           0.00           0.00           1085           6508           0.07         502.98        3396.73           0.52
                              slab_mutex:             0              0           0.00           0.00           0.00           0.00             28            273           0.00       72814.64      115352.05         422.53
                         deleted_ws.lock:             0              0           0.00           0.00           0.00           0.00              3              7           0.23           6.18          15.14           2.16
  (cpufreq_policy_notifier_list).rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              1           3.68           3.68           3.68           3.68
  (cpufreq_policy_notifier_list).rwsem-R:             0              0           0.00           0.00           0.00           0.00              1             32           8.05          72.82         369.82          11.56
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1          78.31          78.31          78.31          78.31
                     cpuidle_driver_lock:             0              0           0.00           0.00           0.00           0.00              0              1           5.13           5.13           5.13           5.13
                   cpufreq_driver_lock-W:             0              0           0.00           0.00           0.00           0.00              1             33           0.05           4.30           6.97           0.21
                   cpufreq_driver_lock-R:             0              0           0.00           0.00           0.00           0.00          11987         611632           0.04           5.10       51397.31           0.08
               &sb->s_type->i_lock_key#9:             0              0           0.00           0.00           0.00           0.00          68046        1524805           0.03         474.91      460928.33           0.30
                            cpuset_mutex:             0              0           0.00           0.00           0.00           0.00            191           1148           0.08       10785.94       54911.07          47.83
                        mm/vmstat.c:2114:             0              0           0.00           0.00           0.00           0.00              0          27375           1.25        3885.86      127585.23           4.66
                         (shepherd).work:             0              0           0.00           0.00           0.00           0.00              0          27375           2.91        1814.96      760480.90          27.78
                              pack_mutex:             0              0           0.00           0.00           0.00           0.00           3281           5988           0.12         501.51       14069.11           2.35
             (wq_completion)mm_percpu_wq:             0              0           0.00           0.00           0.00           0.00              0         640637           0.03       10178.05     6257904.98           9.77
                              init_mutex:             0              0           0.00           0.00           0.00           0.00              1              2          22.37         667.93         690.30         345.15
   (work_completion)(&(({ do { const voi:             0              0           0.00           0.00           0.00           0.00              0         606806           0.42       10177.73     5295575.23           8.73
                    &____s->seqcount#2-W:             0              0           0.00           0.00           0.00           0.00              0       28397438           0.00         366.04    31517730.42           1.11
                    &____s->seqcount#2-R:             0              0           0.00           0.00           0.00           0.00              0     2469445994           0.00        1444.72   151837173.78           0.06
                    freq_invariance_lock:             0              0           0.00           0.00           0.00           0.00              1              1         213.85         213.85         213.85         213.85
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            580            913           0.05         178.72         794.54           0.87
               &fp->aux->used_maps_mutex:             0              0           0.00           0.00           0.00           0.00             71           3283           0.07         937.73        1877.58           0.57
                              port_mutex:             0              0           0.00           0.00           0.00           0.00              1             32         594.24        1235.74       20546.02         642.06
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1             33           0.07           5.50           8.21           0.25
                        proto_list_mutex:             0              0           0.00           0.00           0.00           0.00              9             25           0.07           3.68           9.95           0.40
                         blkcg_pol_mutex:             0              0           0.00           0.00           0.00           0.00            192            381           0.10        1013.55        6580.71          17.27
                          &xa->xa_lock#7:             0              0           0.00           0.00           0.00           0.00              0             32           0.12           3.28           8.09           0.25
                            &port->mutex:             0              0           0.00           0.00           0.00           0.00             70            152           0.14         772.61       15671.12         103.10
                           targets_mutex:             0              0           0.00           0.00           0.00           0.00              5             18           0.07           3.47           6.36           0.35
                            &blkcg->lock:             0              0           0.00           0.00           0.00           0.00           2234           9866           0.06         973.89        9476.72           0.96
                          &port_lock_key:             0              0           0.00           0.00           0.00           0.00              0            101           0.06          77.75         125.17           1.24
                           &subsys->lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.49         274.52         367.63          91.91
                      &q->mq_freeze_lock:             0              0           0.00           0.00           0.00           0.00              3             10           1.73         127.50         471.09          47.11
                        ctrl_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1             64           0.12           3.48          12.59           0.20
                              fs_reclaim:             0              0           0.00           0.00           0.00           0.00              0     2301134665           0.00     4945616.93  1414489277.91           0.61
                   rcu_read_lock_sched-R:             0              0           0.00           0.00           0.00           0.00              0     3547229768           0.00       38496.26   167402460.93           0.05
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1             64           0.07           6.17          11.46           0.18
              &set->update_nr_hwq_lock-R:             0              0           0.00           0.00           0.00           0.00              2              3        7465.75       84833.19      176424.43       58808.14
                            config_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           6.93           6.93           6.93           6.93
                   (wq_completion)kacpid:             0              0           0.00           0.00           0.00           0.00              0              1           7.76           7.76           7.76           7.76
             (wq_completion)kacpi_notify:             0              0           0.00           0.00           0.00           0.00              0              1           6.66           6.66           6.66           6.66
                         net_family_lock:             0              0           0.00           0.00           0.00           0.00              7             10           0.08           3.43           5.59           0.56
     mmu_notifier_invalidate_range_start:             0              0           0.00           0.00           0.00           0.00              0     3057134097           0.00       31206.53   136490377.01           0.04
                                idr_lock:             0              0           0.00           0.00           0.00           0.00              2              4           0.28          20.86          22.96           5.74
              acpi_wakeup_lock.wait_lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.13           6.29           9.21           2.30
                 net_generic_ids.xa_lock:             0              0           0.00           0.00           0.00           0.00             10             15           0.12           3.01           9.39           0.63
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1              1           7.87           7.87           7.87           7.87
                        &q->rq_qos_mutex:             0              0           0.00           0.00           0.00           0.00              2              3         468.23         717.66        1723.75         574.58
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1              1           7.08           7.08           7.08           7.08
                  mem_cgroup_ids.xa_lock:             0              0           0.00           0.00           0.00           0.00            545           1139           0.18          13.70         964.54           0.85
                               pmus_lock:             0              0           0.00           0.00           0.00           0.00             35             51           0.00        2097.22        5716.64         112.09
                        &dev->queue_lock:             0              0           0.00           0.00           0.00           0.00              1              1           2.91           2.91           2.91           2.91
                 dma_heap_minors.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.44           4.44           4.44           4.44
                    k-sk_lock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00              0            668           0.00        1331.90        3190.10           4.78
                          subsys mutex#3:             0              0           0.00           0.00           0.00           0.00              1              1           6.70           6.70           6.70           6.70
                          heap_list_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.77           4.77           4.77           4.77
                      k-slock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00              4           1336           0.00           4.65         153.29           0.11
                 batched_entropy_u8.lock:             0              0           0.00           0.00           0.00           0.00              0         929170           0.03        7119.48      388484.08           0.42
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              1           7.45           7.45           7.45           7.45
                         ata_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              6           0.11           2.87           3.52           0.59
                       rhashtable_bucket:             0              0           0.00           0.00           0.00           0.00              0           9060           0.00           8.00        2475.66           0.27
                             &host->lock:             0              0           0.00           0.00           0.00           0.00             31            166           0.05          51.29         198.87           1.20
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0            228           0.48         110.02        1454.76           6.38
                                  lock#5:             0              0           0.00           0.00           0.00           0.00              1              1           6.74           6.74           6.74           6.74
                               cb_lock-W:             0              0           0.00           0.00           0.00           0.00              6             22           0.44          17.29          66.99           3.05
                               cb_lock-R:             0              0           0.00           0.00           0.00           0.00           1587          21072           0.33       64019.34    23676244.90        1123.59
                    &swhash->hlist_mutex:             0              0           0.00           0.00           0.00           0.00             31             32           0.00           1.35           5.90           0.18
                          shrinker_mutex:             0              0           0.00           0.00           0.00           0.00           1392           2958           0.00       11234.43       22694.51           7.67
                       &cpu_rcache->lock:             0              0           0.00           0.00           0.00           0.00            236       19276202           0.05        3627.70     2602893.01           0.14
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0            232           0.51         123.57        1631.57           7.03
                              genl_mutex:             0              0           0.00           0.00           0.00           0.00            345          16571           0.11         906.90        4807.95           0.29
                    &pgtable->seqcount-R:             0              0           0.00           0.00           0.00           0.00              0       28920710           0.02           7.30     1154150.89           0.04
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0              4           2.11          92.10         111.99          28.00
                            freezer_lock:             0              0           0.00           0.00           0.00           0.00              2              6           0.00           0.19           0.19           0.03
                         devcgroup_mutex:             0              0           0.00           0.00           0.00           0.00              0              1           4.11           4.11           4.11           4.11
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0          72527           0.04        3040.40      219386.39           3.02
                          dev_addr_sem-W:             0              0           0.00           0.00           0.00           0.00             68             73          65.29        1105.39        9563.98         131.01
                          dev_addr_sem-R:             0              0           0.00           0.00           0.00           0.00            109            220           0.19          12.73         154.11           0.70
                 audit_backlog_wait.lock:             0              0           0.00           0.00           0.00           0.00            141            663           0.00           1.74         207.73           0.31
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              6           0.18          10.56          11.53           1.92
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0             10           0.96          62.79         112.99          11.30
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              6           0.18          10.76          11.72           1.95
                           freezer_mutex:             0              0           0.00           0.00           0.00           0.00              0              1           4.15           4.15           4.15           4.15
                           &cpuctx_mutex:             0              0           0.00           0.00           0.00           0.00             31             98           0.00          10.43         206.75           2.11
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              6           0.18          10.18          11.13           1.86
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0              4           1.34         123.63         136.88          34.22
                  host_index_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              6           0.21           2.65           3.87           0.65
                  scsi_sense_cache_mutex:             0              0           0.00           0.00           0.00           0.00              1              6           0.10          65.16          65.73          10.96
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00           2304        4647401           0.04         552.47      319713.23           0.07
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              6           0.08           5.55           6.01           1.00
             printk_ratelimit_state.lock:             0              0           0.00           0.00           0.00           0.00              0             42           0.00           4.79           8.90           0.21
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              6           0.21           7.50           8.59           1.43
                        shost->host_lock:             0              0           0.00           0.00           0.00           0.00             24             72           0.05          50.36         101.46           1.41
                                  lock#2:             0              0           0.00           0.00           0.00           0.00              1              2           0.00           0.00           0.00           0.00
                          &ap->eh_wait_q:             0              0           0.00           0.00           0.00           0.00             11             18           0.17           8.39          29.93           1.66
                         &host->eh_mutex:             0              0           0.00           0.00           0.00           0.00             12            100           0.69         566.21        2159.91          21.60
                        khugepaged_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.00          84.01          84.01          42.01
                rcu_state.exp_wake_mutex:             0              0           0.00           0.00           0.00           0.00            612           2191           0.00        3546.12       19587.03           8.94
                         tty_ldiscs_lock:             0              0           0.00           0.00           0.00           0.00             84            184           0.07          82.00         129.11           0.70
                       espfix_init_mutex:             0              0           0.00           0.00           0.00           0.00              0              1          21.16          21.16          21.16          21.16
                        acpi_ioapic_lock:             0              0           0.00           0.00           0.00           0.00             17             69           0.75        2799.37        6948.94         100.71
                  (&ap->fastdrain_timer):             0              0           0.00           0.00           0.00           0.00              0             12           0.06           4.44           5.96           0.50
                   printk_limits[6].lock:             0              0           0.00           0.00           0.00           0.00              0              8           0.04           2.19           2.86           0.36
         &(&priv->bus_notifier)->rwsem-W:             0              0           0.00           0.00           0.00           0.00              3              9           0.00           0.48           1.69           0.19
         &(&priv->bus_notifier)->rwsem-R:             0              0           0.00           0.00           0.00           0.00            103            481           0.00       33993.69      117239.49         243.74
                          link_ops_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           0.61           4.16           4.77           2.39
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              1           5.59           5.59           5.59           5.59
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              3              4           2.30          26.20          37.70           9.43
                          &rnp->exp_lock:             0              0           0.00           0.00           0.00           0.00           1962           6451           0.00          13.77        1018.46           0.16
                        gpio_lookup_lock:             0              0           0.00           0.00           0.00           0.00              6              6           0.51          10.10          19.32           3.22
         (wq_completion)btrfs-endio-meta:             0              0           0.00           0.00           0.00           0.00              0          24736           7.83        3384.74      914515.84          36.97
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              1              1           4.16           4.16           4.16           4.16
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00              2              9           0.23           5.60          13.08           1.45
           &fs_info->fs_roots_radix_lock:             0              0           0.00           0.00           0.00           0.00           9206          18408           0.08         203.99       23756.52           1.29
                        usb_bus_idr_lock:             0              0           0.00           0.00           0.00           0.00              4             17           0.16      178564.39      402781.14       23693.01
                     remove_cache_srcu-R:             0              0           0.00           0.00           0.00           0.00              0        5233619           0.17       23467.64   840434668.64         160.58
                         &rnp->exp_wq[0]:             0              0           0.00           0.00           0.00           0.00           1686           2193           0.00         807.57        2512.16           1.15
                      reset_lookup_mutex:             0              0           0.00           0.00           0.00           0.00              3              4           0.12           5.40           5.98           1.50
                                amd_lock:             0              0           0.00           0.00           0.00           0.00              3              9           0.07           2.74           6.28           0.70
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              3             15           6.77         226.73         732.29          48.82
                      companions_rwsem-R:             0              0           0.00           0.00           0.00           0.00              3              4        3554.69       61484.00       73210.81       18302.70
                          pools_reg_lock:             0              0           0.00           0.00           0.00           0.00              5             56           0.20          45.04         141.33           2.52
               regmap_debugfs_early_lock:             0              0           0.00           0.00           0.00           0.00              4              5           0.39          14.04          23.43           4.69
                         &rnp->exp_wq[1]:             0              0           0.00           0.00           0.00           0.00           1696           2192           0.00         793.69        2583.85           1.18
                              pools_lock:             0              0           0.00           0.00           0.00           0.00              5             56           0.07           6.88          13.03           0.23
                                mon_lock:             0              0           0.00           0.00           0.00           0.00              3             16           0.07           7.65           9.96           0.62
             (acpi_reconfig_chain).rwsem:             0              0           0.00           0.00           0.00           0.00              2              3           0.16           3.54           4.18           1.39
                     usb_port_peer_mutex:             0              0           0.00           0.00           0.00           0.00             15             43           0.08      174766.91      388852.47        9043.08
                        __i2c_board_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.30           3.30           3.30           3.30
                    init_sighand.siglock:             0              0           0.00           0.00           0.00           0.00              0              8           0.05           2.06           6.09           0.76
                            console_lock:             0              0           0.00           0.00           0.00           0.00              0          19406           0.00       94664.64     2132627.12         109.90
                batched_entropy_u16.lock:             0              0           0.00           0.00           0.00           0.00              0          88003           0.03          11.99       30253.25           0.34
                 &type->s_umount_key#4-W:             0              0           0.00           0.00           0.00           0.00              3              3          13.51        6689.50        6874.08        2291.36
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00            448          37730           0.08     3735143.87   628192369.77       16649.68
                               core_lock:             0              0           0.00           0.00           0.00           0.00             12             38           0.13       34473.48       34564.06         909.58
             mapping.invalidate_lock#2-R:             0              0           0.00           0.00           0.00           0.00         258990         634755           0.07      437611.17   978075744.82        1540.87
                   thermal_governor_lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.40           9.48          11.17           2.79
                        scx_fork_rwsem-R:             0              0           0.00           0.00           0.00           0.00              0          82174           0.00      252194.33    51658856.69         628.65
                               &bh->lock:             0              0           0.00           0.00           0.00           0.00            207       49119843           0.05         626.60     8287226.73           0.17
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00           3235           8094           0.05         686.31        8031.29           0.99
                       thermal_list_lock:             0              0           0.00           0.00           0.00           0.00             36             80           0.00          63.00         340.94           4.26
                (wq_completion)events_bh:             0              0           0.00           0.00           0.00           0.00              0          22607           0.29        3504.58      560660.72          24.80
                            &__ctx->lock:             0              0           0.00           0.00           0.00           0.00          52019         719973           0.06        3783.51      175789.04           0.24
              (work_completion)(&bh->bh):             0              0           0.00           0.00           0.00           0.00              0       16372977           0.31       23286.53   606374693.24          37.04
                            cpuidle_lock:             0              0           0.00           0.00           0.00           0.00             33             33          29.75         681.93       13673.53         414.35
                          kbd_event_lock:             0              0           0.00           0.00           0.00           0.00            305          67257           0.05          14.61      124672.23           1.85
                         set_config_lock:             0              0           0.00           0.00           0.00           0.00             14             25           0.07           9.04          16.82           0.67
              (wq_completion)btrfs-endio:             0              0           0.00           0.00           0.00           0.00              0         154372           7.09       32710.86     7964603.39          51.59
                        iova_cache_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          52.22          52.22          52.22          52.22
                         usb_dynids_lock:             0              0           0.00           0.00           0.00           0.00             28            362           0.06          11.19          59.15           0.16
                        &topology_lock-W:             0              0           0.00           0.00           0.00           0.00              1              4           0.09       18156.70       28979.96        7244.99
                        &topology_lock-R:             0              0           0.00           0.00           0.00           0.00              0              8           0.09           5.72          18.30           2.29
                      &hub->status_mutex:             0              0           0.00           0.00           0.00           0.00             88            337          22.72       99437.31      176943.91         525.06
                         mdio_board_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.08           2.97           3.45           1.15
                         component_mutex:             0              0           0.00           0.00           0.00           0.00             11             54           0.08         660.98        1193.96          22.11
             &(&group->avgs_work)->timer:             0              0           0.00           0.00           0.00           0.00              0         635853           0.63       24811.28     6090641.52           9.58
                          subsys mutex#8:             0              0           0.00           0.00           0.00           0.00              0              1           4.74           4.74           4.74           4.74
                     mm/memcontrol.c:552:             0              0           0.00           0.00           0.00           0.00              0          14116           1.30        3073.97       80320.62           5.69
                         drain_vmap_work:             0              0           0.00           0.00           0.00           0.00              0            516         154.72       15557.06     4440219.21        8605.08
         drm_unplug_srcu_srcu_usage.lock:             0              0           0.00           0.00           0.00           0.00              1              9           0.06          58.37          94.18          10.46
                (stats_flush_dwork).work:             0              0           0.00           0.00           0.00           0.00              0          14116          55.50        2254.46     3266276.74         231.39
                    init_files.file_lock:             0              0           0.00           0.00           0.00           0.00             52             64           0.56           4.92          72.50           1.13
                                led_lock:             0              0           0.00           0.00           0.00           0.00            287           4066           0.06           3.29        1625.03           0.40
                             ioapic_lock:             0              0           0.00           0.00           0.00           0.00              3            419           0.00           3.19          90.33           0.22
                            uclamp_mutex:             0              0           0.00           0.00           0.00           0.00            127            200           0.00          12.55         180.65           0.90
                                avg_lock:             0              0           0.00           0.00           0.00           0.00              0        2931357           0.00           5.42      232776.16           0.08
              con_driver_unregister_work:             0              0           0.00           0.00           0.00           0.00              0              1         281.37         281.37         281.37         281.37
   (work_completion)(&(&group->avgs_work:             0              0           0.00           0.00           0.00           0.00              0         635853           4.60        3420.04     7111089.76          11.18
                          pci_mmcfg_lock:             0              0           0.00           0.00           0.00           0.00              2              2           2.76           4.15           6.91           3.46
                        ttm_global_mutex:             0              0           0.00           0.00           0.00           0.00              3              4           0.11         686.60         687.68         171.92
                             dmemcg_lock:             0              0           0.00           0.00           0.00           0.00              3              4           0.51          22.04          40.12          10.03
                        (&hcd->rh_timer):             0              0           0.00           0.00           0.00           0.00              0            107           0.04          66.32         837.71           7.83
                              mtrr_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          18.18          18.18          18.18          18.18
                          subsys mutex#4:             0              0           0.00           0.00           0.00           0.00             15             91           0.07           9.53          31.17           0.34
               &(&hub->init_work)->timer:             0              0           0.00           0.00           0.00           0.00              0             13           7.65          54.36         173.90          13.38
   (work_completion)(&(&hub->init_work)-:             0              0           0.00           0.00           0.00           0.00              0             13          98.60      100748.51      120954.64        9304.20
                       &shost->host_wait:             0              0           0.00           0.00           0.00           0.00              6             12           0.09           2.33           4.50           0.38
                            kprobe_mutex:             0              0           0.00           0.00           0.00           0.00            216            300           0.00         116.22         472.33           1.57
                pidmap_lock_seq.seqcount:             0              0           0.00           0.00           0.00           0.00              0         159708           0.00         797.88      119119.56           0.75
                           console_mutex:             0              0           0.00           0.00           0.00           0.00              9             15           0.17        1419.96        1464.31          97.62
             &(&hub->init_work)->timer#2:             0              0           0.00           0.00           0.00           0.00              0             10           5.60          51.62         120.40          12.04
   (work_completion)(&(&hub->init_work#2:             0              0           0.00           0.00           0.00           0.00              0             10           4.70          62.12         248.41          24.84
                     (init_mm).mmap_lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.48       29957.31       49406.14       16468.71
               (wq_completion)usb_hub_wq:             0              0           0.00           0.00           0.00           0.00              0             99           1.49     3120356.64    12233053.19      123566.19
                        &adev->psp.mutex:             0              0           0.00           0.00           0.00           0.00              9             69         235.16       33317.07      277452.10        4021.04
         (work_completion)(&hub->events):             0              0           0.00           0.00           0.00           0.00              0             99           1.35     3120349.03    12232999.40      123565.65
   (work_completion)(&ftrace_check_work):             0              0           0.00           0.00           0.00           0.00              0              1       19448.25       19448.25       19448.25       19448.25
                         &adev->irq.lock:             0              0           0.00           0.00           0.00           0.00          44502          53436           0.16         299.24      866540.75          16.22
   &adev->dm.irq_handler_list_table_lock:             0              0           0.00           0.00           0.00           0.00              5        1099719           0.05        8229.47     9595392.33           8.73
         init_signals.wait_chldexit.lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.19       14815.92       24195.86        6048.96
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            813           1710           0.05         425.36        2113.05           1.24
                    i2c_register_adapter:             0              0           0.00           0.00           0.00           0.00              0             90         359.60       12129.23      130383.79        1448.71
        (wq_completion)events_bh_highpri:             0              0           0.00           0.00           0.00           0.00              0       16370360           0.40       23286.65   610791602.96          37.31
       (work_completion)(&eval_map_work):             0              0           0.00           0.00           0.00           0.00              0              1       14815.82       14815.82       14815.82       14815.82
              cgroup_threadgroup_rwsem-W:             0              0           0.00           0.00           0.00           0.00              0            618           1.78      158226.74     7145135.00       11561.71
              cgroup_threadgroup_rwsem-R:             0              0           0.00           0.00           0.00           0.00              0         159755           0.00        7695.71      364988.82           2.28
                             syslog_lock:             0              0           0.00           0.00           0.00           0.00              0              1           4.34           4.34           4.34           4.34
                      &hub->irq_urb_lock:             0              0           0.00           0.00           0.00           0.00             50            106           0.05         430.57         930.53           8.78
                      kernfs_notify_lock:             0              0           0.00           0.00           0.00           0.00            725           3003           0.05         966.66       11353.56           3.78
                    oom_reaper_wait.lock:             0              0           0.00           0.00           0.00           0.00              1              1           0.00           0.00           0.00           0.00
                 &bus->devnum_next_mutex:             0              0           0.00           0.00           0.00           0.00              7             17           0.19           7.71          13.48           0.79
                 &adev->mes.mutex_hidden:             0              0           0.00           0.00           0.00           0.00             87            222          18.99         602.09       17210.86          77.53
              ehci_cf_port_reset_rwsem-R:             0              0           0.00           0.00           0.00           0.00             15             26       72908.93      173840.64     2703442.42      103978.55
                          subsys mutex#9:             0              0           0.00           0.00           0.00           0.00              4             14           0.00           0.48           2.40           0.17
                      kernfs_notify_work:             0              0           0.00           0.00           0.00           0.00              0            859           0.20        1169.01       16295.63          18.97
          &adev->vcn.inst[i].vcn_pg_lock:             0              0           0.00           0.00           0.00           0.00           7381          39165           0.07        3559.99       20105.21           0.51
            &root->kernfs_supers_rwsem-W:             0              0           0.00           0.00           0.00           0.00             87             89           0.24          16.28          70.39           0.79
            &root->kernfs_supers_rwsem-R:             0              0           0.00           0.00           0.00           0.00            700           1072           0.41        1165.82       14929.91          13.93
                   (&hub->irq_urb_retry):             0              0           0.00           0.00           0.00           0.00              0             61           0.03           3.37          13.13           0.22
                       &dqm->lock_hidden:             0              0           0.00           0.00           0.00           0.00              0              2          50.64         156.25         206.89         103.44
        &(&hub->post_resume_work)->timer:             0              0           0.00           0.00           0.00           0.00              0             77           0.03         456.17         921.37          11.97
                        ksm_thread_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           0.00           0.00           0.00           0.00
                          console_srcu-R:             0              0           0.00           0.00           0.00           0.00              0          22926           0.00        1278.29      125151.69           5.46
                     hcd_urb_unlink_lock:             0              0           0.00           0.00           0.00           0.00            127            567           0.05          10.50         165.08           0.29
                 usb_kill_urb_queue.lock:             0              0           0.00           0.00           0.00           0.00            859           1019           0.05         380.71        1686.73           1.66
                    ksm_thread_wait.lock:             0              0           0.00           0.00           0.00           0.00              1              1           0.00           0.00           0.00           0.00
                              table_lock:             0              0           0.00           0.00           0.00           0.00              1              1          75.83          75.83          75.83          75.83
   (work_completion)(&(&adev->delayed_in:             0              0           0.00           0.00           0.00           0.00              0              4           0.25        7125.45        9805.92        2451.48
                       input_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00             11             56           0.11          10.19          50.37           0.90
                        memory_tier_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.00           0.26           0.26           0.13
                      &mousedev->mutex/1:             0              0           0.00           0.00           0.00           0.00              3              6           0.24          22.71          24.52           4.09
                        serio_event_lock:             0              0           0.00           0.00           0.00           0.00              2              8           0.06          36.79          76.50           9.56
              (wq_completion)events_long:             0              0           0.00           0.00           0.00           0.00              0              2           3.77          32.41          36.18          18.09
                   drm_sched_lockdep_map:             0              0           0.00           0.00           0.00           0.00              0        7026929           0.23       45482.16    49119347.86           6.99
                        serio_event_work:             0              0           0.00           0.00           0.00           0.00              0              2           3.55          27.21          30.76          15.38
                      khugepaged_mm_lock:             0              0           0.00           0.00           0.00           0.00             15             46           0.00         183.36         308.22           6.70
                               psi_seq-W:             0              0           0.00           0.00           0.00           0.00              0      770471842           0.00       11026.47   253210573.13           0.33
                               psi_seq-R:             0              0           0.00           0.00           0.00           0.00              0       21545664           0.02         242.11      907564.27           0.04
                      console_owner_lock:             0              0           0.00           0.00           0.00           0.00            198           4693           0.00          15.84         690.90           0.15
                        map_entries_lock:             0              0           0.00           0.00           0.00           0.00              0            736           0.05           0.25          47.68           0.06
                             serio_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           3.33          20.43          23.76          11.88
                         rtc_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1           2.22           2.22           2.22           2.22
                    khugepaged_wait.lock:             0              0           0.00           0.00           0.00           0.00             13             31           0.00         869.17         878.11          28.33
                          &rtc->ops_lock:             0              0           0.00           0.00           0.00           0.00              0             11           0.08          26.86         124.82          11.35
              platform_devid_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.40           4.40           4.40           4.40
                          damon_ops_lock:             0              0           0.00           0.00           0.00           0.00              2              4           0.09           3.99           5.14           1.29
               (kthreadd_done).wait.lock:             0              0           0.00           0.00           0.00           0.00              0              2           0.09           1.37           1.46           0.73
                             rtcdev_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.95           3.95           3.95           3.95
                       nvmem_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              3              3           0.70           5.30           7.95           2.65
                           bio_slab_lock:             0              0           0.00           0.00           0.00           0.00              8             12           0.33         863.09        1851.37         154.28
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              3              3           0.44           5.15           9.64           3.21
                             nvmem_mutex:             0              0           0.00           0.00           0.00           0.00              3              3           0.54           4.88           9.54           3.18
                       bio_slabs.xa_lock:             0              0           0.00           0.00           0.00           0.00              5              8           0.60          13.21          38.84           4.86
                           console_owner:             0              0           0.00           0.00           0.00           0.00              0           2253           0.00        1270.24      110186.17          48.91
                                   _lock:             0              0           0.00           0.00           0.00           0.00              1              8           0.23           3.93           5.72           0.72
                   dm_bufio_clients_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.72           3.72           3.72           3.72
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            120           0.42         228.45         934.94           7.79
                 &type->s_umount_key#3-R:             0              0           0.00           0.00           0.00           0.00              7             13           0.07          25.41          37.56           2.89
                         task_group_lock:             0              0           0.00           0.00           0.00           0.00           1735           2009           0.07           5.31        1069.23           0.53
            &(&idev->mc_ifc_work)->timer:             0              0           0.00           0.00           0.00           0.00              0            194           5.38         483.15        2661.29          13.72
                      (wq_completion)mld:             0              0           0.00           0.00           0.00           0.00              0           2141           7.03        4451.04       54332.31          25.38
                             &ul->lock#2:             0              0           0.00           0.00           0.00           0.00             38          23764           0.07          10.83        9656.65           0.41
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             48           0.05         207.88         620.52          12.93
                              param_lock:             0              0           0.00           0.00           0.00           0.00             10             13           0.17          27.39          42.31           3.25
                              &buf->lock:             0              0           0.00           0.00           0.00           0.00         692726        2406117           0.07        2454.83     3785028.97           1.57
                     &tty->winsize_mutex:             0              0           0.00           0.00           0.00           0.00          11034          14069           0.11        1039.81       14857.01           1.06
                           redirect_lock:             0              0           0.00           0.00           0.00           0.00            232            435           0.06           3.20         114.01           0.26
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            216           0.56         193.90        1895.41           8.78
                     &ldata->output_lock:             0              0           0.00           0.00           0.00           0.00          62715        3650403           0.08       93752.18    15061098.85           4.13
           (work_completion)(&buf->work):             0              0           0.00           0.00           0.00           0.00              0        3063385           0.03        2670.00     4352060.63           1.42
                &ldata->atomic_read_lock:             0              0           0.00           0.00           0.00           0.00           2759        1270635           0.61     4944890.21    29546222.28          23.25
                    &tty->throttle_mutex:             0              0           0.00           0.00           0.00           0.00              2             15           0.08           4.98           7.30           0.49
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.47         285.28        1310.29           7.12
                      sk_lock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00              0           4356           0.25        3697.93       36876.80           8.47
                        slock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00             48           8712           0.03           9.47        1722.11           0.20
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.49         200.86        1334.70           7.25
   (work_completion)(&(&net->ipv4.addr_c:             0              0           0.00           0.00           0.00           0.00              0           3046          16.95         363.10       83144.75          27.30
           &net->ipv6.addrconf_hash_lock:             0              0           0.00           0.00           0.00           0.00            238          54138           0.04          20.61        4331.95           0.08
                           &ndev->lock-W:             0              0           0.00           0.00           0.00           0.00             93            625           0.06         700.91        1950.62           3.12
                           &ndev->lock-R:             0              0           0.00           0.00           0.00           0.00           8117          10091           0.07         103.26        5045.93           0.50
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.66        2255.54       12523.10          68.06
   (work_completion)(&(&ifa->dad_work)->:             0              0           0.00           0.00           0.00           0.00              0             46          41.86        2519.84       14738.87         320.41
                 &dev_addr_list_lock_key:             0              0           0.00           0.00           0.00           0.00            110            296           0.07           5.46          89.56           0.30
                   &in_dev->mc_tomb_lock:             0              0           0.00           0.00           0.00           0.00            195            401           0.06           5.19         120.67           0.30
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            150           0.06         387.27         918.86           6.13
                      k-slock-AF_QIPCRTR:             0              0           0.00           0.00           0.00           0.00              1             12           0.04           5.99          10.83           0.90
                          qrtr_node_lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.62           8.62           8.62           8.62
           &net->ipv6.fib6_walker_lock-W:             0              0           0.00           0.00           0.00           0.00            336           6020           0.05          61.65         674.29           0.11
           &net->ipv6.fib6_walker_lock-R:             0              0           0.00           0.00           0.00           0.00              0            136           0.07          24.43          56.37           0.41
          (wq_completion)qrtr_ns_handler:             0              0           0.00           0.00           0.00           0.00              0              1         207.70         207.70         207.70         207.70
                              &nlk->wait:             0              0           0.00           0.00           0.00           0.00          10631          88227           0.05          27.40       11075.14           0.13
              &sb->s_type->i_mutex_key#1:             0              0           0.00           0.00           0.00           0.00          65799         380066           0.07       48174.66     5417740.78          14.25
                        clock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00            627           2233           0.08           7.72         730.96           0.33
             nf_tables_destroy_list_lock:             0              0           0.00           0.00           0.00           0.00              3              6           0.20           9.10          12.80           2.13
                              &ht->mutex:             0              0           0.00           0.00           0.00           0.00            749            818           0.24        1597.99        9516.60          11.63
                     rhashtable_bucket/1:             0              0           0.00           0.00           0.00           0.00              0           1201           0.03           2.79          62.46           0.05
                               &ht->lock:             0              0           0.00           0.00           0.00           0.00            151            823           0.05          52.04         365.04           0.44
                           defrag6_mutex:             0              0           0.00           0.00           0.00           0.00              2              5          19.80         457.82         760.32         152.06
                    &____s->seqcount#1-W:             0              0           0.00           0.00           0.00           0.00              0             36           0.18           6.99          15.06           0.42
                    &____s->seqcount#1-R:             0              0           0.00           0.00           0.00           0.00              0          12009           0.04          10.38        3265.76           0.27
                    nlk_cb_mutex-GENERIC:             0              0           0.00           0.00           0.00           0.00            796           6113          10.41       30200.46      659348.76         107.86
                         &xattrs->lock-W:             0              0           0.00           0.00           0.00           0.00           4843         169025           0.05         824.99       42512.78           0.25
                         &xattrs->lock-R:             0              0           0.00           0.00           0.00           0.00          31885         338842           0.05         794.86       70517.43           0.21
                        mfc_unres_lock#2:             0              0           0.00           0.00           0.00           0.00             95            170           0.05           5.93          51.27           0.30
                        &tbl->phash_lock:             0              0           0.00           0.00           0.00           0.00            346            760           0.09           8.73         293.80           0.39
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.07          31.78          43.83           7.31
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.06          30.57          39.92           6.65
                       noop_qdisc.q.lock:             0              0           0.00           0.00           0.00           0.00            123            144           0.05          11.89         132.80           0.92
                          epnested_mutex:             0              0           0.00           0.00           0.00           0.00             51           1642           0.24        1153.65       30919.42          18.83
                  &sighand->signalfd_wqh:             0              0           0.00           0.00           0.00           0.00           5417           7138           0.05        1125.13       14490.22           2.03
                    &____s->seqcount#1-R:             0              0           0.00           0.00           0.00           0.00              0      148684047           0.02           9.50     5177107.16           0.03
   (work_completion)(&(&rfkill->poll_wor:             0              0           0.00           0.00           0.00           0.00              0           5395        1165.20      143091.37   161481305.33       29931.66
                &nf_conntrack_locks[i]/1:             0              0           0.00           0.00           0.00           0.00          37592          48912           0.04         182.96       28196.19           0.58
                  &rdev->wiphy_work_lock:             0              0           0.00           0.00           0.00           0.00          55104          66445           0.05        2168.57       26735.60           0.40
                          sb_writers#7-R:             0              0           0.00           0.00           0.00           0.00              0         129607           0.23      158247.09    11690021.99          90.20
                           _xmit_ETHER#2:             0              0           0.00           0.00           0.00           0.00        1018200        4901886           0.07       49323.24    23460895.39           4.79
                          kn->active#1-W:             0              0           0.00           0.00           0.00           0.00              0            436           0.18           3.58         162.85           0.37
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           2221           0.30         951.32       20896.22           9.41
                            &of->mutex#2:             0              0           0.00           0.00           0.00           0.00            251          93500           0.16      399739.10    10015406.84         107.12
   cgroup_threadgroup_rwsem.rss.gp_wait.:             0              0           0.00           0.00           0.00           0.00            672           1915           0.05           7.48        1129.49           0.59
                      rt6_exception_lock:             0              0           0.00           0.00           0.00           0.00             98            184           0.08           7.35          97.14           0.53
                     (wq_completion)phy0:             0              0           0.00           0.00           0.00           0.00              0           1743           9.33        2911.14       81859.78          46.96
                 &net->ipv6.fib6_gc_lock:             0              0           0.00           0.00           0.00           0.00              0            212           1.02          21.05         614.31           2.90
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            147           0.06         775.78        1554.47          10.57
                &net->packet.sklist_lock:             0              0           0.00           0.00           0.00           0.00             79            151           0.12           4.89          78.25           0.52
                                bpf_lock:             0              0           0.00           0.00           0.00           0.00            144            416           0.06           5.44         234.84           0.56
                         wlock-AF_PACKET:             0              0           0.00           0.00           0.00           0.00           3774          40526           0.05          25.44        8398.26           0.21
           (work_completion)(&aux->work):             0              0           0.00           0.00           0.00           0.00              0           2701           7.15        3913.62       89059.36          32.97
           (work_completion)(&map->work):             0              0           0.00           0.00           0.00           0.00              0             28           3.88         403.10        1306.20          46.65
                      &map->freeze_mutex:             0              0           0.00           0.00           0.00           0.00              0              6           0.16           3.27           6.93           1.16
                       &ctx->cancel_lock:             0              0           0.00           0.00           0.00           0.00         495565        5881717           0.05         425.72     1128509.13           0.19
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            256           0.05         109.06         755.26           2.95
                            &dev->lock#2:             0              0           0.00           0.00           0.00           0.00           3444           5226           0.08          11.57        1961.21           0.38
                      &group->mark_mutex:             0              0           0.00           0.00           0.00           0.00           4791         163565           0.07        3904.15     1407640.87           8.61
           &group->inotify_data.idr_lock:             0              0           0.00           0.00           0.00           0.00           3768         144624           0.07         614.78       39623.75           0.27
                        major_names_lock:             0              0           0.00           0.00           0.00           0.00              7             25           0.00        9880.76        9941.13         397.65
                             &mark->lock:             0              0           0.00           0.00           0.00           0.00          11339         443284           0.05         570.70      105403.67           0.24
                &(&ifa->dad_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              4           7.36         536.22         961.66         240.41
                     fs/notify/mark.c:89:             0              0           0.00           0.00           0.00           0.00              0            980           0.03         236.18        2990.87           3.05
                                 _lock#2:             0              0           0.00           0.00           0.00           0.00              1              4           0.19           4.33           4.92           1.23
                      (reaper_work).work:             0              0           0.00           0.00           0.00           0.00              0           1043           0.03        6819.87      753308.39         722.25
                            fanout_mutex:             0              0           0.00           0.00           0.00           0.00             71             74           0.21           6.66          45.08           0.61
                          kn->active#1-W:             0              0           0.00           0.00           0.00           0.00              0             36           4.66         926.00        5993.11         166.48
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            113           0.57          50.35         910.49           8.06
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              8           7.96         324.57        1273.04         159.13
                            &of->mutex#3:             0              0           0.00           0.00           0.00           0.00              0              4         287.64         329.91        1215.33         303.83
                        trampoline_mutex:             0              0           0.00           0.00           0.00           0.00              4              7           4.67          29.31         116.28          16.61
                              &tr->mutex:             0              0           0.00           0.00           0.00           0.00              1             11           0.13       33463.67      102194.99        9290.45
                     &fp->aux->dst_mutex:             0              0           0.00           0.00           0.00           0.00              0              4        1514.11        2286.93        7610.27        1902.57
              &type->i_mutex_dir_key#7-R:             0              0           0.00           0.00           0.00           0.00              1              3           4.23         131.95         141.52          47.17
              (&icsk->icsk_delack_timer):             0              0           0.00           0.00           0.00           0.00              0         107334           0.04        1097.13      546828.59           5.09
                           netstamp_work:             0              0           0.00           0.00           0.00           0.00              0            472          46.24       16920.81      115179.66         244.02
                            direct_mutex:             0              0           0.00           0.00           0.00           0.00              3              7        1107.37       33010.90       98014.10       14002.01
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          11198           0.05        1514.55      190569.90          17.02
                        &mm->mmap_lock/1:             0              0           0.00           0.00           0.00           0.00            106          33566         206.48      251814.27    47046307.61        1401.61
                       &mm->context.lock:             0              0           0.00           0.00           0.00           0.00          22800          33566           0.08        1299.32       11460.37           0.34
                (&vblank->disable_timer):             0              0           0.00           0.00           0.00           0.00              0          26726           0.83        9944.04     2085147.20          78.02
                           &mm->arg_lock:             0              0           0.00           0.00           0.00           0.00         163162         682355           0.05         634.33      153527.39           0.22
                   drivers/base/dd.c:322:             0              0           0.00           0.00           0.00           0.00              0              1         412.61         412.61         412.61         412.61
        arch/x86/kernel/apic/vector.c:57:             0              0           0.00           0.00           0.00           0.00              0            555           0.54          21.54        1092.85           1.97
            &sb->s_type->i_mutex_key#1/4:             0              0           0.00           0.00           0.00           0.00           2322          14943           0.05        1037.32       84253.09           5.64
                        &lockref->lock/2:             0              0           0.00           0.00           0.00           0.00           1645         155739           0.10         898.46       30123.22           0.19
                        &lockref->lock/3:             0              0           0.00           0.00           0.00           0.00            793         155739           0.04         898.23       13185.72           0.08
                    &____s->seqcount#5/1:             0              0           0.00           0.00           0.00           0.00              0         155739           0.08         157.24       37158.29           0.24
                            &timer->lock:             0              0           0.00           0.00           0.00           0.00            169            670           0.06           9.22         113.63           0.17
                         &runtime->sleep:             0              0           0.00           0.00           0.00           0.00          11099         186781           0.06           6.19       60204.66           0.32
                 &type->s_umount_key#3-W:             0              0           0.00           0.00           0.00           0.00            357            423          21.76       18624.68      239447.24         566.07
                 &type->s_umount_key#3-R:             0              0           0.00           0.00           0.00           0.00            779           1895           0.07         915.30        3689.52           1.95
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            567           1310           0.05           3.76         256.51           0.20
                  (&dev->watchdog_timer):             0              0           0.00           0.00           0.00           0.00              0           5428           1.34        6849.33       22926.74           4.22
                              &ep->mtx/1:             0              0           0.00           0.00           0.00           0.00         298976         500666           0.27        1279.06      515421.16           1.03
                                &f->lock:             0              0           0.00           0.00           0.00           0.00            130            271           0.04           3.33          39.48           0.15
                     proc_poll_wait.lock:             0              0           0.00           0.00           0.00           0.00            266           1596           0.05          33.58         316.45           0.20
                            swapon_mutex:             0              0           0.00           0.00           0.00           0.00            117            734           0.09          60.82        2101.15           2.86
                        &grp->list_mutex:             0              0           0.00           0.00           0.00           0.00              6             12           0.32          22.76          36.20           3.02
                           &rsp->gp_wait:             0              0           0.00           0.00           0.00           0.00           1701           1965           0.05           3.31         268.15           0.14
                          &q->owner_lock:             0              0           0.00           0.00           0.00           0.00              4             20           0.08           6.32          12.80           0.64
                         &f->input_sleep:             0              0           0.00           0.00           0.00           0.00              5             59           0.54         128.92         476.73           8.08
                          rfcomm_wq.lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.44           3.44           3.44           3.44
                           slock-AF_UNIX:             0              0           0.00           0.00           0.00           0.00          15676         216754           0.03          26.06       48913.08           0.23
                            &u->bindlock:             0              0           0.00           0.00           0.00           0.00             22            447           0.48          72.34        1086.19           2.43
                    membarrier_ipi_mutex:             0              0           0.00           0.00           0.00           0.00              4             13           2.61          91.17         140.47          10.81
                          &stream->mutex:             0              0           0.00           0.00           0.00           0.00              2              2           0.40           8.16           8.56           4.28
                       &sk->sk_peer_lock:             0              0           0.00           0.00           0.00           0.00          61117         130473           0.05          40.90       65840.34           0.50
                           clock-AF_UNIX:             0              0           0.00           0.00           0.00           0.00         117125         235079           0.05         113.12       77098.23           0.33
                                 _lock#3:             0              0           0.00           0.00           0.00           0.00              1              2           0.21           3.90           4.11           2.06
                    major_names_spinlock:             0              0           0.00           0.00           0.00           0.00             80          94997           0.00         612.86        7174.19           0.08
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             15           0.32         419.37         553.35          36.89
                               klp_mutex:             0              0           0.00           0.00           0.00           0.00            135            157           0.10           3.74          54.97           0.35
                  &(c->notifiers)->rwsem:             0              0           0.00           0.00           0.00           0.00              0             32           0.07           6.00           8.55           0.27
                      (wq_completion)ttm:             0              0           0.00           0.00           0.00           0.00              0          87311           8.12       37995.21    39586049.11         453.39
                          module_wq.lock:             0              0           0.00           0.00           0.00           0.00            131            149           0.08           2.11          43.84           0.29
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00            872           1343           0.07         350.32        2018.72           1.50
                            init_free_wq:             0              0           0.00           0.00           0.00           0.00              0             79        7449.69      120605.27     2039368.94       25814.80
                 &(&tbl->gc_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           3882           0.52        1249.36       16276.86           4.19
              &sb->s_type->i_mutex_key#1:             0              0           0.00           0.00           0.00           0.00           1958           5423           0.57        2500.12       17160.33           3.16
                            (lock).llock:             0              0           0.00           0.00           0.00           0.00              0     1678418930           0.02       13768.28   122715379.47           0.07
                &(c->notifiers)->rwsem#2:             0              0           0.00           0.00           0.00           0.00              0             32           0.07           5.89           8.13           0.25
                          (lock).llock#2:             0              0           0.00           0.00           0.00           0.00              0      782614240           0.02       21639.37    43893224.96           0.06
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.46        2632.54       71152.95           7.06
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.35        1738.54       68267.18           6.77
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          11874           0.05        1791.40       89083.02           7.50
          &fs_info->ro_block_group_mutex:             0              0           0.00           0.00           0.00           0.00           1000           1274           0.12          94.05         646.76           0.51
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          11878           0.08        2897.63       92258.53           7.77
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.28        1541.29       70090.49           6.95
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.28        2088.66       65857.03           6.53
                 btrfs_trans_unblocked-W:             0              0           0.00           0.00           0.00           0.00              0            279           0.03         772.79        2957.09          10.60
                 btrfs_trans_unblocked-R:             0              0           0.00           0.00           0.00           0.00              0           1274         196.91     2408248.44    10231896.18        8031.32
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          10082           0.27        2242.34       67514.06           6.70
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          10084           0.26        1191.13       68879.62           6.83
             &group->rtpoll_trigger_lock:             0              0           0.00           0.00           0.00           0.00             81          35517           0.10        2094.20      433387.23          12.20
                     &group->rtpoll_wait:             0              0           0.00           0.00           0.00           0.00          48206          70975           0.07         702.02      128796.87           1.81
                               &on->poll:             0              0           0.00           0.00           0.00           0.00             64          19029           0.05          89.79        1849.20           0.10
                 &(&n->hh.hh_lock)->lock:             0              0           0.00           0.00           0.00           0.00             87           2915           0.35          39.65        2281.29           0.78
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00          10031          21110           0.09        1856.85       56671.52           2.68
                                &d->lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.15           8.11           8.26           4.13
                  cgroup_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00            556           1250           0.07          22.36         642.60           0.51
                       btrfs-extent-03/1:             0              0           0.00           0.00           0.00           0.00              2            967           5.58       10326.39      179886.81         186.03
                     &type->lock_class#2:             0              0           0.00           0.00           0.00           0.00              1            190           0.12           3.45          56.37           0.30
            percpu_ref_switch_waitq.lock:             0              0           0.00           0.00           0.00           0.00           1970           4424           0.06           7.75        1899.10           0.43
                           oom_adj_mutex:             0              0           0.00           0.00           0.00           0.00           1507           1899           0.46          15.84        2995.14           1.58
                      userns_state_mutex:             0              0           0.00           0.00           0.00           0.00            428            922           0.08         597.34        4207.08           4.56
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           2424           0.06        1104.76       13837.07           5.71
                              &fpq->lock:             0              0           0.00           0.00           0.00           0.00             57            288           0.06           5.41          53.55           0.19
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           2766           0.06        1149.07       16539.62           5.98
                         btrfs-csum-03/1:             0              0           0.00           0.00           0.00           0.00              0           1122           4.41       11059.72      141894.05         126.47
                           &prev->lock#2:             0              0           0.00           0.00           0.00           0.00            255            319           0.11          11.52         150.40           0.47
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0            744           0.06        1056.34        5540.83           7.45
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0            744           0.06         433.92        3838.80           5.16
      &group->fanotify_data.access_waitq:             0              0           0.00           0.00           0.00           0.00             63             70           0.06           3.84          23.35           0.33
                 &root->deactivate_waitq:             0              0           0.00           0.00           0.00           0.00            196            264           0.09           2.92          77.73           0.29
                                &mq_lock:             0              0           0.00           0.00           0.00           0.00             65             69           0.38           7.10          55.70           0.81
                   &audit_cmd_mutex.lock:             0              0           0.00           0.00           0.00           0.00            258            346           0.51         639.38       15182.75          43.88
                         &net->nsid_lock:             0              0           0.00           0.00           0.00           0.00            830           1086           0.06           5.52         217.21           0.20
           (wq_completion)cgroup_offline:             0              0           0.00           0.00           0.00           0.00              0           1171           0.47      114070.20      977281.89         834.57
   (work_completion)(&debugfs_reap_worke:             0              0           0.00           0.00           0.00           0.00              0            179           0.63        6464.19       23424.90         130.87
                 &memcg->event_list_lock:             0              0           0.00           0.00           0.00           0.00            244            263           0.06           3.62         121.88           0.46
                       zswap_shrink_lock:             0              0           0.00           0.00           0.00           0.00            198            263           0.05           4.99          84.44           0.32
                              &l->lock/1:             0              0           0.00           0.00           0.00           0.00           2704           3238           0.05          14.92         699.01           0.22
                      k-clock-AF_NETLINK:             0              0           0.00           0.00           0.00           0.00            501            536           0.05           5.49         101.43           0.19
                               cgwb_lock:             0              0           0.00           0.00           0.00           0.00           1248          11904           0.05         623.81        7021.91           0.59
                     percpu_charge_mutex:             0              0           0.00           0.00           0.00           0.00              0            263           6.32         994.58       16538.79          62.89
              cleanup_offline_cgwbs_work:             0              0           0.00           0.00           0.00           0.00              0            259           0.19     7821868.52     8383993.79       32370.63
              (&net->ipv6.ip6_fib_timer):             0              0           0.00           0.00           0.00           0.00              0             67           0.03           3.92          20.87           0.31
                    &cgrp->offline_waitq:             0              0           0.00           0.00           0.00           0.00            742           1545           0.06         985.64        2512.53           1.63
                         k-clock-AF_INET:             0              0           0.00           0.00           0.00           0.00             63             67           0.06           4.59          28.20           0.42
              &net->xfrm.xfrm_state_lock:             0              0           0.00           0.00           0.00           0.00             63             67           0.17           5.20          44.29           0.66
                     &type->lock_class/1:             0              0           0.00           0.00           0.00           0.00              3              4           0.14         665.84         692.09         173.02
                             &user->lock:             0              0           0.00           0.00           0.00           0.00            341           8787           0.32  9216132399.06 29765083818.43     3387400.00
                        bpf_module_mutex:             0              0           0.00           0.00           0.00           0.00             24             27           2.76          29.35         150.41           5.57
                   tracepoint_user_mutex:             0              0           0.00           0.00           0.00           0.00             24             27           0.18           5.98          15.50           0.57
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          80.54         105.84          11.76
   (work_completion)(&css->destroy_wor#2:             0              0           0.00           0.00           0.00           0.00              0           1459           2.24       45225.71      394135.09         270.14
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             90           0.06         118.94         377.05           4.19
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0           1949           0.04         933.41       13944.57           7.15
                  (fqdir_free_work).work:             0              0           0.00           0.00           0.00           0.00              0             32          22.15       42023.18      655836.42       20494.89
                             key_gc_work:             0              0           0.00           0.00           0.00           0.00              0            369           4.17      195440.81     5991042.86       16235.89
              (wq_completion)cgroup_free:             0              0           0.00           0.00           0.00           0.00              0           1459           3.99        3150.50       66159.62          45.35
   (work_completion)(&(&css->destroy_rwo:             0              0           0.00           0.00           0.00           0.00              0           1459           3.92        3149.71       65473.55          44.88
                    &____s->seqcount#7-W:             0              0           0.00           0.00           0.00           0.00              0              2           0.30           3.98           4.28           2.14
                    &____s->seqcount#7-R:             0              0           0.00           0.00           0.00           0.00              0              4           0.10           2.15           4.49           1.12
   &(&net->ipv4.ping_group_range.lock)->:             0              0           0.00           0.00           0.00           0.00              2              2           0.69           8.65           9.34           4.67
          &(&ssp->srcu_sup->work)->timer:             0              0           0.00           0.00           0.00           0.00              0            299           0.11          79.78        2971.42           9.94
                      (&sdp->delay_work):             0              0           0.00           0.00           0.00           0.00              0            566           0.03          59.48        1182.07           2.09
                           func_buf_lock:             0              0           0.00           0.00           0.00           0.00              3            104           0.06           2.16          12.62           0.12
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.08        1721.07        1842.54         204.73
       (wq_completion)cgroup_bpf_destroy:             0              0           0.00           0.00           0.00           0.00              0            259           3.14      114082.46      778111.61        3004.29
   (work_completion)(&cgrp->bpf.release_:             0              0           0.00           0.00           0.00           0.00              0            259           3.05      114081.69      777947.09        3003.66
            (work_completion)(&im->work):             0              0           0.00           0.00           0.00           0.00              0              3          13.34         125.01         169.05          56.35
                   &led_cdev->led_access:             0              0           0.00           0.00           0.00           0.00              0             26         282.62       26227.47      427656.68       16448.33
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              5             38           0.20          49.19          94.61           2.49
                 &led_cdev->trigger_lock:             0              0           0.00           0.00           0.00           0.00             56            174           0.06       79757.51      774735.25        4452.50
                 &trig->leddev_list_lock:             0              0           0.00           0.00           0.00           0.00             10             34           0.10          54.96          66.36           1.95
              &sb->s_type->i_mutex_key/4:             0              0           0.00           0.00           0.00           0.00              6              8           3.13          86.90         234.33          29.29
                               bh_lock#2:             0              0           0.00           0.00           0.00           0.00              0           8908          11.47        1159.47      244651.21          27.46
                    (&dom->period_timer):             0              0           0.00           0.00           0.00           0.00              0          52439           0.03        1784.10      201740.12           3.85
                    iscsi_transport_lock:             0              0           0.00           0.00           0.00           0.00              5             12           0.08           3.41           7.03           0.59
                 swnode_root_ids.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1           1.92           1.92           1.92           1.92
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              5              6           0.34           7.25           9.85           1.64
                            unix_gc_work:             0              0           0.00           0.00           0.00           0.00              0           2751           0.15         514.37        2058.12           0.75
                           cxgb3_db_lock:             0              0           0.00           0.00           0.00           0.00              1              1           5.77           5.77           5.77           5.77
                    inet6addr_chain.lock:             0              0           0.00           0.00           0.00           0.00              2              2           2.81           3.70           6.51           3.26
                   btrfs-free-space-00/2:             0              0           0.00           0.00           0.00           0.00           2018          19784           0.12        1622.55       55844.97           2.82
               dcbevent_notif_chain.lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.59           8.59           8.59           8.59
                         cnic_dev_lock-R:             0              0           0.00           0.00           0.00           0.00            411           2091           0.05         120.18         549.69           0.26
                               cnic_lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.06           8.06           8.06           8.06
                         &p->p_work_lock:             0              0           0.00           0.00           0.00           0.00             31             32           0.12           2.93           9.77           0.31
                 &type->s_vfs_rename_key:             0              0           0.00           0.00           0.00           0.00              5              5          15.62         179.13         245.04          49.01
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              4           0.58         111.67         121.69          30.42
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         145252           0.04        1315.95      366275.32           2.52
   (work_completion)(&(&cache_cleaner)->:             0              0           0.00           0.00           0.00           0.00              0           1521           0.95          64.82        7605.22           5.00
                          &cd->hash_lock:             0              0           0.00           0.00           0.00           0.00            219            942           0.05           6.72         509.99           0.54
      (rpc_pipefs_notifier_list).rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              1           5.13           5.13           5.13           5.13
      (rpc_pipefs_notifier_list).rwsem-R:             0              0           0.00           0.00           0.00           0.00              1              1          15.92          15.92          15.92          15.92
                     svc_xprt_class_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.13           4.99           5.12           2.56
                          xprt_list_lock:             0              0           0.00           0.00           0.00           0.00              1              5         238.36         425.61        1416.55         283.31
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              1         678.97         678.97         678.97         678.97
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             77           0.06          94.98         409.02           5.31
            &sb->s_type->i_mutex_key#1-W:             0              0           0.00           0.00           0.00           0.00              1             12          12.01         186.09         383.11          31.93
            &sb->s_type->i_mutex_key#1-R:             0              0           0.00           0.00           0.00           0.00              1              2           0.71          48.66          49.37          24.69
                            iunique_lock:             0              0           0.00           0.00           0.00           0.00              2             13           0.06           6.67          10.58           0.81
                     &sn->pipefs_sb_lock:             0              0           0.00           0.00           0.00           0.00              1              1          21.70          21.70          21.70          21.70
                    &sn->rpc_client_lock:             0              0           0.00           0.00           0.00           0.00              1              1           5.71           5.71           5.71           5.71
                &(&cache_cleaner)->timer:             0              0           0.00           0.00           0.00           0.00              0           1520           1.05        1329.65        9365.60           6.16
                        sel_netport_lock:             0              0           0.00           0.00           0.00           0.00            982           1377           1.75         698.72       74311.19          53.97
                        sel_netnode_lock:             0              0           0.00           0.00           0.00           0.00             11             18           1.94          17.32          77.36           4.30
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         179248           1.03        1920.45     1063158.73           5.93
                  net/wireless/reg.c:238:             0              0           0.00           0.00           0.00           0.00              0              1        1522.50        1522.50        1522.50        1522.50
                    &table->hash[i].lock:             0              0           0.00           0.00           0.00           0.00          22607          61522           0.06          73.13       56751.66           0.92
             &table->hash2[i].hslot.lock:             0              0           0.00           0.00           0.00           0.00          30450          75471           0.05          18.53       18078.53           0.24
                  ptracer_relations_lock:             0              0           0.00           0.00           0.00           0.00           1808           1959           0.16        1209.41       14563.95           7.43
            &tcp_hashinfo.bhash2[i].lock:             0              0           0.00           0.00           0.00           0.00          18405          24555           0.05        1013.36      151982.34           6.19
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            924           0.06        1548.07        5949.87           6.44
                        &policy->rwsem-W:             0              0           0.00           0.00           0.00           0.00              0             32          77.82         460.59        4860.71         151.90
                        &policy->rwsem-R:             0              0           0.00           0.00           0.00           0.00         361715         440613           0.16         791.42      352578.83           0.80
                        sk_lock-AF_INET6:             0              0           0.00           0.00           0.00           0.00              0          62046           0.25        1829.68      280987.51           4.53
                      nlk_cb_mutex-ROUTE:             0              0           0.00           0.00           0.00           0.00            134           4883           3.76        3479.83      110139.57          22.56
                          clock-AF_INET6:             0              0           0.00           0.00           0.00           0.00            295          15490           0.05          19.90        5403.66           0.35
                   &table->hash4[i].lock:             0              0           0.00           0.00           0.00           0.00           9826          16501           0.05           9.86        4485.22           0.27
                              &n->lock-W:             0              0           0.00           0.00           0.00           0.00          17048          25485           0.11        2161.72       61991.00           2.43
                              &n->lock-R:             0              0           0.00           0.00           0.00           0.00              0          10423           0.09          37.24        7596.38           0.73
                    &____s->seqcount#8-W:             0              0           0.00           0.00           0.00           0.00              0           2921           0.09          14.41         952.46           0.33
                    &____s->seqcount#8-R:             0              0           0.00           0.00           0.00           0.00              0        1997463           0.02          12.50      118473.29           0.06
                           &list->lock#2:             0              0           0.00           0.00           0.00           0.00           2541        2606330           0.04         303.07      414293.15           0.16
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              6             10           0.07          12.70          17.97           1.80
                        &ping_table.lock:             0              0           0.00           0.00           0.00           0.00              3              6           0.16          13.75          16.18           2.70
                           &list->lock#3:             0              0           0.00           0.00           0.00           0.00         171794        4700260           0.05        1124.71     1530760.02           0.33
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              1              7           0.06          11.10          18.61           2.66
                           clock-AF_INET:             0              0           0.00           0.00           0.00           0.00          10092          15772           0.05          28.27        4900.50           0.31
                          sb_writers#8-R:             0              0           0.00           0.00           0.00           0.00              0              1          21.89          21.89          21.89          21.89
                 &type->s_umount_key#3-W:             0              0           0.00           0.00           0.00           0.00             58             67         167.33       57546.53      101230.62        1510.90
                 &type->s_umount_key#3-R:             0              0           0.00           0.00           0.00           0.00            255           1452           0.07      232867.88     4177353.73        2876.97
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0            595           0.04         224.71        3809.09           6.40
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0           1187           0.04         698.98        9905.73           8.35
           &(&krcp->monitor_work)->timer:             0              0           0.00           0.00           0.00           0.00              0         168437           0.61        7010.54      798136.82           4.74
       (wq_completion)kvfree_rcu_reclaim:             0              0           0.00           0.00           0.00           0.00              0         272428           0.14       31715.69   174286405.06         639.75
   (work_completion)(&(&krcp->monitor_wo:             0              0           0.00           0.00           0.00           0.00              0         168437           0.30       10854.69    28080393.55         166.71
                  &hdev->debug_list_lock:             0              0           0.00           0.00           0.00           0.00             15             23           0.14          13.15          32.35           1.41
                       &hdev->debug_wait:             0              0           0.00           0.00           0.00           0.00             15             54           0.08          10.90          37.33           0.69
                           &usbhid->wait:             0              0           0.00           0.00           0.00           0.00             21             38           0.15          10.93          28.15           0.74
   (work_completion)(&(&krcp->krw_arr[i]:             0              0           0.00           0.00           0.00           0.00              0         100679           3.36       31715.02   145968812.90        1449.84
                                   key#5:             0              0           0.00           0.00           0.00           0.00            264            271           0.32          12.16         139.00           0.51
                         btrfs-csum-00/4:             0              0           0.00           0.00           0.00           0.00              0           2275           0.37        1569.97       56019.18          24.62
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0           4346           0.05        1593.05       32070.60           7.38
            &sb->s_type->i_mutex_key#4/4:             0              0           0.00           0.00           0.00           0.00            281           1230           0.08         906.24       11424.50           9.29
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0            992           0.05        1067.01        8186.19           8.25
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0           2374           0.77      909165.98     2313228.01         974.40
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0           2574           0.67      121026.90      327969.79         127.42
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0           1894           0.53        1137.79       12756.50           6.74
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0           1120           0.56        1904.53       10784.03           9.63
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06        1015.42        1776.62          22.78
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            160           0.67         157.53        1257.80           7.86
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            946           0.15          88.17        5174.86           5.47
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0           2218           0.55        1273.55       16486.75           7.43
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           3328           0.04         523.84        9703.11           2.92
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            286           0.54         391.47        2858.68          10.00
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            286           0.52         279.61        2345.51           8.20
                             &cdev->lock:             0              0           0.00           0.00           0.00           0.00             31             32           7.27          55.35         309.57           9.67
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            286           0.54         593.83        2584.81           9.04
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0           2218           0.46        1294.35       15633.81           7.05
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0           2218           0.48         328.67       12807.44           5.77
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            348           0.50         611.84        2830.50           8.13
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0           1848           0.50         530.27       11716.54           6.34
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            790           0.53        1660.42        7040.30           8.91
            &fs_info->delayed_iputs_wait:             0              0           0.00           0.00           0.00           0.00             76          17821           0.05           5.07        1844.19           0.10
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            278           5.71        1602.02       17279.88          62.16
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            218           0.78        1186.12        3152.03          14.46
                     &evdev->client_lock:             0              0           0.00           0.00           0.00           0.00            451            743           0.06        1975.13        2858.80           3.85
                           &evdev->mutex:             0              0           0.00           0.00           0.00           0.00           1569           4972           0.09      124477.91     3099665.94         623.42
                     (&usbhid->io_retry):             0              0           0.00           0.00           0.00           0.00              0            160           0.03         319.84         982.98           6.14
                     pool_shrink_rwsem-R:             0              0           0.00           0.00           0.00           0.00            251           9449           0.23       33874.85      746658.14          79.02
   (work_completion)(&(&rcache->work)->w:             0              0           0.00           0.00           0.00           0.00              0          17607           0.23        2363.31       16919.14           0.96
                     shmem_swaplist_lock:             0              0           0.00           0.00           0.00           0.00            823           7586           0.05        8988.84       11240.28           1.48
            &(&tbl->managed_work)->timer:             0              0           0.00           0.00           0.00           0.00              0          11460           0.54        2657.73       53107.19           4.63
   (work_completion)(&fs_info->preempt_r:             0              0           0.00           0.00           0.00           0.00              0            795           0.88    38421162.42   657793563.24      827413.29
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0           1408           0.04         847.55       13640.22           9.69
                       disk_events_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           7.67           7.67           7.67           7.67
                 &type->s_umount_key#3-W:             0              0           0.00           0.00           0.00           0.00              1              1          18.26          18.26          18.26          18.26
                 &type->s_umount_key#3-R:             0              0           0.00           0.00           0.00           0.00             87            103           0.07          15.63         190.83           1.85
                            devpts_mutex:             0              0           0.00           0.00           0.00           0.00             29             55           0.08         106.43         181.77           3.30
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00             64             70           0.15         148.72         184.22           2.63
                    &tty->legacy_mutex/1:             0              0           0.00           0.00           0.00           0.00            173            382           0.24         937.52        2834.39           7.42
                         btrfs-csum-01/2:             0              0           0.00           0.00           0.00           0.00             36             46           0.28        4909.25       16619.23         361.29
                            &buf->lock/1:             0              0           0.00           0.00           0.00           0.00            224            267           0.11        2668.78        8224.22          30.80
                         &tty->flow.lock:             0              0           0.00           0.00           0.00           0.00             14             16           0.17           5.62          15.91           0.99
                             &port->lock:             0              0           0.00           0.00           0.00           0.00          62388        3647287           0.06         669.82      648003.06           0.18
                &mm->cpus_allowed_lock#2:             0              0           0.00           0.00           0.00           0.00          26616          48386           0.05         881.51       15301.89           0.32
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0             16           0.97          90.31         170.79          10.67
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0             16           0.97          64.15         192.49          12.03
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0             16           0.70          51.26         133.60           8.35
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0             16           0.73         105.59         247.81          15.49
                       btrfs-extent-01/3:             0              0           0.00           0.00           0.00           0.00              7             11           6.38        1270.77        3648.72         331.70
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0          76745           0.04        1228.17      247220.23           3.22
                                   &wq#2:             0              0           0.00           0.00           0.00           0.00          56795       45277712           0.06        1342.55     3834960.77           0.08
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0            128           1.67         111.55        1187.81           9.28
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0            112           0.95         113.78        1080.41           9.65
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0             32           1.25         107.88         347.26          10.85
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              2              5           0.22          10.46          11.62           2.32
                         wmi_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              2             12           0.13           3.39           6.11           0.51
                                  lock#8:             0              0           0.00           0.00           0.00           0.00              1              1          10.30          10.30          10.30          10.30
                    watchdog_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1           9.30           9.30           9.30           9.30
                  dpm_list_mtx.wait_lock:             0              0           0.00           0.00           0.00           0.00              3              4           0.14          69.96         110.54          27.64
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              1              1          12.56          12.56          12.56          12.56
                        nvmf_hosts_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          39.39          39.39          39.39          39.39
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              0              1           7.21           7.21           7.21           7.21
            eventfs_srcu_srcu_usage.lock:             0              0           0.00           0.00           0.00           0.00              3             69           0.05         227.72         299.98           4.35
              trace_types_lock.wait_lock:             0              0           0.00           0.00           0.00           0.00              6              9           0.26           6.92          14.03           1.56
                            fprobe_mutex:             0              0           0.00           0.00           0.00           0.00              6              8           0.68           8.78          15.74           1.97
               nvme_instance_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.53           5.39           5.92           2.96
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              2              2           0.40          11.15          11.55           5.78
   (work_completion)(&handler_data->work:             0              0           0.00           0.00           0.00           0.00              0              4         235.66       30804.45       61851.47       15462.87
                   blk_queue_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              6              6           0.35           4.60          13.79           2.30
               &q->q_usage_counter(io)-R:             0              0           0.00           0.00           0.00           0.00              0              1          22.13          22.13          22.13          22.13
                    &q->unused_hctx_lock:             0              0           0.00           0.00           0.00           0.00              0             77           0.06           7.99          21.34           0.28
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00              0             67           0.12          12.30          46.37           0.69
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.70         576.15         577.85         288.92
                   &sb->map[i].swap_lock:             0              0           0.00           0.00           0.00           0.00            316           8551           0.05         109.44        1177.77           0.14
                     &set->tag_list_lock:             0              0           0.00           0.00           0.00           0.00              4              8           0.13       35000.43       66114.77        8264.35
                             &ctrl->lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.47          13.22          15.41           3.85
                         &ctrl->state_wq:             0              0           0.00           0.00           0.00           0.00              4              4           0.20           4.28           5.14           1.29
            &q->q_usage_counter(queue)-R:             0              0           0.00           0.00           0.00           0.00              0            315           0.03          19.45          85.55           0.27
                    register_count_mutex:             0              0           0.00           0.00           0.00           0.00              1              1        5317.75        5317.75        5317.75        5317.75
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              0              1           7.03           7.03           7.03           7.03
                             &hctx->lock:             0              0           0.00           0.00           0.00           0.00            190           1260           0.05          47.84         283.55           0.23
                    &____s->seqcount#3-W:             0              0           0.00           0.00           0.00           0.00              0             12           0.11          24.40          29.36           2.45
                    &____s->seqcount#3-R:             0              0           0.00           0.00           0.00           0.00              0       28044709           0.02        1175.65     1499307.73           0.05
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00            925           1890           0.05         905.05        2518.75           1.33
                    nvme_subsystems_lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.79         571.18         857.63         214.41
             &q->q_usage_counter(io)#2-R:             0              0           0.00           0.00           0.00           0.00              0              1          32.85          32.85          32.85          32.85
          &q->q_usage_counter(queue)#2-R:             0              0           0.00           0.00           0.00           0.00              0            315           0.03          23.75          92.57           0.29
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              2              2           0.37          10.94          11.31           5.66
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00              4              4           0.34          43.86          47.24          11.81
                   nvmf_transports_rwsem:             0              0           0.00           0.00           0.00           0.00              1              1          14.85          14.85          14.85          14.85
                         &q->limits_lock:             0              0           0.00           0.00           0.00           0.00             62             99           0.20          89.61         212.73           2.15
                       hwmon_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              9              9           0.42           5.99          22.60           2.51
                &video->device_list_lock:             0              0           0.00           0.00           0.00           0.00              0              3           9.25        1125.32        1145.16         381.72
                         video_list_lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.13           8.13           8.13           8.13
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              9              9           0.52          10.65          43.76           4.86
                     &dev->shutdown_lock:             0              0           0.00           0.00           0.00           0.00              0             66          58.71      106356.33      217620.83        3297.29
    printk_legacy_map-wait-type-override:             0              0           0.00           0.00           0.00           0.00              0           2251           0.00        1269.58      109174.25          48.50
                            &stats->lock:             0              0           0.00           0.00           0.00           0.00              0             32           0.06           6.89           9.01           0.28
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0              4           1.63         110.99         132.77          33.19
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              2             16           0.08           5.59           8.64           0.54
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0             29           0.15         142.58         265.03           9.14
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0             99           0.05         628.33        1092.55          11.04
                           &ctrl->srcu-R:             0              0           0.00           0.00           0.00           0.00              0              4           0.17          13.05          14.82           3.71
                  (wq_completion)nvme-wq:             0              0           0.00           0.00           0.00           0.00              0              8           0.19       97228.17      190313.78       23789.22
   (work_completion)(&ctrl->async_event_:             0              0           0.00           0.00           0.00           0.00              0              2           1.07          27.68          28.75          14.38
     (work_completion)(&ctrl->scan_work):             0              0           0.00           0.00           0.00           0.00              0              4           0.15       97227.89      189590.73       47397.68
                        &ctrl->scan_lock:             0              0           0.00           0.00           0.00           0.00              2              2       92105.68       97043.57      189149.25       94574.63
                  &ctrl->namespaces_lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.47          11.47          15.16           3.79
             &q->q_usage_counter(io)#3-W:             0              0           0.00           0.00           0.00           0.00              0              1         107.26         107.26         107.26         107.26
             &q->q_usage_counter(io)#3-R:             0              0           0.00           0.00           0.00           0.00              0        8248660           0.03       20145.00      698681.55           0.08
             &q->q_usage_counter(io)#4-W:             0              0           0.00           0.00           0.00           0.00              0              1         151.47         151.47         151.47         151.47
             &q->q_usage_counter(io)#4-R:             0              0           0.00           0.00           0.00           0.00              0        2543394           0.03        9266.68      213160.30           0.08
                       itmt_update_mutex:             0              0           0.00           0.00           0.00           0.00              1              1        3789.13        3789.13        3789.13        3789.13
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00              1              7           0.40          17.67          33.52           4.79
            fbcon_deferred_takeover_work:             0              0           0.00           0.00           0.00           0.00              0              1           9.49           9.49           9.49           9.49
                         entry_list_lock:             0              0           0.00           0.00           0.00           0.00              1             60           0.05           3.99           7.55           0.13
                        &q->mq_freeze_wq:             0              0           0.00           0.00           0.00           0.00              3             10           0.30          67.82         213.19          21.32
            &q->q_usage_counter(queue)#3:             0              0           0.00           0.00           0.00           0.00              0              2          21.67          67.62          89.29          44.64
                            disable_lock:             0              0           0.00           0.00           0.00           0.00              3              3         250.35       38320.57       46424.47       15474.82
                     &bdev->bd_size_lock:             0              0           0.00           0.00           0.00           0.00              1              7           0.12           9.01          22.77           3.25
                    ext_devt_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              2              5           0.32           8.34          13.83           2.77
            &q->q_usage_counter(queue)#4:             0              0           0.00           0.00           0.00           0.00              0              2          10.09          97.49         107.58          53.79
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              5              7           0.41           9.78          36.70           5.24
                  ptp_clocks_map.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1          12.32          12.32          12.32          12.32
                            pps_idr_lock:             0              0           0.00           0.00           0.00           0.00              1              1       10210.50       10210.50       10210.50       10210.50
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              1              1          14.18          14.18          14.18          14.18
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              1              1          17.90          17.90          17.90          17.90
                   &adapter->qbv_tx_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.62           4.62           4.62           4.62
                          &q->sysfs_lock:             0              0           0.00           0.00           0.00           0.00              2              4          94.15       13796.58       29841.90        7460.48
                       &q->debugfs_mutex:             0              0           0.00           0.00           0.00           0.00              2              7          86.03       13280.17       28652.24        4093.18
                        trace_eval_mutex:             0              0           0.00           0.00           0.00           0.00              4              5           0.65           5.59          10.52           2.10
                 &disk->rqos_state_mutex:             0              0           0.00           0.00           0.00           0.00              2              4           0.26          12.07          14.55           3.64
                          &stats->lock#2:             0              0           0.00           0.00           0.00           0.00              2              3           0.23          43.28          44.79          14.93
                          subsys mutex#6:             0              0           0.00           0.00           0.00           0.00              8              8           0.79          17.13          46.05           5.76
                                bdi_lock:             0              0           0.00           0.00           0.00           0.00              8             10           0.08           9.30          21.92           2.19
                               bdev_lock:             0              0           0.00           0.00           0.00           0.00             12             23           0.11          12.89          55.55           2.42
            sched_map-wait-type-override:             0              0           0.00           0.00           0.00           0.00              0      181160894           0.00        8149.56    15129846.09           0.08
                       &disk->open_mutex:             0              0           0.00           0.00           0.00           0.00            176            334           0.08        5853.75       14681.87          43.96
                   &ret->b_uptodate_lock:             0              0           0.00           0.00           0.00           0.00              2             32           0.08           6.58          20.97           0.66
           nvme_ns_chr_minor_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.54          17.83          18.37           9.19
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              2              2           0.68          19.26          19.94           9.97
                   &adapter->ptp_tx_lock:             0              0           0.00           0.00           0.00           0.00           7270          14938           0.10           8.25        7036.05           0.47
                      &adapter->ptm_lock:             0              0           0.00           0.00           0.00           0.00              1              1          38.12          38.12          38.12          38.12
                    &adapter->tmreg_lock:             0              0           0.00           0.00           0.00           0.00              1              1          19.40          19.40          19.40          19.40
                             _xmit_ETHER:             0              0           0.00           0.00           0.00           0.00            165            462           0.12        2839.67       13917.30          30.12
                  &adapter->stats64_lock:             0              0           0.00           0.00           0.00           0.00           7381          15087           0.16        2019.79     1846801.32         122.41
                      &dev->managed.lock:             0              0           0.00           0.00           0.00           0.00              5             55           0.05           4.48          10.54           0.19
                   (linkwatch_work).work:             0              0           0.00           0.00           0.00           0.00              0              3          82.58        7841.37        8955.78        2985.26
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0             44           1.11          92.94         414.50           9.42
                       blocked_lock_lock:             0              0           0.00           0.00           0.00           0.00              9             15           0.53          94.28         303.90          20.26
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1         158.32         158.32         158.32         158.32
                          &flc->flc_wait:             0              0           0.00           0.00           0.00           0.00              3              6           0.27          15.33          22.60           3.77
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0            228           0.49         267.02        1678.25           7.36
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0            228           0.55         247.49        1948.33           8.55
                       (&watchdog_timer):             0              0           0.00           0.00           0.00           0.00              0          59802           4.04        1995.08      555393.43           9.29
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00              2              4           0.10          13.81          22.08           5.52
                 &type->s_umount_key#5-W:             0              0           0.00           0.00           0.00           0.00             20             24          27.83         555.39        1486.07          61.92
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             87            110           0.07        1510.55        4452.75          40.48
               mapping.invalidate_lock-W:             0              0           0.00           0.00           0.00           0.00              1              1           9.02           9.02           9.02           9.02
               mapping.invalidate_lock-R:             0              0           0.00           0.00           0.00           0.00            116           1429           0.07        4576.08       91531.00          64.05
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             88            103           0.07          57.74         193.00           1.87
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0             10           1.86         128.81         197.04          19.70
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0              6           1.48         112.43         137.18          22.86
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.78          82.20         108.55          18.09
                    (&rtpcp->lazy_timer):             0              0           0.00           0.00           0.00           0.00              0             11           0.30          20.75          39.05           3.55
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0             10           0.96          67.75         117.47          11.75
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0            244           2.09         431.94        6000.77          24.59
                                pci_lock:             0              0           0.00           0.00           0.00           0.00             18           1562           0.28         245.14        4343.92           2.78
                           printing_lock:             0              0           0.00           0.00           0.00           0.00              0           2251           0.00        1269.22      108877.15          48.37
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0             10           1.55          67.08         118.63          11.86
                      netdev_rename_lock:             0              0           0.00           0.00           0.00           0.00              2              2           1.46          13.19          14.65           7.33
                              uuid_mutex:             0              0           0.00           0.00           0.00           0.00             11             15           0.29      602384.67      606884.71       40458.98
                          apertures_lock:             0              0           0.00           0.00           0.00           0.00              3              9           0.07          22.96          26.68           2.96
                   &bdev->bd_holder_lock:             0              0           0.00           0.00           0.00           0.00             10             14           0.07           4.74          12.35           0.88
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0            198           0.05        1751.55        2522.58          12.74
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0            209           0.05         213.10        1120.85           5.36
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0            140           0.04          56.27         507.67           3.63
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.03          54.52          55.55          27.78
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0              2          48.26         426.54         474.80         237.40
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0              8           0.07          97.90         125.49          15.69
                          sb_writers#9-R:             0              0           0.00           0.00           0.00           0.00              0            326           1.73      639584.69      700798.99        2149.69
                              lru->key/1:             0              0           0.00           0.00           0.00           0.00            173            201           0.06           4.10          72.24           0.36
             &fs_devs->device_list_mutex:             0              0           0.00           0.00           0.00           0.00          13125          29527           0.09       31872.68    26645276.25         902.40
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              2       19654.67     6566666.71     6586321.38     3293160.69
                     &pgdat->kswapd_lock:             0              0           0.00           0.00           0.00           0.00          10146        6852114           0.06        1229.19      631251.06           0.09
                   crtc_ww_class_acquire:             0              0           0.00           0.00           0.00           0.00              0         247750           0.90      119607.50    22822112.45          92.12
                    &fs_info->super_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.17           5.75           9.29           3.10
                   &fs_info->chunk_mutex:             0              0           0.00           0.00           0.00           0.00             71            107           0.13       78795.05      135798.83        1269.15
          &(&adev->gfx.idle_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              5           2.31         620.15         688.32         137.66
                     crtc_ww_class_mutex:             0              0           0.00           0.00           0.00           0.00            139         248014           0.07      119607.05    22720757.11          91.61
              *(&acpi_gbl_hardware_lock):             0              0           0.00           0.00           0.00           0.00             35             47           0.00          10.74         274.31           5.84
             &dev->mode_config.blob_lock:             0              0           0.00           0.00           0.00           0.00         343245         697688           0.06        1686.17      180295.22           0.26
                          &xa->xa_lock#8:             0              0           0.00           0.00           0.00           0.00              3             11           0.11           4.84          10.94           0.99
           &fs_info->dev_replace.rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              2           1.08          13.08          14.16           7.08
           &fs_info->dev_replace.rwsem-R:             0              0           0.00           0.00           0.00           0.00         938358        5381076           0.06       20302.67     1187729.06           0.22
   (work_completion)(&bbio->end_io_work):             0              0           0.00           0.00           0.00           0.00              0        1681062           7.01       33285.31    63465870.90          37.75
                         btrfs-root-00-W:             0              0           0.00           0.00           0.00           0.00            949           7589           0.14        1157.60       98914.30          13.03
                         btrfs-root-00-R:             0              0           0.00           0.00           0.00           0.00            998           5110           0.08          19.48        1151.69           0.23
                   *(&acpi_gbl_gpe_lock):             0              0           0.00           0.00           0.00           0.00             42            162           0.05          34.85         293.84           1.81
            &fs_info->global_root_lock-W:             0              0           0.00           0.00           0.00           0.00              2              6           0.15           6.07           7.59           1.27
            &fs_info->global_root_lock-R:             0              0           0.00           0.00           0.00           0.00        2801957       23380354           0.05        3207.62     2191817.85           0.09
                          &xa->xa_lock#9:             0              0           0.00           0.00           0.00           0.00              8             10           0.11           4.20           8.58           0.86
                       btrfs-dreloc-00-R:             0              0           0.00           0.00           0.00           0.00              3              4           0.60           6.91          13.01           3.25
               &type->s_vfs_rename_key#2:             0              0           0.00           0.00           0.00           0.00              1              1         140.10         140.10         140.10         140.10
                          btrfs-dev-00-W:             0              0           0.00           0.00           0.00           0.00             38             89           0.86        1976.02       13423.10         150.82
                          btrfs-dev-00-R:             0              0           0.00           0.00           0.00           0.00            156            630           0.13        2186.26       82737.52         131.33
            &sb->s_type->i_mutex_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1         121.51         121.51         121.51         121.51
   &dev->mode_config.connector_list_lock:             0              0           0.00           0.00           0.00           0.00             50           1025           0.06         131.50         343.41           0.34
                               mask_lock:             0              0           0.00           0.00           0.00           0.00             16             36           0.00          31.67         348.43           9.68
                               once_lock:             0              0           0.00           0.00           0.00           0.00              9             28           0.07          80.25         188.96           6.75
                       clocksource_mutex:             0              0           0.00           0.00           0.00           0.00             22             58           0.44         373.76         773.85          13.34
        &(&fs_info->profiles_lock)->lock:             0              0           0.00           0.00           0.00           0.00            579          28639           0.10          22.00        3803.64           0.13
               drm_connector_list_iter-R:             0              0           0.00           0.00           0.00           0.00              0            196           0.45        5547.20       12777.38          65.19
                    &____s->seqcount#1-W:             0              0           0.00           0.00           0.00           0.00              0          28639           0.02           9.92        1092.91           0.04
                    &____s->seqcount#1-R:             0              0           0.00           0.00           0.00           0.00              0      106357944           0.02         444.79     3668506.00           0.03
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              4             16           0.19          10.45          31.31           1.96
     &fs_info->transaction_kthread_mutex:             0              0           0.00           0.00           0.00           0.00           1236           2423           2.07    60325360.89   448099810.56      184935.95
                 &desc->wait_for_threads:             0              0           0.00           0.00           0.00           0.00              4              4           0.00           0.82           1.06           0.27
                       &connector->mutex:             0              0           0.00           0.00           0.00           0.00              1             10         349.00        2352.62       10942.81        1094.28
               &calipso_cache[iter].lock:             0              0           0.00           0.00           0.00           0.00            128            128           0.05           3.99          10.89           0.09
                     connector_list_lock:             0              0           0.00           0.00           0.00           0.00              4             10           0.09           7.46           9.53           0.95
   *(&acpi_gbl_global_lock_pending_lock):             0              0           0.00           0.00           0.00           0.00              8            226           0.06           6.84          36.93           0.16
                          dump_list_lock:             0              0           0.00           0.00           0.00           0.00              4             10           0.05           4.55           6.56           0.66
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              1          69.07          69.07          69.07          69.07
                       shrink_qlist.lock:             0              0           0.00           0.00           0.00           0.00            248            256           0.00          18.48         103.06           0.40
                  &dev->clientlist_mutex:             0              0           0.00           0.00           0.00           0.00             27             34           0.35      121310.71      290061.04        8531.21
              &sb->s_type->i_mutex_key#1:             0              0           0.00           0.00           0.00           0.00              1              1           4.40           4.40           4.40           4.40
       remove_cache_srcu_srcu_usage.lock:             0              0           0.00           0.00           0.00           0.00              3             33           0.00         223.56         260.03           7.88
                              &state->wq:             0              0           0.00           0.00           0.00           0.00        6147779       57230683           0.05        1708.31     5100554.62           0.09
      &icsk->icsk_accept_queue.rskq_lock:             0              0           0.00           0.00           0.00           0.00             12             14           0.25          10.44          21.79           1.56
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00           7802           9919           0.07          18.40        3764.68           0.38
                          wq_mayday_lock:             0              0           0.00           0.00           0.00           0.00             98            170           0.00         739.89        2012.74          11.84
    &icsk->icsk_accept_queue.rskq_lock#2:             0              0           0.00           0.00           0.00           0.00            185            196           0.11           9.96         104.26           0.53
                    init_task.alloc_lock:             0              0           0.00           0.00           0.00           0.00             15            373           0.08          31.84         205.10           0.55
                  &client->modeset_mutex:             0              0           0.00           0.00           0.00           0.00             21             48           0.17       55123.42      288016.32        6000.34
                  (wq_completion)kblockd:             0              0           0.00           0.00           0.00           0.00              0         364725           1.70      124096.02   164134684.89         450.02
   (work_completion)(&(&hctx->run_work)-:             0              0           0.00           0.00           0.00           0.00              0         359790           2.54      124095.72   163867176.47         455.45
   (work_completion)(&(&hdcp_work[i].cal:             0              0           0.00           0.00           0.00           0.00              0              8           0.55          84.60         108.22          13.53
                 &dev->mode_config.mutex:             0              0           0.00           0.00           0.00           0.00             22             76           0.08       11522.18       59332.98         780.70
                        &mod->param_lock:             0              0           0.00           0.00           0.00           0.00              2              5           0.46          15.31          29.70           5.94
                             vgasr_mutex:             0              0           0.00           0.00           0.00           0.00             28             32           0.18           6.18          23.88           0.75
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0       35619136           0.09    55018351.26  3954378198.11         111.02
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              0              1           9.13           9.13           9.13           9.13
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0             50           1.42          75.67         385.92           7.72
                    &reset_domain->sem-R:             0              0           0.00           0.00           0.00           0.00              0       25161631           0.02        1459.11     1323322.02           0.05
                    &adev->mmio_idx_lock:             0              0           0.00           0.00           0.00           0.00              0              2        1672.52        4586.04        6258.57        3129.28
                          &fw_cache.lock:             0              0           0.00           0.00           0.00           0.00             14             40           0.30          24.01         415.56          10.39
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              6             32           0.10          34.05          54.05           1.69
                                 fw_lock:             0              0           0.00           0.00           0.00           0.00             10             32           3.53         215.84         829.83          25.93
                              &x->wait#9:             0              0           0.00           0.00           0.00           0.00           3958           6561           0.00         304.63        5816.62           0.89
                            &xa->xa_lock:             0              0           0.00           0.00           0.00           0.00           1929           2881           0.00           7.29        2454.30           0.85
                        &node->vm_lock-W:             0              0           0.00           0.00           0.00           0.00          74638         199080           0.06        1258.47      456018.95           2.29
                        &node->vm_lock-R:             0              0           0.00           0.00           0.00           0.00          33842         125512           0.05          64.00       28579.06           0.23
          &(&info->deferred_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              1           7.05           7.05           7.05           7.05
            (work_completion)(&arg.work):             0              0           0.00           0.00           0.00           0.00              0              2          11.73         585.39         597.12         298.56
   (work_completion)(&dev->mode_config.c:             0              0           0.00           0.00           0.00           0.00              0              2          11.17          22.51          33.68          16.84
   (work_completion)(&(&ssp->srcu_sup->w:             0              0           0.00           0.00           0.00           0.00              0           2405           0.00        1353.93       22113.46           9.19
                    &adev->pcie_idx_lock:             0              0           0.00           0.00           0.00           0.00          19792        1569279           0.04         260.41      542689.96           0.35
               &dev->mode_config.fb_lock:             0              0           0.00           0.00           0.00           0.00         146076         448595           0.07         752.43      129521.11           0.29
                          &shrinker_lock:             0              0           0.00           0.00           0.00           0.00            251           9493           0.05          28.53         895.44           0.09
            &sb->s_type->i_mutex_key#7/1:             0              0           0.00           0.00           0.00           0.00              1              3           1.18          72.72          75.76          25.25
                         &file->fbs_lock:             0              0           0.00           0.00           0.00           0.00         144717         448623           0.07        1355.93      161265.23           0.36
           &ssp->srcu_sup->srcu_gp_mutex:             0              0           0.00           0.00           0.00           0.00           1386           2405           0.00         360.59        9616.13           4.00
                   (&pool->mayday_timer):             0              0           0.00           0.00           0.00           0.00              0           1492           0.00        1137.97        2984.00           2.00
                             &rman->lock:             0              0           0.00           0.00           0.00           0.00              2              4           0.49          15.14          17.35           4.34
                            &mgr->lock#2:             0              0           0.00           0.00           0.00           0.00           7170          16319           0.05          16.86        5513.03           0.34
                       acpi_ioremap_lock:             0              0           0.00           0.00           0.00           0.00             20           1126           0.07        1169.60        8984.82           7.98
              &adev->gmc.invalidate_lock:             0              0           0.00           0.00           0.00           0.00              1             31           1.47          18.78         146.53           4.73
                          &adev->wb.lock:             0              0           0.00           0.00           0.00           0.00             90            672           0.05          14.16         127.58           0.19
                       i2c_dev_list_lock:             0              0           0.00           0.00           0.00           0.00             11             60           0.08          12.02          46.52           0.78
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              6             15           0.21          15.69          24.34           1.62
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              7             17           0.08           7.69          16.65           0.98
                      &prime_fpriv->lock:             0              0           0.00           0.00           0.00           0.00          30997         141611           0.07        3038.20      603440.78           4.26
                   &adev->firmware.mutex:             0              0           0.00           0.00           0.00           0.00              2              2       83854.29      216793.57      300647.87      150323.93
                     tty_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00             57             80           0.10          18.13          67.13           0.84
           &ssp->srcu_sup->srcu_cb_mutex:             0              0           0.00           0.00           0.00           0.00           1386           2195           0.00        1347.65        7661.48           3.49
                       registration_lock:             0              0           0.00           0.00           0.00           0.00              3              3        1964.62       94770.28      107876.10       35958.70
                      &smu->message_lock:             0              0           0.00           0.00           0.00           0.00          37427          52147          11.48      151375.70    20849715.04         399.83
                         vt_switch_mutex:             0              0           0.00           0.00           0.00           0.00              3              3          13.73          22.48          58.51          19.50
                       &ih->wait_process:             0              0           0.00           0.00           0.00           0.00             28        2823425           0.06          10.79      714981.18           0.25
           (work_completion)(&sdp->work):             0              0           0.00           0.00           0.00           0.00              0           2026           0.00        7991.09       26797.56          13.23
                      cec_notifiers_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.15          51.89          58.90          19.63
                   (wq_completion)rcu_gp:             0              0           0.00           0.00           0.00           0.00              0           4433           0.00        7991.38       50896.51          11.48
                              &n->lock#2:             0              0           0.00           0.00           0.00           0.00              1              8           0.09           9.04          17.90           2.24
                      &lock->wait_lock#2:             0              0           0.00           0.00           0.00           0.00             30            180           0.05           7.37          80.85           0.45
         &connector->edid_override_mutex:             0              0           0.00           0.00           0.00           0.00              1              3           0.19          12.85          15.80           5.27
                   &connector->eld_mutex:             0              0           0.00           0.00           0.00           0.00             36             65           0.09          85.63         174.18           2.68
                   &adev->grbm_idx_mutex:             0              0           0.00           0.00           0.00           0.00              1              3           2.64          57.03          62.65          20.88
                       &adev->srbm_mutex:             0              0           0.00           0.00           0.00           0.00              1             36           0.60          27.08         161.30           4.48
                 &adev->mes.ring_lock[i]:             0              0           0.00           0.00           0.00           0.00             87            225           0.24          13.33         243.50           1.08
                          &fb_info->lock:             0              0           0.00           0.00           0.00           0.00              1              3           1.08          10.49          13.24           4.41
          &adev->enforce_isolation_mutex:             0              0           0.00           0.00           0.00           0.00         185947        5721708           0.06        1352.11     1285374.94           0.22
             &adev->gfx.kiq[0].ring_lock:             0              0           0.00           0.00           0.00           0.00              1              1          24.16          24.16          24.16          24.16
       &adev->gfx.workload_profile_mutex:             0              0           0.00           0.00           0.00           0.00             17             19           1.14         877.02        7640.72         402.14
                           vt_event_lock:             0              0           0.00           0.00           0.00           0.00              6              6           0.20           6.18          10.47           1.75
       &adev->vcn.workload_profile_mutex:             0              0           0.00           0.00           0.00           0.00              9             11           0.17        1952.51        5578.71         507.16
                &adev->jpeg.jpeg_pg_lock:             0              0           0.00           0.00           0.00           0.00              2              4           0.99        1090.94        1114.89         278.72
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00         451528        1820249           0.04           6.75      276833.49           0.15
                              flush_lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.00           0.00           0.00           0.00
                               &pt->lock:             0              0           0.00           0.00           0.00           0.00          19163          35263           0.05          32.94       12532.68           0.36
                       &kfd->gtt_sa_lock:             0              0           0.00           0.00           0.00           0.00              0              6           0.10          11.47          12.24           2.04
                         mgpu_info.mutex:             0              0           0.00           0.00           0.00           0.00              2              4           0.08           7.31           7.83           1.96
                 (acpi_chain_head).rwsem:             0              0           0.00           0.00           0.00           0.00              2              2           0.36           7.61           7.97           3.99
                           aux_idr_mutex:             0              0           0.00           0.00           0.00           0.00             15             39           0.10          42.89          68.00           1.74
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              2              3           0.21          13.89          14.64           4.88
      &(&adev->delayed_init_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           2024           0.05           3.37         403.57           0.20
                      &dev->master_mutex:             0              0           0.00           0.00           0.00           0.00            600            949           0.13       55129.57      279082.98         294.08
                          &ctx->ctx_lock:             0              0           0.00           0.00           0.00           0.00              0              1           7.34           7.34           7.34           7.34
                      &crtc->commit_lock:             0              0           0.00           0.00           0.00           0.00         481563         742866           0.05        1502.78      169823.39           0.23
                   &node->interrupt_lock:             0              0           0.00           0.00           0.00           0.00             28        3307273           0.05          19.33      630869.30           0.19
           (work_completion)(&sfw->work):             0              0           0.00           0.00           0.00           0.00              0             11           0.00           0.00           0.00           0.00
    (work_completion)(&rnp->exp_poll_wq):             0              0           0.00           0.00           0.00           0.00              0              1           0.00           0.00           0.00           0.00
            &dev->mode_config.panic_lock:             0              0           0.00           0.00           0.00           0.00          64041         247560           0.05           5.86       60907.37           0.25
                       drm_unplug_srcu-R:             0              0           0.00           0.00           0.00           0.00              0       23016277           0.03      115739.15    39307880.12           1.71
             (wq_completion)slub_flushwq:             0              0           0.00           0.00           0.00           0.00              0             16           0.00           0.00           0.00           0.00
              &fs_info->transaction_wait:             0              0           0.00           0.00           0.00           0.00           3021          20679           0.05         313.70        4794.91           0.23
   (work_completion)(&sched->work_run_jo:             0              0           0.00           0.00           0.00           0.00              0        5221604           0.15       45481.81    42524461.65           8.14
                   &sched->job_list_lock:             0              0           0.00           0.00           0.00           0.00         361747        5413924           0.05        1981.09     1696350.40           0.31
              &fs_info->reclaim_bgs_lock:             0              0           0.00           0.00           0.00           0.00              0          19126           0.11       20486.76       78001.54           4.08
                      &vm->eviction_lock:             0              0           0.00           0.00           0.00           0.00         424267        3371148           0.06      115731.78    12644142.88           3.75
               &fs_info->unused_bgs_lock:             0              0           0.00           0.00           0.00           0.00            568          38472           0.05         115.33        4697.73           0.12
   (work_completion)(&sched->work_free_j:             0              0           0.00           0.00           0.00           0.00              0        1805325           0.27        2647.76     5570751.71           3.09
                          &xa->xa_lock#1:             0              0           0.00           0.00           0.00           0.00        1789944        1888861           0.07        2621.15      586679.04           0.31
                      &adev->userq_mutex:             0              0           0.00           0.00           0.00           0.00           2885           4010           0.09          22.55        2112.31           0.53
                   (wq_completion)events:             0              0           0.00           0.00           0.00           0.00              0         903405           0.00     1179518.18    81299671.69          89.99
                 &evf_mgr->ev_fence_lock:             0              0           0.00           0.00           0.00           0.00          31602         102361           0.05          81.49       24341.17           0.24
   (work_completion)(&(&ctx->free_rwork):             0              0           0.00           0.00           0.00           0.00              0              1         282.42         282.42         282.42         282.42
   (wq_completion)dm_vblank_control_work:             0              0           0.00           0.00           0.00           0.00              0         240345           0.03       17764.87     7529719.55          31.33
                 &psp->dtm_context.mutex:             0              0           0.00           0.00           0.00           0.00              4              5         237.78       33323.11       50793.98       10158.80
   (work_completion)(&(&hdcp_work[i].pro:             0              0           0.00           0.00           0.00           0.00              0             13           0.71         822.83         847.41          65.19
                   kernel_fb_helper_lock:             0              0           0.00           0.00           0.00           0.00              2              3         516.75        9330.07       19150.61        6383.54
          (work_completion)(&barr->work):             0              0           0.00           0.00           0.00           0.00              0         663091           0.00        1539.71      887199.38           1.34
               &(&vblank->seqlock)->lock:             0              0           0.00           0.00           0.00           0.00          31364         343424           0.10          91.61      136759.83           0.40
                    &____s->seqcount#1-W:             0              0           0.00           0.00           0.00           0.00              0         343424           0.03          89.69       46098.38           0.13
                    &____s->seqcount#1-R:             0              0           0.00           0.00           0.00           0.00              0         813037           0.02          11.65       70632.44           0.09
                    &adev->dm.audio_lock:             0              0           0.00           0.00           0.00           0.00             11             33           0.09          38.02         132.89           4.03
          (work_completion)(&work->work):             0              0           0.00           0.00           0.00           0.00              0          53393           6.89       17764.35     7455027.63         139.63
   &(&adev->gfx.gfx_off_delay_work)->tim:             0              0           0.00           0.00           0.00           0.00              0            226           1.73         297.07        1792.10           7.93
   (work_completion)(&(&adev->gfx.gfx_of:             0              0           0.00           0.00           0.00           0.00              0            226          24.36        2015.61       71195.38         315.02
   (work_completion)(&helper->damage_wor:             0              0           0.00           0.00           0.00           0.00              0           1229          41.56       33511.95     5343618.93        4347.94
                          &vblank->queue:             0              0           0.00           0.00           0.00           0.00              5         320036           0.06          12.04       74532.84           0.23
            &adev->gmc.invalidate_lock#2:             0              0           0.00           0.00           0.00           0.00              1             54           1.18          47.87         464.34           8.60
                         &kiq->ring_lock:             0              0           0.00           0.00           0.00           0.00             10             43           0.28          73.10         204.47           4.76
                    &kfd->doorbell_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          14.31          14.31          14.31          14.31
                    kfd_processes_srcu-R:             0              0           0.00           0.00           0.00           0.00              0              1          13.60          13.60          13.60          13.60
                               &pm->lock:             0              0           0.00           0.00           0.00           0.00              0              1          13.64          13.64          13.64          13.64
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              6             11           0.07         559.65         582.28          52.93
                            sp_unit_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.18           2.67           3.27           1.09
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              6             10           0.07          11.98          16.95           1.70
                 &type->s_umount_key#4-W:             0              0           0.00           0.00           0.00           0.00              1              1          96.84          96.84          96.84          96.84
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00             80             86           0.07        7957.94        8109.83          94.30
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              6             10           0.07          18.67          23.19           2.32
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          12.39          17.23           1.72
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          12.01          17.44           1.74
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          12.29          16.80           1.68
                 &type->s_umount_key#4-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          15.07          19.11           1.91
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          13.03          17.56           1.76
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.07          13.89          18.60           1.86
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             14             26           0.07          14.42          22.14           0.85
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00              6             10           0.07          12.32          16.56           1.66
                 &type->s_umount_key#5-W:             0              0           0.00           0.00           0.00           0.00             82             93           2.03         139.69        2656.36          28.56
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             37             53           0.07          38.13          60.27           1.14
                 &type->s_umount_key#5-W:             0              0           0.00           0.00           0.00           0.00              1              1          10.65          10.65          10.65          10.65
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             89             97           0.07        1110.01        1261.72          13.01
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00              6             10           0.07          16.28          21.87           2.19
                 &type->s_umount_key#5-W:             0              0           0.00           0.00           0.00           0.00             52             56           2.61        3037.36       19444.71         347.23
                 &type->s_umount_key#5-R:             0              0           0.00           0.00           0.00           0.00             94            165           0.07       67384.41      477581.95        2894.44
                               &ec->lock:             0              0           0.00           0.00           0.00           0.00              0              5           0.39          10.96          29.82           5.96
             (work_completion)(&w->work):             0              0           0.00           0.00           0.00           0.00              0             16           0.00         325.68        1828.00         114.25
                 &type->s_umount_key#6-R:             0              0           0.00           0.00           0.00           0.00             88            103           0.08          85.07         245.49           2.38
                 &type->s_umount_key#6-R:             0              0           0.00           0.00           0.00           0.00             80             86           0.07          48.49         205.61           2.39
                 buffer->reader_lock_key:             0              0           0.00           0.00           0.00           0.00              0             96           0.05           2.08          11.36           0.12
                 &type->s_umount_key#6-R:             0              0           0.00           0.00           0.00           0.00             99            106           0.07          32.65         229.48           2.16
             &selinux_state.policy_mutex:             0              0           0.00           0.00           0.00           0.00              4              4         463.91      637959.56      676857.12      169214.28
         &(&adev->jpeg.idle_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              2          67.44          92.92         160.36          80.18
                           watchdog_lock:             0              0           0.00           0.00           0.00           0.00          59805          59878           0.00        1994.40      523501.85           8.74
   &(&adev->vcn.inst[i].idle_work)->time:             0              0           0.00           0.00           0.00           0.00              0              6           1.11        1030.46        1092.19         182.03
   (work_completion)(&(&adev->jpeg.idle_:             0              0           0.00           0.00           0.00           0.00              0              2         266.36         919.05        1185.40         592.70
   (work_completion)(&(&adev->vcn.inst[i:             0              0           0.00           0.00           0.00           0.00              0              6          66.96        2487.61        5998.50         999.75
   (work_completion)(&(&adev->gfx.idle_w:             0              0           0.00           0.00           0.00           0.00              0              5         612.10         858.92        3546.46         709.29
        &(&adev->gfx.idle_work)->timer#2:             0              0           0.00           0.00           0.00           0.00              0              4           5.73         480.43         552.70         138.17
   (work_completion)(&(&adev->gfx.idle#2:             0              0           0.00           0.00           0.00           0.00              0              4           3.30          12.74          24.41           6.10
            &sb->s_type->i_mutex_key#1-W:             0              0           0.00           0.00           0.00           0.00              9              9          13.00         511.56         792.23          88.03
            &sb->s_type->i_mutex_key#1-R:             0              0           0.00           0.00           0.00           0.00             17             40           0.51         156.88         477.37          11.93
                     &psp->mailbox_mutex:             0              0           0.00           0.00           0.00           0.00              0              1        1125.77        1125.77        1125.77        1125.77
                  &pa_dev->mailbox_mutex:             0              0           0.00           0.00           0.00           0.00              0              1         160.34         160.34         160.34         160.34
            &sb->s_type->i_mutex_key#1/5:             0              0           0.00           0.00           0.00           0.00              0              1         111.24         111.24         111.24         111.24
            &sb->s_type->i_mutex_key#1/2:             0              0           0.00           0.00           0.00           0.00              2              6           0.47          51.42          85.08          14.18
                 system_transition_mutex:             0              0           0.00           0.00           0.00           0.00              3              7           0.10         266.64         274.39          39.20
                      audit_filter_mutex:             0              0           0.00           0.00           0.00           0.00              2              4           0.96          93.32         106.53          26.63
                        sel_ib_pkey_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.52           4.52           4.52           4.52
                          sel_netif_lock:             0              0           0.00           0.00           0.00           0.00            120            140           0.06           5.94          69.97           0.50
                             icc_bw_lock:             0              0           0.00           0.00           0.00           0.00              0              1          12.59          12.59          12.59          12.59
              &cipso_v4_cache[iter].lock:             0              0           0.00           0.00           0.00           0.00            128            128           0.05           4.88          11.56           0.09
                            cls_mod_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.65           3.65           3.65           3.65
                 simple_transaction_lock:             0              0           0.00           0.00           0.00           0.00            184            316           0.06           4.91         102.54           0.32
     (power_off_prep_handler_list).rwsem:             0              0           0.00           0.00           0.00           0.00              1              1           4.06           4.06           4.06           4.06
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              4           4.58          64.68         119.29          29.82
              &sb->s_type->i_mutex_key#1:             0              0           0.00           0.00           0.00           0.00              1              1          54.49          54.49          54.49          54.49
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              2           9.94          50.70          60.64          30.32
                    (&wq_watchdog_timer):             0              0           0.00           0.00           0.00           0.00              0            989           0.00         263.91       18136.55          18.34
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              1          15.95          15.95          15.95          15.95
                           (&q->timeout):             0              0           0.00           0.00           0.00           0.00              0           4935           2.98        4067.77       68831.70          13.95
     (work_completion)(&q->timeout_work):             0              0           0.00           0.00           0.00           0.00              0           4935           1.58        1116.80      167316.00          33.90
                            &xt[i].mutex:             0              0           0.00           0.00           0.00           0.00              0              8           0.06           3.29           3.76           0.47
   &(&hdcp_work[i].callback_dwork)->time:             0              0           0.00           0.00           0.00           0.00              0              4           5.96         265.49         287.45          71.86
                            xfrm_km_lock:             0              0           0.00           0.00           0.00           0.00              1              1           2.62           2.62           2.62           2.62
             power_off_handler_list.lock:             0              0           0.00           0.00           0.00           0.00              1              1           1.65           1.65           1.65           1.65
                            inetsw6_lock:             0              0           0.00           0.00           0.00           0.00              1              6           0.11           2.41           3.14           0.52
                       &hashinfo->lock#2:             0              0           0.00           0.00           0.00           0.00            167           1067           0.05          13.79         211.14           0.20
       (restart_prep_handler_list).rwsem:             0              0           0.00           0.00           0.00           0.00              1              1           3.71           3.71           3.71           3.71
               &nmi_desc[NMI_LOCAL].lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.09           1.67           2.08           0.69
                        &undo_list->lock:             0              0           0.00           0.00           0.00           0.00           2728           2955           0.06          11.83        1125.68           0.38
   (work_completion)(&mm->async_put_work:             0              0           0.00           0.00           0.00           0.00              0            101        1202.35       34111.99      980692.01        9709.82
                        zram_index_mutex:             0              0           0.00           0.00           0.00           0.00              1              1        2209.35        2209.35        2209.35        2209.35
             &q->q_usage_counter(io)#5-R:             0              0           0.00           0.00           0.00           0.00              0        2323829           0.03        1626.85      126450.64           0.05
       *(&acpi_gbl_reference_count_lock):             0              0           0.00           0.00           0.00           0.00            139         123776           0.00          11.88        8296.15           0.07
                                  lock#7:             0              0           0.00           0.00           0.00           0.00             12             15           0.63         129.01         204.79          13.65
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              1         256.24         256.24         256.24         256.24
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              1              4           0.10           8.39          17.64           4.41
        &net->ipv6.ip6addrlbl_table.lock:             0              0           0.00           0.00           0.00           0.00             64            897           0.05         209.55        2256.22           2.52
                          &idev->mc_lock:             0              0           0.00           0.00           0.00           0.00           1866           2980           0.19        4770.02       72939.43          24.48
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              1         661.09         661.09         661.09         661.09
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              0             12           0.24          12.40          28.95           2.41
                              fuse_mutex:             0              0           0.00           0.00           0.00           0.00              3              3           6.96         586.25         684.50         228.17
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.78         127.54         129.32          64.66
                         &ctx->ring_lock:             0              0           0.00           0.00           0.00           0.00              0              3           0.42         957.64         982.26         327.42
                             aio_nr_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.49          22.35          22.84          11.42
                         &mm->ioctx_lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.51           8.31           9.61           3.20
                              _hash_lock:             0              0           0.00           0.00           0.00           0.00              1              1           9.20           9.20           9.20           9.20
                   &ctx->completion_lock:             0              0           0.00           0.00           0.00           0.00              0              5           0.08           7.20           7.60           1.52
                              &ctx->wait:             0              0           0.00           0.00           0.00           0.00              0              1           2.80           2.80           2.80           2.80
            (reboot_notifier_list).rwsem:             0              0           0.00           0.00           0.00           0.00              4              6           0.00           3.85           9.54           1.59
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              0              3           0.41         227.67         229.91          76.64
            &fs_info->cleanup_work_sem-R:             0              0           0.00           0.00           0.00           0.00              3              3          21.34          35.62          82.19          27.40
                 &fs_info->cleaner_mutex:             0              0           0.00           0.00           0.00           0.00              2          19128           0.35     5365785.14     6027073.40         315.09
                 &fs_info->balance_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           2.31           5.33           7.64           3.82
                      &discard_ctl->lock:             0              0           0.00           0.00           0.00           0.00             29             99           0.06          11.49          62.26           0.63
            (wq_completion)ipv6_addrconf:             0              0           0.00           0.00           0.00           0.00              0           1453           3.34       10620.57       42609.90          29.33
   (work_completion)(&(&net->ipv6.addr_c:             0              0           0.00           0.00           0.00           0.00              0           1407           3.26       10619.88       26289.87          18.69
                          acpi_scan_lock:             0              0           0.00           0.00           0.00           0.00              1              1      448621.78      448621.78      448621.78      448621.78
                    smpboot_threads_lock:             0              0           0.00           0.00           0.00           0.00             32             66           3.01         615.63       11102.27         168.22
                      rcu_read_lock_bh-R:             0              0           0.00           0.00           0.00           0.00              0        7828926           0.40       49329.35    39356322.98           5.03
                           &ids->rwsem-W:             0              0           0.00           0.00           0.00           0.00            253            293           0.07        1045.05        3527.69          12.04
                           &ids->rwsem-R:             0              0           0.00           0.00           0.00           0.00              4              7           0.10           9.10          16.59           2.37
                           sb_internal-R:             0              0           0.00           0.00           0.00           0.00              0       38460280           0.32    14235096.92  1222090105.77          31.78
               btrfs_trans_num_writers-W:             0              0           0.00           0.00           0.00           0.00              0           1274           0.03         214.87         622.01           0.49
               btrfs_trans_num_writers-R:             0              0           0.00           0.00           0.00           0.00              0       38465489           0.12    29607737.83   530674053.40          13.80
            btrfs_trans_num_extwriters-W:             0              0           0.00           0.00           0.00           0.00              0           1274           0.05         941.58        1634.27           1.28
            btrfs_trans_num_extwriters-R:             0              0           0.00           0.00           0.00           0.00              0       38465489           0.07    29607737.42   523160804.05          13.60
                   &fs_info->reloc_mutex:             0              0           0.00           0.00           0.00           0.00           2373           2577           0.33     2407842.95    10235855.93        3972.00
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00             32             32           0.14           5.79          12.61           0.39
                        acpi_device_lock:             0              0           0.00           0.00           0.00           0.00             41            287           0.72        4748.78       74753.03         260.46
                            &xhci->mutex:             0              0           0.00           0.00           0.00           0.00              7             30          50.23       27461.91      102879.92        3429.33
                         sb_pagefaults-R:             0              0           0.00           0.00           0.00           0.00              0         240718          19.36    13715032.40   145325884.38         603.72
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00              0            236           0.08          14.20          52.45           0.22
                   kthreads_hotplug_lock:             0              0           0.00           0.00           0.00           0.00             34             36           0.00         908.52        1136.16          31.56
                        clockevents_lock:             0              0           0.00           0.00           0.00           0.00             31             33           0.00          16.30          20.84           0.63
              (wq_completion)btrfs-cache:             0              0           0.00           0.00           0.00           0.00              0             61          30.81       58442.02      201222.96        3298.74
               buffer->reader_lock_key#2:             0              0           0.00           0.00           0.00           0.00              0            192           0.05           2.03          18.42           0.10
   (work_completion)(&work->normal_work):             0              0           0.00           0.00           0.00           0.00              0        2184906           0.71     9419839.52   480293259.67         219.82
                     &caching_ctl->mutex:             0              0           0.00           0.00           0.00           0.00          18056          19509          28.81      102407.47    26535261.01        1360.15
             &fs_info->commit_root_sem-W:             0              0           0.00           0.00           0.00           0.00            972           1274          19.44         902.59       43502.14          34.15
             &fs_info->commit_root_sem-R:             0              0           0.00           0.00           0.00           0.00          17964          19509          21.89      102401.43    26417152.16        1354.10
                      &caching_ctl->wait:             0              0           0.00           0.00           0.00           0.00          20168          70853           0.06         114.58        7905.42           0.11
                         btrfs-tree-02/1:             0              0           0.00           0.00           0.00           0.00              3           7446           1.43       38431.21      952169.91         127.88
           (x86_mce_decoder_chain).rwsem:             0              0           0.00           0.00           0.00           0.00              3              3           0.34           3.69           4.97           1.66
                        domain_list_lock:             0              0           0.00           0.00           0.00           0.00             31             32           0.51         153.21         245.01           7.66
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              0            236           0.07           5.71          24.21           0.10
                         &head_ref->lock:             0              0           0.00           0.00           0.00           0.00        5932648       27567328           0.06        9320.98    20916200.45           0.76
                         btrfs-tree-01/1:             0              0           0.00           0.00           0.00           0.00              7          19576           1.11       14071.92     2078361.68         106.17
                         btrfs-tree-00/1:             0              0           0.00           0.00           0.00           0.00             27         493684           0.16       24641.96     4082721.10           8.27
                          rdtgroup_mutex:             0              0           0.00           0.00           0.00           0.00             32             42           0.08          86.72         134.62           3.21
                     (&cookie->fq_timer):             0              0           0.00           0.00           0.00           0.00              0         386170           6.68        3657.65     7123161.50          18.45
               drivers/char/random.c:258:             0              0           0.00           0.00           0.00           0.00              0            495           1.37          24.71        2530.59           5.11
                          &ei->log_mutex:             0              0           0.00           0.00           0.00           0.00         869842        2735478           0.07       31484.17     8456460.22           3.09
                        syscore_ops_lock:             0              0           0.00           0.00           0.00           0.00              7             15           0.15         161.93         170.53          11.37
                      hwlat_hotplug_work:             0              0           0.00           0.00           0.00           0.00              0             32           0.95          44.86         108.55           3.39
                        &hwlat_data.lock:             0              0           0.00           0.00           0.00           0.00             31             32           0.51          26.27          55.04           1.72
           (wq_completion)events_unbound:             0              0           0.00           0.00           0.00           0.00              0        3377181           0.22    38421163.31  1395163333.47         413.11
                    osnoise_hotplug_work:             0              0           0.00           0.00           0.00           0.00              0             32           0.28          13.67          33.43           1.04
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              9          56356           0.06          11.33        7497.67           0.13
   (work_completion)(&(&wb->bw_dwork)->w:             0              0           0.00           0.00           0.00           0.00              0          31486           0.14       16049.73       72856.46           2.31
                          btrfs-log-00/1:             0              0           0.00           0.00           0.00           0.00              2          60403           0.10        8050.08      611558.70          10.12
       (wq_completion)btrfs-delayed-meta:             0              0           0.00           0.00           0.00           0.00              0         341311           5.14       44196.61    85485231.94         250.46
                      (next_reseed).work:             0              0           0.00           0.00           0.00           0.00              0            495          64.85        1340.34       37804.59          76.37
             &fs_info->ordered_root_lock:             0              0           0.00           0.00           0.00           0.00        1958409        1967060           0.06         677.26      207276.77           0.11
        (wq_completion)btrfs-endio-write:             0              0           0.00           0.00           0.00           0.00              0         842485           9.87       34993.17    70179538.52          83.30
                  btrfs_ordered_extent-W:             0              0           0.00           0.00           0.00           0.00              0          12866           0.04         721.96        4341.24           0.34
                  btrfs_ordered_extent-R:             0              0           0.00           0.00           0.00           0.00              0        1563701           9.64     9419831.49   247541054.59         158.30
           btrfs_trans_pending_ordered-W:             0              0           0.00           0.00           0.00           0.00              0           1274           0.05          30.15         411.33           0.32
           btrfs_trans_pending_ordered-R:             0              0           0.00           0.00           0.00           0.00              0        1563701           0.62        3734.33     2071956.13           1.33
                     &rnp->kthread_mutex:             0              0           0.00           0.00           0.00           0.00              0             32           0.08         230.85         353.44          11.04
                            &entry->wait:             0              0           0.00           0.00           0.00           0.00        1550360        1577131           0.06        1779.85      229063.49           0.15
                           &sbi->fs_lock:             0              0           0.00           0.00           0.00           0.00            102            330           0.05         278.57         432.51           1.31
                            (&cb->timer):             0              0           0.00           0.00           0.00           0.00              0         127686           0.42        2487.26      518021.96           4.06
               &file->master_lookup_lock:             0              0           0.00           0.00           0.00           0.00          77169        1114567           0.05        1112.37      217204.26           0.19
                           ima_keys_lock:             0              0           0.00           0.00           0.00           0.00              9             13           0.10         314.62         322.05          24.77
                            &mgr->lock#3:             0              0           0.00           0.00           0.00           0.00         878464        2608235           0.07       13194.20     2543369.40           0.98
                        &head_ref->mutex:             0              0           0.00           0.00           0.00           0.00              0        6865090           0.04       49288.94   489678398.43          71.33
                 &(&wb->bw_dwork)->timer:             0              0           0.00           0.00           0.00           0.00              0          31598           0.03        2118.23      298977.13           9.46
                (wq_completion)writeback:             0              0           0.00           0.00           0.00           0.00              0         143842           0.03     9038413.34   522627622.04        3633.35
        &(&evf_mgr->suspend_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           1986           0.04           4.48         282.10           0.14
              (kmod_concurrent_max).lock:             0              0           0.00           0.00           0.00           0.00             30             80           0.05          21.98          52.20           0.65
                power_resource_list_lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.13         552.60         558.66         139.67
                 &userq_mgr->userq_mutex:             0              0           0.00           0.00           0.00           0.00           1097           1986           0.12          11.58         823.05           0.41
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0            403           0.07         394.77        2131.69           5.29
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00            117            189           0.07         396.62        1291.61           6.83
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0              2          21.42          68.63          90.05          45.03
              &sb->s_type->i_mutex_key#1:             0              0           0.00           0.00           0.00           0.00              3             14           3.89         545.31         816.14          58.30
      (work_completion)(&sub_info->work):             0              0           0.00           0.00           0.00           0.00              0             63          58.07       72630.00      691625.66       10978.19
                           pci_bus_sem-W:             0              0           0.00           0.00           0.00           0.00              0             64           0.07           6.04          11.50           0.18
                           pci_bus_sem-R:             0              0           0.00           0.00           0.00           0.00             28            768           0.06         165.46        1382.47           1.80
                      &zram->init_lock-W:             0              0           0.00           0.00           0.00           0.00              1              2           8.95      399737.63      399746.58      199873.29
                      &zram->init_lock-R:             0              0           0.00           0.00           0.00           0.00          11609          13917           1.12          55.71       24914.57           1.79
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0          41753           0.05      399738.84      622200.84          14.90
                         umh_sysctl_lock:             0              0           0.00           0.00           0.00           0.00             58             63           0.09           3.38          22.09           0.35
                 zram->table[index].lock:             0              0           0.00           0.00           0.00           0.00        4389047        7272683           0.04       17049.34     5201107.46           0.72
             &device->physical_node_lock:             0              0           0.00           0.00           0.00           0.00            436            793           0.00        2977.92        6838.15           8.62
                  &sig->cred_guard_mutex:             0              0           0.00           0.00           0.00           0.00          30273          41344           4.58      533730.04    73560362.64        1779.23
                          zspage->lock-W:             0              0           0.00           0.00           0.00           0.00          44301          85938           0.03        1408.22       34099.73           0.40
                          zspage->lock-R:             0              0           0.00           0.00           0.00           0.00         768407        2314840           0.04       23016.12     1834870.96           0.79
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              1             17           0.19           9.33          12.77           0.75
                          rcu_callback-R:             0              0           0.00           0.00           0.00           0.00              0      482706864           0.00       49611.53  2682701325.90           5.56
                    &desc->request_mutex:             0              0           0.00           0.00           0.00           0.00             76            109           0.00         132.17        1509.98          13.85
                     crng_init_wait.lock:             0              0           0.00           0.00           0.00           0.00              0             32           0.00           0.00           0.00           0.00
                         rcu_read_lock-R:             0              0           0.00           0.00           0.00           0.00              0   184685916276           0.00      286310.76 20160976759.13           0.11
                       swap_cgroup_mutex:             0              0           0.00           0.00           0.00           0.00              2              2           0.59           5.58           6.17           3.09
         (wq_completion)inode_switch_wbs:             0              0           0.00           0.00           0.00           0.00              0           9083           6.95     2701094.74    45133517.04        4969.01
   (work_completion)(&(&isw->work)->work:             0              0           0.00           0.00           0.00           0.00              0           5250           8.45      144316.43    35352532.25        6733.82
                               vm_lock-W:             0              0           0.00           0.00           0.00           0.00        8054369       21966607           0.05       16894.79     3226616.07           0.15
                               vm_lock-R:             0              0           0.00           0.00           0.00           0.00              0     2097963649           0.03    13715038.43  2718291931.35           1.30
                          slot_list_lock:             0              0           0.00           0.00           0.00           0.00              1             17          60.18        1914.51        4400.21         258.84
   (work_completion)(&(&wb->dwork)->work:             0              0           0.00           0.00           0.00           0.00              0         112218           0.03     9038412.73   522477184.37        4655.91
                          &p->sequence-W:             0              0           0.00           0.00           0.00           0.00              0          46998           0.03          23.09       23220.75           0.49
                          &p->sequence-R:             0              0           0.00           0.00           0.00           0.00              0         215767           0.02           5.08       31004.08           0.14
             (wq_completion)cgwb_release:             0              0           0.00           0.00           0.00           0.00              0            130          18.79        2271.95       24716.38         190.13
                               uts_sem-W:             0              0           0.00           0.00           0.00           0.00              1             24           6.46         768.64        1422.58          59.27
                               uts_sem-R:             0              0           0.00           0.00           0.00           0.00          50626          68182           0.09        1040.54       52286.66           0.77
                    acpi_hp_context_lock:             0              0           0.00           0.00           0.00           0.00              1             87           0.08          17.88         315.48           3.63
   (work_completion)(&(&map->track.rwork:             0              0           0.00           0.00           0.00           0.00              0            192           0.00         412.83        2490.56          12.97
    (work_completion)(&wb->release_work):             0              0           0.00           0.00           0.00           0.00              0            130          18.71        2271.07       24619.35         189.38
                &bdi->cgwb_release_mutex:             0              0           0.00           0.00           0.00           0.00             86            130          13.17        2249.30       22665.06         174.35
                          &f->f_pos_lock:             0              0           0.00           0.00           0.00           0.00        2821595       68376512           0.07     9457842.77  4003725720.31          58.55
                    &(&wb->dwork)->timer:             0              0           0.00           0.00           0.00           0.00              0         101528           0.03        1555.96      914895.36           9.01
                            bridge_mutex:             0              0           0.00           0.00           0.00           0.00              1             17           0.08           7.20           8.73           0.51
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0            192           0.47         931.03        2113.89          11.01
              running_helpers_waitq.lock:             0              0           0.00           0.00           0.00           0.00             35             48           0.06          12.43          49.06           1.02
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0           1636           0.05         743.58        9714.97           5.94
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           1636           0.04        1763.00       11684.97           7.14
   &(({ do { const void __seg_gs *__vpp_:             0              0           0.00           0.00           0.00           0.00              0         480556           0.78        1466.33     2889151.74           6.01
         pci_acpi_companion_lookup_sem-R:             0              0           0.00           0.00           0.00           0.00              1             84           0.07           8.34          15.06           0.18
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              2           7.73         120.36         128.09          64.05
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            100           0.61         178.21         931.33           9.31
   (work_completion)(&(&hub->post_resume:             0              0           0.00           0.00           0.00           0.00              0             16           2.64          31.37          85.94           5.37
       (wq_completion)btrfs-endio-meta#2:             0              0           0.00           0.00           0.00           0.00              0         790224           7.81       33285.59    26170119.87          33.12
   (work_completion)(&rfkill_global_led_:             0              0           0.00           0.00           0.00           0.00              0           5401           0.81          33.59       10838.00           2.01
                    &wi_group->kobj_lock:             0              0           0.00           0.00           0.00           0.00              0              1          35.82          35.82          35.82          35.82
                          pci_slot_mutex:             0              0           0.00           0.00           0.00           0.00              1             47           0.07           7.73          12.02           0.26
                     rfkill_global_mutex:             0              0           0.00           0.00           0.00           0.00           2542           5425           0.08        2487.13        7012.47           1.29
                          &entry->access:             0              0           0.00           0.00           0.00           0.00             27            225           0.08           7.74          58.45           0.26
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              1              1           5.88           5.88           5.88           5.88
                              info_mutex:             0              0           0.00           0.00           0.00           0.00             23            261           3.45         221.03        2388.80           9.15
                muxed_resource_wait.lock:             0              0           0.00           0.00           0.00           0.00             20             40           0.07         125.60         276.92           6.92
                            cleanup_work:             0              0           0.00           0.00           0.00           0.00              0              1        1816.62        1816.62        1816.62        1816.62
                 resource_alignment_lock:             0              0           0.00           0.00           0.00           0.00              1             47           0.05           8.23          11.57           0.25
                             tmigr_mutex:             0              0           0.00           0.00           0.00           0.00              0             32           5.40          34.37         274.31           8.57
                          register_mutex:             0              0           0.00           0.00           0.00           0.00             11             28           0.18          63.42         204.64           7.31
                              scan_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           3.84           3.84           3.84           3.84
                  lib/debugobjects.c:110:             0              0           0.00           0.00           0.00           0.00              0         150123           0.79        3357.51      943803.45           6.29
                      &dev->power.lock/1:             0              0           0.00           0.00           0.00           0.00            326           1403           0.05         165.06         808.97           0.58
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00             15             34           0.19          19.08          75.96           2.23
                    &wblock->notify_lock:             0              0           0.00           0.00           0.00           0.00              6              6           0.34          90.94         104.98          17.50
                   (debug_obj_work).work:             0              0           0.00           0.00           0.00           0.00              0         150123           0.09       29054.85    45898988.72         305.74
                 (netlink_chain).rwsem-W:             0              0           0.00           0.00           0.00           0.00              2              2           0.52           6.34           6.86           3.43
                 (netlink_chain).rwsem-R:             0              0           0.00           0.00           0.00           0.00           1871           2086           0.42        1316.87        7529.55           3.61
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             64           1.27          94.06         619.17           9.67
                        pcpu_drain_mutex:             0              0           0.00           0.00           0.00           0.00              0           9812           0.54      132477.85    11740242.76        1196.52
           acpi_pm_notifier_install_lock:             0              0           0.00           0.00           0.00           0.00              6             47         190.82        7315.49       22791.23         484.92
                        cpuhp_state-down:             0              0           0.00           0.00           0.00           0.00              0            614           0.00           4.87          56.95           0.09
                        ftrace_cmd_mutex:             0              0           0.00           0.00           0.00           0.00              1              9           0.09           3.42           6.64           0.74
                    __crash_hotplug_lock:             0              0           0.00           0.00           0.00           0.00             64             64           0.14           8.97          49.97           0.78
                       reg_requests_lock:             0              0           0.00           0.00           0.00           0.00              5             20           0.10          62.70          86.87           4.34
                 (work_completion)(work):             0              0           0.00           0.00           0.00           0.00              0          28277           0.03        2394.95      638957.51          22.60
                                reg_work:             0              0           0.00           0.00           0.00           0.00              0              7           3.44         471.77         809.58         115.65
                reg_pending_beacons_lock:             0              0           0.00           0.00           0.00           0.00              8             18           0.09          11.18          35.36           1.96
                                  lock#6:             0              0           0.00           0.00           0.00           0.00              0       10192937           0.03        8595.61      669826.08           0.07
                   acpi_pm_notifier_lock:             0              0           0.00           0.00           0.00           0.00              6             47         186.06        7292.51       22381.46         476.20
       (work_completion)(&fw_work->work):             0              0           0.00           0.00           0.00           0.00              0              1        7827.25        7827.25        7827.25        7827.25
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.84         142.00         195.63          32.60
             &(&ops->cursor_work)->timer:             0              0           0.00           0.00           0.00           0.00              0            162           4.30         346.92        2050.20          12.66
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.52          84.27         102.28          17.05
                       snd_ioctl_rwsem-W:             0              0           0.00           0.00           0.00           0.00              3              6           0.20         114.89         116.88          19.48
                       snd_ioctl_rwsem-R:             0              0           0.00           0.00           0.00           0.00            128           5272           0.13         280.88        1943.79           0.37
   (work_completion)(&(&ops->cursor_work:             0              0           0.00           0.00           0.00           0.00              0            162           0.56         454.78        2342.08          14.46
                      wakeup_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00             13             82           0.12           8.90          54.11           0.66
                             quirk_mutex:             0              0           0.00           0.00           0.00           0.00              8             17           0.39          16.31          25.73           1.51
                   reg_regdb_apply_mutex:             0              0           0.00           0.00           0.00           0.00              2              4          11.14       32485.32       33057.63        8264.41
                          reg_regdb_work:             0              0           0.00           0.00           0.00           0.00              0              2         604.65       32494.27       33098.92       16549.46
              arch/x86/kernel/tsc.c:1301:             0              0           0.00           0.00           0.00           0.00              0              1          53.72          53.72          53.72          53.72
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00             13             82           0.19         105.84         167.60           2.04
                  (&group->rtpoll_timer):             0              0           0.00           0.00           0.00           0.00              0          35460           0.96         703.01      137141.27           3.87
                init_user_ns.keyring_sem:             0              0           0.00           0.00           0.00           0.00             21             29           2.49         509.44        1733.53          59.78
                register_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              3              4           0.66           6.86           9.42           2.36
                             events_lock:             0              0           0.00           0.00           0.00           0.00             13             82           0.05           5.90          31.70           0.39
                          cpuhp_state-up:             0              0           0.00           0.00           0.00           0.00              0           1687           0.00        2610.57      109777.62          65.07
           execmem_cache.mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              4             12           0.16          11.08          30.68           2.56
                        register_mutex#3:             0              0           0.00           0.00           0.00           0.00              7             65          10.04       10226.83       11841.55         182.18
                     keyring_name_lock-W:             0              0           0.00           0.00           0.00           0.00            464            585           0.06           5.67         267.58           0.46
                     keyring_name_lock-R:             0              0           0.00           0.00           0.00           0.00              1              1           8.31           8.31           8.31           8.31
                            clients_lock:             0              0           0.00           0.00           0.00           0.00             17           1178           0.04          10.11         117.82           0.10
                    &client->ports_mutex:             0              0           0.00           0.00           0.00           0.00             16             37           0.19         137.15         321.56           8.69
                            dquirks_lock:             0              0           0.00           0.00           0.00           0.00              7             63           1.72          19.95         181.65           2.88
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              1             47           0.07           7.79          11.96           0.25
                   &client->ports_lock-W:             0              0           0.00           0.00           0.00           0.00             16             37           0.05           7.79          15.32           0.41
                   &client->ports_lock-R:             0              0           0.00           0.00           0.00           0.00             20            181           0.05           6.84          33.96           0.19
                           autoload_work:             0              0           0.00           0.00           0.00           0.00              0             96           0.03          20.01          62.81           0.65
                         &hdrv->dyn_lock:             0              0           0.00           0.00           0.00           0.00             18             84           0.06          11.51          26.42           0.31
                    text_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00             20             31           0.24          12.21          55.58           1.79
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           1572           0.05        1023.63        9329.68           5.93
                       semaphore->lock#2:             0              0           0.00           0.00           0.00           0.00             12       32028660           0.04           8.62     4340810.12           0.14
                     &dev->pcie_cap_lock:             0              0           0.00           0.00           0.00           0.00             13             59           0.90         635.20         740.57          12.55
                              i8042_lock:             0              0           0.00           0.00           0.00           0.00              1              1           5.84           5.84           5.84           5.84
                          &usbhid->mutex:             0              0           0.00           0.00           0.00           0.00            175            242           3.43       56225.47     5724657.95       23655.61
                   event_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              3              8           0.27           6.33          14.45           1.81
                         rate_ctrl_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          93.24          93.24          93.24          93.24
                     &hdev->ll_open_lock:             0              0           0.00           0.00           0.00           0.00            592            686           0.07       56226.27     5712091.02        8326.66
                      pci_pme_list_mutex:             0              0           0.00           0.00           0.00           0.00          14456          29269           0.09        7460.69      935979.25          31.98
             uevent_sock_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              5              8           0.34          70.72          89.40          11.18
                             &ps->lock#2:             0              0           0.00           0.00           0.00           0.00              4             12           0.06          24.80          31.34           2.61
                           &usbhid->lock:             0              0           0.00           0.00           0.00           0.00            205            373           0.06         686.03        3849.08          10.32
                 usbfs_memory_usage_lock:             0              0           0.00           0.00           0.00           0.00              1              4           0.09           1.91           2.59           0.65
                               &ps->wait:             0              0           0.00           0.00           0.00           0.00              4              6           0.06          15.42          20.57           3.43
                           template_list:             0              0           0.00           0.00           0.00           0.00              1              1           4.09           4.09           4.09           4.09
            (module_notify_list).rwsem-W:             0              0           0.00           0.00           0.00           0.00              7             14           0.14           3.54          12.55           0.90
            (module_notify_list).rwsem-R:             0              0           0.00           0.00           0.00           0.00            213            298           1.96       63050.04      534334.17        1793.07
                            ioapic_mutex:             0              0           0.00           0.00           0.00           0.00             17             56           0.09        2797.97        6489.34         115.88
                panic_notifier_list.lock:             0              0           0.00           0.00           0.00           0.00              4              6           0.00           1.40           3.25           0.54
                batched_entropy_u32.lock:             0              0           0.00           0.00           0.00           0.00              0       47839118           0.00        1456.44     5002322.84           0.10
                             usbfs_mutex:             0              0           0.00           0.00           0.00           0.00             35             39           0.28          34.81          85.86           2.20
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             64           1.48         403.65        1095.78          17.12
                        &chip->ops_sem-R:             0              0           0.00           0.00           0.00           0.00             13             56           0.81       49657.65      186524.99        3330.80
                      vendor_module_lock:             0              0           0.00           0.00           0.00           0.00              1              1       32771.51       32771.51       32771.51       32771.51
                           sev_cmd_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          14.18          14.18          14.18          14.18
                        &chip->tpm_mutex:             0              0           0.00           0.00           0.00           0.00             13             56           0.41       49654.45      186486.90        3330.12
                               aspm_lock:             0              0           0.00           0.00           0.00           0.00             25             36           5.11         109.19         732.66          20.35
                       pvclock_gtod_data:             0              0           0.00           0.00           0.00           0.00              0       28377238           0.03         363.09     2787881.72           0.10
                          kvm_usage_lock:             0              0           0.00           0.00           0.00           0.00              1              1        9277.42        9277.42        9277.42        9277.42
                   ima_extend_list_mutex:             0              0           0.00           0.00           0.00           0.00              1              1       49681.83       49681.83       49681.83       49681.83
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             95           0.06         173.00         629.88           6.63
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             86           0.06          76.77         379.93           4.42
                      &dev->event_lock#2:             0              0           0.00           0.00           0.00           0.00           1382       32465850           0.06        3155.00     8303379.65           0.26
                  pci_rescan_remove_lock:             0              0           0.00           0.00           0.00           0.00              2              2          11.27          58.06          69.34          34.67
                             ddebug_lock:             0              0           0.00           0.00           0.00           0.00             65            417           0.08         134.18         339.61           0.81
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              4           0.56         118.75         129.40          32.35
                          btrfs-dev-01-W:             0              0           0.00           0.00           0.00           0.00              6             17           1.40        1715.95        5663.91         333.17
                          btrfs-dev-01-R:             0              0           0.00           0.00           0.00           0.00             69            302           0.24        1513.44       27466.53          90.95
                             minor_rwsem:             0              0           0.00           0.00           0.00           0.00              4              4         368.70         562.69        1837.25         459.31
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            188           0.44         225.46        1416.26           7.53
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            188           0.57         686.57        1847.85           9.83
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              3              4           0.48          15.79          17.84           4.46
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              8             27           0.00           8.61          19.39           0.72
                        register_mutex#4:             0              0           0.00           0.00           0.00           0.00              4              4       44903.02     6116235.29     6666859.88     1666714.97
                          snd_card_mutex:             0              0           0.00           0.00           0.00           0.00             10             18           0.12          16.95          40.54           2.25
                &card->controls_rwlock-W:             0              0           0.00           0.00           0.00           0.00            311          11287           0.05           7.54         880.03           0.08
                &card->controls_rwlock-R:             0              0           0.00           0.00           0.00           0.00             18            728           0.05         335.97        1550.18           2.13
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              6             29           0.22          69.25         103.58           3.57
                          acpi_link_lock:             0              0           0.00           0.00           0.00           0.00              1              8         644.98         894.03        5889.85         736.23
                          (&timer.timer):             0              0           0.00           0.00           0.00           0.00              0       10260652           0.00        2933.18    10057096.34           0.98
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00             50            172           0.16         199.32        4056.92          23.59
                   snd_ctl_layer_rwsem-R:             0              0           0.00           0.00           0.00           0.00             48            220           0.07          44.98         107.35           0.49
                          subsys mutex#5:             0              0           0.00           0.00           0.00           0.00              6             29           0.11          14.20          22.38           0.77
                        &data->read_wait:             0              0           0.00           0.00           0.00           0.00           4950          28127           0.05         193.45        5376.42           0.19
                              &data->mtx:             0              0           0.00           0.00           0.00           0.00           5038          43258           0.06        1241.48       12618.44           0.29
                      &hiddev->list_lock:             0              0           0.00           0.00           0.00           0.00              2      997775168           0.04          11.75    75122998.04           0.08
                      acpi_dep_list_lock:             0              0           0.00           0.00           0.00           0.00              3             12           0.09           6.66           8.75           0.73
                    sort_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              4              5           0.37         150.20         158.94          31.79
                    &chip->shutdown_wait:             0              0           0.00           0.00           0.00           0.00            149            939           0.06          13.67         162.60           0.17
                           &hiddev->wait:             0              0           0.00           0.00           0.00           0.00              2      997775168           0.05           9.82    83480829.59           0.08
                        hci_cb_list_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.15           9.22           9.66           3.22
                &resource->resource_lock:             0              0           0.00           0.00           0.00           0.00              0              3         115.71         286.76         549.44         183.15
                     &rnp->nocb_gp_wq[0]:             0              0           0.00           0.00           0.00           0.00         818590        3800697           0.00           6.26      373891.24           0.10
                     mgmt_chan_list_lock:             0              0           0.00           0.00           0.00           0.00             34            127           0.07        1178.20        5332.35          41.99
   (work_completion)(&(&hda->probe_work):             0              0           0.00           0.00           0.00           0.00              0              2       89894.55       95107.46      185002.01       92501.00
                              &dev->wait:             0              0           0.00           0.00           0.00           0.00          93270       16845317           0.04        1110.25     2239918.76           0.13
                              &bus->lock:             0              0           0.00           0.00           0.00           0.00              7             27           0.10         164.65         187.50           6.94
              spd5118:741:(config)->lock:             0              0           0.00           0.00           0.00           0.00              4             10          74.86        2805.82       10681.70        1068.17
                 crypto_default_rng_lock:             0              0           0.00           0.00           0.00           0.00              3              4           0.11        5213.48        5222.99        1305.75
                              &ec->mutex:             0              0           0.00           0.00           0.00           0.00              0             16           0.08           5.67           6.93           0.43
                         map->lock_key/1:             0              0           0.00           0.00           0.00           0.00              6             10           0.66          35.08          58.95           5.89
                       &drbg->drbg_mutex:             0              0           0.00           0.00           0.00           0.00              6            135           0.07        5009.14       24572.43         182.02
                         &bus->cmd_mutex:             0              0           0.00           0.00           0.00           0.00             30           1330           6.94        1714.82       59934.90          45.06
                         &rng->jent_lock:             0              0           0.00           0.00           0.00           0.00              0              1        2568.44        2568.44        2568.44        2568.44
                  (xenstore_chain).rwsem:             0              0           0.00           0.00           0.00           0.00              1              2           0.14           4.00           4.14           2.07
                            &pmus_srcu-R:             0              0           0.00           0.00           0.00           0.00              0             66           0.00          79.43        1045.21          15.84
                          die_chain.lock:             0              0           0.00           0.00           0.00           0.00              0              6           0.10           1.59           2.39           0.40
                           &bus->rirb_wq:             0              0           0.00           0.00           0.00           0.00           2682           5314           0.05         798.50        6068.01           1.14
                     &codec->regmap_lock:             0              0           0.00           0.00           0.00           0.00             19            319           0.26         738.57       16516.46          51.78
   (blocking_lsm_notifier_chain).rwsem-W:             0              0           0.00           0.00           0.00           0.00              1              1           3.97           3.97           3.97           3.97
   (blocking_lsm_notifier_chain).rwsem-R:             0              0           0.00           0.00           0.00           0.00              1              1           6.08           6.08           6.08           6.08
                     &codec->widget_lock:             0              0           0.00           0.00           0.00           0.00              0              4         394.82        2287.68        5326.81        1331.70
     (work_completion)(&bus->unsol_work):             0              0           0.00           0.00           0.00           0.00              0              4           1.21          55.74          62.36          15.59
               (work_completion)(&p->wq):             0              0           0.00           0.00           0.00           0.00              0          34144          10.29        3796.99     1348242.59          39.49
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1           0.00           0.00           0.00           0.00
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              2              2          11.11          11.22          22.33          11.17
                          &dev->msi_lock:             0              0           0.00           0.00           0.00           0.00              2              2          14.82          16.14          30.96          15.48
                    drivers/pci/pci.c:56:             0              0           0.00           0.00           0.00           0.00              0          29198           1.13        1232.28      176563.03           6.05
                           videodev_lock:             0              0           0.00           0.00           0.00           0.00             36             78           0.09        1642.32        3124.75          40.06
         (wq_completion)events_freezable:             0              0           0.00           0.00           0.00           0.00              0          29198           6.93        7461.60      975647.99          33.41
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00              1              2           0.00           3.29           3.29           1.65
                       pmc_reserve_mutex:             0              0           0.00           0.00           0.00           0.00              0              3           0.52           6.47           7.72           2.57
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              2              2           0.51          22.27          22.78          11.39
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00              2              5           0.12          10.32          11.55           2.31
                     (pci_pme_work).work:             0              0           0.00           0.00           0.00           0.00              0          29198           6.74        7461.17      957311.26          32.79
                      &mdev->graph_mutex:             0              0           0.00           0.00           0.00           0.00             52             90           0.06         178.19         265.02           2.94
                         &v4l2_dev->lock:             0              0           0.00           0.00           0.00           0.00              1              3           0.06           8.63           8.76           2.92
                crypto_alg_sem.wait_lock:             0              0           0.00           0.00           0.00           0.00              8              9           0.16           5.18          11.95           1.33
                 &type->s_umount_key#1/1:             0              0           0.00           0.00           0.00           0.00              0              1           0.00           0.00           0.00           0.00
                      media_devnode_lock:             0              0           0.00           0.00           0.00           0.00              3              7           0.21           6.98           9.84           1.41
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              1              1           8.51           8.51           8.51           8.51
                              scomp_lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.35          75.81          85.92          21.48
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              1        3825.97        3825.97        3825.97        3825.97
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              1              8           0.16          20.04          70.69           8.84
                      scomp_scratch.lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.15           4.15           4.15           4.15
               &sb->s_type->i_lock_key#1:             0              0           0.00           0.00           0.00           0.00           1838          13030           0.00          11.73        3370.18           0.26
                       &pmu->events_lock:             0              0           0.00           0.00           0.00           0.00             31             34           0.00           4.91          11.26           0.33
                        iommu_table_lock:             0              0           0.00           0.00           0.00           0.00             83            182           0.05          26.21         346.82           1.91
                            &mt->ma_lock:             0              0           0.00           0.00           0.00           0.00              4             56           0.18          71.31         542.26           9.68
                      &codec->user_mutex:             0              0           0.00           0.00           0.00           0.00              2             16           0.08           8.00          10.06           0.63
                               &ps->lock:             0              0           0.00           0.00           0.00           0.00              0             39           0.05          14.53          54.03           1.39
                        &spec->bind_lock:             0              0           0.00           0.00           0.00           0.00              5              9           0.66         516.83        1329.15         147.68
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              0              2           0.28           9.03           9.31           4.66
      (work_completion)(&s->stream_work):             0              0           0.00           0.00           0.00           0.00              0              3           2.59          44.55          56.46          18.82
                     &codec->spdif_mutex:             0              0           0.00           0.00           0.00           0.00             27            426           0.07         738.83        7062.41          16.58
                          &per_pin->lock:             0              0           0.00           0.00           0.00           0.00             42            140           0.09         770.37       15452.60         110.38
                     deflate_stream_lock:             0              0           0.00           0.00           0.00           0.00              1              1         338.67         338.67         338.67         338.67
              register_mutex.wait_lock#2:             0              0           0.00           0.00           0.00           0.00              5              9           0.10           6.83          13.23           1.47
                        register_mutex#6:             0              0           0.00           0.00           0.00           0.00              2              2         879.04        1532.74        2411.78        1205.89
                          clk_debug_lock:             0              0           0.00           0.00           0.00           0.00              1              1           3.71           3.71           3.71           3.71
            reservation_ww_class_acquire:             0              0           0.00           0.00           0.00           0.00              0        1727386           0.00      115783.50    33117486.50          19.17
                            &cpuctx_lock:             0              0           0.00           0.00           0.00           0.00             31            198           0.00           4.46         154.94           0.78
                   sound_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              6              8           0.23         106.92         120.69          15.09
                   hci_index_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1          30.88          30.88          30.88          30.88
                     deferred_probe_work:             0              0           0.00           0.00           0.00           0.00              0            119           0.10           7.27         106.04           0.89
                          subsys mutex#7:             0              0           0.00           0.00           0.00           0.00              1              1          23.67          23.67          23.67          23.67
                   &jack->input_dev_lock:             0              0           0.00           0.00           0.00           0.00              6              6         823.06        3204.21        8224.77        1370.79
                          &vdev->fh_lock:             0              0           0.00           0.00           0.00           0.00             70            222           0.04           9.54          46.59           0.21
                           &queue->mutex:             0              0           0.00           0.00           0.00           0.00             97           2704           0.11        5821.43       29177.18          10.79
                       clk_rpm_list_lock:             0              0           0.00           0.00           0.00           0.00              1              1          11.08          11.08          11.08          11.08
                      &chain->ctrl_mutex:             0              0           0.00           0.00           0.00           0.00             59            379           0.07        5820.76       18271.73          48.21
                             &q->done_wq:             0              0           0.00           0.00           0.00           0.00             56             74           0.06           9.69          30.64           0.41
                            prepare_lock:             0              0           0.00           0.00           0.00           0.00              0              1           3.60           3.60           3.60           3.60
                     &event->child_mutex:             0              0           0.00           0.00           0.00           0.00              0              1           3.33           3.33           3.33           3.33
                            &table->lock:             0              0           0.00           0.00           0.00           0.00            421           1262           0.00          17.41         361.52           0.29
                              crngs.lock:             0              0           0.00           0.00           0.00           0.00              0        4565865           0.00         810.03     2091509.34           0.46
                           &q->mmap_lock:             0              0           0.00           0.00           0.00           0.00             56             74           0.16          11.73          59.52           0.80
                           &rfkill->lock:             0              0           0.00           0.00           0.00           0.00           2663           5525           0.05          19.16        2706.89           0.49
                           gpd_list_lock:             0              0           0.00           0.00           0.00           0.00              1              1          45.37          45.37          45.37          45.37
                          subsys mutex#8:             0              0           0.00           0.00           0.00           0.00              2              2           2.05          15.52          17.57           8.79
                     hci_dev_list_lock-W:             0              0           0.00           0.00           0.00           0.00              1              1          17.36          17.36          17.36          17.36
                     hci_dev_list_lock-R:             0              0           0.00           0.00           0.00           0.00             22             55           0.06          14.53          35.60           0.65
                         dma_fence_map-W:             0              0           0.00           0.00           0.00           0.00              0        1745633           0.00        1711.65      232461.78           0.13
                         dma_fence_map-R:             0              0           0.00           0.00           0.00           0.00              0        1848973           0.24        2522.31     1134426.84           0.61
                      hci_sk_list.lock-W:             0              0           0.00           0.00           0.00           0.00              2              2           0.30           7.80           8.10           4.05
                      hci_sk_list.lock-R:             0              0           0.00           0.00           0.00           0.00             81            244           0.06         535.64        1202.67           4.93
   (work_completion)(&rfkill->sync_work):             0              0           0.00           0.00           0.00           0.00              0              2           2.44          50.67          53.11          26.56
                      &tty->legacy_mutex:             0              0           0.00           0.00           0.00           0.00            428           1257           0.33         499.54        6279.12           5.00
                     (wq_completion)hci0:             0              0           0.00           0.00           0.00           0.00              0             37           0.34      604985.40     1716273.14       46385.76
      (work_completion)(&hdev->power_on):             0              0           0.00           0.00           0.00           0.00              0              1      479831.08      479831.08      479831.08      479831.08
                     delayed_uprobe_lock:             0              0           0.00           0.00           0.00           0.00          55060          68686           0.00        1291.66       28900.03           0.42
                          watchdog_mutex:             0              0           0.00           0.00           0.00           0.00              0              1         102.35         102.35         102.35         102.35
                         &hdev->req_lock:             0              0           0.00           0.00           0.00           0.00             18             38          22.72      601823.32     1715167.46       45135.99
                           &anchor->lock:             0              0           0.00           0.00           0.00           0.00            346            793           0.05          11.24         175.13           0.22
                          card_list_lock:             0              0           0.00           0.00           0.00           0.00              3              3           0.25          11.47          17.64           5.88
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00              0              2           0.51           4.31           4.82           2.41
                       &tty->ldisc_sem-W:             0              0           0.00           0.00           0.00           0.00             17            167           0.14         500.38        4952.16          29.65
                       &tty->ldisc_sem-R:             0              0           0.00           0.00           0.00           0.00        3275104       21023901           0.05     4944890.95    70218444.38           3.34
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             42           0.06         121.43         388.31           9.25
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             42           0.07          82.28         278.87           6.64
                   &tty->termios_rwsem-W:             0              0           0.00           0.00           0.00           0.00             23            198           0.07          43.38        1006.40           5.08
                   &tty->termios_rwsem-R:             0              0           0.00           0.00           0.00           0.00        2380772        4402227           0.07       93757.74     6034873.32           1.37
                             &hdev->lock:             0              0           0.00           0.00           0.00           0.00            110            408           0.07        1151.72        8324.19          20.40
                           &data->txlock:             0              0           0.00           0.00           0.00           0.00            254            327           0.06          36.01         154.51           0.47
               attribute_container_mutex:             0              0           0.00           0.00           0.00           0.00              7             93           0.06         247.36        3715.39          39.95
                              &x->wait#2:             0              0           0.00           0.00           0.00           0.00              0              3           0.10           5.27           8.03           2.68
                           &anchor->wait:             0              0           0.00           0.00           0.00           0.00              9            108           0.07          12.18          38.38           0.36
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             12           1.15         851.21         976.74          81.39
        global_ops.local_hash.regex_lock:             0              0           0.00           0.00           0.00           0.00             97           3251           0.06           4.66         271.39           0.08
                           &list->lock#4:             0              0           0.00           0.00           0.00           0.00            604            776           0.05          10.20         133.04           0.17
                   (wq_completion)hci0#2:             0              0           0.00           0.00           0.00           0.00              0            310           7.49         822.41       13877.70          44.77
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0             87          92.66        1785.01       21482.46         246.92
                    triggers_list_lock-W:             0              0           0.00           0.00           0.00           0.00              6             31           0.09          26.27          70.42           2.27
                    triggers_list_lock-R:             0              0           0.00           0.00           0.00           0.00              3             22       11774.98       25878.27      403898.86       18359.04
       (work_completion)(&hdev->rx_work):             0              0           0.00           0.00           0.00           0.00              0            158          15.25         341.46        7034.80          44.52
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00          27155        8813503           0.14         984.64     2326234.35           0.26
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00         771295        3489377           0.03        3053.77      630893.95           0.18
                          napi_hash_lock:             0              0           0.00           0.00           0.00           0.00              4              7           0.05           8.76          11.76           1.68
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            264           0.49         771.57        2016.33           7.64
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            346           0.43         752.07        2695.64           7.79
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             54           0.55         262.05         606.17          11.23
                        leds_list_lock-W:             0              0           0.00           0.00           0.00           0.00              5             38           0.08          27.57          52.15           1.37
                        leds_list_lock-R:             0              0           0.00           0.00           0.00           0.00              6             31           0.07         228.03         321.06          10.36
                 (&in_dev->mr_ifc_timer):             0              0           0.00           0.00           0.00           0.00              0             15           2.85        1263.45        3008.28         200.55
           (work_completion)(&sscs.work):             0              0           0.00           0.00           0.00           0.00              0              1          65.17          65.17          65.17          65.17
                               &ul->lock:             0              0           0.00           0.00           0.00           0.00           2348          24453           0.05         991.58        8827.95           0.36
      (work_completion)(&dev->init_work):             0              0           0.00           0.00           0.00           0.00              0              1     1179508.01     1179508.01     1179508.01     1179508.01
                      &ctl->change_sleep:             0              0           0.00           0.00           0.00           0.00           1036           4123           0.04         283.11        1452.34           0.35
                         &dev->mcu.mutex:             0              0           0.00           0.00           0.00           0.00           4996           8155           2.66     1022710.79    22986459.05        2818.70
   (work_completion)(&(&idev->mc_ifc_wor:             0              0           0.00           0.00           0.00           0.00              0            194          32.88        4450.51       23280.35         120.00
                    &client->buffer_lock:             0              0           0.00           0.00           0.00           0.00         659872        1805360           0.03         230.00      261108.79           0.14
                           &client->wait:             0              0           0.00           0.00           0.00           0.00            597         425180           0.06        3102.83     1615184.97           3.80
                          reuseport_lock:             0              0           0.00           0.00           0.00           0.00              7              9           0.23          58.62         149.25          16.58
                   reuseport_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              5              5           0.70           6.89          13.70           2.74
                    &cache->data_rwsem-R:             0              0           0.00           0.00           0.00           0.00      133417845      459176101           0.07       34902.50   123983775.07           0.27
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            111           0.05         662.19        1138.79          10.26
                         btrfs-csum-02/1:             0              0           0.00           0.00           0.00           0.00              1          12722           1.46       26293.77      986249.74          77.52
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             95           0.06         219.28         769.18           8.10
                         btrfs-csum-01/1:             0              0           0.00           0.00           0.00           0.00             11          85005           1.30       43019.97     4339420.21          51.05
                         btrfs-csum-00/1:             0              0           0.00           0.00           0.00           0.00             33         377969           0.28       23462.79     6180354.56          16.35
                          sb_writers#3-R:             0              0           0.00           0.00           0.00           0.00              0         150542           0.19        1484.75      437174.75           2.90
                &cur_trans->pending_wait:             0              0           0.00           0.00           0.00           0.00           6957          10109           0.07           3.99        2485.11           0.25
                          &dev->mcu.wait:             0              0           0.00           0.00           0.00           0.00          11117          11438           0.10        1085.54       17018.73           1.49
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            188           0.45         185.98        1338.77           7.12
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            188           0.47         180.64        1299.96           6.91
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             58           0.06         111.06         390.41           6.73
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            192           0.53         103.20        1110.82           5.79
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              8           0.66         216.02         246.82          30.85
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.49         115.80        1113.55           6.05
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.47         976.49        1989.00          10.81
                       drivers_dir_mutex:             0              0           0.00           0.00           0.00           0.00             29             64           0.00        2262.27        7043.94         110.06
            &sb->s_type->i_mutex_key#2-R:             0              0           0.00           0.00           0.00           0.00             34             62          14.24         842.13        4459.59          71.93
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.56         274.05        1584.14           8.61
                            &sbi->s_lock:             0              0           0.00           0.00           0.00           0.00             20             62           7.43         583.02        3229.74          52.09
                          &sbi->fat_lock:             0              0           0.00           0.00           0.00           0.00              1              1        8380.02        8380.02        8380.02        8380.02
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.53         173.09        1093.67           5.94
                        &q->cleanup_lock:             0              0           0.00           0.00           0.00           0.00          26086          54966           0.05        2244.15      236553.04           4.30
                           &dev->tx_wait:             0              0           0.00           0.00           0.00           0.00          17011          54684           0.05           5.93       12602.83           0.23
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.46         213.07        1334.73           7.25
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.44         108.40        1095.09           5.95
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.72        3131.56        4536.38          24.65
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.57         157.95        1447.53           7.87
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            188           0.58         113.80        1185.62           6.31
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.57         108.05        1142.95           6.21
                           &list->lock#5:             0              0           0.00           0.00           0.00           0.00          11264          11584           0.06           9.90        3278.50           0.28
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.47         996.48        2245.31          12.20
                               &rs->lock:             0              0           0.00           0.00           0.00           0.00              0             92           0.03           8.14          17.69           0.19
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.47         106.67        1182.98           6.43
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            184           0.46         748.72        2431.16          13.21
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             24           0.81          92.09         277.72          11.57
                   &sbi->inode_hash_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.13           9.37           9.50           4.75
                     &ei->cache_lru_lock:             0              0           0.00           0.00           0.00           0.00              0              1           9.58           9.58           9.58           9.58
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0             47          90.84        1473.06       13430.07         285.75
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            324           0.06         534.98        2344.74           7.24
             (usb_notifier_list).rwsem-W:             0              0           0.00           0.00           0.00           0.00              2              2           0.00           1.94           1.94           0.97
             (usb_notifier_list).rwsem-R:             0              0           0.00           0.00           0.00           0.00             11             35           0.16         562.76        2929.10          83.69
                    k-sk_lock-AF_QIPCRTR:             0              0           0.00           0.00           0.00           0.00              0              6           0.66          90.58         263.39          43.90
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00              0         478432           0.00           5.33       70559.68           0.15
                      qrtr_ports.xa_lock:             0              0           0.00           0.00           0.00           0.00              2              2           8.71          21.42          30.13          15.07
                      sk_lock-AF_QIPCRTR:             0              0           0.00           0.00           0.00           0.00              0              4           0.43         424.10         456.61         114.15
                        slock-AF_QIPCRTR:             0              0           0.00           0.00           0.00           0.00              0              8           0.05           5.25           6.16           0.77
                  jiffies_seq.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0       29183092           0.00           6.13     2560905.44           0.09
                  jiffies_seq.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0      437212988           0.00           6.87    26831915.13           0.06
                        rlock-AF_QIPCRTR:             0              0           0.00           0.00           0.00           0.00              4              5           0.11           4.13           7.59           1.52
        (work_completion)(&qrtr_ns.work):             0              0           0.00           0.00           0.00           0.00              0              1         194.98         194.98         194.98         194.98
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            234           0.06         153.70        1135.49           4.85
                   &hdev->discovery.lock:             0              0           0.00           0.00           0.00           0.00              1              1           7.72           7.72           7.72           7.72
                    nfnl_subsys_nftables:             0              0           0.00           0.00           0.00           0.00             32             69           0.06           7.61          42.38           0.61
                  &nft_net->commit_mutex:             0              0           0.00           0.00           0.00           0.00            225            563           0.08       30817.17      148840.51         264.37
                  nlk_cb_mutex-NETFILTER:             0              0           0.00           0.00           0.00           0.00             10            106           4.05         331.40        1846.82          17.42
                       &card->files_lock:             0              0           0.00           0.00           0.00           0.00            304          12209           0.05         622.30        2539.92           0.21
                           shutdown_lock:             0              0           0.00           0.00           0.00           0.00            144           6097           0.05           9.89         471.28           0.08
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           1647           0.06         664.56        5043.34           3.06
                        nf_sockopt_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.15           6.84           6.99           3.50
                 nf_conn_btf_access_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.71           4.71           4.71           4.71
                nf_conntrack_expect_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.78           4.78           4.78           4.78
                      nf_nat_proto_mutex:             0              0           0.00           0.00           0.00           0.00              7             54           3.34         344.58        2468.02          45.70
                       nf_ct_proto_mutex:             0              0           0.00           0.00           0.00           0.00              3             62           0.07         492.74        2009.97          32.42
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00          16230         108967           0.03         706.15       20789.65           0.19
                           defrag4_mutex:             0              0           0.00           0.00           0.00           0.00              2              5          21.89         145.46         337.03          67.41
                             rc_map_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.07           3.58           3.65           1.83
                           &priv->lock-W:             0              0           0.00           0.00           0.00           0.00              0             36           0.28          28.16          39.59           1.10
                           &priv->lock-R:             0              0           0.00           0.00           0.00           0.00              4              8           0.21          13.93          24.64           3.08
                     &card->remove_sleep:             0              0           0.00           0.00           0.00           0.00             25            134           0.06         156.50         175.04           1.31
                      nf_ct_helper_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           6.31           6.31           6.31           6.31
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             42           0.07         152.37         393.20           9.36
                          mfc_unres_lock:             0              0           0.00           0.00           0.00           0.00             95            170           0.06           7.76          64.69           0.38
                  &card->power_ref_sleep:             0              0           0.00           0.00           0.00           0.00            572         158824           0.05          67.68       47423.53           0.30
              &type->i_mutex_dir_key#3-W:             0              0           0.00           0.00           0.00           0.00             44            446           4.08        1043.14       14853.68          33.30
              &type->i_mutex_dir_key#3-R:             0              0           0.00           0.00           0.00           0.00          68411         163500           0.25       10176.13     3150932.50          19.27
                         &spec->pcm_lock:             0              0           0.00           0.00           0.00           0.00             36           1007           0.07        4127.57      121870.97         121.02
                            &ops->srcu-R:             0              0           0.00           0.00           0.00           0.00              0              4           0.11           1.76           2.61           0.65
                                   class:             0              0           0.00           0.00           0.00           0.00            346            760           0.05           7.18         170.46           0.22
                     (&tbl->proxy_timer):             0              0           0.00           0.00           0.00           0.00              0            760           0.02           5.92         122.15           0.16
                 &adapter->nfc_rule_lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.32           8.32           8.32           8.32
                            &block->lock:             0              0           0.00           0.00           0.00           0.00              0              5           0.08           9.10           9.70           1.94
                       &r->producer_lock:             0              0           0.00           0.00           0.00           0.00          31096        6018464           0.05          25.88      423357.82           0.07
                         &block->cb_lock:             0              0           0.00           0.00           0.00           0.00              0              5           0.09         188.89         198.44          39.69
   (work_completion)(&adapter->watchdog_:             0              0           0.00           0.00           0.00           0.00              0          14937          84.61      209436.86     2128910.42         142.53
                     &dev->status_lock#2:             0              0           0.00           0.00           0.00           0.00           5229           5924           0.16         140.18        3199.42           0.54
              &local->active_txq_lock[i]:             0              0           0.00           0.00           0.00           0.00            160          47009           0.05          67.99        9049.46           0.19
               &(&gc_work->dwork)->timer:             0              0           0.00           0.00           0.00           0.00              0            529           1.32         893.91        4251.30           8.04
                          sb_writers#4-R:             0              0           0.00           0.00           0.00           0.00              0          28190           0.09      399745.24      568993.66          20.18
   (work_completion)(&(&gc_work->dwork)-:             0              0           0.00           0.00           0.00           0.00              0           2569          13.71       25500.47    25490821.56        9922.47
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00              0              1           3.77           3.77           3.77           3.77
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.95          93.95         122.46          20.41
                                wci_lock:             0              0           0.00           0.00           0.00           0.00             10             11           0.28         158.55         170.31          15.48
                  &nf_conntrack_locks[i]:             0              0           0.00           0.00           0.00           0.00          37618          48937           0.11        1027.08       69999.24           1.43
              &type->i_mutex_dir_key#3/1:             0              0           0.00           0.00           0.00           0.00             64             83           1.19         228.23         440.88           5.31
                     &local->filter_lock:             0              0           0.00           0.00           0.00           0.00            495            586           0.14        1033.49        4214.24           7.19
    (work_completion)(&rdev->wiphy_work):             0              0           0.00           0.00           0.00           0.00              0          32791           0.60      189108.66    28804626.23         878.43
                    &dev->tx_global_lock:             0              0           0.00           0.00           0.00           0.00           4924           5568           0.87        6848.83       20866.68           3.75
                       df_indirect_mutex:             0              0           0.00           0.00           0.00           0.00              1              6           0.62          12.22          15.53           2.59
                          subsys mutex#8:             0              0           0.00           0.00           0.00           0.00              2              3           0.42          15.27          29.86           9.95
                         (&dwork->timer):             0              0           0.00           0.00           0.00           0.00              0             73           0.24           8.29          34.12           0.47
                   &ifmgd->teardown_lock:             0              0           0.00           0.00           0.00           0.00             69             73           0.40           6.49          46.08           0.63
                         (&ifmgd->timer):             0              0           0.00           0.00           0.00           0.00              0             73           0.26           4.63          37.76           0.52
              (&local->dynamic_ps_timer):             0              0           0.00           0.00           0.00           0.00              0             73           0.23           4.36          26.22           0.36
                       (&dwork->timer)#2:             0              0           0.00           0.00           0.00           0.00              0             73           0.28           4.84          30.65           0.42
                       (&dwork->timer)#3:             0              0           0.00           0.00           0.00           0.00              0             73           0.25           5.43          35.32           0.48
                           &list->lock#9:             0              0           0.00           0.00           0.00           0.00              6              6           0.06           5.49           5.96           0.99
                     &dev->sta_poll_lock:             0              0           0.00           0.00           0.00           0.00             67             73           0.34          13.93          49.62           0.68
                 &type->s_umount_key#2-W:             0              0           0.00           0.00           0.00           0.00              1              1          12.38          12.38          12.38          12.38
                 &type->s_umount_key#2-R:             0              0           0.00           0.00           0.00           0.00             89            103           0.07         138.08         295.97           2.87
                           &phy->tx_lock:             0              0           0.00           0.00           0.00           0.00             67             73           0.70          30.47          99.82           1.37
                 iommu_probe_device_lock:             0              0           0.00           0.00           0.00           0.00             25            251           0.00         249.75        5363.56          21.37
                         &rdev->dev_wait:             0              0           0.00           0.00           0.00           0.00             68             73           0.32           9.80          45.18           0.62
            &sb->s_type->i_mutex_key#1/4:             0              0           0.00           0.00           0.00           0.00          68726         143783           0.05      686396.69    17767521.25         123.57
   (work_completion)(&(&isw->work)->wo#2:             0              0           0.00           0.00           0.00           0.00              0           3833           6.88     2701094.10     9777542.10        2550.88
                powercap_cntrl_list_lock:             0              0           0.00           0.00           0.00           0.00              2              3           0.20           9.01          16.79           5.60
                     &control_type->lock:             0              0           0.00           0.00           0.00           0.00              1              2         318.67        2020.98        2339.65        1169.83
                         slock-AF_PACKET:             0              0           0.00           0.00           0.00           0.00             74            306           0.05           4.61         106.11           0.35
                          &po->bind_lock:             0              0           0.00           0.00           0.00           0.00            161            223           0.53         192.31         613.15           2.75
                                &p->lock:             0              0           0.00           0.00           0.00           0.00         322609      366095322           0.06      909172.81  2556222759.86           6.98
                         rlock-AF_PACKET:             0              0           0.00           0.00           0.00           0.00          12946          60050           0.05          22.43       17674.47           0.29
                           &list->lock#6:             0              0           0.00           0.00           0.00           0.00              6            151           0.06           6.53          31.29           0.21
                    &local->rx_path_lock:             0              0           0.00           0.00           0.00           0.00           1614          51327           0.58        1643.41      414529.23           8.08
                       &hdev->req_wait_q:             0              0           0.00           0.00           0.00           0.00            277            302           0.08          72.76         358.12           1.19
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             48           0.05          88.74         301.27           6.28
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             24           0.07         218.95         367.54          15.31
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0        1295366           0.04        2564.63     4191008.81           3.24
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            256           0.06         153.90         964.46           3.77
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            128           0.06          85.27         375.48           2.93
                          sb_writers#5-R:             0              0           0.00           0.00           0.00           0.00              0             10           0.58          21.72          51.43           5.14
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            256           0.04         112.52         734.89           2.87
                       iommu_device_lock:             0              0           0.00           0.00           0.00           0.00              8             77           0.00           6.20          14.52           0.19
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            128           0.05          91.05         390.63           3.05
           &(&dev->phy.scan_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           1742           1.72         352.67        9060.51           5.20
   (work_completion)(&(&dev->phy.scan_wo:             0              0           0.00           0.00           0.00           0.00              0           1742           9.17        2910.44       78422.02          45.02
              (&adapter->watchdog_timer):             0              0           0.00           0.00           0.00           0.00              0          14936           1.55        1468.24       97649.69           6.54
                           &dev->cc_lock:             0              0           0.00           0.00           0.00           0.00            722          87971           0.05          48.24        7591.69           0.09
           drivers/regulator/core.c:6566:             0              0           0.00           0.00           0.00           0.00              0              1         549.51         549.51         549.51         549.51
     (regulator_init_complete_work).work:             0              0           0.00           0.00           0.00           0.00              0              1          15.41          15.41          15.41          15.41
                      &p->vtime.seqcount:             0              0           0.00           0.00           0.00           0.00              0             31           0.04           1.69           3.07           0.10
      (work_completion)(&hdev->cmd_work):             0              0           0.00           0.00           0.00           0.00              0            151          15.21         821.87        6577.60          43.56
                           &data->rxlock:             0              0           0.00           0.00           0.00           0.00              3            153           0.13         275.35        3789.76          24.77
                            kn->active-R:             0              0           0.00           0.00           0.00           0.00              0             23           0.09         255.13         436.79          18.99
   (work_completion)(&(&data->rx_work)->:             0              0           0.00           0.00           0.00           0.00              0            151           0.17         143.76         206.48           1.37
            &(&rfkill->poll_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           5394           4.17        1986.53       62893.92          11.66
            &(&idev->mc_dad_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              2          10.87         641.51         652.38         326.19
   (work_completion)(&(&idev->mc_dad_wor:             0              0           0.00           0.00           0.00           0.00              0              2         260.66         668.48         929.14         464.57
                           &list->lock#7:             0              0           0.00           0.00           0.00           0.00              1            151           0.05          10.16          31.84           0.21
                              &x->wait#1:             0              0           0.00           0.00           0.00           0.00           1191           1796           0.00         115.93         772.18           0.43
              &(&dev->pm.ps_work)->timer:             0              0           0.00           0.00           0.00           0.00              0          31240           1.06         132.87      156291.85           5.00
                     (wq_completion)mt76:             0              0           0.00           0.00           0.00           0.00              0          37099           0.71      137844.19   167506407.39        4515.12
                         clock-AF_PACKET:             0              0           0.00           0.00           0.00           0.00             71             74           0.21           7.38          38.47           0.52
                           &pernet->lock:             0              0           0.00           0.00           0.00           0.00              1              1           6.85           6.85           6.85           6.85
                    &(&n->ha_lock)->lock:             0              0           0.00           0.00           0.00           0.00             91           2921           0.38          31.29        2559.71           0.88
                              once_mutex:             0              0           0.00           0.00           0.00           0.00              1              1         421.01         421.01         421.01         421.01
                              &of->mutex:             0              0           0.00           0.00           0.00           0.00          38660        4186743           0.14      909166.37    14792537.69           3.53
   (work_completion)(&(&dev->pm.ps_work):             0              0           0.00           0.00           0.00           0.00              0          31231           0.21        1537.80      133634.50           4.28
                          &dev->pm.mutex:             0              0           0.00           0.00           0.00           0.00          10402          11737           3.18      137815.39   167256592.58       14250.37
                  &timer_buckets[i].lock:             0              0           0.00           0.00           0.00           0.00              2              2           0.60           5.69           6.29           3.15
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          18077           0.05         913.66       26522.11           1.47
                     &new_timer->it_lock:             0              0           0.00           0.00           0.00           0.00           1529           5994           0.08        1224.85       33803.74           5.64
                       &tty->ldisc_sem/1:             0              0           0.00           0.00           0.00           0.00              0              2          24.35          59.10          83.45          41.73
                    &sbinfo->stat_lock#2:             0              0           0.00           0.00           0.00           0.00              1              1           4.95           4.95           4.95           4.95
               (wq_completion)efi_rts_wq:             0              0           0.00           0.00           0.00           0.00              0            599           0.00         910.74        9599.01          16.03
       mem_hotplug_lock.rss.gp_wait.lock:             0              0           0.00           0.00           0.00           0.00              0            141           0.00          61.54         292.10           2.07
   (work_completion)(&dev->pm.wake_work):             0              0           0.00           0.00           0.00           0.00              0           5868        2460.03      137843.35   167345825.86       28518.38
              &type->i_mutex_dir_key#7/1:             0              0           0.00           0.00           0.00           0.00              0              2          12.64         154.31         166.95          83.47
                       &dev->pm.txq_lock:             0              0           0.00           0.00           0.00           0.00           4871           5942           0.19           9.30        3249.76           0.55
                              &f->f_lock:             0              0           0.00           0.00           0.00           0.00         188371        3922457           0.05        1124.35      513165.70           0.13
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           9460           0.67         972.92       70463.55           7.45
                            shares_mutex:             0              0           0.00           0.00           0.00           0.00           1848           9486           0.11        1498.84       74108.10           7.81
          &local->queue_stop_reason_lock:             0              0           0.00           0.00           0.00           0.00           4875           6014           0.20           5.08        3863.78           0.64
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          23242           0.06        1562.18      215139.46           9.26
                   cfs_constraints_mutex:             0              0           0.00           0.00           0.00           0.00           1806           4730           7.55        1261.49      107310.39          22.69
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           9462           0.60        1407.81       68380.11           7.23
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          23244           0.06        2404.84      140712.17           6.05
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            132           5.83         210.59        2117.96          16.05
                         btrfs-tree-00/6:             0              0           0.00           0.00           0.00           0.00              7         243321           0.46        2857.63     2870250.74          11.80
                  &root->accounting_lock:             0              0           0.00           0.00           0.00           0.00         175902         473431           0.06        1692.82       96129.33           0.20
                           &dev->pm.wait:             0              0           0.00           0.00           0.00           0.00          10333          11735           0.22        1389.94       18528.29           1.58
                             fasync_lock:             0              0           0.00           0.00           0.00           0.00            558            790           0.06           4.28         189.61           0.24
   (work_completion)(&efi_rts_work.work):             0              0           0.00           0.00           0.00           0.00              0            599           0.00         210.72        8638.80          14.42
                         k-slock-AF_INET:             0              0           0.00           0.00           0.00           0.00             63            321           0.03        1288.38       14734.51          45.90
                          subsys mutex#8:             0              0           0.00           0.00           0.00           0.00              1              1           9.44           9.44           9.44           9.44
      (deferred_probe_timeout_work).work:             0              0           0.00           0.00           0.00           0.00              0              1         164.78         164.78         164.78         164.78
                        &pcm->open_mutex:             0              0           0.00           0.00           0.00           0.00            171           1116           0.09      218175.45      536562.57         480.79
                         &pcm->open_wait:             0              0           0.00           0.00           0.00           0.00            147           1512           0.05           4.14         171.65           0.11
                       &chip->open_mutex:             0              0           0.00           0.00           0.00           0.00             19            132           1.51       17327.08       81677.51         618.77
                  &runtime->buffer_mutex:             0              0           0.00           0.00           0.00           0.00             70            427           2.26      171364.61     5262834.10       12325.14
                          kn->active#3-R:             0              0           0.00           0.00           0.00           0.00              0            228           0.06         440.19        1640.00           7.19
                     &card->memory_mutex:             0              0           0.00           0.00           0.00           0.00             80            366           0.08           6.81          54.95           0.15
                   &(azx_dev)->dsp_mutex:             0              0           0.00           0.00           0.00           0.00             13            144           0.42        4211.51      119301.57         828.48
                    snd_pcm_link_rwsem-R:             0              0           0.00           0.00           0.00           0.00             62            151           2.68      171364.98     3886298.41       25737.08
                           &dev->mutex#3:             0              0           0.00           0.00           0.00           0.00           5813          97455           0.21      515132.51   190378485.99        1953.50
                     &bus->prepare_mutex:             0              0           0.00           0.00           0.00           0.00             13             96           0.17        4136.59      116773.65        1216.39
                            &dev->wait#2:             0              0           0.00           0.00           0.00           0.00              1              2           3.73           5.52           9.25           4.63
    (work_completion)(&tty->hangup_work):             0              0           0.00           0.00           0.00           0.00              0             75           2.25          16.70         455.79           6.08
                     (efivars_lock).lock:             0              0           0.00           0.00           0.00           0.00             44            664           0.00           5.32          71.01           0.11
                            &chip->mutex:             0              0           0.00           0.00           0.00           0.00            108           4629           0.06      171360.63     5089144.85        1099.40
                         &rnp->exp_wq[2]:             0              0           0.00           0.00           0.00           0.00           1684           2191           0.00         341.92        2036.53           0.93
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          53248           0.06        2500.97      204624.26           3.84
              drivers/char/random.c:1060:             0              0           0.00           0.00           0.00           0.00              0         235873           0.28        3293.26      276955.03           1.17
        &adev->pm.stable_pstate_ctx_lock:             0              0           0.00           0.00           0.00           0.00            340            538           0.22          12.44         556.65           1.03
                           &pool->lock#4:             0              0           0.00           0.00           0.00           0.00            149            550           0.04           8.14          95.66           0.17
                    &client->ioctl_mutex:             0              0           0.00           0.00           0.00           0.00              8            349           0.07       14421.47       27758.50          79.54
                        dmar_global_lock:             0              0           0.00           0.00           0.00           0.00              1              2           3.24           3.46           6.70           3.35
                         queue_list_lock:             0              0           0.00           0.00           0.00           0.00              5           1994           0.04           7.36         180.12           0.09
                              &tmr->lock:             0              0           0.00           0.00           0.00           0.00              4             77           0.05           4.48          22.54           0.29
                        sco_sk_list.lock:             0              0           0.00           0.00           0.00           0.00              3              5           0.16           8.48          17.17           3.43
        sk_lock-AF_BLUETOOTH-BTPROTO_SCO:             0              0           0.00           0.00           0.00           0.00              0              8           0.53          83.52         164.42          20.55
          slock-AF_BLUETOOTH-BTPROTO_SCO:             0              0           0.00           0.00           0.00           0.00              1             16           0.04           4.55          12.16           0.76
                             &fq->lock#2:             0              0           0.00           0.00           0.00           0.00            151            166           0.13           8.92         150.21           0.90
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              8           0.06          96.09         111.16          13.89
                         &grp->list_lock:             0              0           0.00           0.00           0.00           0.00              8             12           0.08           3.95           6.85           0.57
                    &grp->list_mutex/1-R:             0              0           0.00           0.00           0.00           0.00              3             60           1.03         131.23         636.87          10.61
                      &local->iflist_mtx:             0              0           0.00           0.00           0.00           0.00              3              4           0.35          12.65          25.44           6.36
                         &q->timer_mutex:             0              0           0.00           0.00           0.00           0.00              2              5           0.26         160.28         249.08          49.82
                          kn->active#4-R:             0              0           0.00           0.00           0.00           0.00              0            227           0.06         229.64        1367.52           6.02
                       slave_active_lock:             0              0           0.00           0.00           0.00           0.00              3              3           0.68           7.51           9.85           3.28
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00              3              3           0.12          10.03          10.33           3.44
                     &pool->output_sleep:             0              0           0.00           0.00           0.00           0.00              3              3           0.27           6.67          10.76           3.59
                            rfcomm_mutex:             0              0           0.00           0.00           0.00           0.00              1              1           4.06           4.06           4.06           4.06
                     rfcomm_sk_list.lock:             0              0           0.00           0.00           0.00           0.00              4             22           0.07           8.55          17.65           0.80
     sk_lock-AF_BLUETOOTH-BTPROTO_RFCOMM:             0              0           0.00           0.00           0.00           0.00              0             43           0.26          50.32         127.07           2.96
       slock-AF_BLUETOOTH-BTPROTO_RFCOMM:             0              0           0.00           0.00           0.00           0.00              2             86           0.03           4.97          14.97           0.17
          genl_sk_destructing_waitq.lock:             0              0           0.00           0.00           0.00           0.00             49             68           0.06           5.64          35.84           0.53
         (work_completion)(&data->waker):             0              0           0.00           0.00           0.00           0.00              0              4       99091.54      101078.14      398721.91       99680.48
                          kn->active#5-R:             0              0           0.00           0.00           0.00           0.00              0            209           0.06         215.43        1012.69           4.85
          (work_completion)(&data->work):             0              0           0.00           0.00           0.00           0.00              0              4           0.43           7.36           9.07           2.27
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              4           8.73          99.75         192.85          48.21
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             80           0.65          88.79         520.11           6.50
   (wq_completion)events_freezable_pwr_e:             0              0           0.00           0.00           0.00           0.00              0             47          26.83        1169.08        2666.15          56.73
                               sync_work:             0              0           0.00           0.00           0.00           0.00              0             47          25.89        1168.34        2621.14          55.77
                       kobj_ns_type_lock:             0              0           0.00           0.00           0.00           0.00            105            189           0.00           3.88         110.47           0.58
          &rdev->mgmt_registrations_lock:             0              0           0.00           0.00           0.00           0.00              2            109           0.10          10.22          36.71           0.34
                        &wdev->pmsr_lock:             0              0           0.00           0.00           0.00           0.00             69             74           0.39           9.30          57.77           0.78
                          kn->active#6-R:             0              0           0.00           0.00           0.00           0.00              0            227           0.06        1093.68        2021.47           8.91
        &rdev->beacon_registrations_lock:             0              0           0.00           0.00           0.00           0.00              1              1           7.81           7.81           7.81           7.81
                          &syncobj->lock:             0              0           0.00           0.00           0.00           0.00        3355507        4880966           0.05        6509.79     3973133.82           0.81
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             21           0.09         127.38         231.35          11.02
                        pid_caches_mutex:             0              0           0.00           0.00           0.00           0.00              2              2         584.42         752.36        1336.78         668.39
                         reg_indoor_lock:             0              0           0.00           0.00           0.00           0.00              1              1          10.91          10.91          10.91          10.91
                          kn->active#7-R:             0              0           0.00           0.00           0.00           0.00              0            133           0.06         787.30        1298.98           9.77
                         page_pools_lock:             0              0           0.00           0.00           0.00           0.00              2             35           0.00          50.26          79.17           2.26
           mem_hotplug_lock.waiters.lock:             0              0           0.00           0.00           0.00           0.00              0             64           0.00           2.78           9.67           0.15
                          kn->active#8-R:             0              0           0.00           0.00           0.00           0.00              0             34           7.93         428.45        1470.74          43.26
                  &file->event_read_lock:             0              0           0.00           0.00           0.00           0.00          62636         246307           2.57        7703.78     1634087.95           6.63
   (work_completion)(&state->commit_work:             0              0           0.00           0.00           0.00           0.00              0         246304         102.04       67205.13   390851664.16        1586.87
                       dmabuf_list_mutex:             0              0           0.00           0.00           0.00           0.00           2300           6616           0.07          21.87        1934.87           0.29
                      &dmabuf->name_lock:             0              0           0.00           0.00           0.00           0.00             72            844           0.05           4.73         146.91           0.17
                   &idev->mc_report_lock:             0              0           0.00           0.00           0.00           0.00           1555           3957           0.07         891.47       34068.98           8.61
                             &tags->lock:             0              0           0.00           0.00           0.00           0.00            331           3909           0.05         122.61         644.64           0.16
   (work_completion)(&(&idev->mc_report_:             0              0           0.00           0.00           0.00           0.00              0           1945           6.75        1538.32       28758.40          14.79
   (work_completion)(&(&tbl->gc_work)->w:             0              0           0.00           0.00           0.00           0.00              0           3882           0.62        1914.14       21636.69           5.57
                            console_work:             0              0           0.00           0.00           0.00           0.00              0           4059           0.99          97.09       26425.47           6.51
               btrfs_trans_commit_prep-R:             0              0           0.00           0.00           0.00           0.00              0           1278           1.73    29606937.32   227651064.91      178130.72
           &fs_info->tree_mod_log_lock-W:             0              0           0.00           0.00           0.00           0.00             41           1978           0.07         245.31         708.70           0.36
           &fs_info->tree_mod_log_lock-R:             0              0           0.00           0.00           0.00           0.00         651309        3765003           0.05         564.83      276650.33           0.07
                       btrfs-extent-02/1:             0              0           0.00           0.00           0.00           0.00              0           2272           1.35        8872.66      215132.04          94.69
                       btrfs-extent-01/1:             0              0           0.00           0.00           0.00           0.00              2          76935           1.41        4482.36     2966312.51          38.56
                       &dev->status_lock:             0              0           0.00           0.00           0.00           0.00             58            697           0.33        1336.58       28608.72          41.05
                                     &wq:             0              0           0.00           0.00           0.00           0.00         145165         188121           0.05        1220.25      104776.01           0.56
                      page_pools.xa_lock:             0              0           0.00           0.00           0.00           0.00              2             35           0.00          11.39          16.30           0.47
              &(&hdev->power_off)->timer:             0              0           0.00           0.00           0.00           0.00              0              1         163.03         163.03         163.03         163.03
                   btrfs-free-space-01/1:             0              0           0.00           0.00           0.00           0.00              1           6433           1.65        2971.28      356139.23          55.36
                   btrfs-free-space-00/1:             0              0           0.00           0.00           0.00           0.00              6         119284           0.17        2309.72      909859.74           7.63
   (work_completion)(&(&hdev->power_off):             0              0           0.00           0.00           0.00           0.00              0              1       29145.24       29145.24       29145.24       29145.24
                         &fc->uapi_mutex:             0              0           0.00           0.00           0.00           0.00              8            721           0.07     6567534.06     6623883.70        9187.08
                      &msft->filter_lock:             0              0           0.00           0.00           0.00           0.00              1              1           6.49           6.49           6.49           6.49
                       btrfs-extent-00/5:             0              0           0.00           0.00           0.00           0.00              0          19325           0.53        1992.95      389556.38          20.16
                             mem_id_lock:             0              0           0.00           0.00           0.00           0.00              1             33           0.00          23.65          38.18           1.16
           &cur_trans->cache_write_mutex:             0              0           0.00           0.00           0.00           0.00           3437         125225           0.08       27115.43     8161362.18          65.17
      &fs_info->transaction_blocked_wait:             0              0           0.00           0.00           0.00           0.00            986           2548           0.10         109.15        1305.84           0.51
                    &fs_info->scrub_lock:             0              0           0.00           0.00           0.00           0.00            981           1274           0.13         202.56         696.48           0.55
                 btrfs_trans_completed-W:             0              0           0.00           0.00           0.00           0.00              0              4           0.23         231.51         290.39          72.60
                 btrfs_trans_completed-R:             0              0           0.00           0.00           0.00           0.00              0           1274        1550.55    22456698.50   249542026.58      195872.86
           btrfs_trans_super_committed-R:             0              0           0.00           0.00           0.00           0.00              0           1274        1477.31    16646463.90   221147631.21      173585.27
                     cpu_add_remove_lock:             0              0           0.00           0.00           0.00           0.00             26            128           0.07        1998.64       58474.75         456.83
                           &pool->lock#2:             0              0           0.00           0.00           0.00           0.00              0              4           0.09           3.70           4.10           1.03
                          btrfs-dev-00/1:             0              0           0.00           0.00           0.00           0.00              0             38           2.16         233.00         887.36          23.35
                   &swapped_blocks->lock:             0              0           0.00           0.00           0.00           0.00           5817           7588           0.05          18.11        1261.19           0.17
          &cur_trans->dropped_roots_lock:             0              0           0.00           0.00           0.00           0.00           1169           1274           0.10          17.72         618.82           0.49
                 &cur_trans->commit_wait:             0              0           0.00           0.00           0.00           0.00           1485           2556           0.11         736.84        3278.47           1.28
         &fs_info->unused_bg_unpin_mutex:             0              0           0.00           0.00           0.00           0.00           1093           1308           3.80     4546655.83    28389724.92       21704.68
              &fs_info->scrub_pause_wait:             0              0           0.00           0.00           0.00           0.00           1037           1274           0.14           6.85         664.31           0.52
                          blkg_stat_lock:             0              0           0.00           0.00           0.00           0.00             52           1033           0.09           7.65         344.05           0.33
     (work_completion)(&blkg->free_work):             0              0           0.00           0.00           0.00           0.00              0            100           4.96         405.65        1544.71          15.45
                         &q->blkcg_mutex:             0              0           0.00           0.00           0.00           0.00             74            100           0.28          13.91         227.83           2.28
                             (&n->timer):             0              0           0.00           0.00           0.00           0.00              0          14203           0.70        3646.30      941431.94          66.28
            (wq_completion)btrfs-cache#2:             0              0           0.00           0.00           0.00           0.00              0          19448          44.37      102410.00    26359067.47        1355.36
                         btrfs-tree-03/1:             0              0           0.00           0.00           0.00           0.00              1           1142           6.15        5563.85      207188.31         181.43
               (quota_release_work).work:             0              0           0.00           0.00           0.00           0.00              0             48           0.13        5711.33       12810.98         266.90
              dquot_srcu_srcu_usage.lock:             0              0           0.00           0.00           0.00           0.00             26            209           0.06        1291.47        2086.13           9.98
                           dq_state_lock:             0              0           0.00           0.00           0.00           0.00          64423         106178           0.05        1248.99       24160.78           0.23
                 vt_event_waitqueue.lock:             0              0           0.00           0.00           0.00           0.00              3              3           0.38           6.72          11.09           3.70
                        auditd_conn_lock:             0              0           0.00           0.00           0.00           0.00              1              1           4.99           4.99           4.99           4.99
                         &chan->lock#2/2:             0              0           0.00           0.00           0.00           0.00              1              3           8.95          23.57          44.15          14.72
                        &candidate->lock:             0              0           0.00           0.00           0.00           0.00             21             54           0.06           5.36          39.51           0.73
            (wq_completion)btrfs-endio#2:             0              0           0.00           0.00           0.00           0.00              0         711730           7.32       19937.86    28770573.11          40.42
                         &dquot->dq_lock:             0              0           0.00           0.00           0.00           0.00          64030         106162           0.07         987.91       46559.88           0.44
                   btrfs-free-space-02/1:             0              0           0.00           0.00           0.00           0.00              0            967           2.99        1682.45       30089.39          31.12
                          btrfs-dev-01/1:             0              0           0.00           0.00           0.00           0.00              0              7          30.08         919.79        1997.92         285.42
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              2        2488.68        2493.97        4982.65        2491.33
                               &fc->lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.21           7.91           8.12           4.06
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00              3             10           0.15         467.17         516.59          51.66
                               &fi->lock:             0              0           0.00           0.00           0.00           0.00              1              5           0.20           7.50          10.27           2.05
                            &fc->bg_lock:             0              0           0.00           0.00           0.00           0.00              4              6           0.10          44.99          64.20          10.70
                              &fiq->lock:             0              0           0.00           0.00           0.00           0.00            149            216           0.06         609.11        1360.97           6.30
                             &fiq->waitq:             0              0           0.00           0.00           0.00           0.00            140            145           0.08         608.75        1289.59           8.89
                     mem_id_pool.xa_lock:             0              0           0.00           0.00           0.00           0.00              1             32           0.00           2.80           4.13           0.13
                 &type->s_umount_key#6-R:             0              0           0.00           0.00           0.00           0.00            103            108           0.12          51.09         242.36           2.24
                      &fc->blocked_waitq:             0              0           0.00           0.00           0.00           0.00              3              4           0.20          15.25          19.03           4.76
       (work_completion)(&hid->led_work):             0              0           0.00           0.00           0.00           0.00              0             17           1.33          80.90         410.08          24.12
                           &list->lock#8:             0              0           0.00           0.00           0.00           0.00              0              2           0.08           4.31           4.39           2.20
      (wq_completion)btrfs-endio-write#2:             0              0           0.00           0.00           0.00           0.00              0         721216          39.12     9419840.07   186268677.95         258.27
                         btrfs-tree-00/5:             0              0           0.00           0.00           0.00           0.00              1          34095           0.41        6296.08      283082.75           8.30
               &type->s_vfs_rename_key#3:             0              0           0.00           0.00           0.00           0.00            135           1214           0.71       59608.24      371355.10         305.89
              &type->i_mutex_dir_key#6/5:             0              0           0.00           0.00           0.00           0.00            167           1214           0.05        6067.45       21429.21          17.65
              &type->i_mutex_dir_key#6/2:             0              0           0.00           0.00           0.00           0.00              9             54          91.49        4682.73       33523.76         620.81
           (work_completion)(&tsq->work):             0              0           0.00           0.00           0.00           0.00              0          19990           0.22        3503.65      517673.04          25.90
          (&icsk->icsk_retransmit_timer):             0              0           0.00           0.00           0.00           0.00              0         122378           0.04        4781.74      845803.01           6.91
                    &s->s_dquot.dqio_sem:             0              0           0.00           0.00           0.00           0.00             35             59           0.59         987.08        2548.01          43.19
                              &ioc->lock:             0              0           0.00           0.00           0.00           0.00           2014           4244           0.04           3.19         775.07           0.18
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            234           0.06         442.82        2145.19           9.17
     (wq_completion)btrfs-delayed-meta#2:             0              0           0.00           0.00           0.00           0.00              0         260383           5.14      257172.25   112166233.66         430.77
                  &dev_instance_lock_key:             0              0           0.00           0.00           0.00           0.00            205            513           0.07           9.37         287.93           0.56
                &vblank->work_wait_queue:             0              0           0.00           0.00           0.00           0.00              2              2           0.34           7.20           7.54           3.77
                    (wq_completion)netns:             0              0           0.00           0.00           0.00           0.00              0             54       28946.76      147481.84     3873520.37       71731.86
                        net_cleanup_work:             0              0           0.00           0.00           0.00           0.00              0             54       28946.09      147480.73     3873467.01       71730.87
       cpu_hotplug_lock.rss.gp_wait.lock:             0              0           0.00           0.00           0.00           0.00              0            140           0.00           3.36          25.12           0.18
                         btrfs-tree-00/4:             0              0           0.00           0.00           0.00           0.00              1           1795           0.42        1598.02       60098.90          33.48
                           free_ipc_work:             0              0           0.00           0.00           0.00           0.00              0             69        8911.18      120665.15     1883875.33       27302.54
                    &qdisc_xmit_lock_key:             0              0           0.00           0.00           0.00           0.00             65             66           0.09         257.18         288.20           4.37
                            dquot_srcu-R:             0              0           0.00           0.00           0.00           0.00              0       24073687           0.27       10246.39     8636809.00           0.36
            netdev_unregistering_wq.lock:             0              0           0.00           0.00           0.00           0.00             53             56           0.15         187.90         213.86           3.82
                           bpf_devs_lock:             0              0           0.00           0.00           0.00           0.00             55             67           0.60          14.65          99.64           1.49
                         &ns->neigh_lock:             0              0           0.00           0.00           0.00           0.00             67             67           0.22         328.96         359.81           5.37
                          &net->xdp.lock:             0              0           0.00           0.00           0.00           0.00             67             67           0.16           8.70          31.63           0.47
                 &dev->ethtool->rss_lock:             0              0           0.00           0.00           0.00           0.00             66             67           0.81          19.89         115.02           1.72
                 rcu_state.barrier_mutex:             0              0           0.00           0.00           0.00           0.00            121            140           9.18      102684.57     3561273.24       25437.67
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00            236            419           0.08        1049.82        2416.65           5.77
           rcu_state.exp_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00            221            345           0.08           7.67         190.58           0.55
          (work_completion)(&ns->work)#2:             0              0           0.00           0.00           0.00           0.00              0           1255           9.47        2016.88       33594.09          26.77
                            &hn->hn_lock:             0              0           0.00           0.00           0.00           0.00             64             67           0.11           5.45          27.90           0.42
                      k-sk_lock-AF_INET6:             0              0           0.00           0.00           0.00           0.00              0            268           0.30         426.91         700.62           2.61
                        k-slock-AF_INET6:             0              0           0.00           0.00           0.00           0.00            260            536           0.03           5.04          87.46           0.16
                        k-clock-AF_INET6:             0              0           0.00           0.00           0.00           0.00            259            268           0.06         134.29         172.38           0.64
             (wq_completion)inet_frag_wq:             0              0           0.00           0.00           0.00           0.00              0            201           4.28         171.20        1904.28           9.47
   (work_completion)(&fqdir->destroy_wor:             0              0           0.00           0.00           0.00           0.00              0            201           4.18         158.57        1828.15           9.10
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0             61         102.13        2069.98       16377.69         268.49
                             ip6_fl_lock:             0              0           0.00           0.00           0.00           0.00             50             67           2.75           8.67         261.34           3.90
               (&mrt->ipmr_expire_timer):             0              0           0.00           0.00           0.00           0.00              0            134           0.03           4.79          24.94           0.19
                    tcp_exit_batch_mutex:             0              0           0.00           0.00           0.00           0.00             48             54         328.47        1294.37       22634.68         419.16
                          &xa->xa_lock#3:             0              0           0.00           0.00           0.00           0.00            216            373           0.00        1034.14        2481.06           6.65
                       k-sk_lock-AF_INET:             0              0           0.00           0.00           0.00           0.00              0             67           0.26          12.44          66.84           1.00
        sk_lock-AF_BLUETOOTH-BTPROTO_HCI:             0              0           0.00           0.00           0.00           0.00              0            102           0.95        1191.13        6721.26          65.89
             &net->xfrm.xfrm_policy_lock:             0              0           0.00           0.00           0.00           0.00             65            201           0.06           5.60          43.03           0.21
          slock-AF_BLUETOOTH-BTPROTO_HCI:             0              0           0.00           0.00           0.00           0.00             29            204           0.03           4.98          34.03           0.17
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00            105            596           0.03          49.07         307.27           0.52
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             87           0.06         293.57         747.85           8.60
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.08         268.87         313.80          34.87
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.08         194.06         224.71          24.97
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          84.59         113.31          12.59
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          80.41         109.35          12.15
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.06          80.15         155.26          17.25
                 &type->s_umount_key#6-R:             0              0           0.00           0.00           0.00           0.00             86             99           0.18         247.26         369.71           3.73
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          79.86          99.18          11.02
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.06          80.27          99.50          11.06
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             30           0.06         270.87         327.39          10.91
                 sock_cookie_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00              1              1         113.72         113.72         113.72         113.72
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            120           0.06         103.74         331.43           2.76
                          &aux->hw_mutex:             0              0           0.00           0.00           0.00           0.00             18             18       19406.80       19969.05      355647.06       19758.17
            net/ipv4/inet_fragment.c:177:             0              0           0.00           0.00           0.00           0.00              0             32           1.56         698.51         885.77          27.68
              &sb->s_type->i_mutex_key#8:             0              0           0.00           0.00           0.00           0.00              1             65           3.18         962.07        2451.19          37.71
                          subsys mutex#1:             0              0           0.00           0.00           0.00           0.00            139            153           0.47          20.03         244.84           1.60
                         &rnp->exp_wq[3]:             0              0           0.00           0.00           0.00           0.00           1681           2188           0.00         834.02        2608.84           1.19
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            225           0.07         256.83         842.69           3.75
               (wq_completion)tpm_dev_wq:             0              0           0.00           0.00           0.00           0.00              0             42        2008.99       11549.84      112264.18        2672.96
    (work_completion)(&priv->async_work):             0              0           0.00           0.00           0.00           0.00              0             42        2008.85       11535.76      112241.51        2672.42
                         spec_ctrl_mutex:             0              0           0.00           0.00           0.00           0.00              0             65           0.00         824.23         866.74          13.33
                (&priv->user_read_timer):             0              0           0.00           0.00           0.00           0.00              0             45           0.04           7.71          11.63           0.26
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             15           0.09         306.70         364.26          24.28
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             15           0.08        1681.67        1824.84         121.66
                  &gdev->line_state_lock:             0              0           0.00           0.00           0.00           0.00              9             12           0.19           4.60           9.05           0.75
        &(&gdev->device_notifier)->rwsem:             0              0           0.00           0.00           0.00           0.00              9             12           0.28           7.01          12.37           1.03
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.10         206.40         232.93          25.88
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07         113.22         135.82          15.09
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          89.35         110.27          12.25
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07         104.13         124.41          13.82
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          97.00         117.57          13.06
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              9           0.07          99.21         206.00          22.89
                            &cfs_b->lock:             0              0           0.00           0.00           0.00           0.00           1867           4858           0.00           7.27        1341.46           0.28
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             66           0.05         106.57         207.74           3.15
                          btrfs-log-01/7:             0              0           0.00           0.00           0.00           0.00              0            359           0.65        1545.05       18250.90          50.84
                          btrfs-log-00/6:             0              0           0.00           0.00           0.00           0.00              0            935           0.25        1257.93       12470.24          13.34
                          chan_list_lock:             0              0           0.00           0.00           0.00           0.00             10             39           0.06          84.91         111.47           2.86
                      l2cap_sk_list.lock:             0              0           0.00           0.00           0.00           0.00              9             19           0.06          11.97          19.34           1.02
                         btrfs-csum-00/5:             0              0           0.00           0.00           0.00           0.00              2           8784           0.20        2968.71      101000.39          11.50
                        btrfs-log-01#2/1:             0              0           0.00           0.00           0.00           0.00              1          11477           0.43        8140.49      840417.33          73.23
               &root->log_commit_wait[1]:             0              0           0.00           0.00           0.00           0.00            519            745           0.06         261.40         875.23           1.17
                                   key#1:             0              0           0.00           0.00           0.00           0.00          13682          15792           0.08         631.49        8717.85           0.55
                 &type->s_umount_key#2/1:             0              0           0.00           0.00           0.00           0.00              0              1         118.63         118.63         118.63         118.63
      sk_lock-AF_BLUETOOTH-BTPROTO_L2CAP:             0              0           0.00           0.00           0.00           0.00              0             94           0.26         790.20        1808.31          19.24
                         btrfs-csum-00/6:             0              0           0.00           0.00           0.00           0.00              1          13484           0.24        2600.15      223181.30          16.55
                          btrfs-log-00/2:             0              0           0.00           0.00           0.00           0.00            423           1418           0.13        5305.56       63107.69          44.50
                          btrfs-log-00/5:             0              0           0.00           0.00           0.00           0.00              0            731           0.54        1397.36       16267.76          22.25
                          btrfs-log-00/4:             0              0           0.00           0.00           0.00           0.00              0            502           0.51        3879.60       17558.05          34.98
        slock-AF_BLUETOOTH-BTPROTO_L2CAP:             0              0           0.00           0.00           0.00           0.00              2            196           0.03          12.25          55.13           0.28
                                   key#1:             0              0           0.00           0.00           0.00           0.00           4497           4746           0.05          14.50        1980.12           0.42
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00           7272          63184           0.03         762.82       14106.66           0.22
                   btrfs-free-space-00/5:             0              0           0.00           0.00           0.00           0.00              1           3896           1.17        2192.01      121730.85          31.25
                         (&tw->tw_timer):             0              0           0.00           0.00           0.00           0.00              0           2377           0.02        1460.01       60527.75          25.46
                 &type->s_umount_key#6/1:             0              0           0.00           0.00           0.00           0.00              0              5        1255.66        8084.60       19038.14        3807.63
               &sb->s_type->i_lock_key#3:             0              0           0.00           0.00           0.00           0.00          19776         183898           0.03        1741.15       37877.73           0.21
            &sb->s_type->i_mutex_key#2-W:             0              0           0.00           0.00           0.00           0.00              1              1         206.24         206.24         206.24         206.24
            &sb->s_type->i_mutex_key#2-R:             0              0           0.00           0.00           0.00           0.00              1              2           0.67         154.93         155.60          77.80
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              2          62.32         213.63         275.95         137.97
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0          83144           0.10       14040.74     5743387.17          69.08
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           1798           0.06         989.43       15076.77           8.39
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0             12           0.59         597.96         646.39          53.87
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              1          81.23          81.23          81.23          81.23
                  &ovl_i_lock_key[depth]:             0              0           0.00           0.00           0.00           0.00            422            736           0.13        9705.58      130355.28         177.11
                     &ofs->whiteout_lock:             0              0           0.00           0.00           0.00           0.00              5              8          65.67        1536.08        4757.48         594.69
                 &type->s_umount_key#7-W:             0              0           0.00           0.00           0.00           0.00              1              4         124.50      372079.68      387412.93       96853.23
                 &type->s_umount_key#7-R:             0              0           0.00           0.00           0.00           0.00              5             10           0.12       10635.70       12557.65        1255.77
                          &bdi->wb_waitq:             0              0           0.00           0.00           0.00           0.00             31             32           0.08         175.25         300.32           9.39
                         &s->s_sync_lock:             0              0           0.00           0.00           0.00           0.00             10             16           0.53        1973.83        5043.81         315.24
                       bnep_sk_list.lock:             0              0           0.00           0.00           0.00           0.00              1              1           8.46           8.46           8.46           8.46
      &fs_info->ordered_operations_mutex:             0              0           0.00           0.00           0.00           0.00              7             10           0.23        1845.69        1865.35         186.54
                   btrfs-free-space-00/4:             0              0           0.00           0.00           0.00           0.00              0             79           0.54         996.72        5798.89          73.40
                   btrfs-free-space-00/6:             0              0           0.00           0.00           0.00           0.00              0            810           0.31        2426.47       29895.92          36.91
                       btrfs-extent-00/6:             0              0           0.00           0.00           0.00           0.00              0           8419           0.39        2413.40      116315.62          13.82
                      &ei->i_mmap_lock/1:             0              0           0.00           0.00           0.00           0.00            920           4310           0.05        2474.46      260137.21          60.36
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            874           7.79         929.94       12739.83          14.58
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             64           7.60         158.48         911.75          14.25
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           3360           0.04        1075.13       10740.49           3.20
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             32           7.58          92.54         432.08          13.50
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             32           7.60         194.43         740.33          23.14
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              4          10.66         160.72         318.31          79.58
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00              1              2           3.60           6.55          10.15           5.08
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             32           0.53         162.35         395.63          12.36
                  rps_default_mask_mutex:             0              0           0.00           0.00           0.00           0.00             86             89           0.22          75.75         133.72           1.50
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         148580           0.04        1487.02      374524.52           2.52
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          13412           0.04        1290.95       36452.43           2.72
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         139168           0.04        1774.12      346544.61           2.49
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         140468           0.04        2521.26      340752.61           2.43
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           5300           0.04        1050.11       15893.54           3.00
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           5300           0.04         805.05       14270.64           2.69
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           7896           0.04        1369.55       30441.65           3.86
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             64           3.05         186.13        2143.47          33.49
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          83510           0.05        1269.41      431382.00           5.17
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            794           0.06        1046.05        3982.72           5.02
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              2           6.30          95.77         102.07          51.04
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             77           0.06         111.21         419.93           5.45
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             77           0.06         811.98        1142.00          14.83
           cpu_hotplug_lock.waiters.lock:             0              0           0.00           0.00           0.00           0.00              0             64           0.00           2.63          12.02           0.19
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             77           0.06          93.02         411.12           5.34
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         292272           0.04        1402.43     1024899.35           3.51
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              6           0.07         316.32         419.87          69.98
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.07         107.37         108.35          36.12
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.07          96.68          97.66          32.55
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          55668           0.05        1770.64      233823.05           4.20
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0        1747002           0.04        5615.33     4858677.81           2.78
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              2         196.22         445.38         641.60         320.80
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.13         132.51         133.64          66.82
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          44813           0.12         898.19       86890.23           1.94
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          44813           0.10        1294.45       75058.46           1.67
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              8           0.69         343.33         390.33          48.79
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              8           2.14         261.83         658.39          82.30
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.22         106.28         107.50          53.75
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              2           0.72          96.42          97.14          48.57
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            110           0.06         915.53        1551.03          14.10
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         179248           1.09        3405.17     6562354.72          36.61
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              2          55.68          79.41         135.09          67.54
                 &file->client_name_lock:             0              0           0.00           0.00           0.00           0.00         493624        1129928           0.06        1258.80      189190.11           0.17
                     &(&cec_work)->timer:             0              0           0.00           0.00           0.00           0.00              0              1        1084.52        1084.52        1084.52        1084.52
                  (reg_check_chans).work:             0              0           0.00           0.00           0.00           0.00              0              1        1917.32        1917.32        1917.32        1917.32
   (work_completion)(&(&cec_work)->work):             0              0           0.00           0.00           0.00           0.00              0              1         630.18         630.18         630.18         630.18
                                ce_mutex:             0              0           0.00           0.00           0.00           0.00              1              1          14.59          14.59          14.59          14.59
                          pstore_sb_lock:             0              0           0.00           0.00           0.00           0.00              1              2           0.16           4.55           4.71           2.36
                           (&dev->timer):             0              0           0.00           0.00           0.00           0.00              0            752           0.22        3164.80       27469.07          36.53
                  &lock->pending_readers:             0              0           0.00           0.00           0.00           0.00           8399          16353           0.08          12.09        5972.25           0.37
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            131           0.05         365.45        1129.10           8.62
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              2           1.62          92.74          94.36          47.18
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           6834           0.06        2310.29       66972.98           9.80
                 &type->s_umount_key#7-R:             0              0           0.00           0.00           0.00           0.00              9             11           0.12          79.26          85.50           7.77
                              &new->lock:             0              0           0.00           0.00           0.00           0.00            130            223           0.09         117.57         889.81           3.99
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              1        7055.65        7055.65        7055.65        7055.65
                       dev_hotplug_mutex:             0              0           0.00           0.00           0.00           0.00            145            157           0.39          36.28         215.88           1.38
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           2560           6.99        1368.28       29096.72          11.37
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          37186           0.04        1510.28      104134.08           2.80
                         btrfs-tree-01/5:             0              0           0.00           0.00           0.00           0.00              0            536           0.51        2127.27       30844.40          57.55
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.10         133.82         135.58          45.19
                         btrfs-tree-00/7:             0              0           0.00           0.00           0.00           0.00              1            391          13.08        1472.65       21169.58          54.14
                                   key#1:             0              0           0.00           0.00           0.00           0.00            299            377           0.07         249.14        1019.38           2.70
                       (&req->rsk_timer):             0              0           0.00           0.00           0.00           0.00              0            102           0.04           9.78          30.60           0.30
                      &sma->sems[i].lock:             0              0           0.00           0.00           0.00           0.00          77879         591463           0.07         894.12      285045.94           0.48
                        slock-AF_INET6/1:             0              0           0.00           0.00           0.00           0.00             82            125           0.14        1288.74        4057.61          32.46
             file_rwsem.rss.gp_wait.lock:             0              0           0.00           0.00           0.00           0.00              6             24           0.05          46.13          64.67           2.69
                 file_rwsem.waiters.lock:             0              0           0.00           0.00           0.00           0.00              3              9           0.07           5.73           6.90           0.77
                                   key#1:             0              0           0.00           0.00           0.00           0.00            657            667           0.12          19.30         411.27           0.62
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00            155            282           0.05           6.28          58.74           0.21
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0         105596           0.06        1819.01      358953.69           3.40
                      rlock-AF_BLUETOOTH:             0              0           0.00           0.00           0.00           0.00             89            140           0.06          11.26          56.79           0.41
                &(&efivar_ops_nh)->rwsem:             0              0           0.00           0.00           0.00           0.00              1              1           4.83           4.83           4.83           4.83
            &sb->s_type->i_mutex_key#2-W:             0              0           0.00           0.00           0.00           0.00              1              1        1065.72        1065.72        1065.72        1065.72
            &sb->s_type->i_mutex_key#2-R:             0              0           0.00           0.00           0.00           0.00              1              2           0.72          85.03          85.75          42.87
                          sb_writers#1-R:             0              0           0.00           0.00           0.00           0.00              0              1          58.19          58.19          58.19          58.19
           netdev_rename_lock.seqcount-W:             0              0           0.00           0.00           0.00           0.00              0              2           0.69           5.28           5.97           2.99
           netdev_rename_lock.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0           1741           0.02           6.67         428.41           0.25
                 &type->s_umount_key#7/1:             0              0           0.00           0.00           0.00           0.00              0              1        1070.30        1070.30        1070.30        1070.30
                     pcp_batch_high_lock:             0              0           0.00           0.00           0.00           0.00              1            103           0.00           5.90          26.86           0.26
            &sb->s_type->i_mutex_key#2-R:             0              0           0.00           0.00           0.00           0.00              1              1         237.04         237.04         237.04         237.04
                 (efi_runtime_lock).lock:             0              0           0.00           0.00           0.00           0.00             48           1200           0.00          12.98         104.61           0.09
         init_binfmt_misc.entries_lock-W:             0              0           0.00           0.00           0.00           0.00              0              2           0.15          21.87          22.02          11.01
         init_binfmt_misc.entries_lock-R:             0              0           0.00           0.00           0.00           0.00          27861          34054           0.05        1193.02       14939.90           0.44
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00           1267           4194           5.76        2414.57      200103.99          47.71
                         &ctx->mmap_lock:             0              0           0.00           0.00           0.00           0.00           1795          12606           0.25        1242.32       34288.24           2.72
                                   key#1:             0              0           0.00           0.00           0.00           0.00           1178           2864           0.09          57.53        1594.07           0.56
                 &ctx->completion_lock#2:             0              0           0.00           0.00           0.00           0.00           3814           9285           0.09         615.67        9477.42           1.02
           &(&ctx->fallback_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           4266           0.05           9.24        1147.05           0.27
                 (wq_completion)iou_exit:             0              0           0.00           0.00           0.00           0.00              0           2085        9495.20      130584.70    65006019.38       31177.95
      (work_completion)(&ctx->exit_work):             0              0           0.00           0.00           0.00           0.00              0           2085        9494.32      130583.49    65003938.00       31176.95
                             &acct->lock:             0              0           0.00           0.00           0.00           0.00           4098           5322           0.05         117.24        2078.97           0.39
                     &acct->workers_lock:             0              0           0.00           0.00           0.00           0.00           2148           2476           0.06          12.75        1012.23           0.41
                      &ctx->timeout_lock:             0              0           0.00           0.00           0.00           0.00           1886           2181           0.10           4.22        1125.78           0.52
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00           4529           6447           0.11        1174.87       20877.80           3.24
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00            897           2846           0.07           7.84         909.72           0.32
                             &hash->wait:             0              0           0.00           0.00           0.00           0.00            897           1423           0.13         153.91         902.64           0.63
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00           3572           4170           0.13           6.73        2420.10           0.58
                         &ctx->napi_lock:             0              0           0.00           0.00           0.00           0.00           1786           2085           0.10           9.16        1042.84           0.50
                      yama_relation_work:             0              0           0.00           0.00           0.00           0.00              0            920           2.72        1092.69        8392.78           9.12
                          kn->active#2-W:             0              0           0.00           0.00           0.00           0.00              1              2           0.15          16.86          17.01           8.51
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             66           1.25         411.80        1050.47          15.92
                                   key#1:             0              0           0.00           0.00           0.00           0.00          17287          26793           0.05         179.90       13115.60           0.49
                          &xa->xa_lock#2:             0              0           0.00           0.00           0.00           0.00             92             96           0.20          15.77          93.64           0.98
                 &type->s_umount_key#7-R:             0              0           0.00           0.00           0.00           0.00             39             42           0.11          61.08         118.29           2.82
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           2438           0.04         831.90        7139.32           2.93
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00              2              3           0.24          12.46          18.39           6.13
                          &t->event_wait:             0              0           0.00           0.00           0.00           0.00           6866          14744           0.05          62.31        7743.27           0.53
                 &type->s_umount_key#7-R:             0              0           0.00           0.00           0.00           0.00             54             58           0.16          95.09         181.27           3.13
                          kn->active#2-W:             0              0           0.00           0.00           0.00           0.00              2              4           0.17          22.53          37.78           9.45
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.07         263.42         625.37           8.02
                          kn->active#2-W:             0              0           0.00           0.00           0.00           0.00              1              2           0.12          11.05          11.17           5.59
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            104           0.05         824.73        2296.46          22.08
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         102.28         416.51           5.34
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06        1024.55        1348.55          17.29
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         113.03         371.01           4.76
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         102.25         373.21           4.78
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06        1052.41        1446.60          18.55
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         216.96         621.02           7.96
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         297.29         563.86           7.23
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         103.36         383.49           4.92
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         100.32         330.52           4.24
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         154.38         398.19           5.10
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         100.40         338.95           4.35
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06          99.52         340.10           4.36
                &hdev->mgmt_pending_lock:             0              0           0.00           0.00           0.00           0.00             18             64           0.07         106.84         138.07           2.16
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06        1185.39        1572.38          20.16
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         125.52         391.70           5.02
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         118.74         357.34           4.58
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         101.33         334.76           4.29
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         108.57         345.10           4.42
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.06         177.45         991.19          12.71
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0           3328           0.04        1192.57       13745.79           4.13
            &sb->s_type->i_mutex_key#9-W:             0              0           0.00           0.00           0.00           0.00            133            376           0.06           4.87          73.99           0.20
            &sb->s_type->i_mutex_key#9-R:             0              0           0.00           0.00           0.00           0.00             40             57           0.50         819.94        2726.84          47.84
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          27840           6.85        1371.02      298475.26          10.72
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0         140368           0.04        1499.95      346517.16           2.47
         (work_completion)(&ptr->w[cpu]):             0              0           0.00           0.00           0.00           0.00              2              7           0.16         446.68         529.40          75.63
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             78           0.07         333.60         612.72           7.86
      &(&net->ipv4.addr_chk_work)->timer:             0              0           0.00           0.00           0.00           0.00              2           2969           0.08        3025.75       40806.92          13.74
      &(&net->ipv6.addr_chk_work)->timer:             0              0           0.00           0.00           0.00           0.00              1           1408           0.14        2046.44       16276.43          11.56
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0          33792           0.04        1841.48      185874.51           5.50
                  &hdev->unregister_lock:             0              0           0.00           0.00           0.00           0.00             21             36           6.32        1138.33        2438.13          67.73
               &hdev->cmd_sync_work_lock:             0              0           0.00           0.00           0.00           0.00             79            108           0.08         579.73         620.96           5.75
                          kn->active#2-W:             0              0           0.00           0.00           0.00           0.00              0             54           0.14           0.75          17.71           0.33
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0            216           0.05        1609.35        3789.49          17.54
                       &list->read_mutex:             0              0           0.00           0.00           0.00           0.00           5453          48262           1.54        1321.81      224020.36           4.64
                               &ag->lock:             0              0           0.00           0.00           0.00           0.00              7             26          10.19        1269.71        1732.16          66.62
                 &ctx->fault_pending_wqh:             0              0           0.00           0.00           0.00           0.00            208            220           0.33          26.60         245.96           1.12
                         &ctx->fault_wqh:             0              0           0.00           0.00           0.00           0.00            208            220           0.14           6.11          91.07           0.41
                         &ctx->event_wqh:             0              0           0.00           0.00           0.00           0.00            208            220           0.07           2.60          86.08           0.39
                            &ctx->fd_wqh:             0              0           0.00           0.00           0.00           0.00            208            220           0.06           3.59          67.96           0.31
                         &sk->sk_lock.wq:             0              0           0.00           0.00           0.00           0.00              6              6           0.36          16.96          33.79           5.63
                         (&sk->sk_timer):             0              0           0.00           0.00           0.00           0.00              1          27458           0.19        1878.81      602159.74          21.93
                         btrfs-tree-01/4:             0              0           0.00           0.00           0.00           0.00              2             69           0.24        2012.98       18062.19         261.77
                 &type->s_umount_key#3/1:             0              0           0.00           0.00           0.00           0.00              0              1        5434.64        5434.64        5434.64        5434.64
                         btrfs-tree-01/6:             0              0           0.00           0.00           0.00           0.00              2            715           0.92        3550.39       66660.91          93.23
                        qdisc_mod_lock-W:             0              0           0.00           0.00           0.00           0.00              1              9           0.11           3.51           6.56           0.73
                        qdisc_mod_lock-R:             0              0           0.00           0.00           0.00           0.00              2              3           0.49           4.51           6.72           2.24
                             &ep->lock#2:             0              0           0.00           0.00           0.00           0.00             22        1067686           0.05          12.43      175619.11           0.16
   (work_completion)(&hdev->cmd_sync_wor:             0              0           0.00           0.00           0.00           0.00              0             35           0.24      604985.08     1207246.67       34492.76
                       &hdev->bpf.srcu-R:             0              0           0.00           0.00           0.00           0.00              0            283           0.05           9.99          56.07           0.20
                          sk_lock-AF_ALG:             0              0           0.00           0.00           0.00           0.00              0             18           3.26         291.58         510.84          28.38
   (work_completion)(&fs_info->em_shrink:             0              0           0.00           0.00           0.00           0.00              0          12084          31.06      940629.24   224673983.28       18592.68
                          loop_ctl_mutex:             0              0           0.00           0.00           0.00           0.00              1              2           0.20         301.88         302.08         151.04
             &q->q_usage_counter(io)#6-W:             0              0           0.00           0.00           0.00           0.00              0              1         259.82         259.82         259.82         259.82
             &q->q_usage_counter(io)#6-R:             0              0           0.00           0.00           0.00           0.00              0              1          80.47          80.47          80.47          80.47
            &q->q_usage_counter(queue)#5:             0              0           0.00           0.00           0.00           0.00              0              1         147.69         147.69         147.69         147.69
                                _rs.lock:             0              0           0.00           0.00           0.00           0.00              0              1           4.13           4.13           4.13           4.13
               &sb->s_type->i_lock_key#2:             0              0           0.00           0.00           0.00           0.00              2              3           0.37           6.44          10.42           3.47
                           &lo->lo_mutex:             0              0           0.00           0.00           0.00           0.00              5             11           0.08         163.90         168.23          15.29
                            slock-AF_ALG:             0              0           0.00           0.00           0.00           0.00              5             36           0.03           4.48           9.99           0.28
                                        :             0              0           0.00           0.00           0.00           0.00              0        3012057           0.30       27180.79     1348225.98           0.45
    sk_lock-AF_BLUETOOTH-BTPROTO_L2CAP/2:             0              0           0.00           0.00           0.00           0.00              0              3           1.22          11.25          17.46           5.82
                        bpf_preload_lock:             0              0           0.00           0.00           0.00           0.00              1              1        5345.44        5345.44        5345.44        5345.44
                      netlbl_domhsh_lock:             0              0           0.00           0.00           0.00           0.00              1              2           3.54           5.47           9.01           4.51
                  minors_rwsem.wait_lock:             0              0           0.00           0.00           0.00           0.00              4              4           0.49          11.24          16.04           4.01
                     &rnp->nocb_gp_wq[1]:             0              0           0.00           0.00           0.00           0.00         818187        3800697           0.00           8.14      449373.39           0.12
                                lock_irq:             0              0           0.00           0.00           0.00           0.00              0        6828487           0.03        1049.28     1856412.37           0.27
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0              4           1.06         153.30         164.68          41.17
        &(&krcp->page_cache_work)->timer:             0              0           0.00           0.00           0.00           0.00              0           3312           0.61         947.58       23279.93           7.03
                       &r->consumer_lock:             0              0           0.00           0.00           0.00           0.00         187827       16789278           0.04        1811.97     1601684.66           0.10
                   cpuset_attach_wq.lock:             0              0           0.00           0.00           0.00           0.00             88             98           0.21          27.45          82.30           0.84
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             96           0.12         893.19        3657.01          38.09
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             92           9.78        1280.60        3905.78          42.45
   init_task.mems_allowed_seq.seqcount-R:             0              0           0.00           0.00           0.00           0.00              0             84           0.04         726.36        1282.95          15.27
                                     (t):             0              0           0.00           0.00           0.00           0.00              0           2912           2.48         570.24       41178.37          14.14
                     (&pool->idle_timer):             0              0           0.00           0.00           0.00           0.00              0           1257           0.51        2204.43       58746.95          46.74
   security/integrity/ima/ima_queue_keys:             0              0           0.00           0.00           0.00           0.00              0              1        2509.22        2509.22        2509.22        2509.22
   (work_completion)(&pool->idle_cull_wo:             0              0           0.00           0.00           0.00           0.00              0            978           1.07        4226.97      162287.38         165.94
            (ima_keys_delayed_work).work:             0              0           0.00           0.00           0.00           0.00              0              1        2012.87        2012.87        2012.87        2012.87
                           &chan->lock/1:             0              0           0.00           0.00           0.00           0.00              0              3          35.61         124.96         216.08          72.03
                          kn->active#9-R:             0              0           0.00           0.00           0.00           0.00              0            204           0.07         286.11        1374.17           6.74
                         btrfs-csum-01/3:             0              0           0.00           0.00           0.00           0.00              6              6          82.85        2584.11        5608.31         934.72
                         btrfs-csum-01/5:             0              0           0.00           0.00           0.00           0.00              0              5          14.86         174.95         470.20          94.04
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             56           0.06         355.07         757.27          13.52
                         btrfs-csum-01/4:             0              0           0.00           0.00           0.00           0.00              1             21          10.69        2217.85        4735.69         225.51
    sk_lock-AF_BLUETOOTH-BTPROTO_L2CAP/1:             0              0           0.00           0.00           0.00           0.00              0              1          99.34          99.34          99.34          99.34
                   security/keys/gc.c:28:             0              0           0.00           0.00           0.00           0.00              3              5           0.17         976.60        1018.36         203.67
                        btrfs-chunk-00-W:             0              0           0.00           0.00           0.00           0.00             42            140           0.37        1586.49       15890.42         113.50
                        btrfs-chunk-00-R:             0              0           0.00           0.00           0.00           0.00             33             95           0.10        1300.84        2866.16          30.17
                        btrfs-chunk-00/1:             0              0           0.00           0.00           0.00           0.00              0             42           0.48        1789.20        2511.59          59.80
                         btrfs-csum-01/6:             0              0           0.00           0.00           0.00           0.00              0             13           1.32        2466.03        7807.15         600.55
                                   &wq#3:             0              0           0.00           0.00           0.00           0.00              4              7           0.17         524.91         902.37         128.91
           &fs_info->delalloc_root_mutex:             0              0           0.00           0.00           0.00           0.00            481            526           0.14     5736042.86   432980643.39      823157.12
                   &root->delalloc_mutex:             0              0           0.00           0.00           0.00           0.00            480            524       16503.22     5736040.40   432979807.50      826297.34
                      &new_ruleset->lock:             0              0           0.00           0.00           0.00           0.00              0             10           0.32          27.03          33.23           3.32
                    &new_ruleset->lock/1:             0              0           0.00           0.00           0.00           0.00              1             10           0.17           6.28           9.38           0.94
   (work_completion)(&fs_info->async_rec:             0              0           0.00           0.00           0.00           0.00              0            540           0.58    34459597.98    72813566.59      134839.94
                            &ticket.wait:             0              0           0.00           0.00           0.00           0.00           3856           7725           0.07        1569.82       22683.36           2.94
                      clock-AF_BLUETOOTH:             0              0           0.00           0.00           0.00           0.00              4              5           0.08           4.96          12.26           2.45
                       btrfs-extent-01/2:             0              0           0.00           0.00           0.00           0.00             30             45           0.47        2571.05       15626.61         347.26
                       btrfs-extent-01/6:             0              0           0.00           0.00           0.00           0.00              0             14           1.31        1597.79        2885.45         206.10
                       btrfs-extent-01/4:             0              0           0.00           0.00           0.00           0.00              0             12          13.43         686.32        2199.81         183.32
                      netlbl_unlhsh_lock:             0              0           0.00           0.00           0.00           0.00             68             74           0.69           7.80          82.30           1.11
   (work_completion)(&ruleset->work_free:             0              0           0.00           0.00           0.00           0.00              0              6           3.42          29.54          89.19          14.87
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          69703           0.04        1347.95      198381.59           2.85
       (&ring->fence_drv.fallback_timer):             0              0           0.00           0.00           0.00           0.00              0              3           0.80          35.44          37.54          12.51
    (work_completion)(&si->discard_work):             0              0           0.00           0.00           0.00           0.00              1            105           0.17        1671.94       12246.60         116.63
                         btrfs-csum-00/7:             0              0           0.00           0.00           0.00           0.00              1              3           0.16          49.26          74.41          24.80
            &fs_info->relocation_bg_lock:             0              0           0.00           0.00           0.00           0.00             10             18           0.06          20.12          25.02           1.39
                       btrfs-extent-01/5:             0              0           0.00           0.00           0.00           0.00              0              4          16.27        1453.41        2478.44         619.61
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0          69703           0.04        1773.44      210246.47           3.02
                     &r->producer_lock#2:             0              0           0.00           0.00           0.00           0.00        1245998        1977476           0.06        2641.38      298505.08           0.15
                              _xmit_NONE:             0              0           0.00           0.00           0.00           0.00              1              2           0.16          16.40          16.56           8.28
                    flow_indr_block_lock:             0              0           0.00           0.00           0.00           0.00              1              1         177.31         177.31         177.31         177.31
                   mnt_group_ida.xa_lock:             0              0           0.00           0.00           0.00           0.00            363          10288           0.06          14.79        1569.19           0.15
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0           5381           0.06         668.05       15339.57           2.85
                   (&tun->flow_gc_timer):             0              0           0.00           0.00           0.00           0.00              0              1          53.27          53.27          53.27          53.27
                              &tun->lock:             0              0           0.00           0.00           0.00           0.00              0              1          18.21          18.21          18.21          18.21
                       (&ndev->rs_timer):             0              0           0.00           0.00           0.00           0.00              0             16          51.96        1094.66        3880.65         242.54
                       udp_busylocks + i:             0              0           0.00           0.00           0.00           0.00              1         377402           0.24          91.52      173790.81           0.46
                          kn->active#1-R:             0              0           0.00           0.00           0.00           0.00              0            264           0.44         223.88        1477.73           5.60
                          sb_writers#6-R:             0              0           0.00           0.00           0.00           0.00              0         806187           0.09       54991.44   105056525.83         130.31
                (&sysrq->keyreset_timer):             0              0           0.00           0.00           0.00           0.00              1              6           0.11          21.78          34.72           5.79
                (&led_cdev->blink_timer):             0              0           0.00           0.00           0.00           0.00              0             24           0.11          17.31          27.93           1.16
                      &mousedev->mutex#2:             0              0           0.00           0.00           0.00           0.00              0              2           0.24          12.59          12.83           6.42
                  &mousedev->client_lock:             0              0           0.00           0.00           0.00           0.00              0              2           0.23          10.42          10.65           5.33
                         &mousedev->wait:             0              0           0.00           0.00           0.00           0.00              0              2           0.22           7.21           7.43           3.72
             &root->ordered_extent_mutex:             0              0           0.00           0.00           0.00           0.00              1              1        1780.78        1780.78        1780.78        1780.78
     (wq_completion)btrfs-flush_delalloc:             0              0           0.00           0.00           0.00           0.00              0              2           0.87         256.99         257.86         128.93
                              &x->wait#3:             0              0           0.00           0.00           0.00           0.00              5              5           0.08          48.74          67.45          13.49
              &type->i_mutex_dir_key#8-W:             0              0           0.00           0.00           0.00           0.00              1              2           0.14          10.40          10.54           5.27
              &type->i_mutex_dir_key#8-R:             0              0           0.00           0.00           0.00           0.00             13             67          26.49        1558.62       10971.87         163.76
                              &fi->mutex:             0              0           0.00           0.00           0.00           0.00             13             67          22.50        1547.60        9169.54         136.86
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0             60           0.05         431.43         591.39           9.86
                    &____s->seqcount#1-W:             0              0           0.00           0.00           0.00           0.00              1              4           0.17          70.04         104.68          26.17
                    &____s->seqcount#1-R:             0              0           0.00           0.00           0.00           0.00              0             22           0.16          18.84          25.94           1.18
                      &(&bp->lock)->lock:             0              0           0.00           0.00           0.00           0.00              2              2          10.78          91.51         102.29          51.14
        (work_completion)(&data->work)#2:             0              0           0.00           0.00           0.00           0.00              6             14           0.13        1513.75        1677.59         119.83
                              ptype_lock:             0              0           0.00           0.00           0.00           0.00            177            301           0.09           3.96         113.30           0.38
                         btrfs-tree-02/2:             0              0           0.00           0.00           0.00           0.00              5              6          82.26        2045.32        3047.01         507.83
                   &aconnector->hpd_lock:             0              0           0.00           0.00           0.00           0.00              1              4         234.41       30803.17       61813.77       15453.44
                         btrfs-tree-02/4:             0              0           0.00           0.00           0.00           0.00              0              2         199.38        3020.38        3219.76        1609.88
                         btrfs-tree-02/6:             0              0           0.00           0.00           0.00           0.00              0              2           1.71        1599.65        1601.36         800.68
                   btrfs-free-space-01/5:             0              0           0.00           0.00           0.00           0.00              5             11           0.13         106.83         217.38          19.76
                         btrfs-tree-02/3:             0              0           0.00           0.00           0.00           0.00              6             13           0.07         171.46         288.60          22.20
   &memcg->deferred_split_queue.split_qu:             0              0           0.00           0.00           0.00           0.00              3              6           0.07         258.82         327.26          54.54
                   btrfs-free-space-01/3:             0              0           0.00           0.00           0.00           0.00              1              3           0.06        3459.61        3468.40        1156.13
                   btrfs-free-space-01/2:             0              0           0.00           0.00           0.00           0.00              0              1        1057.78        1057.78        1057.78        1057.78
                    relay_channels_mutex:             0              0           0.00           0.00           0.00           0.00              0             31           0.08           5.65           9.85           0.32
                   btrfs-free-space-01/6:             0              0           0.00           0.00           0.00           0.00              0              1          51.33          51.33          51.33          51.33
                          sb_writers#2-R:             0              0           0.00           0.00           0.00           0.00              0              2           3.88         719.68         723.56         361.78
              &sb->s_type->i_mutex_key#2:             0              0           0.00           0.00           0.00           0.00              2              2           2.56         259.39         261.95         130.97
                       key_session_mutex:             0              0           0.00           0.00           0.00           0.00              1              1         344.14         344.14         344.14         344.14
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.07         473.78         477.70         159.23
                                   key#1:             0              0           0.00           0.00           0.00           0.00              8              8           0.39          22.60          49.53           6.19
               &type->s_vfs_rename_key#4:             0              0           0.00           0.00           0.00           0.00              2              3          22.85        1459.46        1506.06         502.02
              &type->i_mutex_dir_key#4/5:             0              0           0.00           0.00           0.00           0.00              0              3          22.05        1121.22        1166.19         388.73
              &type->i_mutex_dir_key#4/2:             0              0           0.00           0.00           0.00           0.00              1              3           9.94         638.11         658.88         219.63
                        btrfs-chunk-01-W:             0              0           0.00           0.00           0.00           0.00             13             39           0.07        1918.21        9540.46         244.63
                        btrfs-chunk-01-R:             0              0           0.00           0.00           0.00           0.00              8             27           0.10          54.89          85.08           3.15
                shrinker_mutex.wait_lock:             0              0           0.00           0.00           0.00           0.00              1              1          12.26          12.26          12.26          12.26
                        btrfs-chunk-01/1:             0              0           0.00           0.00           0.00           0.00              6             18           0.07         989.18        2193.31         121.85
                          kn->active#2-W:             0              0           0.00           0.00           0.00           0.00              1              2           0.14          19.55          19.69           9.85
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.08         469.94         470.68         156.89
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.07         238.74         239.67          79.89
                          kn->active#2-R:             0              0           0.00           0.00           0.00           0.00              0              3           0.08         323.24         324.24         108.08
                      mem_hotplug_lock-W:             0              0           0.00           0.00           0.00           0.00              0             64           0.00          25.83          59.11           0.92
                      mem_hotplug_lock-R:             0              0           0.00           0.00           0.00           0.00              0              3         519.67       59202.45       89684.56       29894.85
                       init_task.pi_lock:             0              0           0.00           0.00           0.00           0.00              1              5           0.07           3.67           9.62           1.92
                     zonelist_update_seq:             0              0           0.00           0.00           0.00           0.00              0              1          19.65          19.65          19.65          19.65
                      cpu_hotplug_lock-W:             0              0           0.00           0.00           0.00           0.00              0           1137           0.00        2611.07      167349.71         147.19
                      cpu_hotplug_lock-R:             0              0           0.00           0.00           0.00           0.00              0          43695           0.00      158230.41     8665682.62         198.32

  reply	other threads:[~2025-09-23  7:03 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 12:32 BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! Mikhail Gavrilov
2022-07-26 16:42 ` David Sterba
2022-07-26 19:19   ` Chris Murphy
2022-07-26 19:21     ` Chris Murphy
2022-07-26 20:42       ` David Sterba
2022-08-03 19:28   ` Mikhail Gavrilov
2022-08-03 20:00     ` Chris Murphy
2022-08-04  7:35       ` Mikhail Gavrilov
2022-08-04 11:23         ` Tetsuo Handa
2023-01-24 20:27   ` Mikhail Gavrilov
2023-01-25 17:15     ` David Sterba
2023-01-26  9:47       ` Mikhail Gavrilov
2023-01-26 17:38         ` Boqun Feng
2023-01-26 18:30           ` Waiman Long
2023-01-26 18:59             ` Boqun Feng
2023-01-26 19:07               ` Waiman Long
2023-01-26 22:42           ` Mikhail Gavrilov
2023-01-26 22:51             ` Boqun Feng
2023-01-26 23:49             ` Boqun Feng
2023-01-27  0:20             ` Waiman Long
2023-01-27  3:37               ` Chris Murphy
2023-01-27  4:07                 ` Boqun Feng
2023-01-27  5:35                   ` Mikhail Gavrilov
2023-01-27 14:26                   ` Waiman Long
2023-01-27 15:33                     ` Chris Murphy
2025-03-09 22:51                       ` Mikhail Gavrilov
2025-03-10 11:23                         ` Peter Zijlstra
2025-03-10  9:08                 ` Peter Zijlstra
2025-03-10 13:01                   ` Peter Zijlstra
2025-03-10 11:21           ` Peter Zijlstra
2025-03-10 16:37             ` Boqun Feng
2025-09-23  7:03               ` Mikhail Gavrilov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-02 10:27 Johannes Thumshirn
2021-03-04 13:52 ` David Sterba

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABXGCsMa-BUWx4Xwc0nBKvSwPdX4HJXf=kZZOndYmNQNELx02g@mail.gmail.com' \
    --to=mikhail.v.gavrilov@gmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=dsterba@suse.cz \
    --cc=joel@joelfernandes.org \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lists@colorremedies.com \
    --cc=longman@redhat.com \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).