rr-debugger / rr

Record and Replay Framework
http://rr-project.org/
Other
9.18k stars 586 forks source link

Intel CPU type 0xa06a0 unknown #3758

Closed vimkim closed 4 months ago

vimkim commented 5 months ago

Error Message:

[FATAL src/PerfCounters_x86.h:132:compute_cpu_microarch()] Intel CPU type 0xa06a0 unknown

WSL

System Information:

lscpu Output:

Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         46 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  22
  On-line CPU(s) list:   0-21
Vendor ID:               GenuineIntel
  Model name:            Intel(R) Core(TM) Ultra 7 155H
    CPU family:          6
    Model:               170
    Thread(s) per core:  2
    Core(s) per socket:  11
    Socket(s):           1
    Stepping:            4
    BogoMIPS:            5990.40
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_g
                         ood nopl xtopology tsc_reliable nonstop_tsc cpuid pni pclmulqdq vmx ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave
                         avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi ept vpid ept_ad fsgsbase tsc_adj
                         ust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves avx_vnni umip waitpkg gfni vaes vpclmulqdq r
                         dpid movdiri movdir64b fsrm md_clear serialize flush_l1d arch_capabilities
Virtualization features:
  Virtualization:        VT-x
  Hypervisor vendor:     Microsoft
  Virtualization type:   full
Caches (sum of all):
  L1d:                   528 KiB (11 instances)
  L1i:                   704 KiB (11 instances)
  L2:                    22 MiB (11 instances)
  L3:                    24 MiB (1 instance)
Vulnerabilities:
  Gather data sampling:  Not affected
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Mmio stale data:       Not affected
  Retbleed:              Mitigation; Enhanced IBRS
  Spec rstack overflow:  Not affected
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled via prctl and seccomp
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Enhanced IBRS, IBPB conditional, RSB filling, PBRSB-eIBRS SW sequence
  Srbds:                 Not affected
  Tsx async abort:       Not affected

$ perf stat /bin/ls
WSL2-Linux-Kernel/tools/perf on  linux-msft-wsl-5.15.y [?] via C v11.4.0-gcc
❯ ./perf stat /bin/ls
Build               builtin-annotate.o       builtin-daemon.o  builtin-inject.o    builtin-mem.o     builtin-stat.o       common-cmds.h       perf-iostat         python
CREDITS             builtin-bench.c          builtin-data.c    builtin-kallsyms.c  builtin-probe.c   builtin-timechart.c  design.txt          perf-iostat.sh      scripts
Documentation       builtin-bench.o          builtin-data.o    builtin-kallsyms.o  builtin-probe.o   builtin-timechart.o  dlfilters           perf-read-vdso.c    tests
FEATURE-DUMP        builtin-buildid-cache.c  builtin-diff.c    builtin-kmem.c      builtin-record.c  builtin-top.c        examples            perf-read-vdso32    trace
MANIFEST            builtin-buildid-cache.o  builtin-diff.o    builtin-kmem.o      builtin-record.o  builtin-top.o        include             perf-read-vdsox32   ui
Makefile            builtin-buildid-list.c   builtin-evlist.c  builtin-kvm.c       builtin-report.c  builtin-trace.c      jvmti               perf-sys.h          util
Makefile.config     builtin-buildid-list.o   builtin-evlist.o  builtin-kvm.o       builtin-report.o  builtin-trace.o      libperf-jvmti.so    perf-with-kcore
Makefile.perf       builtin-c2c.c            builtin-ftrace.c  builtin-list.c      builtin-sched.c   builtin-version.c    perf                perf-with-kcore.sh
PERF-VERSION-FILE   builtin-c2c.o            builtin-ftrace.o  builtin-list.o      builtin-sched.o   builtin-version.o    perf-archive        perf.c
arch                builtin-config.c         builtin-help.c    builtin-lock.c      builtin-script.c  builtin.h            perf-archive.sh     perf.h
bench               builtin-config.o         builtin-help.o    builtin-lock.o      builtin-script.o  check-headers.sh     perf-completion.sh  perf.o
builtin-annotate.c  builtin-daemon.c         builtin-inject.c  builtin-mem.c       builtin-stat.c    command-list.txt     perf-in.o           pmu-events

 Performance counter stats for '/bin/ls':

              1.34 msec task-clock                #    0.829 CPUs utilized
                 0      context-switches          #    0.000 /sec
                 0      cpu-migrations            #    0.000 /sec
               111      page-faults               #   82.688 K/sec
   <not supported>      cycles
   <not supported>      instructions
   <not supported>      branches
   <not supported>      branch-misses

       0.001619306 seconds time elapsed

       0.000118000 seconds user
       0.000000000 seconds sys

WSL2-Linux-Kernel/tools/perf on  linux-msft-wsl-5.15.y [?] via C v11.4.0-gcc
❯ ./perf stat -e br_inst_retired.conditional true
event syntax error: 'br_inst_retired.conditional'
                     \___ parser error
Run 'perf list' for a list of valid events

 Usage: perf stat [<options>] [<command>]

    -e, --event <event>   event selector. use 'perf list' to list available events

❯ uname -a
Linux WIN-5O3GTHML5RQ 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

❯ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

rr --version
rr version 5.8.0

Thank you in advance.

I have two laptops. I made the exact same configurations on both laptops.

The old laptop that I bought 2 years ago works perfect with rr.

The new laptop that I bought about a month ago has this error.

With the new laptop, I tested on WSL Ubuntu 22.04, WSL Ubuntu 24.04, and CentOS 7 docker container,

but all three of them emit the same error messages.

rocallahan commented 5 months ago

Please pull from master and test with de2229bad401ab6ecc47a2b6702ce8a48d3d400f

vimkim commented 5 months ago

Fatal error

[FATAL src/PerfCounters.cc:339:start_counter()] Unable to open performance counter with 'perf_event_open'; are hardware perf events available? See https://github.com/rr-debugger/rr/wiki/Will-rr-work-on-my-system

zsh log

.local/share/rr
❯ rr record /bin/ls
rr needs /proc/sys/kernel/perf_event_paranoid <= 1, but it is 2.
Change it to 1, or use 'rr record -n' (slow).
Consider putting 'kernel.perf_event_paranoid = 1' in /etc/sysctl.d/10-rr.conf.
See 'man 8 sysctl', 'man 5 sysctl.d' (systemd systems)
and 'man 5 sysctl.conf' (non-systemd systems) for more details.

.local/share/rr
❯ rr record -n /bin/ls
rr: Saving execution to trace directory `/home/dhkim/.local/share/rr/ls-1'.
[FATAL src/PerfCounters.cc:339:start_counter()] Unable to open performance counter with 'perf_event_open'; are hardware perf events available? See https://github.com/rr-debugger/rr/wiki/Will-rr-work-on-my-system

.local/share/rr
❯ sudo sysctl -w kernel.perf_event_paranoid=-1
kernel.perf_event_paranoid = -1

.local/share/rr
❯ rr record /bin/ls
rr: Saving execution to trace directory `/home/dhkim/.local/share/rr/ls-2'.
[FATAL src/PerfCounters.cc:339:start_counter()] Unable to open performance counter with 'perf_event_open'; are hardware perf events available? See https://github.com/rr-debugger/rr/wiki/Will-rr-work-on-my-system

.local/share/rr
❯ sudo sysctl -w kernel.perf_event_paranoid=1
kernel.perf_event_paranoid = 1

.local/share/rr
❯ rr record /bin/ls
rr: Saving execution to trace directory `/home/dhkim/.local/share/rr/ls-3'.
[FATAL src/PerfCounters.cc:339:start_counter()] Unable to open performance counter with 'perf_event_open'; are hardware perf events available? See https://github.com/rr-debugger/rr/wiki/Will-rr-work-on-my-system

Test with the most recent master, not de2229b

* d971587f (HEAD -> master, origin/master, origin/HEAD) Fix test alternate_thread_diversion with older lldb versions.
* 9581de68 Move lldb setup script from commandline to the "interactive" prompt.
* de2229ba Support Intel MeteorLake
* fa1f15d8 Fix CPU detection for AMD 7975WX

./perf record /bin/ls seems working. Not an expert on it thou.

sudo ./perf record /bin/ls
Build               builtin-annotate.o       builtin-daemon.o  builtin-inject.o    builtin-mem.o     builtin-stat.o       common-cmds.h       perf-iostat         perf.o
CREDITS             builtin-bench.c          builtin-data.c    builtin-kallsyms.c  builtin-probe.c   builtin-timechart.c  design.txt          perf-iostat.sh      pmu-events
Documentation       builtin-bench.o          builtin-data.o    builtin-kallsyms.o  builtin-probe.o   builtin-timechart.o  dlfilters           perf-read-vdso.c    python
FEATURE-DUMP        builtin-buildid-cache.c  builtin-diff.c    builtin-kmem.c      builtin-record.c  builtin-top.c        examples            perf-read-vdso32    scripts
MANIFEST            builtin-buildid-cache.o  builtin-diff.o    builtin-kmem.o      builtin-record.o  builtin-top.o        include             perf-read-vdsox32   tests
Makefile            builtin-buildid-list.c   builtin-evlist.c  builtin-kvm.c       builtin-report.c  builtin-trace.c      jvmti               perf-sys.h          trace
Makefile.config     builtin-buildid-list.o   builtin-evlist.o  builtin-kvm.o       builtin-report.o  builtin-trace.o      libperf-jvmti.so    perf-with-kcore     ui
Makefile.perf       builtin-c2c.c            builtin-ftrace.c  builtin-list.c      builtin-sched.c   builtin-version.c    perf                perf-with-kcore.sh  util
PERF-VERSION-FILE   builtin-c2c.o            builtin-ftrace.o  builtin-list.o      builtin-sched.o   builtin-version.o    perf-archive        perf.c
arch                builtin-config.c         builtin-help.c    builtin-lock.c      builtin-script.c  builtin.h            perf-archive.sh     perf.data
bench               builtin-config.o         builtin-help.o    builtin-lock.o      builtin-script.o  check-headers.sh     perf-completion.sh  perf.data.old
builtin-annotate.c  builtin-daemon.c         builtin-inject.c  builtin-mem.c       builtin-stat.c    command-list.txt     perf-in.o           perf.h
[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.002 MB perf.data (5 samples) ]

Thanks.

vimkim commented 5 months ago
perf list
List of pre-defined events (to be used in -e):

  alignment-faults                                   [Software event]
  bpf-output                                         [Software event]
  cgroup-switches                                    [Software event]
  context-switches OR cs                             [Software event]
  cpu-clock                                          [Software event]
  cpu-migrations OR migrations                       [Software event]
  dummy                                              [Software event]
  emulation-faults                                   [Software event]
  major-faults                                       [Software event]
  minor-faults                                       [Software event]
  page-faults OR faults                              [Software event]
  task-clock                                         [Software event]

  duration_time                                      [Tool event]

  msr/tsc/                                           [Kernel PMU event]

  rNNN                                               [Raw hardware event descriptor]
  cpu/t1=v1[,t2=v2,t3 ...]/modifier                  [Raw hardware event descriptor]
   (see 'man perf-list' on how to encode it)

  mem:<addr>[/len][:access]                          [Hardware breakpoint]

  sdt_libc:cond_broadcast                            [SDT event]
  sdt_libc:cond_destroy                              [SDT event]
  sdt_libc:cond_init                                 [SDT event]
  sdt_libc:cond_signal                               [SDT event]
  sdt_libc:cond_wait                                 [SDT event]
  sdt_libc:lll_lock_wait                             [SDT event]
  sdt_libc:lll_lock_wait_private                     [SDT event]
  sdt_libc:longjmp                                   [SDT event]
  sdt_libc:longjmp_target                            [SDT event]
  sdt_libc:memory_arena_new                          [SDT event]
  sdt_libc:memory_arena_retry                        [SDT event]
  sdt_libc:memory_arena_reuse                        [SDT event]
  sdt_libc:memory_arena_reuse_free_list              [SDT event]
  sdt_libc:memory_arena_reuse_wait                   [SDT event]
  sdt_libc:memory_calloc_retry                       [SDT event]
  sdt_libc:memory_heap_free                          [SDT event]
  sdt_libc:memory_heap_less                          [SDT event]
  sdt_libc:memory_heap_more                          [SDT event]
  sdt_libc:memory_heap_new                           [SDT event]
  sdt_libc:memory_malloc_retry                       [SDT event]
  sdt_libc:memory_mallopt                            [SDT event]
  sdt_libc:memory_mallopt_arena_max                  [SDT event]
  sdt_libc:memory_mallopt_arena_test                 [SDT event]
  sdt_libc:memory_mallopt_free_dyn_thresholds        [SDT event]
  sdt_libc:memory_mallopt_mmap_max                   [SDT event]
  sdt_libc:memory_mallopt_mmap_threshold             [SDT event]
  sdt_libc:memory_mallopt_mxfast                     [SDT event]
  sdt_libc:memory_mallopt_perturb                    [SDT event]
  sdt_libc:memory_mallopt_top_pad                    [SDT event]
  sdt_libc:memory_mallopt_trim_threshold             [SDT event]
  sdt_libc:memory_memalign_retry                     [SDT event]
  sdt_libc:memory_realloc_retry                      [SDT event]
  sdt_libc:memory_sbrk_less                          [SDT event]
  sdt_libc:memory_sbrk_more                          [SDT event]
  sdt_libc:memory_tcache_double_free                 [SDT event]
  sdt_libc:memory_tunable_tcache_count               [SDT event]
  sdt_libc:memory_tunable_tcache_max_bytes           [SDT event]
  sdt_libc:memory_tunable_tcache_unsorted_limit      [SDT event]
  sdt_libc:mutex_acquired                            [SDT event]
  sdt_libc:mutex_clocklock_entry                     [SDT event]
  sdt_libc:mutex_destroy                             [SDT event]
  sdt_libc:mutex_entry                               [SDT event]
  sdt_libc:mutex_init                                [SDT event]
  sdt_libc:mutex_release                             [SDT event]
  sdt_libc:mutex_timedlock_acquired                  [SDT event]
  sdt_libc:mutex_timedlock_entry                     [SDT event]
  sdt_libc:pthread_create                            [SDT event]
  sdt_libc:pthread_join                              [SDT event]
  sdt_libc:pthread_join_ret                          [SDT event]
  sdt_libc:pthread_start                             [SDT event]
  sdt_libc:rdlock_acquire_read                       [SDT event]
  sdt_libc:rdlock_entry                              [SDT event]
  sdt_libc:rwlock_destroy                            [SDT event]
  sdt_libc:rwlock_unlock                             [SDT event]
  sdt_libc:setjmp                                    [SDT event]
  sdt_libc:wrlock_acquire_write                      [SDT event]
  sdt_libc:wrlock_entry                              [SDT event]
  sdt_rtld:init_complete                             [SDT event]
  sdt_rtld:init_start                                [SDT event]
  sdt_rtld:lll_lock_wait                             [SDT event]
  sdt_rtld:lll_lock_wait_private                     [SDT event]
  sdt_rtld:longjmp                                   [SDT event]
  sdt_rtld:longjmp_target                            [SDT event]
  sdt_rtld:map_complete                              [SDT event]
  sdt_rtld:map_start                                 [SDT event]
  sdt_rtld:reloc_complete                            [SDT event]
  sdt_rtld:reloc_start                               [SDT event]
  sdt_rtld:setjmp                                    [SDT event]
  sdt_rtld:unmap_complete                            [SDT event]
  sdt_rtld:unmap_start                               [SDT event]

Metric Groups:

(END)

Perf was manually compiled with all dependencies and

ln -s ~/wsl-linux-kernel/tools/perf/perf /usr/local/bin  

. Thank you.

rocallahan commented 5 months ago

Looks like PMU virtualization is not enabled in your WSL setup.

vimkim commented 5 months ago

Thank you for the help. I'll attempt to enable PMU on my system.

It's puzzling that the same WSL setup works fine with rr on my old laptop (purchased two years ago), while my new laptop fails to execute rr record -n. This discrepancy might be due to the fact that I performed a clean reinstall of WSL from the official GitHub repository on my old laptop. Alternatively, it could be a hardware-related issue.

I plan to reinstall WSL on my new laptop and enable PMU virtualization to see if that resolves the problem. As I'm not an expert, I don't know the exact reason why PMU virtualization is not enabled by default.

I'll give these steps a try and report back with my findings. Thank you for your assistance.

vimkim commented 5 months ago
❯ dmesg | grep PMU
[    0.072929] Performance Events: unsupported p6 CPU model 170 no PMU driver, software events only.

Indeed I get this on my new laptop, while it results in a different message on my old laptop.

vimkim commented 5 months ago

I just realized my old laptop is Windows 11 Pro, while my new laptop is running on Windows 11 Home, so that the Hyper-V is not enabled...

Maybe that was the issue... I'll try on a VM.

vimkim commented 4 months ago

It seems like it does not matter whether it is on Windows Pro or Windows Home. It is the CPU that is not supported.

I hope one day Intel Core Ultra 7 155H CPU to support this feature one day.

I'm not an expert in this area and I ask you for a small tip.

Is there a slight hope that the rr debugger might work, if I somehow upgrade the kernel to the latest 6.10?

My Kernel is as follows:

Linux WIN-ER7KSLJRTMP 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
rocallahan commented 4 months ago

I added support for your cpu here: de2229bad401ab6ecc47a2b6702ce8a48d3d400f Did you try rr with that?

I don't think you will need to update your kernel, but you probably can't upgrade it anyway.

vimkim commented 4 months ago

I appreciate the efforts of the rr team. I tried it and it did not work. I believe the issue I'm experiencing is due to my CPU being too recent.

When I run dmesg | rg -i 'perf', the following output is printed:

[    0.071788] Performance Events: unsupported p6 CPU model 170 no PMU driver, software events only.
[    0.293846]     Performance counters on
[    2.906945] TCP: eth0: Driver has suspect GRO implementation, TCP performance may be compromised.

This indicates that I need to wait until PMU is supported for my CPU model.

uname -a
Linux WIN-ER7KSLJRTMP 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Thank you for your attention to this matter.

rocallahan commented 4 months ago

OK, that's a purely kernel issue (or possibly something to do with Microsoft's virtual machine), nothing to do with rr.

two-heart commented 2 months ago

I am experiencing the same issue on a bare metal Ubuntu without any kernel changes (except obv. /proc/sys/kernel/perf_event_paranoid=1).

$ rr record /bin/true
[FATAL src/PerfCounters_x86.h:132:compute_cpu_microarch()] Intel CPU type 0xa06a0 unknown

Some hopefully useful information:

$ lscpu
Architecture:             x86_64
  CPU op-mode(s):         32-bit, 64-bit
  Address sizes:          46 bits physical, 48 bits virtual
  Byte Order:             Little Endian
CPU(s):                   22
  On-line CPU(s) list:    0-21
Vendor ID:                GenuineIntel
  Model name:             Intel(R) Core(TM) Ultra 9 185H
    CPU family:           6
    Model:                170
    Thread(s) per core:   2
    Core(s) per socket:   16
    Socket(s):            1
    Stepping:             4
    CPU(s) scaling MHz:   49%
    CPU max MHz:          5100.0000
    CPU min MHz:          400.0000
    BogoMIPS:             6144.00
    Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx p
                          dpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclm
                          ulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer 
                          aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb intel_ppin ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpri
                          ority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt 
                          xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_re
                          q hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq tme rdpid bus_lock_detect movdiri movdir64b fsrm md_clear serialize pconfig a
                          rch_lbr ibt flush_l1d arch_capabilities
Virtualization features:  
  Virtualization:         VT-x
Caches (sum of all):      
  L1d:                    544 KiB (14 instances)
  L1i:                    896 KiB (14 instances)
  L2:                     18 MiB (9 instances)
  L3:                     24 MiB (1 instance)
NUMA:                     
  NUMA node(s):           1
  NUMA node0 CPU(s):      0-21
Vulnerabilities:          
  Gather data sampling:   Not affected
  Itlb multihit:          Not affected
  L1tf:                   Not affected
  Mds:                    Not affected
  Meltdown:               Not affected
  Mmio stale data:        Not affected
  Reg file data sampling: Not affected
  Retbleed:               Not affected
  Spec rstack overflow:   Not affected
  Spec store bypass:      Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:             Mitigation; Enhanced / Automatic IBRS; IBPB conditional; RSB filling; PBRSB-eIBRS Not affected; BHI BHI_DIS_S
  Srbds:                  Not affected
  Tsx async abort:        Not affected
$ perf stat /bin/ls 

 Performance counter stats for '/bin/ls':

              0.87 msec task-clock                       #    0.634 CPUs utilized             
                 0      context-switches                 #    0.000 /sec                      
                 0      cpu-migrations                   #    0.000 /sec                      
                89      page-faults                      #  101.732 K/sec                     
     <not counted>      cpu_atom/cycles/                                                        (0.00%)
         1,640,880      cpu_core/cycles/                 #    1.876 GHz                       
     <not counted>      cpu_atom/instructions/                                                  (0.00%)
         1,898,967      cpu_core/instructions/                                                
     <not counted>      cpu_atom/branches/                                                      (0.00%)
           350,271      cpu_core/branches/               #  400.381 M/sec                     
     <not counted>      cpu_atom/branch-misses/                                                 (0.00%)
            11,512      cpu_core/branch-misses/                                               

       0.001379500 seconds time elapsed

       0.001302000 seconds user
       0.000000000 seconds sys
$ perf list
  branch-instructions OR branches                    [Hardware event]
  branch-misses                                      [Hardware event]
  bus-cycles                                         [Hardware event]
  cache-misses                                       [Hardware event]
  cache-references                                   [Hardware event]
  cpu-cycles OR cycles                               [Hardware event]
  instructions                                       [Hardware event]
  ref-cycles                                         [Hardware event]
  alignment-faults                                   [Software event]
  bpf-output                                         [Software event]
  cgroup-switches                                    [Software event]
  context-switches OR cs                             [Software event]
  cpu-clock                                          [Software event]
  cpu-migrations OR migrations                       [Software event]
  dummy                                              [Software event]
  emulation-faults                                   [Software event]
  major-faults                                       [Software event]
  minor-faults                                       [Software event]
  page-faults OR faults                              [Software event]
  task-clock                                         [Software event]
  duration_time                                      [Tool event]
  user_time                                          [Tool event]
  system_time                                        [Tool event]

cpu_atom:
  L1-dcache-loads OR cpu_atom/L1-dcache-loads/
  L1-dcache-stores OR cpu_atom/L1-dcache-stores/
  L1-icache-loads OR cpu_atom/L1-icache-loads/
  L1-icache-load-misses OR cpu_atom/L1-icache-load-misses/
  LLC-loads OR cpu_atom/LLC-loads/
  LLC-load-misses OR cpu_atom/LLC-load-misses/
  LLC-stores OR cpu_atom/LLC-stores/
  LLC-store-misses OR cpu_atom/LLC-store-misses/
  dTLB-loads OR cpu_atom/dTLB-loads/
  dTLB-load-misses OR cpu_atom/dTLB-load-misses/
  dTLB-stores OR cpu_atom/dTLB-stores/
  dTLB-store-misses OR cpu_atom/dTLB-store-misses/
  iTLB-load-misses OR cpu_atom/iTLB-load-misses/
  branch-loads OR cpu_atom/branch-loads/
  branch-load-misses OR cpu_atom/branch-load-misses/

cpu_core:
  L1-dcache-loads OR cpu_core/L1-dcache-loads/
  L1-dcache-load-misses OR cpu_core/L1-dcache-load-misses/
  L1-dcache-stores OR cpu_core/L1-dcache-stores/
  L1-icache-load-misses OR cpu_core/L1-icache-load-misses/
  LLC-loads OR cpu_core/LLC-loads/
  LLC-load-misses OR cpu_core/LLC-load-misses/
  LLC-stores OR cpu_core/LLC-stores/
  LLC-store-misses OR cpu_core/LLC-store-misses/
  dTLB-loads OR cpu_core/dTLB-loads/
  dTLB-load-misses OR cpu_core/dTLB-load-misses/
  dTLB-stores OR cpu_core/dTLB-stores/
  dTLB-store-misses OR cpu_core/dTLB-store-misses/
  iTLB-load-misses OR cpu_core/iTLB-load-misses/
  branch-loads OR cpu_core/branch-loads/
  branch-load-misses OR cpu_core/branch-load-misses/
  node-loads OR cpu_core/node-loads/
  node-load-misses OR cpu_core/node-load-misses/
  branch-instructions OR cpu_atom/branch-instructions/[Kernel PMU event]
  branch-misses OR cpu_atom/branch-misses/           [Kernel PMU event]
  bus-cycles OR cpu_atom/bus-cycles/                 [Kernel PMU event]
  cache-misses OR cpu_atom/cache-misses/             [Kernel PMU event]
  cache-references OR cpu_atom/cache-references/     [Kernel PMU event]
  cpu-cycles OR cpu_atom/cpu-cycles/                 [Kernel PMU event]
  instructions OR cpu_atom/instructions/             [Kernel PMU event]
  mem-loads OR cpu_atom/mem-loads/                   [Kernel PMU event]
  mem-stores OR cpu_atom/mem-stores/                 [Kernel PMU event]
  ref-cycles OR cpu_atom/ref-cycles/                 [Kernel PMU event]
  topdown-bad-spec OR cpu_atom/topdown-bad-spec/     [Kernel PMU event]
  topdown-be-bound OR cpu_atom/topdown-be-bound/     [Kernel PMU event]
  topdown-fe-bound OR cpu_atom/topdown-fe-bound/     [Kernel PMU event]
  topdown-retiring OR cpu_atom/topdown-retiring/     [Kernel PMU event]
  branch-instructions OR cpu_core/branch-instructions/[Kernel PMU event]
  branch-misses OR cpu_core/branch-misses/           [Kernel PMU event]
  bus-cycles OR cpu_core/bus-cycles/                 [Kernel PMU event]
  cache-misses OR cpu_core/cache-misses/             [Kernel PMU event]
  cache-references OR cpu_core/cache-references/     [Kernel PMU event]
  cpu-cycles OR cpu_core/cpu-cycles/                 [Kernel PMU event]
  instructions OR cpu_core/instructions/             [Kernel PMU event]
  mem-loads OR cpu_core/mem-loads/                   [Kernel PMU event]
  mem-stores OR cpu_core/mem-stores/                 [Kernel PMU event]
  ref-cycles OR cpu_core/ref-cycles/                 [Kernel PMU event]
  slots OR cpu_core/slots/                           [Kernel PMU event]
  topdown-bad-spec OR cpu_core/topdown-bad-spec/     [Kernel PMU event]
  topdown-be-bound OR cpu_core/topdown-be-bound/     [Kernel PMU event]
  topdown-br-mispredict OR cpu_core/topdown-br-mispredict/[Kernel PMU event]
  topdown-fe-bound OR cpu_core/topdown-fe-bound/     [Kernel PMU event]
  topdown-fetch-lat OR cpu_core/topdown-fetch-lat/   [Kernel PMU event]
  topdown-heavy-ops OR cpu_core/topdown-heavy-ops/   [Kernel PMU event]
  topdown-mem-bound OR cpu_core/topdown-mem-bound/   [Kernel PMU event]
  topdown-retiring OR cpu_core/topdown-retiring/     [Kernel PMU event]
  cstate_core/c1-residency/                          [Kernel PMU event]
  cstate_core/c6-residency/                          [Kernel PMU event]
  cstate_core/c7-residency/                          [Kernel PMU event]
  cstate_pkg/c10-residency/                          [Kernel PMU event]
  cstate_pkg/c2-residency/                           [Kernel PMU event]
  cstate_pkg/c3-residency/                           [Kernel PMU event]
  cstate_pkg/c6-residency/                           [Kernel PMU event]
  cstate_pkg/c7-residency/                           [Kernel PMU event]
  cstate_pkg/c8-residency/                           [Kernel PMU event]
  cstate_pkg/c9-residency/                           [Kernel PMU event]
  i915/actual-frequency-gt0/                         [Kernel PMU event]
  i915/actual-frequency-gt1/                         [Kernel PMU event]
  i915/bcs0-busy/                                    [Kernel PMU event]
  i915/bcs0-sema/                                    [Kernel PMU event]
  i915/bcs0-wait/                                    [Kernel PMU event]
  i915/ccs0-busy/                                    [Kernel PMU event]
  i915/ccs0-sema/                                    [Kernel PMU event]
  i915/ccs0-wait/                                    [Kernel PMU event]
  i915/interrupts/                                   [Kernel PMU event]
  i915/rc6-residency-gt0/                            [Kernel PMU event]
  i915/rc6-residency-gt1/                            [Kernel PMU event]
  i915/rcs0-busy/                                    [Kernel PMU event]
  i915/rcs0-sema/                                    [Kernel PMU event]
  i915/rcs0-wait/                                    [Kernel PMU event]
  i915/requested-frequency-gt0/                      [Kernel PMU event]
  i915/requested-frequency-gt1/                      [Kernel PMU event]
  i915/software-gt-awake-time-gt0/                   [Kernel PMU event]
  i915/software-gt-awake-time-gt1/                   [Kernel PMU event]
  i915/vcs0-busy/                                    [Kernel PMU event]
  i915/vcs0-sema/                                    [Kernel PMU event]
  i915/vcs0-wait/                                    [Kernel PMU event]
  i915/vcs1-busy/                                    [Kernel PMU event]
  i915/vcs1-sema/                                    [Kernel PMU event]
  i915/vcs1-wait/                                    [Kernel PMU event]
  i915/vecs0-busy/                                   [Kernel PMU event]
  i915/vecs0-sema/                                   [Kernel PMU event]
  i915/vecs0-wait/                                   [Kernel PMU event]
  intel_bts//                                        [Kernel PMU event]
  intel_pt//                                         [Kernel PMU event]
  msr/aperf/                                         [Kernel PMU event]
  msr/cpu_thermal_margin/                            [Kernel PMU event]
  msr/mperf/                                         [Kernel PMU event]
  msr/pperf/                                         [Kernel PMU event]
  msr/smi/                                           [Kernel PMU event]
  msr/tsc/                                           [Kernel PMU event]
  power/energy-cores/                                [Kernel PMU event]
  power/energy-gpu/                                  [Kernel PMU event]
  power/energy-pkg/                                  [Kernel PMU event]
  uncore_cncu/clockticks/                            [Kernel PMU event]
  uncore_imc_free_running/data_read/                 [Kernel PMU event]
  uncore_imc_free_running/data_total/                [Kernel PMU event]
  uncore_imc_free_running/data_write/                [Kernel PMU event]
  uncore_sncu/clockticks/                            [Kernel PMU event]

cache:
  longest_lat_cache.miss
       [Counts the number of cacheable memory requests that miss in the LLC.
        Counts on a per core basis. Unit: cpu_atom]
  longest_lat_cache.reference
       [Counts the number of cacheable memory requests that access the LLC.
        Counts on a per core basis. Unit: cpu_atom]
  mem_bound_stalls_ifetch.all
       [Counts the number of unhalted cycles when the core is stalled due to
        an instruction cache or TLB miss. Unit: cpu_atom]
  mem_bound_stalls_ifetch.l2_hit
       [Counts the number of cycles the core is stalled due to an instruction
        cache or TLB miss which hit in the L2 cache. Unit: cpu_atom]
  mem_bound_stalls_ifetch.llc_hit
       [Counts the number of unhalted cycles when the core is stalled due to
        an icache or itlb miss which hit in the LLC. Unit: cpu_atom]
  mem_bound_stalls_ifetch.llc_miss
       [Counts the number of unhalted cycles when the core is stalled due to
        an icache or itlb miss which missed all the caches. Unit: cpu_atom]
  mem_bound_stalls_load.all
       [Counts the number of unhalted cycles when the core is stalled due to
        an L1 demand load miss. Unit: cpu_atom]
  mem_bound_stalls_load.l2_hit
       [Counts the number of cycles the core is stalled due to a demand load
        which hit in the L2 cache. Unit: cpu_atom]
  mem_bound_stalls_load.llc_hit
       [Counts the number of unhalted cycles when the core is stalled due to a
        demand load miss which hit in the LLC. Unit: cpu_atom]
  mem_bound_stalls_load.llc_miss
       [Counts the number of unhalted cycles when the core is stalled due to a
        demand load miss which missed all the local caches. Unit: cpu_atom]
  mem_load_uops_misc_retired.local_dram
       [Counts the number of load ops retired that miss the L3 cache and hit
        in DRAM (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.l1_hit
       [Counts the number of load ops retired that hit the L1 data cache
        (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.l1_miss
       [Counts the number of load ops retired that miss in the L1 data cache
        (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.l2_hit
       [Counts the number of load ops retired that hit in the L2 cache
        (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.l2_miss
       [Counts the number of load ops retired that miss in the L2 cache
        (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.l3_hit
       [Counts the number of load ops retired that hit in the L3 cache
        (Precise event). Unit: cpu_atom]
  mem_load_uops_retired.wcb_hit
       [Counts the number of loads that hit in a write combining buffer (WCB),
        excluding the first load that caused the WCB to allocate (Precise
        event). Unit: cpu_atom]
  mem_scheduler_block.all
       [Counts the number of cycles that uops are blocked for any of the
        following reasons: load buffer, store buffer or RSV full. Unit:
        cpu_atom]
  mem_scheduler_block.ld_buf
       [Counts the number of cycles that uops are blocked due to a load buffer
        full condition. Unit: cpu_atom]
  mem_scheduler_block.rsv
       [Counts the number of cycles that uops are blocked due to an RSV full
        condition. Unit: cpu_atom]
  mem_scheduler_block.st_buf
       [Counts the number of cycles that uops are blocked due to a store
        buffer full condition. Unit: cpu_atom]
  mem_uops_retired.all_loads
       [Counts the number of load ops retired Supports address when precise
        (Precise event). Unit: cpu_atom]
  mem_uops_retired.all_stores
       [Counts the number of store ops retired Supports address when precise
        (Precise event). Unit: cpu_atom]
  mem_uops_retired.load_latency_gt_1024
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_128
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_16
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_2048
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_256
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_32
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_4
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_512
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_64
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.load_latency_gt_8
       [Counts the number of tagged load uops retired that exceed the latency
        threshold defined in MEC_CR_PEBS_LD_LAT_THRESHOLD - Only counts with
        PEBS enabled Supports address when precise (Must be precise). Unit:
        cpu_atom]
  mem_uops_retired.lock_loads
       [Counts the number of load uops retired that performed one or more
        locks Supports address when precise (Precise event). Unit: cpu_atom]
  mem_uops_retired.split
       [Counts the number of memory uops retired that were splits Supports
        address when precise (Precise event). Unit: cpu_atom]
  mem_uops_retired.split_loads
       [Counts the number of retired split load uops Supports address when
        precise (Precise event). Unit: cpu_atom]
  mem_uops_retired.split_stores
       [Counts the number of retired split store uops Supports address when
        precise (Precise event). Unit: cpu_atom]
  mem_uops_retired.store_latency
       [Counts the number of stores uops retired same as
        MEM_UOPS_RETIRED.ALL_STORES Supports address when precise (Must be
        precise). Unit: cpu_atom]
  ocr.demand_data_rd.l3_hit.snoop_hit_with_fwd
       [Counts demand data reads that were supplied by the L3 cache where a
        snoop was sent, the snoop hit, and non-modified data was forwarded.
        Unit: cpu_atom]
  ocr.demand_data_rd.l3_hit.snoop_hitm
       [Counts demand data reads that were supplied by the L3 cache where a
        snoop was sent, the snoop hit, and modified data was forwarded. Unit:
        cpu_atom]
  ocr.demand_rfo.l3_hit.snoop_hitm
       [Counts demand reads for ownership (RFO) and software prefetches for
        exclusive ownership (PREFETCHW) that were supplied by the L3 cache
        where a snoop was sent, the snoop hit, and modified data was
        forwarded. Unit: cpu_atom]
  topdown_fe_bound.icache
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to an icache miss. Unit: cpu_atom]
  l1d.hwpf_miss
       [L1D.HWPF_MISS. Unit: cpu_core]
  l1d.replacement
       [Counts the number of cache lines replaced in L1 data cache. Unit:
        cpu_core]
  l1d_pend_miss.fb_full
       [Number of cycles a demand request has waited due to L1D Fill Buffer
        (FB) unavailability. Unit: cpu_core]
  l1d_pend_miss.fb_full_periods
       [Number of phases a demand request has waited due to L1D Fill Buffer
        (FB) unavailability. Unit: cpu_core]
  l1d_pend_miss.l2_stalls
       [Number of cycles a demand request has waited due to L1D due to lack of
        L2 resources. Unit: cpu_core]
  l1d_pend_miss.pending
       [Number of L1D misses that are outstanding. Unit: cpu_core]
  l1d_pend_miss.pending_cycles
       [Cycles with L1D load Misses outstanding. Unit: cpu_core]
  l2_lines_in.all
       [L2 cache lines filling L2. Unit: cpu_core]
  l2_lines_out.non_silent
       [Modified cache lines that are evicted by L2 cache when triggered by an
        L2 cache fill. Unit: cpu_core]
  l2_lines_out.silent
       [Non-modified cache lines that are silently dropped by L2 cache when
        triggered by an L2 cache fill. Unit: cpu_core]
  l2_request.all
       [All accesses to L2 cache [This event is alias to L2_RQSTS.REFERENCES].
        Unit: cpu_core]
  l2_request.hit
       [All requests that hit L2 cache. [This event is alias to L2_RQSTS.HIT].
        Unit: cpu_core]
  l2_request.miss
       [Read requests with true-miss in L2 cache [This event is alias to
        L2_RQSTS.MISS]. Unit: cpu_core]
  l2_rqsts.all_code_rd
       [L2 code requests. Unit: cpu_core]
  l2_rqsts.all_demand_data_rd
       [Demand Data Read access L2 cache. Unit: cpu_core]
  l2_rqsts.all_demand_miss
       [Demand requests that miss L2 cache. Unit: cpu_core]
  l2_rqsts.all_demand_references
       [Demand requests to L2 cache. Unit: cpu_core]
  l2_rqsts.all_hwpf
       [L2_RQSTS.ALL_HWPF. Unit: cpu_core]
  l2_rqsts.all_rfo
       [RFO requests to L2 cache. Unit: cpu_core]
  l2_rqsts.code_rd_hit
       [L2 cache hits when fetching instructions, code reads. Unit: cpu_core]
  l2_rqsts.code_rd_miss
       [L2 cache misses when fetching instructions. Unit: cpu_core]
  l2_rqsts.demand_data_rd_hit
       [Demand Data Read requests that hit L2 cache. Unit: cpu_core]
  l2_rqsts.demand_data_rd_miss
       [Demand Data Read miss L2 cache. Unit: cpu_core]
  l2_rqsts.hit
       [All requests that hit L2 cache. [This event is alias to
        L2_REQUEST.HIT]. Unit: cpu_core]
  l2_rqsts.hwpf_miss
       [L2_RQSTS.HWPF_MISS. Unit: cpu_core]
  l2_rqsts.miss
       [Read requests with true-miss in L2 cache [This event is alias to
        L2_REQUEST.MISS]. Unit: cpu_core]
  l2_rqsts.references
       [All accesses to L2 cache [This event is alias to L2_REQUEST.ALL].
        Unit: cpu_core]
  l2_rqsts.rfo_hit
       [RFO requests that hit L2 cache. Unit: cpu_core]
  l2_rqsts.rfo_miss
       [RFO requests that miss L2 cache. Unit: cpu_core]
  l2_trans.l2_wb
       [L2 writebacks that access L2 cache. Unit: cpu_core]
  lock_cycles.cache_lock_duration
       [Cycles when L1D is locked. Unit: cpu_core]
  longest_lat_cache.miss
       [Core-originated cacheable requests that missed L3 (Except hardware
        prefetches to the L3). Unit: cpu_core]
  longest_lat_cache.reference
       [Core-originated cacheable requests that refer to L3 (Except hardware
        prefetches to the L3). Unit: cpu_core]
  mem_inst_retired.all_loads
       [Retired load instructions Supports address when precise (Precise
        event). Unit: cpu_core]
  mem_inst_retired.all_stores
       [Retired store instructions Supports address when precise (Precise
        event). Unit: cpu_core]
  mem_inst_retired.any
       [All retired memory instructions Supports address when precise (Precise
        event). Unit: cpu_core]
  mem_inst_retired.lock_loads
       [Retired load instructions with locked access Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_inst_retired.split_loads
       [Retired load instructions that split across a cacheline boundary
        Supports address when precise (Precise event). Unit: cpu_core]
  mem_inst_retired.split_stores
       [Retired store instructions that split across a cacheline boundary
        Supports address when precise (Precise event). Unit: cpu_core]
  mem_inst_retired.stlb_hit_loads
       [Retired load instructions that hit the STLB Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_inst_retired.stlb_hit_stores
       [Retired store instructions that hit the STLB Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_inst_retired.stlb_miss_loads
       [Retired load instructions that miss the STLB Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_inst_retired.stlb_miss_stores
       [Retired store instructions that miss the STLB Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_load_completed.l1_miss_any
       [Completed demand load uops that miss the L1 d-cache. Unit: cpu_core]
  mem_load_l3_hit_retired.xsnp_fwd
       [Retired load instructions whose data sources were HitM responses from
        shared L3 Supports address when precise (Precise event). Unit:
        cpu_core]
  mem_load_l3_hit_retired.xsnp_hit
       [Retired load instructions whose data sources were L3 and cross-core
        snoop hits in on-pkg core cache Supports address when precise (Precise
        event). Unit: cpu_core]
  mem_load_l3_hit_retired.xsnp_hitm
       [Retired load instructions whose data sources were HitM responses from
        shared L3 Supports address when precise (Precise event). Unit:
        cpu_core]
  mem_load_l3_hit_retired.xsnp_miss
       [Retired load instructions whose data sources were L3 hit and
        cross-core snoop missed in on-pkg core cache Supports address when
        precise (Precise event). Unit: cpu_core]
  mem_load_l3_hit_retired.xsnp_no_fwd
       [Retired load instructions whose data sources were L3 and cross-core
        snoop hits in on-pkg core cache Supports address when precise (Precise
        event). Unit: cpu_core]
  mem_load_l3_hit_retired.xsnp_none
       [Retired load instructions whose data sources were hits in L3 without
        snoops required Supports address when precise (Precise event). Unit:
        cpu_core]
  mem_load_l3_miss_retired.local_dram
       [Retired load instructions which data sources missed L3 but serviced
        from local dram Supports address when precise (Precise event). Unit:
        cpu_core]
  mem_load_misc_retired.uc
       [Retired instructions with at least 1 uncacheable load or lock Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.fb_hit
       [Number of completed demand load requests that missed the L1, but hit
        the FB(fill buffer), because a preceding miss to the same cacheline
        initiated the line to be brought into L1, but data is not yet ready in
        L1 Supports address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l1_hit
       [Retired load instructions with L1 cache hits as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l1_miss
       [Retired load instructions missed L1 cache as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l2_hit
       [Retired load instructions with L2 cache hits as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l2_miss
       [Retired load instructions missed L2 cache as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l3_hit
       [Retired load instructions with L3 cache hits as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_load_retired.l3_miss
       [Retired load instructions missed L3 cache as data sources Supports
        address when precise (Precise event). Unit: cpu_core]
  mem_store_retired.l2_hit
       [MEM_STORE_RETIRED.L2_HIT. Unit: cpu_core]
  mem_uop_retired.any
       [Retired memory uops for any access. Unit: cpu_core]
  ocr.demand_data_rd.l3_hit.snoop_hit_with_fwd
       [Counts demand data reads that resulted in a snoop hit in another cores
        caches which forwarded the unmodified data to the requesting core.
        Unit: cpu_core]
  ocr.demand_data_rd.l3_hit.snoop_hitm
       [Counts demand data reads that resulted in a snoop hit in another cores
        caches, data forwarding is required as the data is modified. Unit:
        cpu_core]
  ocr.demand_rfo.l3_hit.snoop_hitm
       [Counts demand read for ownership (RFO) requests and software
        prefetches for exclusive ownership (PREFETCHW) that resulted in a
        snoop hit in another cores caches, data forwarding is required as the
        data is modified. Unit: cpu_core]
  offcore_requests.all_requests
       [Any memory transaction that reached the SQ. Unit: cpu_core]
  offcore_requests.data_rd
       [Demand and prefetch data reads. Unit: cpu_core]
  offcore_requests.demand_code_rd
       [Cacheable and Non-Cacheable code read requests. Unit: cpu_core]
  offcore_requests.demand_data_rd
       [Demand Data Read requests sent to uncore. Unit: cpu_core]
  offcore_requests.demand_rfo
       [Demand RFO requests including regular RFOs, locks, ItoM. Unit:
        cpu_core]
  offcore_requests_outstanding.cycles_with_data_rd
       [Cycles when offcore outstanding cacheable Core Data Read transactions
        are present in SuperQueue (SQ), queue to uncore. Unit: cpu_core]
  offcore_requests_outstanding.cycles_with_demand_code_rd
       [Cycles with offcore outstanding Code Reads transactions in the
        SuperQueue (SQ), queue to uncore. Unit: cpu_core]
  offcore_requests_outstanding.cycles_with_demand_data_rd
       [Cycles where at least 1 outstanding demand data read request is
        pending. Unit: cpu_core]
  offcore_requests_outstanding.cycles_with_demand_rfo
       [Cycles with offcore outstanding demand rfo reads transactions in
        SuperQueue (SQ), queue to uncore. Unit: cpu_core]
  offcore_requests_outstanding.data_rd
       [OFFCORE_REQUESTS_OUTSTANDING.DATA_RD. Unit: cpu_core]
  offcore_requests_outstanding.demand_code_rd
       [Offcore outstanding Code Reads transactions in the SuperQueue (SQ),
        queue to uncore, every cycle. Unit: cpu_core]
  offcore_requests_outstanding.demand_data_rd
       [For every cycle, increments by the number of outstanding demand data
        read requests pending. Unit: cpu_core]
  offcore_requests_outstanding.demand_data_rd_ge_6
       [Cycles with at least 6 offcore outstanding Demand Data Read
        transactions in uncore queue. Unit: cpu_core]
  offcore_requests_outstanding.demand_rfo
       [Store Read transactions pending for off-core. Highly correlated. Unit:
        cpu_core]
  sq_misc.bus_lock
       [Counts bus locks, accounts for cache line split locks and UC locks.
        Unit: cpu_core]
  sw_prefetch_access.nta
       [Number of PREFETCHNTA instructions executed. Unit: cpu_core]
  sw_prefetch_access.prefetchw
       [Number of PREFETCHW instructions executed. Unit: cpu_core]
  sw_prefetch_access.t0
       [Number of PREFETCHT0 instructions executed. Unit: cpu_core]
  sw_prefetch_access.t1_t2
       [Number of PREFETCHT1 or PREFETCHT2 instructions executed. Unit:
        cpu_core]

floating point:
  machine_clears.fp_assist
       [Counts the number of floating point operations retired that required
        microcode assist. Unit: cpu_atom]
  uops_retired.fpdiv
       [Counts the number of floating point divide uops retired (x87 and sse,
        including x87 sqrt) (Precise event). Unit: cpu_atom]
  arith.fpdiv_active
       [This event counts the cycles the floating point divider is busy. Unit:
        cpu_core]
  assists.fp
       [Counts all microcode FP assists. Unit: cpu_core]
  assists.sse_avx_mix
       [ASSISTS.SSE_AVX_MIX. Unit: cpu_core]
  fp_arith_dispatched.port_0
       [FP_ARITH_DISPATCHED.PORT_0. Unit: cpu_core]
  fp_arith_dispatched.port_1
       [FP_ARITH_DISPATCHED.PORT_1. Unit: cpu_core]
  fp_arith_dispatched.port_5
       [FP_ARITH_DISPATCHED.PORT_5. Unit: cpu_core]
  fp_arith_inst_retired.128b_packed_double
       [Counts number of SSE/AVX computational 128-bit packed double precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 2 computation operations,
        one for each element. Applies to SSE* and AVX* packed double precision
        floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX
        SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice
        as they perform 2 calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.128b_packed_single
       [Number of SSE/AVX computational 128-bit packed single precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 4 computation operations,
        one for each element. Applies to SSE* and AVX* packed single precision
        floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14
        SQRT DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions count twice
        as they perform 2 calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.256b_packed_double
       [Counts number of SSE/AVX computational 256-bit packed double precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 4 computation operations,
        one for each element. Applies to SSE* and AVX* packed double precision
        floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX
        SQRT FM(N)ADD/SUB. FM(N)ADD/SUB instructions count twice as they
        perform 2 calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.256b_packed_single
       [Counts number of SSE/AVX computational 256-bit packed single precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 8 computation operations,
        one for each element. Applies to SSE* and AVX* packed single precision
        floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX
        SQRT RSQRT RCP DPP FM(N)ADD/SUB. DPP and FM(N)ADD/SUB instructions
        count twice as they perform 2 calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.4_flops
       [Number of SSE/AVX computational 128-bit packed single and 256-bit
        packed double precision FP instructions retired; some instructions
        will count twice as noted below. Each count represents 2 or/and 4
        computation operations, 1 for each element. Applies to SSE* and AVX*
        packed single precision and packed double precision FP instructions:
        ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP
        FM(N)ADD/SUB. DPP and FM(N)ADD/SUB count twice as they perform 2
        calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.scalar
       [Number of SSE/AVX computational scalar floating-point instructions
        retired; some instructions will count twice as noted below. Applies to
        SSE* and AVX* scalar, double and single precision floating-point: ADD
        SUB MUL DIV MIN MAX RCP14 RSQRT14 RANGE SQRT DPP FM(N)ADD/SUB. DPP and
        FM(N)ADD/SUB instructions count twice as they perform multiple
        calculations per element. Unit: cpu_core]
  fp_arith_inst_retired.scalar_double
       [Counts number of SSE/AVX computational scalar double precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 1 computational operation.
        Applies to SSE* and AVX* scalar double precision floating-point
        instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N)ADD/SUB
        instructions count twice as they perform 2 calculations per element.
        Unit: cpu_core]
  fp_arith_inst_retired.scalar_single
       [Counts number of SSE/AVX computational scalar single precision
        floating-point instructions retired; some instructions will count
        twice as noted below. Each count represents 1 computational operation.
        Applies to SSE* and AVX* scalar single precision floating-point
        instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB.
        FM(N)ADD/SUB instructions count twice as they perform 2 calculations
        per element. Unit: cpu_core]
  fp_arith_inst_retired.vector
       [Number of any Vector retired FP arithmetic instructions. Unit:
        cpu_core]

frontend:
  baclears.any
       [Counts the total number of BACLEARS due to all branch types including
        conditional and unconditional jumps, returns, and indirect branches.
        Unit: cpu_atom]
  frontend_retired.itlb_miss
       [Counts the number of instructions retired that were tagged because
        empty issue slots were seen before the uop due to ITLB miss (Precise
        event). Unit: cpu_atom]
  icache.accesses
       [Counts every time the code stream enters into a new cache line by
        walking sequential from the previous line or being redirected by a
        jump. Unit: cpu_atom]
  icache.misses
       [Counts every time the code stream enters into a new cache line by
        walking sequential from the previous line or being redirected by a
        jump and the instruction cache registers bytes are not present. -.
        Unit: cpu_atom]
  baclears.any
       [Clears due to Unknown Branches. Unit: cpu_core]
  decode.lcp
       [Stalls caused by changing prefix length of the instruction. Unit:
        cpu_core]
  decode.ms_busy
       [Cycles the Microcode Sequencer is busy. Unit: cpu_core]
  dsb2mite_switches.penalty_cycles
       [DSB-to-MITE switch true penalty cycles. Unit: cpu_core]
  dsb_fill.fb_stall_ot
       [DSB_FILL.FB_STALL_OT. Unit: cpu_core]
  frontend_retired.any_ant
       [Retired ANT branches (Precise event). Unit: cpu_core]
  frontend_retired.any_dsb_miss
       [Retired Instructions who experienced DSB miss (Precise event). Unit:
        cpu_core]
  frontend_retired.dsb_miss
       [Retired Instructions who experienced a critical DSB miss (Precise
        event). Unit: cpu_core]
  frontend_retired.itlb_miss
       [Retired Instructions who experienced iTLB true miss (Precise event).
        Unit: cpu_core]
  frontend_retired.l1i_miss
       [Retired Instructions who experienced Instruction L1 Cache true miss
        (Precise event). Unit: cpu_core]
  frontend_retired.l2_miss
       [Retired Instructions who experienced Instruction L2 Cache true miss
        (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_1
       [Retired instructions after front-end starvation of at least 1 cycle
        (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_128
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 128 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_16
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 16 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_2
       [Retired instructions after front-end starvation of at least 2 cycles
        (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_256
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 256 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_2_bubbles_ge_1
       [Retired instructions that are fetched after an interval where the
        front-end had at least 1 bubble-slot for a period of 2 cycles which
        was not interrupted by a back-end stall (Precise event). Unit:
        cpu_core]
  frontend_retired.latency_ge_32
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 32 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_4
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 4 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_512
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 512 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_64
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 64 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.latency_ge_8
       [Retired instructions that are fetched after an interval where the
        front-end delivered no uops for a period of 8 cycles which was not
        interrupted by a back-end stall (Precise event). Unit: cpu_core]
  frontend_retired.misp_ant
       [Mispredicted Retired ANT branches (Precise event). Unit: cpu_core]
  frontend_retired.ms_flows
       [FRONTEND_RETIRED.MS_FLOWS (Precise event). Unit: cpu_core]
  frontend_retired.stlb_miss
       [Retired Instructions who experienced STLB (2nd level TLB) true miss
        (Precise event). Unit: cpu_core]
  frontend_retired.unknown_branch
       [FRONTEND_RETIRED.UNKNOWN_BRANCH (Precise event). Unit: cpu_core]
  icache_data.stall_periods
       [ICACHE_DATA.STALL_PERIODS. Unit: cpu_core]
  icache_data.stalls
       [Cycles where a code fetch is stalled due to L1 instruction cache miss.
        Unit: cpu_core]
  icache_tag.hit
       [Instruction fetch tag lookups that hit in the instruction cache (L1I).
        Counts at 64-byte cache-line granularity. Unit: cpu_core]
  icache_tag.stalls
       [Cycles where a code fetch is stalled due to L1 instruction cache tag
        miss. Unit: cpu_core]
  idq.dsb_cycles_any
       [Cycles Decode Stream Buffer (DSB) is delivering any Uop. Unit:
        cpu_core]
  idq.dsb_cycles_ok
       [Cycles DSB is delivering optimal number of Uops. Unit: cpu_core]
  idq.dsb_uops
       [Uops delivered to Instruction Decode Queue (IDQ) from the Decode
        Stream Buffer (DSB) path. Unit: cpu_core]
  idq.mite_cycles_any
       [Cycles MITE is delivering any Uop. Unit: cpu_core]
  idq.mite_cycles_ok
       [Cycles MITE is delivering optimal number of Uops. Unit: cpu_core]
  idq.mite_uops
       [Uops delivered to Instruction Decode Queue (IDQ) from MITE path. Unit:
        cpu_core]
  idq.ms_cycles_any
       [Cycles when uops are being delivered to IDQ while MS is busy. Unit:
        cpu_core]
  idq.ms_switches
       [Number of switches from DSB or MITE to the MS. Unit: cpu_core]
  idq.ms_uops
       [Uops initiated by MITE or Decode Stream Buffer (DSB) and delivered to
        Instruction Decode Queue (IDQ) while Microcode Sequencer (MS) is busy.
        Unit: cpu_core]
  idq_bubbles.core
       [This event counts a subset of the Topdown Slots event that were no
        operation was delivered to the back-end pipeline due to instruction
        fetch limitations when the back-end could have accepted more
        operations. Common examples include instruction cache misses or x86
        instruction decode limitations. Unit: cpu_core]
  idq_bubbles.cycles_0_uops_deliv.core
       [Cycles when no uops are not delivered by the IDQ when backend of the
        machine is not stalled [This event is alias to
        IDQ_UOPS_NOT_DELIVERED.CYCLES_0_UOPS_DELIV.CORE]. Unit: cpu_core]
  idq_bubbles.cycles_fe_was_ok
       [Cycles when optimal number of uops was delivered to the back-end when
        the back-end is not stalled [This event is alias to
        IDQ_UOPS_NOT_DELIVERED.CYCLES_FE_WAS_OK]. Unit: cpu_core]
  idq_uops_not_delivered.core
       [Uops not delivered by IDQ when backend of the machine is not stalled.
        Unit: cpu_core]
  idq_uops_not_delivered.cycles_0_uops_deliv.core
       [Cycles when no uops are not delivered by the IDQ when backend of the
        machine is not stalled [This event is alias to
        IDQ_BUBBLES.CYCLES_0_UOPS_DELIV.CORE]. Unit: cpu_core]
  idq_uops_not_delivered.cycles_fe_was_ok
       [Cycles when optimal number of uops was delivered to the back-end when
        the back-end is not stalled [This event is alias to
        IDQ_BUBBLES.CYCLES_FE_WAS_OK]. Unit: cpu_core]

memory:
  ld_head.any_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer is stalled due to any number of reasons, including an L1 miss,
        WCB full, pagewalk, store address block or store data block, on a load
        that retires. Unit: cpu_atom]
  ld_head.l1_bound_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer is stalled due to a core bound stall including a store address
        match, a DTLB miss or a page walk that detains the load from retiring.
        Unit: cpu_atom]
  ld_head.l1_miss_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer and retirement are both stalled due to a DL1 miss. Unit:
        cpu_atom]
  ld_head.other_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer and retirement are both stalled due to other block cases. Unit:
        cpu_atom]
  ld_head.pgwalk_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer and retirement are both stalled due to a pagewalk. Unit:
        cpu_atom]
  ld_head.st_addr_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer and retirement are both stalled due to a store address match.
        Unit: cpu_atom]
  machine_clears.memory_ordering
       [Counts the number of machine clears due to memory ordering caused by a
        snoop from an external agent. Does not count internally generated
        machine clears such as those due to memory disambiguation. Unit:
        cpu_atom]
  misalign_mem_ref.load_page_split
       [Counts misaligned loads that are 4K page splits (Precise event). Unit:
        cpu_atom]
  misalign_mem_ref.store_page_split
       [Counts misaligned stores that are 4K page splits (Precise event).
        Unit: cpu_atom]
  cycle_activity.cycles_l3_miss
       [Cycles while L3 cache miss demand load is outstanding. Unit: cpu_core]
  cycle_activity.stalls_l3_miss
       [Execution stalls while L3 cache miss demand load is outstanding. Unit:
        cpu_core]
  machine_clears.memory_ordering
       [Number of machine clears due to memory ordering conflicts. Unit:
        cpu_core]
  mem_trans_retired.load_latency_gt_1024
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 1024 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_128
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 128 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_16
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 16 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_2048
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 2048 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_256
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 256 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_32
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 32 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_4
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 4 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_512
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 512 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_64
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 64 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.load_latency_gt_8
       [Counts randomly selected loads when the latency from first dispatch to
        completion is greater than 8 cycles Supports address when precise
        (Must be precise). Unit: cpu_core]
  mem_trans_retired.store_sample
       [Retired memory store access operations. A PDist event for PEBS Store
        Latency Facility Supports address when precise (Must be precise).
        Unit: cpu_core]
  memory_activity.cycles_l1d_miss
       [Cycles while L1 cache miss demand load is outstanding. Unit: cpu_core]
  memory_activity.stalls_l1d_miss
       [Execution stalls while L1 cache miss demand load is outstanding. Unit:
        cpu_core]
  memory_activity.stalls_l2_miss
       [Execution stalls while L2 cache miss demand cacheable load request is
        outstanding. Unit: cpu_core]
  memory_activity.stalls_l3_miss
       [Execution stalls while L3 cache miss demand cacheable load request is
        outstanding. Unit: cpu_core]
  memory_ordering.md_nuke
       [MEMORY_ORDERING.MD_NUKE. Unit: cpu_core]
  memory_ordering.mrn_nuke
       [Counts the number of memory ordering machine clears due to memory
        renaming. Unit: cpu_core]
  ocr.demand_data_rd.l3_miss
       [Counts demand data reads that were not supplied by the L3 cache. Unit:
        cpu_core]
  ocr.demand_rfo.l3_miss
       [Counts demand read for ownership (RFO) requests and software
        prefetches for exclusive ownership (PREFETCHW) that were not supplied
        by the L3 cache. Unit: cpu_core]
  offcore_requests.l3_miss_demand_data_rd
       [Counts demand data read requests that miss the L3 cache. Unit:
        cpu_core]
  offcore_requests_outstanding.cycles_with_l3_miss_demand_data_rd
       [Cycles where data return is pending for a Demand Data Read request who
        miss L3 cache. Unit: cpu_core]
  offcore_requests_outstanding.l3_miss_demand_data_rd
       [For every cycle, increments by the number of demand data read requests
        pending that are known to have missed the L3 cache. Unit: cpu_core]
  offcore_requests_outstanding.l3_miss_demand_data_rd_ge_6
       [Cycles where the core is waiting on at least 6 outstanding demand data
        read requests known to have missed the L3 cache. Unit: cpu_core]

other:
  ocr.streaming_wr.any_response
       [Counts streaming stores that have any type of response. Unit: cpu_atom]
  serialization.c01_ms_scb
       [Counts the number of issue slots in a UMWAIT or TPAUSE instruction
        where no uop issues due to the instruction putting the CPU into the
        C0.1 activity state. For Tremont, UMWAIT and TPAUSE will only put the
        CPU into C0.1 activity state (not C0.2 activity state). Unit: cpu_atom]
  assists.page_fault
       [ASSISTS.PAGE_FAULT. Unit: cpu_core]
  ocr.demand_data_rd.any_response
       [Counts demand data reads that have any type of response. Unit:
        cpu_core]
  ocr.demand_data_rd.dram
       [Counts demand data reads that were supplied by DRAM. Unit: cpu_core]
  ocr.demand_rfo.any_response
       [Counts demand read for ownership (RFO) requests and software
        prefetches for exclusive ownership (PREFETCHW) that have any type of
        response. Unit: cpu_core]
  ocr.streaming_wr.any_response
       [Counts streaming stores that have any type of response. Unit: cpu_core]
  rs.empty
       [Cycles when Reservation Station (RS) is empty for the thread. Unit:
        cpu_core]
  rs.empty_count
       [Counts end of periods where the Reservation Station (RS) was empty.
        Unit: cpu_core]
  rs.empty_resource
       [RS.EMPTY_RESOURCE. Unit: cpu_core]
  xq.full_cycles
       [Cycles the uncore cannot take further requests. Unit: cpu_core]

pipeline:
  br_inst_retired.all_branches
       [Counts the total number of branch instructions retired for all branch
        types (Precise event). Unit: cpu_atom]
  br_inst_retired.far_branch
       [Counts the number of far branch instructions retired, includes far
        jump, far call and return, and interrupt call and return (Precise
        event). Unit: cpu_atom]
  br_inst_retired.near_call
       [Counts the number of near CALL branch instructions retired (Precise
        event). Unit: cpu_atom]
  br_misp_retired.all_branches
       [Counts the total number of mispredicted branch instructions retired
        for all branch types (Precise event). Unit: cpu_atom]
  br_misp_retired.cond
       [Counts the number of mispredicted JCC (Jump on Conditional Code)
        branch instructions retired (Precise event). Unit: cpu_atom]
  br_misp_retired.cond_taken
       [Counts the number of mispredicted taken JCC (Jump on Conditional Code)
        branch instructions retired (Precise event). Unit: cpu_atom]
  br_misp_retired.indirect
       [Counts the number of mispredicted near indirect JMP and near indirect
        CALL branch instructions retired (Precise event). Unit: cpu_atom]
  br_misp_retired.indirect_call
       [Counts the number of mispredicted near indirect CALL branch
        instructions retired (Precise event). Unit: cpu_atom]
  br_misp_retired.near_taken
       [Counts the number of mispredicted near taken branch instructions
        retired (Precise event). Unit: cpu_atom]
  br_misp_retired.return
       [Counts the number of mispredicted near RET branch instructions retired
        (Precise event). Unit: cpu_atom]
  cpu_clk_unhalted.core
       [Fixed Counter: Counts the number of unhalted core clock cycles. Unit:
        cpu_atom]
  cpu_clk_unhalted.core_p
       [Counts the number of unhalted core clock cycles [This event is alias
        to CPU_CLK_UNHALTED.THREAD_P]. Unit: cpu_atom]
  cpu_clk_unhalted.ref_tsc
       [Fixed Counter: Counts the number of unhalted reference clock cycles.
        Unit: cpu_atom]
  cpu_clk_unhalted.ref_tsc_p
       [Counts the number of unhalted reference clock cycles at TSC frequency.
        Unit: cpu_atom]
  cpu_clk_unhalted.thread
       [Fixed Counter: Counts the number of unhalted core clock cycles. Unit:
        cpu_atom]
  cpu_clk_unhalted.thread_p
       [Counts the number of unhalted core clock cycles [This event is alias
        to CPU_CLK_UNHALTED.CORE_P]. Unit: cpu_atom]
  inst_retired.any
       [Fixed Counter: Counts the number of instructions retired (Precise
        event). Unit: cpu_atom]
  inst_retired.any_p
       [Counts the number of instructions retired (Precise event). Unit:
        cpu_atom]
  ld_blocks.address_alias
       [Counts the number of retired loads that are blocked because it
        initially appears to be store forward blocked, but subsequently is
        shown not to be blocked based on 4K alias check (Precise event). Unit:
        cpu_atom]
  ld_blocks.data_unknown
       [Counts the number of retired loads that are blocked because its
        address exactly matches an older store whose data is not ready
        (Precise event). Unit: cpu_atom]
  ld_blocks.store_forward
       [Counts the number of retired loads that are blocked because its
        address partially overlapped with an older store (Precise event).
        Unit: cpu_atom]
  machine_clears.disambiguation
       [Counts the number of machine clears due to memory ordering in which an
        internal load passes an older store within the same CPU. Unit:
        cpu_atom]
  machine_clears.page_fault
       [Counts the number of machine clears due to a page fault. Counts both
        I-Side and D-Side (Loads/Stores) page faults. A page fault occurs when
        either the page is not present, or an access violation occurs. Unit:
        cpu_atom]
  machine_clears.slow
       [Counts the number of machine clears that flush the pipeline and
        restart the machine with the use of microcode due to SMC,
        MEMORY_ORDERING, FP_ASSISTS, PAGE_FAULT, DISAMBIGUATION, and
        FPC_VIRTUAL_TRAP. Unit: cpu_atom]
  machine_clears.smc
       [Counts the number of machine clears due to program modifying data
        (self modifying code) within 1K of a recently fetched code page. Unit:
        cpu_atom]
  topdown_bad_speculation.all
       [Counts the number of issue slots that were not consumed by the backend
        because allocation is stalled due to a mispredicted jump or a machine
        clear. Unit: cpu_atom]
  topdown_bad_speculation.fastnuke
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to Fast Nukes such as Memory Ordering Machine clears
        and MRN nukes. Unit: cpu_atom]
  topdown_bad_speculation.machine_clears
       [Counts the total number of issue slots that were not consumed by the
        backend because allocation is stalled due to a machine clear (nuke) of
        any kind including memory ordering and memory disambiguation. Unit:
        cpu_atom]
  topdown_bad_speculation.mispredict
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to Branch Mispredict. Unit: cpu_atom]
  topdown_bad_speculation.nuke
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to a machine clear (nuke). Unit: cpu_atom]
  topdown_be_bound.all
       [Counts the number of retirement slots not consumed due to backend
        stalls. Unit: cpu_atom]
  topdown_be_bound.alloc_restrictions
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to due to certain allocation restrictions. Unit:
        cpu_atom]
  topdown_be_bound.mem_scheduler
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to memory reservation stall (scheduler not being able
        to accept another uop). This could be caused by RSV full or load/store
        buffer block. Unit: cpu_atom]
  topdown_be_bound.non_mem_scheduler
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to IEC and FPC RAT stalls - which can be due to the
        FIQ and IEC reservation station stall (integer, FP and SIMD scheduler
        not being able to accept another uop. ). Unit: cpu_atom]
  topdown_be_bound.register
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to mrbl stall. A 'marble' refers to a physical
        register file entry, also known as the physical destination (PDST).
        Unit: cpu_atom]
  topdown_be_bound.reorder_buffer
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to ROB full. Unit: cpu_atom]
  topdown_be_bound.serialization
       [Counts the number of issue slots every cycle that were not consumed by
        the backend due to iq/jeu scoreboards or ms scb. Unit: cpu_atom]
  topdown_fe_bound.all
       [Counts the number of retirement slots not consumed due to front end
        stalls. Unit: cpu_atom]
  topdown_fe_bound.branch_detect
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to BAClear. Unit: cpu_atom]
  topdown_fe_bound.branch_resteer
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to BTClear. Unit: cpu_atom]
  topdown_fe_bound.cisc
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to ms. Unit: cpu_atom]
  topdown_fe_bound.decode
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to decode stall. Unit: cpu_atom]
  topdown_fe_bound.frontend_bandwidth
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to frontend bandwidth restrictions due to decode,
        predecode, cisc, and other limitations. Unit: cpu_atom]
  topdown_fe_bound.frontend_latency
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to latency related stalls including BACLEARs,
        BTCLEARs, ITLB misses, and ICache misses. Unit: cpu_atom]
  topdown_fe_bound.itlb_miss
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to itlb miss [This event is alias to
        TOPDOWN_FE_BOUND.ITLB]. Unit: cpu_atom]
  topdown_fe_bound.other
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend that do not categorize into any other common frontend
        stall. Unit: cpu_atom]
  topdown_fe_bound.predecode
       [Counts the number of issue slots every cycle that were not delivered
        by the frontend due to predecode wrong. Unit: cpu_atom]
  topdown_retiring.all
       [Counts the number of consumed retirement slots. Similar to
        UOPS_RETIRED.ALL (Precise event). Unit: cpu_atom]
  uops_issued.any
       [Counts the number of uops issued by the front end every cycle. Unit:
        cpu_atom]
  uops_retired.all
       [Counts the total number of uops retired (Precise event). Unit:
        cpu_atom]
  uops_retired.idiv
       [Counts the number of integer divide uops retired (Precise event).
        Unit: cpu_atom]
  uops_retired.ms
       [Counts the number of uops that are from the complex flows issued by
        the micro-sequencer (MS). This includes uops from flows due to complex
        instructions, faults, assists, and inserted flows (Precise event).
        Unit: cpu_atom]
  uops_retired.x87
       [Counts the number of x87 uops retired, includes those in ms flows
        (Precise event). Unit: cpu_atom]
  arith.div_active
       [Cycles when divide unit is busy executing divide or square root
        operations. Unit: cpu_core]
  arith.idiv_active
       [This event counts the cycles the integer divider is busy. Unit:
        cpu_core]
  assists.any
       [Number of occurrences where a microcode assist is invoked by hardware.
        Unit: cpu_core]
  br_inst_retired.all_branches
       [All branch instructions retired (Precise event). Unit: cpu_core]
  br_inst_retired.cond
       [Conditional branch instructions retired (Precise event). Unit:
        cpu_core]
  br_inst_retired.cond_ntaken
       [Not taken branch instructions retired (Precise event). Unit: cpu_core]
  br_inst_retired.cond_taken
       [Taken conditional branch instructions retired (Precise event). Unit:
        cpu_core]
  br_inst_retired.far_branch
       [Far branch instructions retired (Precise event). Unit: cpu_core]
  br_inst_retired.indirect
       [Indirect near branch instructions retired (excluding returns) (Precise
        event). Unit: cpu_core]
  br_inst_retired.near_call
       [Direct and indirect near call instructions retired (Precise event).
        Unit: cpu_core]
  br_inst_retired.near_return
       [Return instructions retired (Precise event). Unit: cpu_core]
  br_inst_retired.near_taken
       [Taken branch instructions retired (Precise event). Unit: cpu_core]
  br_misp_retired.all_branches
       [All mispredicted branch instructions retired (Precise event). Unit:
        cpu_core]
  br_misp_retired.all_branches_cost
       [All mispredicted branch instructions retired. This precise event may
        be used to get the misprediction cost via the Retire_Latency field of
        PEBS. It fires on the instruction that immediately follows the
        mispredicted branch (Precise event). Unit: cpu_core]
  br_misp_retired.cond
       [Mispredicted conditional branch instructions retired (Precise event).
        Unit: cpu_core]
  br_misp_retired.cond_cost
       [Mispredicted conditional branch instructions retired. This precise
        event may be used to get the misprediction cost via the Retire_Latency
        field of PEBS. It fires on the instruction that immediately follows
        the mispredicted branch (Precise event). Unit: cpu_core]
  br_misp_retired.cond_ntaken
       [Mispredicted non-taken conditional branch instructions retired
        (Precise event). Unit: cpu_core]
  br_misp_retired.cond_ntaken_cost
       [Mispredicted non-taken conditional branch instructions retired. This
        precise event may be used to get the misprediction cost via the
        Retire_Latency field of PEBS. It fires on the instruction that
        immediately follows the mispredicted branch (Precise event). Unit:
        cpu_core]
  br_misp_retired.cond_taken
       [number of branch instructions retired that were mispredicted and taken
        (Precise event). Unit: cpu_core]
  br_misp_retired.cond_taken_cost
       [Mispredicted taken conditional branch instructions retired. This
        precise event may be used to get the misprediction cost via the
        Retire_Latency field of PEBS. It fires on the instruction that
        immediately follows the mispredicted branch (Precise event). Unit:
        cpu_core]
  br_misp_retired.indirect
       [Miss-predicted near indirect branch instructions retired (excluding
        returns) (Precise event). Unit: cpu_core]
  br_misp_retired.indirect_call
       [Mispredicted indirect CALL retired (Precise event). Unit: cpu_core]
  br_misp_retired.indirect_call_cost
       [Mispredicted indirect CALL retired. This precise event may be used to
        get the misprediction cost via the Retire_Latency field of PEBS. It
        fires on the instruction that immediately follows the mispredicted
        branch (Precise event). Unit: cpu_core]
  br_misp_retired.indirect_cost
       [Mispredicted near indirect branch instructions retired (excluding
        returns). This precise event may be used to get the misprediction cost
        via the Retire_Latency field of PEBS. It fires on the instruction that
        immediately follows the mispredicted branch (Precise event). Unit:
        cpu_core]
  br_misp_retired.near_taken
       [Number of near branch instructions retired that were mispredicted and
        taken (Precise event). Unit: cpu_core]
  br_misp_retired.near_taken_cost
       [Mispredicted taken near branch instructions retired. This precise
        event may be used to get the misprediction cost via the Retire_Latency
        field of PEBS. It fires on the instruction that immediately follows
        the mispredicted branch (Precise event). Unit: cpu_core]
  br_misp_retired.ret
       [This event counts the number of mispredicted ret instructions retired.
        Non PEBS (Precise event). Unit: cpu_core]
  br_misp_retired.ret_cost
       [Mispredicted ret instructions retired. This precise event may be used
        to get the misprediction cost via the Retire_Latency field of PEBS. It
        fires on the instruction that immediately follows the mispredicted
        branch (Precise event). Unit: cpu_core]
  cpu_clk_unhalted.c01
       [Core clocks when the thread is in the C0.1 light-weight slower wakeup
        time but more power saving optimized state. Unit: cpu_core]
  cpu_clk_unhalted.c02
       [Core clocks when the thread is in the C0.2 light-weight faster wakeup
        time but less power saving optimized state. Unit: cpu_core]
  cpu_clk_unhalted.c0_wait
       [Core clocks when the thread is in the C0.1 or C0.2 or running a PAUSE
        in C0 ACPI state. Unit: cpu_core]
  cpu_clk_unhalted.distributed
       [Cycle counts are evenly distributed between active threads in the
        Core. Unit: cpu_core]
  cpu_clk_unhalted.one_thread_active
       [Core crystal clock cycles when this thread is unhalted and the other
        thread is halted. Unit: cpu_core]
  cpu_clk_unhalted.pause
       [CPU_CLK_UNHALTED.PAUSE. Unit: cpu_core]
  cpu_clk_unhalted.pause_inst
       [CPU_CLK_UNHALTED.PAUSE_INST. Unit: cpu_core]
  cpu_clk_unhalted.ref_distributed
       [Core crystal clock cycles. Cycle counts are evenly distributed between
        active threads in the Core. Unit: cpu_core]
  cpu_clk_unhalted.ref_tsc
       [Reference cycles when the core is not in halt state. Unit: cpu_core]
  cpu_clk_unhalted.ref_tsc_p
       [Reference cycles when the core is not in halt state. Unit: cpu_core]
  cpu_clk_unhalted.thread
       [Core cycles when the thread is not in halt state. Unit: cpu_core]
  cpu_clk_unhalted.thread_p
       [Thread cycles when thread is not in halt state. Unit: cpu_core]
  cycle_activity.cycles_l1d_miss
       [Cycles while L1 cache miss demand load is outstanding. Unit: cpu_core]
  cycle_activity.cycles_l2_miss
       [Cycles while L2 cache miss demand load is outstanding. Unit: cpu_core]
  cycle_activity.cycles_mem_any
       [Cycles while memory subsystem has an outstanding load. Unit: cpu_core]
  cycle_activity.stalls_l1d_miss
       [Execution stalls while L1 cache miss demand load is outstanding. Unit:
        cpu_core]
  cycle_activity.stalls_l2_miss
       [Execution stalls while L2 cache miss demand load is outstanding. Unit:
        cpu_core]
  cycle_activity.stalls_total
       [Total execution stalls. Unit: cpu_core]
  exe_activity.1_ports_util
       [Cycles total of 1 uop is executed on all ports and Reservation Station
        was not empty. Unit: cpu_core]
  exe_activity.2_ports_util
       [Cycles total of 2 uops are executed on all ports and Reservation
        Station was not empty. Unit: cpu_core]
  exe_activity.3_ports_util
       [Cycles total of 3 uops are executed on all ports and Reservation
        Station was not empty. Unit: cpu_core]
  exe_activity.4_ports_util
       [Cycles total of 4 uops are executed on all ports and Reservation
        Station was not empty. Unit: cpu_core]
  exe_activity.bound_on_loads
       [Execution stalls while memory subsystem has an outstanding load. Unit:
        cpu_core]
  exe_activity.bound_on_stores
       [Cycles where the Store Buffer was full and no loads caused an
        execution stall. Unit: cpu_core]
  exe_activity.exe_bound_0_ports
       [Cycles no uop executed while RS was not empty, the SB was not full and
        there was no outstanding load. Unit: cpu_core]
  inst_decoded.decoders
       [Instruction decoders utilized in a cycle. Unit: cpu_core]
  inst_retired.any
       [Number of instructions retired. Fixed Counter - architectural event
        (Precise event). Unit: cpu_core]
  inst_retired.any_p
       [Number of instructions retired. General Counter - architectural event
        (Precise event). Unit: cpu_core]
  inst_retired.macro_fused
       [INST_RETIRED.MACRO_FUSED. Unit: cpu_core]
  inst_retired.nop
       [Retired NOP instructions. Unit: cpu_core]
  inst_retired.prec_dist
       [Precise instruction retired with PEBS precise-distribution (Precise
        event). Unit: cpu_core]
  inst_retired.rep_iteration
       [Iterations of Repeat string retired instructions. Unit: cpu_core]
  int_misc.all_recovery_cycles
       [Cycles the Backend cluster is recovering after a miss-speculation or a
        Store Buffer or Load Buffer drain stall. Unit: cpu_core]
  int_misc.clear_resteer_cycles
       [Counts cycles after recovery from a branch misprediction or machine
        clear till the first uop is issued from the resteered path. Unit:
        cpu_core]
  int_misc.clears_count
       [Clears speculative count. Unit: cpu_core]
  int_misc.rat_stalls
       [Cycles when Resource Allocation Table (RAT) external stall is sent to
        Instruction Decode Queue (IDQ) for the thread. Unit: cpu_core]
  int_misc.recovery_cycles
       [Core cycles the allocator was stalled due to recovery from earlier
        clear event for this thread. Unit: cpu_core]
  int_misc.unknown_branch_cycles
       [Bubble cycles of BAClear (Unknown Branch). Unit: cpu_core]
  int_misc.uop_dropping
       [TMA slots where uops got dropped. Unit: cpu_core]
  int_vec_retired.128bit
       [INT_VEC_RETIRED.128BIT. Unit: cpu_core]
  int_vec_retired.256bit
       [INT_VEC_RETIRED.256BIT. Unit: cpu_core]
  int_vec_retired.add_128
       [integer ADD, SUB, SAD 128-bit vector instructions. Unit: cpu_core]
  int_vec_retired.add_256
       [integer ADD, SUB, SAD 256-bit vector instructions. Unit: cpu_core]
  int_vec_retired.mul_256
       [INT_VEC_RETIRED.MUL_256. Unit: cpu_core]
  int_vec_retired.shuffles
       [INT_VEC_RETIRED.SHUFFLES. Unit: cpu_core]
  int_vec_retired.vnni_128
       [INT_VEC_RETIRED.VNNI_128. Unit: cpu_core]
  int_vec_retired.vnni_256
       [INT_VEC_RETIRED.VNNI_256. Unit: cpu_core]
  ld_blocks.address_alias
       [False dependencies in MOB due to partial compare on address. Unit:
        cpu_core]
  ld_blocks.no_sr
       [The number of times that split load operations are temporarily blocked
        because all resources for handling the split accesses are in use.
        Unit: cpu_core]
  ld_blocks.store_forward
       [Loads blocked due to overlapping with a preceding store that cannot be
        forwarded. Unit: cpu_core]
  lsd.cycles_active
       [Cycles Uops delivered by the LSD, but didn't come from the decoder.
        Unit: cpu_core]
  lsd.cycles_ok
       [Cycles optimal number of Uops delivered by the LSD, but did not come
        from the decoder. Unit: cpu_core]
  lsd.uops
       [Number of Uops delivered by the LSD. Unit: cpu_core]
  machine_clears.count
       [Number of machine clears (nukes) of any type. Unit: cpu_core]
  machine_clears.smc
       [Self-modifying code (SMC) detected. Unit: cpu_core]
  misc2_retired.lfence
       [LFENCE instructions retired. Unit: cpu_core]
  resource_stalls.scoreboard
       [Counts cycles where the pipeline is stalled due to serializing
        operations. Unit: cpu_core]
  topdown.backend_bound_slots
       [This event counts a subset of the Topdown Slots event that were not
        consumed by the back-end pipeline due to lack of back-end resources,
        as a result of memory subsystem delays, execution units limitations,
        or other conditions. Unit: cpu_core]
  topdown.bad_spec_slots
       [TMA slots wasted due to incorrect speculations. Unit: cpu_core]
  topdown.br_mispredict_slots
       [TMA slots wasted due to incorrect speculation by branch
        mispredictions. Unit: cpu_core]
  topdown.memory_bound_slots
       [TOPDOWN.MEMORY_BOUND_SLOTS. Unit: cpu_core]
  topdown.slots
       [TMA slots available for an unhalted logical processor. Fixed counter -
        architectural event. Unit: cpu_core]
  topdown.slots_p
       [TMA slots available for an unhalted logical processor. General counter
        - architectural event. Unit: cpu_core]
  uops_decoded.dec0_uops
       [Number of non dec-by-all uops decoded by decoder. Unit: cpu_core]
  uops_dispatched.port_0
       [Uops executed on port 0. Unit: cpu_core]
  uops_dispatched.port_1
       [Uops executed on port 1. Unit: cpu_core]
  uops_dispatched.port_2_3_10
       [Uops executed on ports 2, 3 and 10. Unit: cpu_core]
  uops_dispatched.port_4_9
       [Uops executed on ports 4 and 9. Unit: cpu_core]
  uops_dispatched.port_5_11
       [Uops executed on ports 5 and 11. Unit: cpu_core]
  uops_dispatched.port_6
       [Uops executed on port 6. Unit: cpu_core]
  uops_dispatched.port_7_8
       [Uops executed on ports 7 and 8. Unit: cpu_core]
  uops_executed.core
       [Number of uops executed on the core. Unit: cpu_core]
  uops_executed.core_cycles_ge_1
       [Cycles at least 1 micro-op is executed from any thread on physical
        core. Unit: cpu_core]
  uops_executed.core_cycles_ge_2
       [Cycles at least 2 micro-op is executed from any thread on physical
        core. Unit: cpu_core]
  uops_executed.core_cycles_ge_3
       [Cycles at least 3 micro-op is executed from any thread on physical
        core. Unit: cpu_core]
  uops_executed.core_cycles_ge_4
       [Cycles at least 4 micro-op is executed from any thread on physical
        core. Unit: cpu_core]
  uops_executed.cycles_ge_1
       [Cycles where at least 1 uop was executed per-thread. Unit: cpu_core]
  uops_executed.cycles_ge_2
       [Cycles where at least 2 uops were executed per-thread. Unit: cpu_core]
  uops_executed.cycles_ge_3
       [Cycles where at least 3 uops were executed per-thread. Unit: cpu_core]
  uops_executed.cycles_ge_4
       [Cycles where at least 4 uops were executed per-thread. Unit: cpu_core]
  uops_executed.stalls
       [Counts number of cycles no uops were dispatched to be executed on this
        thread. Unit: cpu_core]
  uops_executed.thread
       [Counts the number of uops to be executed per-thread each cycle. Unit:
        cpu_core]
  uops_executed.x87
       [Counts the number of x87 uops dispatched. Unit: cpu_core]
  uops_issued.any
       [Uops that RAT issues to RS. Unit: cpu_core]
  uops_issued.cycles
       [UOPS_ISSUED.CYCLES. Unit: cpu_core]
  uops_issued.stalls
       [Cycles when RAT does not issue Uops to RS for the thread. Unit:
        cpu_core]
  uops_retired.cycles
       [Cycles with retired uop(s). Unit: cpu_core]
  uops_retired.heavy
       [Retired uops except the last uop of each instruction. Unit: cpu_core]
  uops_retired.ms
       [UOPS_RETIRED.MS. Unit: cpu_core]
  uops_retired.slots
       [This event counts a subset of the Topdown Slots event that are
        utilized by operations that eventually get retired (committed) by the
        processor pipeline. Usually, this event positively correlates with
        higher performance for example, as measured by the
        instructions-per-cycle metric. Unit: cpu_core]
  uops_retired.stalls
       [Cycles without actually retired uops. Unit: cpu_core]
  uops_retired.total_cycles
       [Cycles with less than 10 actually retired uops. Unit: cpu_core]

uncore interconnect:
  unc_hac_arb_req_trk_request.drd
       [Number of all coherent Data Read entries. Doesn't include prefetches.
        Unit: uncore_hac_arb]
  unc_hac_arb_transactions.all
       [Number of all CMI transactions. Unit: uncore_hac_arb]
  unc_hac_arb_transactions.reads
       [Number of all CMI reads. Unit: uncore_hac_arb]
  unc_hac_arb_transactions.writes
       [Number of all CMI writes not including Mflush. Unit: uncore_hac_arb]
  unc_hac_arb_trk_requests.all
       [Total number of all outgoing entries allocated. Accounts for Coherent
        and non-coherent traffic. Unit: uncore_hac_arb]

uncore memory:
  unc_m_act_count_rd
       [ACT command for a read request sent to DRAM. Unit: uncore_imc]
  unc_m_act_count_total
       [ACT command sent to DRAM. Unit: uncore_imc]
  unc_m_act_count_wr
       [ACT command for a write request sent to DRAM. Unit: uncore_imc]
  unc_m_cas_count_rd
       [Read CAS command sent to DRAM. Unit: uncore_imc]
  unc_m_cas_count_wr
       [Write CAS command sent to DRAM. Unit: uncore_imc]
  unc_m_pre_count_idle
       [PRE command sent to DRAM due to page table idle timer expiration.
        Unit: uncore_imc]
  unc_m_pre_count_page_miss
       [PRE command sent to DRAM for a read/write request. Unit: uncore_imc]
  unc_m_rd_data
       [Number of bytes read from DRAM, in 32B chunks. Counter increments by 1
        after receiving 32B chunk data. Unit: uncore_imc]
  unc_m_total_data
       [Total number of read and write byte transfers to/from DRAM, in 32B
        chunks. Counter increments by 1 after sending or receiving 32B chunk
        data. Unit: uncore_imc]
  unc_m_wr_data
       [Number of bytes written to DRAM, in 32B chunks. Counter increments by
        1 after sending 32B chunk data. Unit: uncore_imc]
  unc_mc0_rdcas_count_freerun
       [Counts every CAS read command sent from the Memory Controller 0 to
        DRAM (sum of all channels). Unit: uncore_imc_free_running_0]
  unc_mc0_total_reqcount_freerun
       [Counts every read and write request entering the Memory Controller 0.
        Unit: uncore_imc_free_running_0]
  unc_mc0_wrcas_count_freerun
       [Counts every CAS write command sent from the Memory Controller 0 to
        DRAM (sum of all channels). Unit: uncore_imc_free_running_0]

virtual memory:
  dtlb_load_misses.stlb_hit
       [Counts the number of first level TLB misses but second level hits due
        to a demand load that did not start a page walk. Accounts for all page
        sizes. Will result in a DTLB write from STLB. Unit: cpu_atom]
  dtlb_load_misses.walk_completed
       [Counts the number of page walks completed due to load DTLB misses.
        Unit: cpu_atom]
  dtlb_load_misses.walk_completed_2m_4m
       [Counts the number of page walks completed due to load DTLB misses to a
        2M or 4M page. Unit: cpu_atom]
  dtlb_load_misses.walk_pending
       [Counts the number of page walks outstanding for Loads (demand or SW
        prefetch) in PMH every cycle. Unit: cpu_atom]
  dtlb_store_misses.stlb_hit
       [Counts the number of first level TLB misses but second level hits due
        to stores that did not start a page walk. Accounts for all pages
        sizes. Will result in a DTLB write from STLB. Unit: cpu_atom]
  dtlb_store_misses.walk_completed
       [Counts the number of page walks completed due to store DTLB misses to
        a 1G page. Unit: cpu_atom]
  dtlb_store_misses.walk_pending
       [Counts the number of page walks outstanding in the page miss handler
        (PMH) for stores every cycle. Unit: cpu_atom]
  itlb_misses.miss_caused_walk
       [Counts the number of page walks initiated by a instruction fetch that
        missed the first and second level TLBs. Unit: cpu_atom]
  itlb_misses.stlb_hit
       [Counts the number of first level TLB misses but second level hits due
        to an instruction fetch that did not start a page walk. Account for
        all pages sizes. Will result in an ITLB write from STLB. Unit:
        cpu_atom]
  itlb_misses.walk_completed
       [Counts the number of page walks completed due to instruction fetch
        misses to any page size. Unit: cpu_atom]
  itlb_misses.walk_completed_2m_4m
       [Counts the number of page walks completed due to instruction fetch
        misses to a 2M or 4M page. Unit: cpu_atom]
  itlb_misses.walk_pending
       [Counts the number of page walks outstanding for iside in PMH every
        cycle. Unit: cpu_atom]
  ld_head.dtlb_miss_at_ret
       [Counts the number of cycles that the head (oldest load) of the load
        buffer and retirement are both stalled due to a DTLB miss. Unit:
        cpu_atom]
  dtlb_load_misses.stlb_hit
       [Loads that miss the DTLB and hit the STLB. Unit: cpu_core]
  dtlb_load_misses.walk_active
       [Cycles when at least one PMH is busy with a page walk for a demand
        load. Unit: cpu_core]
  dtlb_load_misses.walk_completed
       [Load miss in all TLB levels causes a page walk that completes. (All
        page sizes). Unit: cpu_core]
  dtlb_load_misses.walk_completed_1g
       [Page walks completed due to a demand data load to a 1G page. Unit:
        cpu_core]
  dtlb_load_misses.walk_completed_2m_4m
       [Page walks completed due to a demand data load to a 2M/4M page. Unit:
        cpu_core]
  dtlb_load_misses.walk_completed_4k
       [Page walks completed due to a demand data load to a 4K page. Unit:
        cpu_core]
  dtlb_load_misses.walk_pending
       [Number of page walks outstanding for a demand load in the PMH each
        cycle. Unit: cpu_core]
  dtlb_store_misses.stlb_hit
       [Stores that miss the DTLB and hit the STLB. Unit: cpu_core]
  dtlb_store_misses.walk_active
       [Cycles when at least one PMH is busy with a page walk for a store.
        Unit: cpu_core]
  dtlb_store_misses.walk_completed
       [Store misses in all TLB levels causes a page walk that completes. (All
        page sizes). Unit: cpu_core]
  dtlb_store_misses.walk_completed_1g
       [Page walks completed due to a demand data store to a 1G page. Unit:
        cpu_core]
  dtlb_store_misses.walk_completed_2m_4m
       [Page walks completed due to a demand data store to a 2M/4M page. Unit:
        cpu_core]
  dtlb_store_misses.walk_completed_4k
       [Page walks completed due to a demand data store to a 4K page. Unit:
        cpu_core]
  dtlb_store_misses.walk_pending
       [Number of page walks outstanding for a store in the PMH each cycle.
        Unit: cpu_core]
  itlb_misses.stlb_hit
       [Instruction fetch requests that miss the ITLB and hit the STLB. Unit:
        cpu_core]
  itlb_misses.walk_active
       [Cycles when at least one PMH is busy with a page walk for code
        (instruction fetch) request. Unit: cpu_core]
  itlb_misses.walk_completed
       [Code miss in all TLB levels causes a page walk that completes. (All
        page sizes). Unit: cpu_core]
  itlb_misses.walk_completed_2m_4m
       [Code miss in all TLB levels causes a page walk that completes.
        (2M/4M). Unit: cpu_core]
  itlb_misses.walk_completed_4k
       [Code miss in all TLB levels causes a page walk that completes. (4K).
        Unit: cpu_core]
  itlb_misses.walk_pending
       [Number of page walks outstanding for an outstanding code request in
        the PMH each cycle. Unit: cpu_core]
  rNNN                                               [Raw hardware event descriptor]
  cpu_atom/t1=v1[,t2=v2,t3 ...]/modifier             [Raw hardware event descriptor]
       [(see 'man perf-list' on how to encode it)]
  mem:<addr>[/len][:access]                          [Hardware breakpoint]
  alarmtimer:alarmtimer_cancel                       [Tracepoint event]
  alarmtimer:alarmtimer_fired                        [Tracepoint event]
  alarmtimer:alarmtimer_start                        [Tracepoint event]
  alarmtimer:alarmtimer_suspend                      [Tracepoint event]
  amd_cpu:amd_pstate_perf                            [Tracepoint event]
  asoc:snd_soc_bias_level_done                       [Tracepoint event]
  asoc:snd_soc_bias_level_start                      [Tracepoint event]
  asoc:snd_soc_dapm_connected                        [Tracepoint event]
  asoc:snd_soc_dapm_done                             [Tracepoint event]
  asoc:snd_soc_dapm_path                             [Tracepoint event]
  asoc:snd_soc_dapm_start                            [Tracepoint event]
  asoc:snd_soc_dapm_walk_done                        [Tracepoint event]
  asoc:snd_soc_dapm_widget_event_done                [Tracepoint event]
  asoc:snd_soc_dapm_widget_event_start               [Tracepoint event]
  asoc:snd_soc_dapm_widget_power                     [Tracepoint event]
  asoc:snd_soc_jack_irq                              [Tracepoint event]
  asoc:snd_soc_jack_notify                           [Tracepoint event]
  asoc:snd_soc_jack_report                           [Tracepoint event]
  avc:selinux_audited                                [Tracepoint event]
  block:block_bio_backmerge                          [Tracepoint event]
  block:block_bio_bounce                             [Tracepoint event]
  block:block_bio_complete                           [Tracepoint event]
  block:block_bio_frontmerge                         [Tracepoint event]
  block:block_bio_queue                              [Tracepoint event]
  block:block_bio_remap                              [Tracepoint event]
  block:block_dirty_buffer                           [Tracepoint event]
  block:block_getrq                                  [Tracepoint event]
  block:block_io_done                                [Tracepoint event]
  block:block_io_start                               [Tracepoint event]
  block:block_plug                                   [Tracepoint event]
  block:block_rq_complete                            [Tracepoint event]
  block:block_rq_error                               [Tracepoint event]
  block:block_rq_insert                              [Tracepoint event]
  block:block_rq_issue                               [Tracepoint event]
  block:block_rq_merge                               [Tracepoint event]
  block:block_rq_remap                               [Tracepoint event]
  block:block_rq_requeue                             [Tracepoint event]
  block:block_split                                  [Tracepoint event]
  block:block_touch_buffer                           [Tracepoint event]
  block:block_unplug                                 [Tracepoint event]
  bpf_test_run:bpf_test_finish                       [Tracepoint event]
  bpf_trace:bpf_trace_printk                         [Tracepoint event]
  bridge:br_fdb_add                                  [Tracepoint event]
  bridge:br_fdb_external_learn_add                   [Tracepoint event]
  bridge:br_fdb_update                               [Tracepoint event]
  bridge:br_mdb_full                                 [Tracepoint event]
  bridge:fdb_delete                                  [Tracepoint event]
  cfg80211:cfg80211_assoc_comeback                   [Tracepoint event]
  cfg80211:cfg80211_bss_color_notify                 [Tracepoint event]
  cfg80211:cfg80211_cac_event                        [Tracepoint event]
  cfg80211:cfg80211_ch_switch_notify                 [Tracepoint event]
  cfg80211:cfg80211_ch_switch_started_notify         [Tracepoint event]
  cfg80211:cfg80211_chandef_dfs_required             [Tracepoint event]
  cfg80211:cfg80211_control_port_tx_status           [Tracepoint event]
  cfg80211:cfg80211_cqm_pktloss_notify               [Tracepoint event]
  cfg80211:cfg80211_cqm_rssi_notify                  [Tracepoint event]
  cfg80211:cfg80211_del_sta                          [Tracepoint event]
  cfg80211:cfg80211_ft_event                         [Tracepoint event]
  cfg80211:cfg80211_get_bss                          [Tracepoint event]
  cfg80211:cfg80211_gtk_rekey_notify                 [Tracepoint event]
  cfg80211:cfg80211_ibss_joined                      [Tracepoint event]
  cfg80211:cfg80211_inform_bss_frame                 [Tracepoint event]
  cfg80211:cfg80211_links_removed                    [Tracepoint event]
  cfg80211:cfg80211_mgmt_tx_status                   [Tracepoint event]
  cfg80211:cfg80211_michael_mic_failure              [Tracepoint event]
  cfg80211:cfg80211_new_sta                          [Tracepoint event]
  cfg80211:cfg80211_notify_new_peer_candidate        [Tracepoint event]
  cfg80211:cfg80211_pmksa_candidate_notify           [Tracepoint event]
  cfg80211:cfg80211_pmsr_complete                    [Tracepoint event]
  cfg80211:cfg80211_pmsr_report                      [Tracepoint event]
  cfg80211:cfg80211_probe_status                     [Tracepoint event]
  cfg80211:cfg80211_radar_event                      [Tracepoint event]
  cfg80211:cfg80211_ready_on_channel                 [Tracepoint event]
  cfg80211:cfg80211_ready_on_channel_expired         [Tracepoint event]
  cfg80211:cfg80211_reg_can_beacon                   [Tracepoint event]
  cfg80211:cfg80211_report_obss_beacon               [Tracepoint event]
  cfg80211:cfg80211_report_wowlan_wakeup             [Tracepoint event]
  cfg80211:cfg80211_return_bool                      [Tracepoint event]
  cfg80211:cfg80211_return_bss                       [Tracepoint event]
  cfg80211:cfg80211_return_u32                       [Tracepoint event]
  cfg80211:cfg80211_return_uint                      [Tracepoint event]
  cfg80211:cfg80211_rx_control_port                  [Tracepoint event]
  cfg80211:cfg80211_rx_mgmt                          [Tracepoint event]
  cfg80211:cfg80211_rx_mlme_mgmt                     [Tracepoint event]
  cfg80211:cfg80211_rx_spurious_frame                [Tracepoint event]
  cfg80211:cfg80211_rx_unexpected_4addr_frame        [Tracepoint event]
  cfg80211:cfg80211_rx_unprot_mlme_mgmt              [Tracepoint event]
  cfg80211:cfg80211_scan_done                        [Tracepoint event]
  cfg80211:cfg80211_sched_scan_results               [Tracepoint event]
  cfg80211:cfg80211_sched_scan_stopped               [Tracepoint event]
  cfg80211:cfg80211_send_assoc_failure               [Tracepoint event]
  cfg80211:cfg80211_send_auth_timeout                [Tracepoint event]
  cfg80211:cfg80211_send_rx_assoc                    [Tracepoint event]
  cfg80211:cfg80211_send_rx_auth                     [Tracepoint event]
  cfg80211:cfg80211_stop_iface                       [Tracepoint event]
  cfg80211:cfg80211_tdls_oper_request                [Tracepoint event]
  cfg80211:cfg80211_tx_mgmt_expired                  [Tracepoint event]
  cfg80211:cfg80211_tx_mlme_mgmt                     [Tracepoint event]
  cfg80211:cfg80211_update_owe_info_event            [Tracepoint event]
  cfg80211:rdev_abort_pmsr                           [Tracepoint event]
  cfg80211:rdev_abort_scan                           [Tracepoint event]
  cfg80211:rdev_add_intf_link                        [Tracepoint event]
  cfg80211:rdev_add_key                              [Tracepoint event]
  cfg80211:rdev_add_link_station                     [Tracepoint event]
  cfg80211:rdev_add_mpath                            [Tracepoint event]
  cfg80211:rdev_add_nan_func                         [Tracepoint event]
  cfg80211:rdev_add_station                          [Tracepoint event]
  cfg80211:rdev_add_tx_ts                            [Tracepoint event]
  cfg80211:rdev_add_virtual_intf                     [Tracepoint event]
  cfg80211:rdev_assoc                                [Tracepoint event]
  cfg80211:rdev_auth                                 [Tracepoint event]
  cfg80211:rdev_cancel_remain_on_channel             [Tracepoint event]
  cfg80211:rdev_change_beacon                        [Tracepoint event]
  cfg80211:rdev_change_bss                           [Tracepoint event]
  cfg80211:rdev_change_mpath                         [Tracepoint event]
  cfg80211:rdev_change_station                       [Tracepoint event]
  cfg80211:rdev_change_virtual_intf                  [Tracepoint event]
  cfg80211:rdev_channel_switch                       [Tracepoint event]
  cfg80211:rdev_color_change                         [Tracepoint event]
  cfg80211:rdev_connect                              [Tracepoint event]
  cfg80211:rdev_crit_proto_start                     [Tracepoint event]
  cfg80211:rdev_crit_proto_stop                      [Tracepoint event]
  cfg80211:rdev_deauth                               [Tracepoint event]
  cfg80211:rdev_del_intf_link                        [Tracepoint event]
  cfg80211:rdev_del_key                              [Tracepoint event]
  cfg80211:rdev_del_link_station                     [Tracepoint event]
  cfg80211:rdev_del_mpath                            [Tracepoint event]
  cfg80211:rdev_del_nan_func                         [Tracepoint event]
  cfg80211:rdev_del_pmk                              [Tracepoint event]
  cfg80211:rdev_del_pmksa                            [Tracepoint event]
  cfg80211:rdev_del_station                          [Tracepoint event]
  cfg80211:rdev_del_tx_ts                            [Tracepoint event]
  cfg80211:rdev_del_virtual_intf                     [Tracepoint event]
  cfg80211:rdev_disassoc                             [Tracepoint event]
  cfg80211:rdev_disconnect                           [Tracepoint event]
  cfg80211:rdev_dump_mpath                           [Tracepoint event]
  cfg80211:rdev_dump_mpp                             [Tracepoint event]
  cfg80211:rdev_dump_station                         [Tracepoint event]
  cfg80211:rdev_dump_survey                          [Tracepoint event]
  cfg80211:rdev_end_cac                              [Tracepoint event]
  cfg80211:rdev_external_auth                        [Tracepoint event]
  cfg80211:rdev_flush_pmksa                          [Tracepoint event]
  cfg80211:rdev_get_antenna                          [Tracepoint event]
  cfg80211:rdev_get_channel                          [Tracepoint event]
  cfg80211:rdev_get_ftm_responder_stats              [Tracepoint event]
  cfg80211:rdev_get_key                              [Tracepoint event]
  cfg80211:rdev_get_mesh_config                      [Tracepoint event]
  cfg80211:rdev_get_mpath                            [Tracepoint event]
  cfg80211:rdev_get_mpp                              [Tracepoint event]
  cfg80211:rdev_get_station                          [Tracepoint event]
  cfg80211:rdev_get_tx_power                         [Tracepoint event]
  cfg80211:rdev_get_txq_stats                        [Tracepoint event]
  cfg80211:rdev_inform_bss                           [Tracepoint event]
  cfg80211:rdev_join_ibss                            [Tracepoint event]
  cfg80211:rdev_join_mesh                            [Tracepoint event]
  cfg80211:rdev_join_ocb                             [Tracepoint event]
  cfg80211:rdev_leave_ibss                           [Tracepoint event]
  cfg80211:rdev_leave_mesh                           [Tracepoint event]
  cfg80211:rdev_leave_ocb                            [Tracepoint event]
  cfg80211:rdev_libertas_set_mesh_channel            [Tracepoint event]
  cfg80211:rdev_mgmt_tx                              [Tracepoint event]
  cfg80211:rdev_mgmt_tx_cancel_wait                  [Tracepoint event]
  cfg80211:rdev_mod_link_station                     [Tracepoint event]
  cfg80211:rdev_nan_change_conf                      [Tracepoint event]
  cfg80211:rdev_probe_client                         [Tracepoint event]
  cfg80211:rdev_probe_mesh_link                      [Tracepoint event]
  cfg80211:rdev_remain_on_channel                    [Tracepoint event]
  cfg80211:rdev_reset_tid_config                     [Tracepoint event]
  cfg80211:rdev_resume                               [Tracepoint event]
  cfg80211:rdev_return_chandef                       [Tracepoint event]
  cfg80211:rdev_return_int                           [Tracepoint event]
  cfg80211:rdev_return_int_cookie                    [Tracepoint event]
  cfg80211:rdev_return_int_int                       [Tracepoint event]
  cfg80211:rdev_return_int_mesh_config               [Tracepoint event]
  cfg80211:rdev_return_int_mpath_info                [Tracepoint event]
  cfg80211:rdev_return_int_station_info              [Tracepoint event]
  cfg80211:rdev_return_int_survey_info               [Tracepoint event]
  cfg80211:rdev_return_int_tx_rx                     [Tracepoint event]
  cfg80211:rdev_return_void                          [Tracepoint event]
  cfg80211:rdev_return_void_tx_rx                    [Tracepoint event]
  cfg80211:rdev_return_wdev                          [Tracepoint event]
  cfg80211:rdev_rfkill_poll                          [Tracepoint event]
  cfg80211:rdev_scan                                 [Tracepoint event]
  cfg80211:rdev_sched_scan_start                     [Tracepoint event]
  cfg80211:rdev_sched_scan_stop                      [Tracepoint event]
  cfg80211:rdev_set_antenna                          [Tracepoint event]
  cfg80211:rdev_set_ap_chanwidth                     [Tracepoint event]
  cfg80211:rdev_set_bitrate_mask                     [Tracepoint event]
  cfg80211:rdev_set_coalesce                         [Tracepoint event]
  cfg80211:rdev_set_cqm_rssi_config                  [Tracepoint event]
  cfg80211:rdev_set_cqm_rssi_range_config            [Tracepoint event]
  cfg80211:rdev_set_cqm_txe_config                   [Tracepoint event]
  cfg80211:rdev_set_default_beacon_key               [Tracepoint event]
  cfg80211:rdev_set_default_key                      [Tracepoint event]
  cfg80211:rdev_set_default_mgmt_key                 [Tracepoint event]
  cfg80211:rdev_set_fils_aad                         [Tracepoint event]
  cfg80211:rdev_set_hw_timestamp                     [Tracepoint event]
  cfg80211:rdev_set_mac_acl                          [Tracepoint event]
  cfg80211:rdev_set_mcast_rate                       [Tracepoint event]
  cfg80211:rdev_set_monitor_channel                  [Tracepoint event]
  cfg80211:rdev_set_multicast_to_unicast             [Tracepoint event]
  cfg80211:rdev_set_noack_map                        [Tracepoint event]
  cfg80211:rdev_set_pmk                              [Tracepoint event]
  cfg80211:rdev_set_pmksa                            [Tracepoint event]
  cfg80211:rdev_set_power_mgmt                       [Tracepoint event]
  cfg80211:rdev_set_qos_map                          [Tracepoint event]
  cfg80211:rdev_set_radar_background                 [Tracepoint event]
  cfg80211:rdev_set_rekey_data                       [Tracepoint event]
  cfg80211:rdev_set_sar_specs                        [Tracepoint event]
  cfg80211:rdev_set_tid_config                       [Tracepoint event]
  cfg80211:rdev_set_ttlm                             [Tracepoint event]
  cfg80211:rdev_set_tx_power                         [Tracepoint event]
  cfg80211:rdev_set_txq_params                       [Tracepoint event]
  cfg80211:rdev_set_wakeup                           [Tracepoint event]
  cfg80211:rdev_set_wiphy_params                     [Tracepoint event]
  cfg80211:rdev_start_ap                             [Tracepoint event]
  cfg80211:rdev_start_nan                            [Tracepoint event]
  cfg80211:rdev_start_p2p_device                     [Tracepoint event]
  cfg80211:rdev_start_pmsr                           [Tracepoint event]
  cfg80211:rdev_start_radar_detection                [Tracepoint event]
  cfg80211:rdev_stop_ap                              [Tracepoint event]
  cfg80211:rdev_stop_nan                             [Tracepoint event]
  cfg80211:rdev_stop_p2p_device                      [Tracepoint event]
  cfg80211:rdev_suspend                              [Tracepoint event]
  cfg80211:rdev_tdls_cancel_channel_switch           [Tracepoint event]
  cfg80211:rdev_tdls_channel_switch                  [Tracepoint event]
  cfg80211:rdev_tdls_mgmt                            [Tracepoint event]
  cfg80211:rdev_tdls_oper                            [Tracepoint event]
  cfg80211:rdev_tx_control_port                      [Tracepoint event]
  cfg80211:rdev_update_connect_params                [Tracepoint event]
  cfg80211:rdev_update_ft_ies                        [Tracepoint event]
  cfg80211:rdev_update_mesh_config                   [Tracepoint event]
  cfg80211:rdev_update_mgmt_frame_registrations      [Tracepoint event]
  cfg80211:rdev_update_owe_info                      [Tracepoint event]
  cgroup:cgroup_attach_task                          [Tracepoint event]
  cgroup:cgroup_destroy_root                         [Tracepoint event]
  cgroup:cgroup_freeze                               [Tracepoint event]
  cgroup:cgroup_mkdir                                [Tracepoint event]
  cgroup:cgroup_notify_frozen                        [Tracepoint event]
  cgroup:cgroup_notify_populated                     [Tracepoint event]
  cgroup:cgroup_release                              [Tracepoint event]
  cgroup:cgroup_remount                              [Tracepoint event]
  cgroup:cgroup_rename                               [Tracepoint event]
  cgroup:cgroup_rmdir                                [Tracepoint event]
  cgroup:cgroup_setup_root                           [Tracepoint event]
  cgroup:cgroup_transfer_tasks                       [Tracepoint event]
  cgroup:cgroup_unfreeze                             [Tracepoint event]
  clk:clk_disable                                    [Tracepoint event]
  clk:clk_disable_complete                           [Tracepoint event]
  clk:clk_enable                                     [Tracepoint event]
  clk:clk_enable_complete                            [Tracepoint event]
  clk:clk_prepare                                    [Tracepoint event]
  clk:clk_prepare_complete                           [Tracepoint event]
  clk:clk_rate_request_done                          [Tracepoint event]
  clk:clk_rate_request_start                         [Tracepoint event]
  clk:clk_set_duty_cycle                             [Tracepoint event]
  clk:clk_set_duty_cycle_complete                    [Tracepoint event]
  clk:clk_set_max_rate                               [Tracepoint event]
  clk:clk_set_min_rate                               [Tracepoint event]
  clk:clk_set_parent                                 [Tracepoint event]
  clk:clk_set_parent_complete                        [Tracepoint event]
  clk:clk_set_phase                                  [Tracepoint event]
  clk:clk_set_phase_complete                         [Tracepoint event]
  clk:clk_set_rate                                   [Tracepoint event]
  clk:clk_set_rate_complete                          [Tracepoint event]
  clk:clk_set_rate_range                             [Tracepoint event]
  clk:clk_unprepare                                  [Tracepoint event]
  clk:clk_unprepare_complete                         [Tracepoint event]
  compaction:mm_compaction_begin                     [Tracepoint event]
  compaction:mm_compaction_defer_compaction          [Tracepoint event]
  compaction:mm_compaction_defer_reset               [Tracepoint event]
  compaction:mm_compaction_deferred                  [Tracepoint event]
  compaction:mm_compaction_end                       [Tracepoint event]
  compaction:mm_compaction_fast_isolate_freepages    [Tracepoint event]
  compaction:mm_compaction_finished                  [Tracepoint event]
  compaction:mm_compaction_isolate_freepages         [Tracepoint event]
  compaction:mm_compaction_isolate_migratepages      [Tracepoint event]
  compaction:mm_compaction_kcompactd_sleep           [Tracepoint event]
  compaction:mm_compaction_kcompactd_wake            [Tracepoint event]
  compaction:mm_compaction_migratepages              [Tracepoint event]
  compaction:mm_compaction_suitable                  [Tracepoint event]
  compaction:mm_compaction_try_to_compact_pages      [Tracepoint event]
  compaction:mm_compaction_wakeup_kcompactd          [Tracepoint event]
  context_tracking:user_enter                        [Tracepoint event]
  context_tracking:user_exit                         [Tracepoint event]
  cpuhp:cpuhp_enter                                  [Tracepoint event]
  cpuhp:cpuhp_exit                                   [Tracepoint event]
  cpuhp:cpuhp_multi_enter                            [Tracepoint event]
  cros_ec:cros_ec_request_done                       [Tracepoint event]
  cros_ec:cros_ec_request_start                      [Tracepoint event]
  csd:csd_function_entry                             [Tracepoint event]
  csd:csd_function_exit                              [Tracepoint event]
  csd:csd_queue_cpu                                  [Tracepoint event]
  dev:devres_log                                     [Tracepoint event]
  devfreq:devfreq_frequency                          [Tracepoint event]
  devfreq:devfreq_monitor                            [Tracepoint event]
  devlink:devlink_health_recover_aborted             [Tracepoint event]
  devlink:devlink_health_report                      [Tracepoint event]
  devlink:devlink_health_reporter_state_update       [Tracepoint event]
  devlink:devlink_hwerr                              [Tracepoint event]
  devlink:devlink_hwmsg                              [Tracepoint event]
  devlink:devlink_trap_report                        [Tracepoint event]
  dma_fence:dma_fence_destroy                        [Tracepoint event]
  dma_fence:dma_fence_emit                           [Tracepoint event]
  dma_fence:dma_fence_enable_signal                  [Tracepoint event]
  dma_fence:dma_fence_init                           [Tracepoint event]
  dma_fence:dma_fence_signaled                       [Tracepoint event]
  dma_fence:dma_fence_wait_end                       [Tracepoint event]
  dma_fence:dma_fence_wait_start                     [Tracepoint event]
  drm:drm_vblank_event                               [Tracepoint event]
  drm:drm_vblank_event_delivered                     [Tracepoint event]
  drm:drm_vblank_event_queued                        [Tracepoint event]
  error_report:error_report_end                      [Tracepoint event]
  exceptions:page_fault_kernel                       [Tracepoint event]
  exceptions:page_fault_user                         [Tracepoint event]
  ext4:ext4_alloc_da_blocks                          [Tracepoint event]
  ext4:ext4_allocate_blocks                          [Tracepoint event]
  ext4:ext4_allocate_inode                           [Tracepoint event]
  ext4:ext4_begin_ordered_truncate                   [Tracepoint event]
  ext4:ext4_collapse_range                           [Tracepoint event]
  ext4:ext4_da_release_space                         [Tracepoint event]
  ext4:ext4_da_reserve_space                         [Tracepoint event]
  ext4:ext4_da_update_reserve_space                  [Tracepoint event]
  ext4:ext4_da_write_begin                           [Tracepoint event]
  ext4:ext4_da_write_end                             [Tracepoint event]
  ext4:ext4_da_write_pages                           [Tracepoint event]
  ext4:ext4_da_write_pages_extent                    [Tracepoint event]
  ext4:ext4_discard_blocks                           [Tracepoint event]
  ext4:ext4_discard_preallocations                   [Tracepoint event]
  ext4:ext4_drop_inode                               [Tracepoint event]
  ext4:ext4_error                                    [Tracepoint event]
  ext4:ext4_es_cache_extent                          [Tracepoint event]
  ext4:ext4_es_find_extent_range_enter               [Tracepoint event]
  ext4:ext4_es_find_extent_range_exit                [Tracepoint event]
  ext4:ext4_es_insert_delayed_block                  [Tracepoint event]
  ext4:ext4_es_insert_extent                         [Tracepoint event]
  ext4:ext4_es_lookup_extent_enter                   [Tracepoint event]
  ext4:ext4_es_lookup_extent_exit                    [Tracepoint event]
  ext4:ext4_es_remove_extent                         [Tracepoint event]
  ext4:ext4_es_shrink                                [Tracepoint event]
  ext4:ext4_es_shrink_count                          [Tracepoint event]
  ext4:ext4_es_shrink_scan_enter                     [Tracepoint event]
  ext4:ext4_es_shrink_scan_exit                      [Tracepoint event]
  ext4:ext4_evict_inode                              [Tracepoint event]
  ext4:ext4_ext_convert_to_initialized_enter         [Tracepoint event]
  ext4:ext4_ext_convert_to_initialized_fastpath      [Tracepoint event]
  ext4:ext4_ext_handle_unwritten_extents             [Tracepoint event]
  ext4:ext4_ext_load_extent                          [Tracepoint event]
  ext4:ext4_ext_map_blocks_enter                     [Tracepoint event]
  ext4:ext4_ext_map_blocks_exit                      [Tracepoint event]
  ext4:ext4_ext_remove_space                         [Tracepoint event]
  ext4:ext4_ext_remove_space_done                    [Tracepoint event]
  ext4:ext4_ext_rm_idx                               [Tracepoint event]
  ext4:ext4_ext_rm_leaf                              [Tracepoint event]
  ext4:ext4_ext_show_extent                          [Tracepoint event]
  ext4:ext4_fallocate_enter                          [Tracepoint event]
  ext4:ext4_fallocate_exit                           [Tracepoint event]
  ext4:ext4_fc_cleanup                               [Tracepoint event]
  ext4:ext4_fc_commit_start                          [Tracepoint event]
  ext4:ext4_fc_commit_stop                           [Tracepoint event]
  ext4:ext4_fc_replay                                [Tracepoint event]
  ext4:ext4_fc_replay_scan                           [Tracepoint event]
  ext4:ext4_fc_stats                                 [Tracepoint event]
  ext4:ext4_fc_track_create                          [Tracepoint event]
  ext4:ext4_fc_track_inode                           [Tracepoint event]
  ext4:ext4_fc_track_link                            [Tracepoint event]
  ext4:ext4_fc_track_range                           [Tracepoint event]
  ext4:ext4_fc_track_unlink                          [Tracepoint event]
  ext4:ext4_forget                                   [Tracepoint event]
  ext4:ext4_free_blocks                              [Tracepoint event]
  ext4:ext4_free_inode                               [Tracepoint event]
  ext4:ext4_fsmap_high_key                           [Tracepoint event]
  ext4:ext4_fsmap_low_key                            [Tracepoint event]
  ext4:ext4_fsmap_mapping                            [Tracepoint event]
  ext4:ext4_get_implied_cluster_alloc_exit           [Tracepoint event]
  ext4:ext4_getfsmap_high_key                        [Tracepoint event]
  ext4:ext4_getfsmap_low_key                         [Tracepoint event]
  ext4:ext4_getfsmap_mapping                         [Tracepoint event]
  ext4:ext4_ind_map_blocks_enter                     [Tracepoint event]
  ext4:ext4_ind_map_blocks_exit                      [Tracepoint event]
  ext4:ext4_insert_range                             [Tracepoint event]
  ext4:ext4_invalidate_folio                         [Tracepoint event]
  ext4:ext4_journal_start_inode                      [Tracepoint event]
  ext4:ext4_journal_start_reserved                   [Tracepoint event]
  ext4:ext4_journal_start_sb                         [Tracepoint event]
  ext4:ext4_journalled_invalidate_folio              [Tracepoint event]
  ext4:ext4_journalled_write_end                     [Tracepoint event]
  ext4:ext4_lazy_itable_init                         [Tracepoint event]
  ext4:ext4_load_inode                               [Tracepoint event]
  ext4:ext4_load_inode_bitmap                        [Tracepoint event]
  ext4:ext4_mark_inode_dirty                         [Tracepoint event]
  ext4:ext4_mb_bitmap_load                           [Tracepoint event]
  ext4:ext4_mb_buddy_bitmap_load                     [Tracepoint event]
  ext4:ext4_mb_discard_preallocations                [Tracepoint event]
  ext4:ext4_mb_new_group_pa                          [Tracepoint event]
  ext4:ext4_mb_new_inode_pa                          [Tracepoint event]
  ext4:ext4_mb_release_group_pa                      [Tracepoint event]
  ext4:ext4_mb_release_inode_pa                      [Tracepoint event]
  ext4:ext4_mballoc_alloc                            [Tracepoint event]
  ext4:ext4_mballoc_discard                          [Tracepoint event]
  ext4:ext4_mballoc_free                             [Tracepoint event]
  ext4:ext4_mballoc_prealloc                         [Tracepoint event]
  ext4:ext4_nfs_commit_metadata                      [Tracepoint event]
  ext4:ext4_other_inode_update_time                  [Tracepoint event]
  ext4:ext4_prefetch_bitmaps                         [Tracepoint event]
  ext4:ext4_punch_hole                               [Tracepoint event]
  ext4:ext4_read_block_bitmap_load                   [Tracepoint event]
  ext4:ext4_read_folio                               [Tracepoint event]
  ext4:ext4_release_folio                            [Tracepoint event]
  ext4:ext4_remove_blocks                            [Tracepoint event]
  ext4:ext4_request_blocks                           [Tracepoint event]
  ext4:ext4_request_inode                            [Tracepoint event]
  ext4:ext4_shutdown                                 [Tracepoint event]
  ext4:ext4_sync_file_enter                          [Tracepoint event]
  ext4:ext4_sync_file_exit                           [Tracepoint event]
  ext4:ext4_sync_fs                                  [Tracepoint event]
  ext4:ext4_trim_all_free                            [Tracepoint event]
  ext4:ext4_trim_extent                              [Tracepoint event]
  ext4:ext4_truncate_enter                           [Tracepoint event]
  ext4:ext4_truncate_exit                            [Tracepoint event]
  ext4:ext4_unlink_enter                             [Tracepoint event]
  ext4:ext4_unlink_exit                              [Tracepoint event]
  ext4:ext4_update_sb                                [Tracepoint event]
  ext4:ext4_write_begin                              [Tracepoint event]
  ext4:ext4_write_end                                [Tracepoint event]
  ext4:ext4_writepages                               [Tracepoint event]
  ext4:ext4_writepages_result                        [Tracepoint event]
  ext4:ext4_zero_range                               [Tracepoint event]
  fib:fib_table_lookup                               [Tracepoint event]
  fib6:fib6_table_lookup                             [Tracepoint event]
  filelock:break_lease_block                         [Tracepoint event]
  filelock:break_lease_noblock                       [Tracepoint event]
  filelock:break_lease_unblock                       [Tracepoint event]
  filelock:fcntl_setlk                               [Tracepoint event]
  filelock:flock_lock_inode                          [Tracepoint event]
  filelock:generic_add_lease                         [Tracepoint event]
  filelock:generic_delete_lease                      [Tracepoint event]
  filelock:leases_conflict                           [Tracepoint event]
  filelock:locks_get_lock_context                    [Tracepoint event]
  filelock:locks_remove_posix                        [Tracepoint event]
  filelock:posix_lock_inode                          [Tracepoint event]
  filelock:time_out_leases                           [Tracepoint event]
  filemap:file_check_and_advance_wb_err              [Tracepoint event]
  filemap:filemap_set_wb_err                         [Tracepoint event]
  filemap:mm_filemap_add_to_page_cache               [Tracepoint event]
  filemap:mm_filemap_delete_from_page_cache          [Tracepoint event]
  fs_dax:dax_insert_mapping                          [Tracepoint event]
  fs_dax:dax_insert_pfn_mkwrite                      [Tracepoint event]
  fs_dax:dax_insert_pfn_mkwrite_no_entry             [Tracepoint event]
  fs_dax:dax_load_hole                               [Tracepoint event]
  fs_dax:dax_pmd_fault                               [Tracepoint event]
  fs_dax:dax_pmd_fault_done                          [Tracepoint event]
  fs_dax:dax_pmd_insert_mapping                      [Tracepoint event]
  fs_dax:dax_pmd_load_hole                           [Tracepoint event]
  fs_dax:dax_pmd_load_hole_fallback                  [Tracepoint event]
  fs_dax:dax_pte_fault                               [Tracepoint event]
  fs_dax:dax_pte_fault_done                          [Tracepoint event]
  fs_dax:dax_writeback_one                           [Tracepoint event]
  fs_dax:dax_writeback_range                         [Tracepoint event]
  fs_dax:dax_writeback_range_done                    [Tracepoint event]
  ftrace:function                                    [Tracepoint event]
  ftrace:print                                       [Tracepoint event]
  gpio:gpio_direction                                [Tracepoint event]
  gpio:gpio_value                                    [Tracepoint event]
  gpu_scheduler:drm_run_job                          [Tracepoint event]
  gpu_scheduler:drm_sched_job                        [Tracepoint event]
  gpu_scheduler:drm_sched_job_wait_dep               [Tracepoint event]
  gpu_scheduler:drm_sched_process_job                [Tracepoint event]
  handshake:handshake_cancel                         [Tracepoint event]
  handshake:handshake_cancel_busy                    [Tracepoint event]
  handshake:handshake_cancel_none                    [Tracepoint event]
  handshake:handshake_cmd_accept                     [Tracepoint event]
  handshake:handshake_cmd_accept_err                 [Tracepoint event]
  handshake:handshake_cmd_done                       [Tracepoint event]
  handshake:handshake_cmd_done_err                   [Tracepoint event]
  handshake:handshake_complete                       [Tracepoint event]
  handshake:handshake_destruct                       [Tracepoint event]
  handshake:handshake_notify_err                     [Tracepoint event]
  handshake:handshake_submit                         [Tracepoint event]
  handshake:handshake_submit_err                     [Tracepoint event]
  handshake:tls_alert_recv                           [Tracepoint event]
  handshake:tls_alert_send                           [Tracepoint event]
  handshake:tls_contenttype                          [Tracepoint event]
  hda:hda_get_response                               [Tracepoint event]
  hda:hda_send_cmd                                   [Tracepoint event]
  hda:hda_unsol_event                                [Tracepoint event]
  hda:snd_hdac_stream_start                          [Tracepoint event]
  hda:snd_hdac_stream_stop                           [Tracepoint event]
  hda_controller:azx_get_position                    [Tracepoint event]
  hda_controller:azx_pcm_close                       [Tracepoint event]
  hda_controller:azx_pcm_hw_params                   [Tracepoint event]
  hda_controller:azx_pcm_open                        [Tracepoint event]
  hda_controller:azx_pcm_prepare                     [Tracepoint event]
  hda_controller:azx_pcm_trigger                     [Tracepoint event]
  hda_intel:azx_resume                               [Tracepoint event]
  hda_intel:azx_runtime_resume                       [Tracepoint event]
  hda_intel:azx_runtime_suspend                      [Tracepoint event]
  hda_intel:azx_suspend                              [Tracepoint event]
  huge_memory:mm_collapse_huge_page                  [Tracepoint event]
  huge_memory:mm_collapse_huge_page_isolate          [Tracepoint event]
  huge_memory:mm_collapse_huge_page_swapin           [Tracepoint event]
  huge_memory:mm_khugepaged_collapse_file            [Tracepoint event]
  huge_memory:mm_khugepaged_scan_file                [Tracepoint event]
  huge_memory:mm_khugepaged_scan_pmd                 [Tracepoint event]
  hwmon:hwmon_attr_show                              [Tracepoint event]
  hwmon:hwmon_attr_show_string                       [Tracepoint event]
  hwmon:hwmon_attr_store                             [Tracepoint event]
  hyperv:hyperv_mmu_flush_tlb_multi                  [Tracepoint event]
  hyperv:hyperv_nested_flush_guest_mapping           [Tracepoint event]
  hyperv:hyperv_nested_flush_guest_mapping_range     [Tracepoint event]
  hyperv:hyperv_send_ipi_mask                        [Tracepoint event]
  hyperv:hyperv_send_ipi_one                         [Tracepoint event]
  i2c:i2c_read                                       [Tracepoint event]
  i2c:i2c_reply                                      [Tracepoint event]
  i2c:i2c_result                                     [Tracepoint event]
  i2c:i2c_write                                      [Tracepoint event]
  i915:g4x_wm                                        [Tracepoint event]
  i915:g4x_wm                                        [Tracepoint event]
  i915:i915_context_create                           [Tracepoint event]
  i915:i915_context_free                             [Tracepoint event]
  i915:i915_gem_evict                                [Tracepoint event]
  i915:i915_gem_evict_node                           [Tracepoint event]
  i915:i915_gem_evict_vm                             [Tracepoint event]
  i915:i915_gem_object_clflush                       [Tracepoint event]
  i915:i915_gem_object_create                        [Tracepoint event]
  i915:i915_gem_object_destroy                       [Tracepoint event]
  i915:i915_gem_object_fault                         [Tracepoint event]
  i915:i915_gem_object_pread                         [Tracepoint event]
  i915:i915_gem_object_pwrite                        [Tracepoint event]
  i915:i915_gem_shrink                               [Tracepoint event]
  i915:i915_ppgtt_create                             [Tracepoint event]
  i915:i915_ppgtt_release                            [Tracepoint event]
  i915:i915_reg_rw                                   [Tracepoint event]
  i915:i915_request_add                              [Tracepoint event]
  i915:i915_request_queue                            [Tracepoint event]
  i915:i915_request_retire                           [Tracepoint event]
  i915:i915_request_wait_begin                       [Tracepoint event]
  i915:i915_request_wait_end                         [Tracepoint event]
  i915:i915_vma_bind                                 [Tracepoint event]
  i915:i915_vma_unbind                               [Tracepoint event]
  i915:intel_cpu_fifo_underrun                       [Tracepoint event]
  i915:intel_cpu_fifo_underrun                       [Tracepoint event]
  i915:intel_crtc_vblank_work_end                    [Tracepoint event]
  i915:intel_crtc_vblank_work_end                    [Tracepoint event]
  i915:intel_crtc_vblank_work_start                  [Tracepoint event]
  i915:intel_crtc_vblank_work_start                  [Tracepoint event]
  i915:intel_fbc_activate                            [Tracepoint event]
  i915:intel_fbc_activate                            [Tracepoint event]
  i915:intel_fbc_deactivate                          [Tracepoint event]
  i915:intel_fbc_deactivate                          [Tracepoint event]
  i915:intel_fbc_nuke                                [Tracepoint event]
  i915:intel_fbc_nuke                                [Tracepoint event]
  i915:intel_frontbuffer_flush                       [Tracepoint event]
  i915:intel_frontbuffer_flush                       [Tracepoint event]
  i915:intel_frontbuffer_invalidate                  [Tracepoint event]
  i915:intel_frontbuffer_invalidate                  [Tracepoint event]
  i915:intel_memory_cxsr                             [Tracepoint event]
  i915:intel_memory_cxsr                             [Tracepoint event]
  i915:intel_pch_fifo_underrun                       [Tracepoint event]
  i915:intel_pch_fifo_underrun                       [Tracepoint event]
  i915:intel_pipe_crc                                [Tracepoint event]
  i915:intel_pipe_crc                                [Tracepoint event]
  i915:intel_pipe_disable                            [Tracepoint event]
  i915:intel_pipe_disable                            [Tracepoint event]
  i915:intel_pipe_enable                             [Tracepoint event]
  i915:intel_pipe_enable                             [Tracepoint event]
  i915:intel_pipe_update_end                         [Tracepoint event]
  i915:intel_pipe_update_end                         [Tracepoint event]
  i915:intel_pipe_update_start                       [Tracepoint event]
  i915:intel_pipe_update_start                       [Tracepoint event]
  i915:intel_pipe_update_vblank_evaded               [Tracepoint event]
  i915:intel_pipe_update_vblank_evaded               [Tracepoint event]
  i915:intel_plane_disable_arm                       [Tracepoint event]
  i915:intel_plane_disable_arm                       [Tracepoint event]
  i915:intel_plane_update_arm                        [Tracepoint event]
  i915:intel_plane_update_arm                        [Tracepoint event]
  i915:intel_plane_update_noarm                      [Tracepoint event]
  i915:intel_plane_update_noarm                      [Tracepoint event]
  i915:vlv_fifo_size                                 [Tracepoint event]
  i915:vlv_fifo_size                                 [Tracepoint event]
  i915:vlv_wm                                        [Tracepoint event]
  i915:vlv_wm                                        [Tracepoint event]
  initcall:initcall_finish                           [Tracepoint event]
  initcall:initcall_level                            [Tracepoint event]
  initcall:initcall_start                            [Tracepoint event]
  intel_iommu:prq_report                             [Tracepoint event]
  intel_iommu:qi_submit                              [Tracepoint event]
  intel_ish:ishtp_dump                               [Tracepoint event]
  interconnect:icc_set_bw                            [Tracepoint event]
  interconnect:icc_set_bw_end                        [Tracepoint event]
  io_uring:io_uring_complete                         [Tracepoint event]
  io_uring:io_uring_cqe_overflow                     [Tracepoint event]
  io_uring:io_uring_cqring_wait                      [Tracepoint event]
  io_uring:io_uring_create                           [Tracepoint event]
  io_uring:io_uring_defer                            [Tracepoint event]
  io_uring:io_uring_fail_link                        [Tracepoint event]
  io_uring:io_uring_file_get                         [Tracepoint event]
  io_uring:io_uring_link                             [Tracepoint event]
  io_uring:io_uring_local_work_run                   [Tracepoint event]
  io_uring:io_uring_poll_arm                         [Tracepoint event]
  io_uring:io_uring_queue_async_work                 [Tracepoint event]
  io_uring:io_uring_register                         [Tracepoint event]
  io_uring:io_uring_req_failed                       [Tracepoint event]
  io_uring:io_uring_short_write                      [Tracepoint event]
  io_uring:io_uring_submit_req                       [Tracepoint event]
  io_uring:io_uring_task_add                         [Tracepoint event]
  io_uring:io_uring_task_work_run                    [Tracepoint event]
  iocost:iocost_inuse_adjust                         [Tracepoint event]
  iocost:iocost_inuse_shortage                       [Tracepoint event]
  iocost:iocost_inuse_transfer                       [Tracepoint event]
  iocost:iocost_ioc_vrate_adj                        [Tracepoint event]
  iocost:iocost_iocg_activate                        [Tracepoint event]
  iocost:iocost_iocg_forgive_debt                    [Tracepoint event]
  iocost:iocost_iocg_idle                            [Tracepoint event]
  iomap:iomap_dio_complete                           [Tracepoint event]
  iomap:iomap_dio_invalidate_fail                    [Tracepoint event]
  iomap:iomap_dio_rw_begin                           [Tracepoint event]
  iomap:iomap_dio_rw_queued                          [Tracepoint event]
  iomap:iomap_invalidate_folio                       [Tracepoint event]
  iomap:iomap_iter                                   [Tracepoint event]
  iomap:iomap_iter_dstmap                            [Tracepoint event]
  iomap:iomap_iter_srcmap                            [Tracepoint event]
  iomap:iomap_readahead                              [Tracepoint event]
  iomap:iomap_readpage                               [Tracepoint event]
  iomap:iomap_release_folio                          [Tracepoint event]
  iomap:iomap_writepage                              [Tracepoint event]
  iomap:iomap_writepage_map                          [Tracepoint event]
  iommu:add_device_to_group                          [Tracepoint event]
  iommu:attach_device_to_domain                      [Tracepoint event]
  iommu:io_page_fault                                [Tracepoint event]
  iommu:map                                          [Tracepoint event]
  iommu:remove_device_from_group                     [Tracepoint event]
  iommu:unmap                                        [Tracepoint event]
  ipi:ipi_entry                                      [Tracepoint event]
  ipi:ipi_exit                                       [Tracepoint event]
  ipi:ipi_raise                                      [Tracepoint event]
  ipi:ipi_send_cpu                                   [Tracepoint event]
  ipi:ipi_send_cpumask                               [Tracepoint event]
  irq:irq_handler_entry                              [Tracepoint event]
  irq:irq_handler_exit                               [Tracepoint event]
  irq:softirq_entry                                  [Tracepoint event]
  irq:softirq_exit                                   [Tracepoint event]
  irq:softirq_raise                                  [Tracepoint event]
  irq:tasklet_entry                                  [Tracepoint event]
  irq:tasklet_exit                                   [Tracepoint event]
  irq_matrix:irq_matrix_alloc                        [Tracepoint event]
  irq_matrix:irq_matrix_alloc_managed                [Tracepoint event]
  irq_matrix:irq_matrix_alloc_reserved               [Tracepoint event]
  irq_matrix:irq_matrix_assign                       [Tracepoint event]
  irq_matrix:irq_matrix_assign_system                [Tracepoint event]
  irq_matrix:irq_matrix_free                         [Tracepoint event]
  irq_matrix:irq_matrix_offline                      [Tracepoint event]
  irq_matrix:irq_matrix_online                       [Tracepoint event]
  irq_matrix:irq_matrix_remove_managed               [Tracepoint event]
  irq_matrix:irq_matrix_remove_reserved              [Tracepoint event]
  irq_matrix:irq_matrix_reserve                      [Tracepoint event]
  irq_matrix:irq_matrix_reserve_managed              [Tracepoint event]
  irq_vectors:call_function_entry                    [Tracepoint event]
  irq_vectors:call_function_exit                     [Tracepoint event]
  irq_vectors:call_function_single_entry             [Tracepoint event]
  irq_vectors:call_function_single_exit              [Tracepoint event]
  irq_vectors:deferred_error_apic_entry              [Tracepoint event]
  irq_vectors:deferred_error_apic_exit               [Tracepoint event]
  irq_vectors:error_apic_entry                       [Tracepoint event]
  irq_vectors:error_apic_exit                        [Tracepoint event]
  irq_vectors:irq_work_entry                         [Tracepoint event]
  irq_vectors:irq_work_exit                          [Tracepoint event]
  irq_vectors:local_timer_entry                      [Tracepoint event]
  irq_vectors:local_timer_exit                       [Tracepoint event]
  irq_vectors:reschedule_entry                       [Tracepoint event]
  irq_vectors:reschedule_exit                        [Tracepoint event]
  irq_vectors:spurious_apic_entry                    [Tracepoint event]
  irq_vectors:spurious_apic_exit                     [Tracepoint event]
  irq_vectors:thermal_apic_entry                     [Tracepoint event]
  irq_vectors:thermal_apic_exit                      [Tracepoint event]
  irq_vectors:threshold_apic_entry                   [Tracepoint event]
  irq_vectors:threshold_apic_exit                    [Tracepoint event]
  irq_vectors:vector_activate                        [Tracepoint event]
  irq_vectors:vector_alloc                           [Tracepoint event]
  irq_vectors:vector_alloc_managed                   [Tracepoint event]
  irq_vectors:vector_clear                           [Tracepoint event]
  irq_vectors:vector_config                          [Tracepoint event]
  irq_vectors:vector_deactivate                      [Tracepoint event]
  irq_vectors:vector_free_moved                      [Tracepoint event]
  irq_vectors:vector_reserve                         [Tracepoint event]
  irq_vectors:vector_reserve_managed                 [Tracepoint event]
  irq_vectors:vector_setup                           [Tracepoint event]
  irq_vectors:vector_teardown                        [Tracepoint event]
  irq_vectors:vector_update                          [Tracepoint event]
  irq_vectors:x86_platform_ipi_entry                 [Tracepoint event]
  irq_vectors:x86_platform_ipi_exit                  [Tracepoint event]
  iwlwifi:iwlwifi_dev_hcmd                           [Tracepoint event]
  iwlwifi:iwlwifi_dev_rx                             [Tracepoint event]
  iwlwifi:iwlwifi_dev_tx                             [Tracepoint event]
  iwlwifi:iwlwifi_dev_ucode_event                    [Tracepoint event]
  iwlwifi_data:iwlwifi_dev_rx_data                   [Tracepoint event]
  iwlwifi_data:iwlwifi_dev_tx_tb                     [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_ict_read                    [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_ioread32                    [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_ioread_prph32               [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_iowrite32                   [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_iowrite64                   [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_iowrite8                    [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_iowrite_prph32              [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_iowrite_prph64              [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_irq                         [Tracepoint event]
  iwlwifi_io:iwlwifi_dev_irq_msix                    [Tracepoint event]
  iwlwifi_msg:iwlwifi_crit                           [Tracepoint event]
  iwlwifi_msg:iwlwifi_dbg                            [Tracepoint event]
  iwlwifi_msg:iwlwifi_err                            [Tracepoint event]
  iwlwifi_msg:iwlwifi_info                           [Tracepoint event]
  iwlwifi_msg:iwlwifi_warn                           [Tracepoint event]
  iwlwifi_ucode:iwlwifi_dev_ucode_cont_event         [Tracepoint event]
  iwlwifi_ucode:iwlwifi_dev_ucode_wrap_event         [Tracepoint event]
  jbd2:jbd2_checkpoint                               [Tracepoint event]
  jbd2:jbd2_checkpoint_stats                         [Tracepoint event]
  jbd2:jbd2_commit_flushing                          [Tracepoint event]
  jbd2:jbd2_commit_locking                           [Tracepoint event]
  jbd2:jbd2_commit_logging                           [Tracepoint event]
  jbd2:jbd2_drop_transaction                         [Tracepoint event]
  jbd2:jbd2_end_commit                               [Tracepoint event]
  jbd2:jbd2_handle_extend                            [Tracepoint event]
  jbd2:jbd2_handle_restart                           [Tracepoint event]
  jbd2:jbd2_handle_start                             [Tracepoint event]
  jbd2:jbd2_handle_stats                             [Tracepoint event]
  jbd2:jbd2_lock_buffer_stall                        [Tracepoint event]
  jbd2:jbd2_run_stats                                [Tracepoint event]
  jbd2:jbd2_shrink_checkpoint_list                   [Tracepoint event]
  jbd2:jbd2_shrink_count                             [Tracepoint event]
  jbd2:jbd2_shrink_scan_enter                        [Tracepoint event]
  jbd2:jbd2_shrink_scan_exit                         [Tracepoint event]
  jbd2:jbd2_start_commit                             [Tracepoint event]
  jbd2:jbd2_submit_inode_data                        [Tracepoint event]
  jbd2:jbd2_update_log_tail                          [Tracepoint event]
  jbd2:jbd2_write_superblock                         [Tracepoint event]
  kmem:kfree                                         [Tracepoint event]
  kmem:kmalloc                                       [Tracepoint event]
  kmem:kmem_cache_alloc                              [Tracepoint event]
  kmem:kmem_cache_free                               [Tracepoint event]
  kmem:mm_page_alloc                                 [Tracepoint event]
  kmem:mm_page_alloc_extfrag                         [Tracepoint event]
  kmem:mm_page_alloc_zone_locked                     [Tracepoint event]
  kmem:mm_page_free                                  [Tracepoint event]
  kmem:mm_page_free_batched                          [Tracepoint event]
  kmem:mm_page_pcpu_drain                            [Tracepoint event]
  kmem:rss_stat                                      [Tracepoint event]
  ksm:ksm_advisor                                    [Tracepoint event]
  ksm:ksm_enter                                      [Tracepoint event]
  ksm:ksm_exit                                       [Tracepoint event]
  ksm:ksm_merge_one_page                             [Tracepoint event]
  ksm:ksm_merge_with_ksm_page                        [Tracepoint event]
  ksm:ksm_remove_ksm_page                            [Tracepoint event]
  ksm:ksm_remove_rmap_item                           [Tracepoint event]
  ksm:ksm_start_scan                                 [Tracepoint event]
  ksm:ksm_stop_scan                                  [Tracepoint event]
  kvm:kvm_ack_irq                                    [Tracepoint event]
  kvm:kvm_age_hva                                    [Tracepoint event]
  kvm:kvm_apic                                       [Tracepoint event]
  kvm:kvm_apic_accept_irq                            [Tracepoint event]
  kvm:kvm_apic_ipi                                   [Tracepoint event]
  kvm:kvm_apicv_accept_irq                           [Tracepoint event]
  kvm:kvm_apicv_inhibit_changed                      [Tracepoint event]
  kvm:kvm_async_pf_completed                         [Tracepoint event]
  kvm:kvm_async_pf_not_present                       [Tracepoint event]
  kvm:kvm_async_pf_ready                             [Tracepoint event]
  kvm:kvm_async_pf_repeated_fault                    [Tracepoint event]
  kvm:kvm_avic_doorbell                              [Tracepoint event]
  kvm:kvm_avic_ga_log                                [Tracepoint event]
  kvm:kvm_avic_incomplete_ipi                        [Tracepoint event]
  kvm:kvm_avic_kick_vcpu_slowpath                    [Tracepoint event]
  kvm:kvm_avic_unaccelerated_access                  [Tracepoint event]
  kvm:kvm_cpuid                                      [Tracepoint event]
  kvm:kvm_cr                                         [Tracepoint event]
  kvm:kvm_dirty_ring_exit                            [Tracepoint event]
  kvm:kvm_dirty_ring_push                            [Tracepoint event]
  kvm:kvm_dirty_ring_reset                           [Tracepoint event]
  kvm:kvm_emulate_insn                               [Tracepoint event]
  kvm:kvm_entry                                      [Tracepoint event]
  kvm:kvm_eoi                                        [Tracepoint event]
  kvm:kvm_exit                                       [Tracepoint event]
  kvm:kvm_fast_mmio                                  [Tracepoint event]
  kvm:kvm_fpu                                        [Tracepoint event]
  kvm:kvm_halt_poll_ns                               [Tracepoint event]
  kvm:kvm_hv_flush_tlb                               [Tracepoint event]
  kvm:kvm_hv_flush_tlb_ex                            [Tracepoint event]
  kvm:kvm_hv_hypercall                               [Tracepoint event]
  kvm:kvm_hv_hypercall_done                          [Tracepoint event]
  kvm:kvm_hv_notify_acked_sint                       [Tracepoint event]
  kvm:kvm_hv_send_ipi                                [Tracepoint event]
  kvm:kvm_hv_send_ipi_ex                             [Tracepoint event]
  kvm:kvm_hv_stimer_callback                         [Tracepoint event]
  kvm:kvm_hv_stimer_cleanup                          [Tracepoint event]
  kvm:kvm_hv_stimer_expiration                       [Tracepoint event]
  kvm:kvm_hv_stimer_set_config                       [Tracepoint event]
  kvm:kvm_hv_stimer_set_count                        [Tracepoint event]
  kvm:kvm_hv_stimer_start_one_shot                   [Tracepoint event]
  kvm:kvm_hv_stimer_start_periodic                   [Tracepoint event]
  kvm:kvm_hv_syndbg_get_msr                          [Tracepoint event]
  kvm:kvm_hv_syndbg_set_msr                          [Tracepoint event]
  kvm:kvm_hv_synic_send_eoi                          [Tracepoint event]
  kvm:kvm_hv_synic_set_irq                           [Tracepoint event]
  kvm:kvm_hv_synic_set_msr                           [Tracepoint event]
  kvm:kvm_hv_timer_state                             [Tracepoint event]
  kvm:kvm_hypercall                                  [Tracepoint event]
  kvm:kvm_inj_exception                              [Tracepoint event]
  kvm:kvm_inj_virq                                   [Tracepoint event]
  kvm:kvm_invlpga                                    [Tracepoint event]
  kvm:kvm_ioapic_delayed_eoi_inj                     [Tracepoint event]
  kvm:kvm_ioapic_set_irq                             [Tracepoint event]
  kvm:kvm_mmio                                       [Tracepoint event]
  kvm:kvm_msi_set_irq                                [Tracepoint event]
  kvm:kvm_msr                                        [Tracepoint event]
  kvm:kvm_nested_intercepts                          [Tracepoint event]
  kvm:kvm_nested_intr_vmexit                         [Tracepoint event]
  kvm:kvm_nested_vmenter                             [Tracepoint event]
  kvm:kvm_nested_vmenter_failed                      [Tracepoint event]
  kvm:kvm_nested_vmexit                              [Tracepoint event]
  kvm:kvm_nested_vmexit_inject                       [Tracepoint event]
  kvm:kvm_page_fault                                 [Tracepoint event]
  kvm:kvm_pi_irte_update                             [Tracepoint event]
  kvm:kvm_pic_set_irq                                [Tracepoint event]
  kvm:kvm_pio                                        [Tracepoint event]
  kvm:kvm_ple_window_update                          [Tracepoint event]
  kvm:kvm_pml_full                                   [Tracepoint event]
  kvm:kvm_pv_eoi                                     [Tracepoint event]
  kvm:kvm_pv_tlb_flush                               [Tracepoint event]
  kvm:kvm_pvclock_update                             [Tracepoint event]
  kvm:kvm_set_irq                                    [Tracepoint event]
  kvm:kvm_set_spte_hva                               [Tracepoint event]
  kvm:kvm_skinit                                     [Tracepoint event]
  kvm:kvm_smm_transition                             [Tracepoint event]
  kvm:kvm_test_age_hva                               [Tracepoint event]
  kvm:kvm_track_tsc                                  [Tracepoint event]
  kvm:kvm_try_async_get_page                         [Tracepoint event]
  kvm:kvm_unmap_hva_range                            [Tracepoint event]
  kvm:kvm_update_master_clock                        [Tracepoint event]
  kvm:kvm_userspace_exit                             [Tracepoint event]
  kvm:kvm_vcpu_wakeup                                [Tracepoint event]
  kvm:kvm_vmgexit_enter                              [Tracepoint event]
  kvm:kvm_vmgexit_exit                               [Tracepoint event]
  kvm:kvm_vmgexit_msr_protocol_enter                 [Tracepoint event]
  kvm:kvm_vmgexit_msr_protocol_exit                  [Tracepoint event]
  kvm:kvm_wait_lapic_expire                          [Tracepoint event]
  kvm:kvm_write_tsc_offset                           [Tracepoint event]
  kvm:kvm_xen_hypercall                              [Tracepoint event]
  kvm:vcpu_match_mmio                                [Tracepoint event]
  kvmmmu:check_mmio_spte                             [Tracepoint event]
  kvmmmu:fast_page_fault                             [Tracepoint event]
  kvmmmu:handle_mmio_page_fault                      [Tracepoint event]
  kvmmmu:kvm_mmu_get_page                            [Tracepoint event]
  kvmmmu:kvm_mmu_pagetable_walk                      [Tracepoint event]
  kvmmmu:kvm_mmu_paging_element                      [Tracepoint event]
  kvmmmu:kvm_mmu_prepare_zap_page                    [Tracepoint event]
  kvmmmu:kvm_mmu_set_accessed_bit                    [Tracepoint event]
  kvmmmu:kvm_mmu_set_dirty_bit                       [Tracepoint event]
  kvmmmu:kvm_mmu_set_spte                            [Tracepoint event]
  kvmmmu:kvm_mmu_split_huge_page                     [Tracepoint event]
  kvmmmu:kvm_mmu_spte_requested                      [Tracepoint event]
  kvmmmu:kvm_mmu_sync_page                           [Tracepoint event]
  kvmmmu:kvm_mmu_unsync_page                         [Tracepoint event]
  kvmmmu:kvm_mmu_walker_error                        [Tracepoint event]
  kvmmmu:kvm_mmu_zap_all_fast                        [Tracepoint event]
  kvmmmu:kvm_tdp_mmu_spte_changed                    [Tracepoint event]
  kvmmmu:mark_mmio_spte                              [Tracepoint event]
  libata:ata_bmdma_setup                             [Tracepoint event]
  libata:ata_bmdma_start                             [Tracepoint event]
  libata:ata_bmdma_status                            [Tracepoint event]
  libata:ata_bmdma_stop                              [Tracepoint event]
  libata:ata_eh_about_to_do                          [Tracepoint event]
  libata:ata_eh_done                                 [Tracepoint event]
  libata:ata_eh_link_autopsy                         [Tracepoint event]
  libata:ata_eh_link_autopsy_qc                      [Tracepoint event]
  libata:ata_exec_command                            [Tracepoint event]
  libata:ata_link_hardreset_begin                    [Tracepoint event]
  libata:ata_link_hardreset_end                      [Tracepoint event]
  libata:ata_link_postreset                          [Tracepoint event]
  libata:ata_link_softreset_begin                    [Tracepoint event]
  libata:ata_link_softreset_end                      [Tracepoint event]
  libata:ata_port_freeze                             [Tracepoint event]
  libata:ata_port_thaw                               [Tracepoint event]
  libata:ata_qc_complete_done                        [Tracepoint event]
  libata:ata_qc_complete_failed                      [Tracepoint event]
  libata:ata_qc_complete_internal                    [Tracepoint event]
  libata:ata_qc_issue                                [Tracepoint event]
  libata:ata_qc_prep                                 [Tracepoint event]
  libata:ata_sff_flush_pio_task                      [Tracepoint event]
  libata:ata_sff_hsm_command_complete                [Tracepoint event]
  libata:ata_sff_hsm_state                           [Tracepoint event]
  libata:ata_sff_pio_transfer_data                   [Tracepoint event]
  libata:ata_sff_port_intr                           [Tracepoint event]
  libata:ata_slave_hardreset_begin                   [Tracepoint event]
  libata:ata_slave_hardreset_end                     [Tracepoint event]
  libata:ata_slave_postreset                         [Tracepoint event]
  libata:ata_std_sched_eh                            [Tracepoint event]
  libata:ata_tf_load                                 [Tracepoint event]
  libata:atapi_pio_transfer_data                     [Tracepoint event]
  libata:atapi_send_cdb                              [Tracepoint event]
  lock:contention_begin                              [Tracepoint event]
  lock:contention_end                                [Tracepoint event]
  mac80211:api_beacon_loss                           [Tracepoint event]
  mac80211:api_chswitch_done                         [Tracepoint event]
  mac80211:api_connection_loss                       [Tracepoint event]
  mac80211:api_cqm_beacon_loss_notify                [Tracepoint event]
  mac80211:api_cqm_rssi_notify                       [Tracepoint event]
  mac80211:api_disconnect                            [Tracepoint event]
  mac80211:api_enable_rssi_reports                   [Tracepoint event]
  mac80211:api_eosp                                  [Tracepoint event]
  mac80211:api_gtk_rekey_notify                      [Tracepoint event]
  mac80211:api_radar_detected                        [Tracepoint event]
  mac80211:api_ready_on_channel                      [Tracepoint event]
  mac80211:api_remain_on_channel_expired             [Tracepoint event]
  mac80211:api_restart_hw                            [Tracepoint event]
  mac80211:api_scan_completed                        [Tracepoint event]
  mac80211:api_sched_scan_results                    [Tracepoint event]
  mac80211:api_sched_scan_stopped                    [Tracepoint event]
  mac80211:api_send_eosp_nullfunc                    [Tracepoint event]
  mac80211:api_sta_block_awake                       [Tracepoint event]
  mac80211:api_sta_set_buffered                      [Tracepoint event]
  mac80211:api_start_tx_ba_cb                        [Tracepoint event]
  mac80211:api_start_tx_ba_session                   [Tracepoint event]
  mac80211:api_stop_tx_ba_cb                         [Tracepoint event]
  mac80211:api_stop_tx_ba_session                    [Tracepoint event]
  mac80211:drv_abort_channel_switch                  [Tracepoint event]
  mac80211:drv_abort_pmsr                            [Tracepoint event]
  mac80211:drv_add_chanctx                           [Tracepoint event]
  mac80211:drv_add_interface                         [Tracepoint event]
  mac80211:drv_add_nan_func                          [Tracepoint event]
  mac80211:drv_add_twt_setup                         [Tracepoint event]
  mac80211:drv_allow_buffered_frames                 [Tracepoint event]
  mac80211:drv_ampdu_action                          [Tracepoint event]
  mac80211:drv_assign_vif_chanctx                    [Tracepoint event]
  mac80211:drv_can_activate_links                    [Tracepoint event]
  mac80211:drv_cancel_hw_scan                        [Tracepoint event]
  mac80211:drv_cancel_remain_on_channel              [Tracepoint event]
  mac80211:drv_change_chanctx                        [Tracepoint event]
  mac80211:drv_change_interface                      [Tracepoint event]
  mac80211:drv_change_sta_links                      [Tracepoint event]
  mac80211:drv_change_vif_links                      [Tracepoint event]
  mac80211:drv_channel_switch                        [Tracepoint event]
  mac80211:drv_channel_switch_beacon                 [Tracepoint event]
  mac80211:drv_channel_switch_rx_beacon              [Tracepoint event]
  mac80211:drv_conf_tx                               [Tracepoint event]
  mac80211:drv_config                                [Tracepoint event]
  mac80211:drv_config_iface_filter                   [Tracepoint event]
  mac80211:drv_configure_filter                      [Tracepoint event]
  mac80211:drv_del_nan_func                          [Tracepoint event]
  mac80211:drv_event_callback                        [Tracepoint event]
  mac80211:drv_flush                                 [Tracepoint event]
  mac80211:drv_flush_sta                             [Tracepoint event]
  mac80211:drv_get_antenna                           [Tracepoint event]
  mac80211:drv_get_et_sset_count                     [Tracepoint event]
  mac80211:drv_get_et_stats                          [Tracepoint event]
  mac80211:drv_get_et_strings                        [Tracepoint event]
  mac80211:drv_get_expected_throughput               [Tracepoint event]
  mac80211:drv_get_ftm_responder_stats               [Tracepoint event]
  mac80211:drv_get_key_seq                           [Tracepoint event]
  mac80211:drv_get_ringparam                         [Tracepoint event]
  mac80211:drv_get_stats                             [Tracepoint event]
  mac80211:drv_get_survey                            [Tracepoint event]
  mac80211:drv_get_tsf                               [Tracepoint event]
  mac80211:drv_get_txpower                           [Tracepoint event]
  mac80211:drv_hw_scan                               [Tracepoint event]
  mac80211:drv_ipv6_addr_change                      [Tracepoint event]
  mac80211:drv_join_ibss                             [Tracepoint event]
  mac80211:drv_leave_ibss                            [Tracepoint event]
  mac80211:drv_link_info_changed                     [Tracepoint event]
  mac80211:drv_mgd_complete_tx                       [Tracepoint event]
  mac80211:drv_mgd_prepare_tx                        [Tracepoint event]
  mac80211:drv_mgd_protect_tdls_discover             [Tracepoint event]
  mac80211:drv_nan_change_conf                       [Tracepoint event]
  mac80211:drv_net_fill_forward_path                 [Tracepoint event]
  mac80211:drv_net_setup_tc                          [Tracepoint event]
  mac80211:drv_offchannel_tx_cancel_wait             [Tracepoint event]
  mac80211:drv_offset_tsf                            [Tracepoint event]
  mac80211:drv_post_channel_switch                   [Tracepoint event]
  mac80211:drv_pre_channel_switch                    [Tracepoint event]
  mac80211:drv_prepare_multicast                     [Tracepoint event]
  mac80211:drv_reconfig_complete                     [Tracepoint event]
  mac80211:drv_release_buffered_frames               [Tracepoint event]
  mac80211:drv_remain_on_channel                     [Tracepoint event]
  mac80211:drv_remove_chanctx                        [Tracepoint event]
  mac80211:drv_remove_interface                      [Tracepoint event]
  mac80211:drv_reset_tsf                             [Tracepoint event]
  mac80211:drv_resume                                [Tracepoint event]
  mac80211:drv_return_bool                           [Tracepoint event]
  mac80211:drv_return_int                            [Tracepoint event]
  mac80211:drv_return_u32                            [Tracepoint event]
  mac80211:drv_return_u64                            [Tracepoint event]
  mac80211:drv_return_void                           [Tracepoint event]
  mac80211:drv_sched_scan_start                      [Tracepoint event]
  mac80211:drv_sched_scan_stop                       [Tracepoint event]
  mac80211:drv_set_antenna                           [Tracepoint event]
  mac80211:drv_set_bitrate_mask                      [Tracepoint event]
  mac80211:drv_set_coverage_class                    [Tracepoint event]
  mac80211:drv_set_default_unicast_key               [Tracepoint event]
  mac80211:drv_set_frag_threshold                    [Tracepoint event]
  mac80211:drv_set_key                               [Tracepoint event]
  mac80211:drv_set_rekey_data                        [Tracepoint event]
  mac80211:drv_set_ringparam                         [Tracepoint event]
  mac80211:drv_set_rts_threshold                     [Tracepoint event]
  mac80211:drv_set_tim                               [Tracepoint event]
  mac80211:drv_set_tsf                               [Tracepoint event]
  mac80211:drv_set_wakeup                            [Tracepoint event]
  mac80211:drv_sta_add                               [Tracepoint event]
  mac80211:drv_sta_notify                            [Tracepoint event]
  mac80211:drv_sta_pre_rcu_remove                    [Tracepoint event]
  mac80211:drv_sta_rate_tbl_update                   [Tracepoint event]
  mac80211:drv_sta_rc_update                         [Tracepoint event]
  mac80211:drv_sta_remove                            [Tracepoint event]
  mac80211:drv_sta_set_4addr                         [Tracepoint event]
  mac80211:drv_sta_set_decap_offload                 [Tracepoint event]
  mac80211:drv_sta_set_txpwr                         [Tracepoint event]
  mac80211:drv_sta_state                             [Tracepoint event]
  mac80211:drv_sta_statistics                        [Tracepoint event]
  mac80211:drv_start                                 [Tracepoint event]
  mac80211:drv_start_ap                              [Tracepoint event]
  mac80211:drv_start_nan                             [Tracepoint event]
  mac80211:drv_start_pmsr                            [Tracepoint event]
  mac80211:drv_stop                                  [Tracepoint event]
  mac80211:drv_stop_ap                               [Tracepoint event]
  mac80211:drv_stop_nan                              [Tracepoint event]
  mac80211:drv_suspend                               [Tracepoint event]
  mac80211:drv_sw_scan_complete                      [Tracepoint event]
  mac80211:drv_sw_scan_start                         [Tracepoint event]
  mac80211:drv_switch_vif_chanctx                    [Tracepoint event]
  mac80211:drv_sync_rx_queues                        [Tracepoint event]
  mac80211:drv_tdls_cancel_channel_switch            [Tracepoint event]
  mac80211:drv_tdls_channel_switch                   [Tracepoint event]
  mac80211:drv_tdls_recv_channel_switch              [Tracepoint event]
  mac80211:drv_twt_teardown_request                  [Tracepoint event]
  mac80211:drv_tx_frames_pending                     [Tracepoint event]
  mac80211:drv_tx_last_beacon                        [Tracepoint event]
  mac80211:drv_unassign_vif_chanctx                  [Tracepoint event]
  mac80211:drv_update_tkip_key                       [Tracepoint event]
  mac80211:drv_update_vif_offload                    [Tracepoint event]
  mac80211:drv_vif_cfg_changed                       [Tracepoint event]
  mac80211:drv_wake_tx_queue                         [Tracepoint event]
  mac80211:stop_queue                                [Tracepoint event]
  mac80211:wake_queue                                [Tracepoint event]
  mac80211_msg:mac80211_dbg                          [Tracepoint event]
  mac80211_msg:mac80211_err                          [Tracepoint event]
  mac80211_msg:mac80211_info                         [Tracepoint event]
  maple_tree:ma_op                                   [Tracepoint event]
  maple_tree:ma_read                                 [Tracepoint event]
  maple_tree:ma_write                                [Tracepoint event]
  mce:mce_record                                     [Tracepoint event]
  mctp:mctp_key_acquire                              [Tracepoint event]
  mctp:mctp_key_release                              [Tracepoint event]
  mdio:mdio_access                                   [Tracepoint event]
  mei:mei_pci_cfg_read                               [Tracepoint event]
  mei:mei_reg_read                                   [Tracepoint event]
  mei:mei_reg_write                                  [Tracepoint event]
  migrate:mm_migrate_pages                           [Tracepoint event]
  migrate:mm_migrate_pages_start                     [Tracepoint event]
  migrate:remove_migration_pte                       [Tracepoint event]
  migrate:set_migration_pte                          [Tracepoint event]
  mmap:exit_mmap                                     [Tracepoint event]
  mmap:vm_unmapped_area                              [Tracepoint event]
  mmap:vma_mas_szero                                 [Tracepoint event]
  mmap:vma_store                                     [Tracepoint event]
  mmap_lock:mmap_lock_acquire_returned               [Tracepoint event]
  mmap_lock:mmap_lock_released                       [Tracepoint event]
  mmap_lock:mmap_lock_start_locking                  [Tracepoint event]
  mmc:mmc_request_done                               [Tracepoint event]
  mmc:mmc_request_start                              [Tracepoint event]
  module:module_free                                 [Tracepoint event]
  module:module_get                                  [Tracepoint event]
  module:module_load                                 [Tracepoint event]
  module:module_put                                  [Tracepoint event]
  module:module_request                              [Tracepoint event]
  mptcp:ack_update_msk                               [Tracepoint event]
  mptcp:get_mapping_status                           [Tracepoint event]
  mptcp:mptcp_sendmsg_frag                           [Tracepoint event]
  mptcp:mptcp_subflow_get_send                       [Tracepoint event]
  mptcp:subflow_check_data_avail                     [Tracepoint event]
  msr:rdpmc                                          [Tracepoint event]
  msr:read_msr                                       [Tracepoint event]
  msr:write_msr                                      [Tracepoint event]
  napi:napi_poll                                     [Tracepoint event]
  neigh:neigh_cleanup_and_release                    [Tracepoint event]
  neigh:neigh_create                                 [Tracepoint event]
  neigh:neigh_event_send_dead                        [Tracepoint event]
  neigh:neigh_event_send_done                        [Tracepoint event]
  neigh:neigh_timer_handler                          [Tracepoint event]
  neigh:neigh_update                                 [Tracepoint event]
  neigh:neigh_update_done                            [Tracepoint event]
  net:napi_gro_frags_entry                           [Tracepoint event]
  net:napi_gro_frags_exit                            [Tracepoint event]
  net:napi_gro_receive_entry                         [Tracepoint event]
  net:napi_gro_receive_exit                          [Tracepoint event]
  net:net_dev_queue                                  [Tracepoint event]
  net:net_dev_start_xmit                             [Tracepoint event]
  net:net_dev_xmit                                   [Tracepoint event]
  net:net_dev_xmit_timeout                           [Tracepoint event]
  net:netif_receive_skb                              [Tracepoint event]
  net:netif_receive_skb_entry                        [Tracepoint event]
  net:netif_receive_skb_exit                         [Tracepoint event]
  net:netif_receive_skb_list_entry                   [Tracepoint event]
  net:netif_receive_skb_list_exit                    [Tracepoint event]
  net:netif_rx                                       [Tracepoint event]
  net:netif_rx_entry                                 [Tracepoint event]
  net:netif_rx_exit                                  [Tracepoint event]
  netlink:netlink_extack                             [Tracepoint event]
  nmi:nmi_handler                                    [Tracepoint event]
  notifier:notifier_register                         [Tracepoint event]
  notifier:notifier_run                              [Tracepoint event]
  notifier:notifier_unregister                       [Tracepoint event]
  nvme:nvme_async_event                              [Tracepoint event]
  nvme:nvme_complete_rq                              [Tracepoint event]
  nvme:nvme_setup_cmd                                [Tracepoint event]
  nvme:nvme_sq                                       [Tracepoint event]
  oom:compact_retry                                  [Tracepoint event]
  oom:finish_task_reaping                            [Tracepoint event]
  oom:mark_victim                                    [Tracepoint event]
  oom:oom_score_adj_update                           [Tracepoint event]
  oom:reclaim_retry_zone                             [Tracepoint event]
  oom:skip_task_reaping                              [Tracepoint event]
  oom:start_task_reaping                             [Tracepoint event]
  oom:wake_reaper                                    [Tracepoint event]
  osnoise:irq_noise                                  [Tracepoint event]
  osnoise:nmi_noise                                  [Tracepoint event]
  osnoise:sample_threshold                           [Tracepoint event]
  osnoise:softirq_noise                              [Tracepoint event]
  osnoise:thread_noise                               [Tracepoint event]
  page_isolation:test_pages_isolated                 [Tracepoint event]
  page_pool:page_pool_release                        [Tracepoint event]
  page_pool:page_pool_state_hold                     [Tracepoint event]
  page_pool:page_pool_state_release                  [Tracepoint event]
  page_pool:page_pool_update_nid                     [Tracepoint event]
  pagemap:mm_lru_activate                            [Tracepoint event]
  pagemap:mm_lru_insertion                           [Tracepoint event]
  percpu:percpu_alloc_percpu                         [Tracepoint event]
  percpu:percpu_alloc_percpu_fail                    [Tracepoint event]
  percpu:percpu_create_chunk                         [Tracepoint event]
  percpu:percpu_destroy_chunk                        [Tracepoint event]
  percpu:percpu_free_percpu                          [Tracepoint event]
  power:clock_disable                                [Tracepoint event]
  power:clock_enable                                 [Tracepoint event]
  power:clock_set_rate                               [Tracepoint event]
  power:cpu_frequency                                [Tracepoint event]
  power:cpu_frequency_limits                         [Tracepoint event]
  power:cpu_idle                                     [Tracepoint event]
  power:cpu_idle_miss                                [Tracepoint event]
  power:dev_pm_qos_add_request                       [Tracepoint event]
  power:dev_pm_qos_remove_request                    [Tracepoint event]
  power:dev_pm_qos_update_request                    [Tracepoint event]
  power:device_pm_callback_end                       [Tracepoint event]
  power:device_pm_callback_start                     [Tracepoint event]
  power:guest_halt_poll_ns                           [Tracepoint event]
  power:pm_qos_add_request                           [Tracepoint event]
  power:pm_qos_remove_request                        [Tracepoint event]
  power:pm_qos_update_flags                          [Tracepoint event]
  power:pm_qos_update_request                        [Tracepoint event]
  power:pm_qos_update_target                         [Tracepoint event]
  power:power_domain_target                          [Tracepoint event]
  power:powernv_throttle                             [Tracepoint event]
  power:pstate_sample                                [Tracepoint event]
  power:suspend_resume                               [Tracepoint event]
  power:wakeup_source_activate                       [Tracepoint event]
  power:wakeup_source_deactivate                     [Tracepoint event]
  printk:console                                     [Tracepoint event]
  pwm:pwm_apply                                      [Tracepoint event]
  pwm:pwm_get                                        [Tracepoint event]
  qdisc:qdisc_create                                 [Tracepoint event]
  qdisc:qdisc_dequeue                                [Tracepoint event]
  qdisc:qdisc_destroy                                [Tracepoint event]
  qdisc:qdisc_enqueue                                [Tracepoint event]
  qdisc:qdisc_reset                                  [Tracepoint event]
  qrtr:qrtr_ns_message                               [Tracepoint event]
  qrtr:qrtr_ns_server_add                            [Tracepoint event]
  qrtr:qrtr_ns_service_announce_del                  [Tracepoint event]
  qrtr:qrtr_ns_service_announce_new                  [Tracepoint event]
  ras:aer_event                                      [Tracepoint event]
  ras:arm_event                                      [Tracepoint event]
  ras:extlog_mem_event                               [Tracepoint event]
  ras:mc_event                                       [Tracepoint event]
  ras:memory_failure_event                           [Tracepoint event]
  ras:non_standard_event                             [Tracepoint event]
  raw_syscalls:sys_enter                             [Tracepoint event]
  raw_syscalls:sys_exit                              [Tracepoint event]
  rcu:rcu_stall_warning                              [Tracepoint event]
  rcu:rcu_utilization                                [Tracepoint event]
  regmap:regcache_drop_region                        [Tracepoint event]
  regmap:regcache_sync                               [Tracepoint event]
  regmap:regmap_async_complete_done                  [Tracepoint event]
  regmap:regmap_async_complete_start                 [Tracepoint event]
  regmap:regmap_async_io_complete                    [Tracepoint event]
  regmap:regmap_async_write_start                    [Tracepoint event]
  regmap:regmap_bulk_read                            [Tracepoint event]
  regmap:regmap_bulk_write                           [Tracepoint event]
  regmap:regmap_cache_bypass                         [Tracepoint event]
  regmap:regmap_cache_only                           [Tracepoint event]
  regmap:regmap_hw_read_done                         [Tracepoint event]
  regmap:regmap_hw_read_start                        [Tracepoint event]
  regmap:regmap_hw_write_done                        [Tracepoint event]
  regmap:regmap_hw_write_start                       [Tracepoint event]
  regmap:regmap_reg_read                             [Tracepoint event]
  regmap:regmap_reg_read_cache                       [Tracepoint event]
  regmap:regmap_reg_write                            [Tracepoint event]
  regulator:regulator_bypass_disable                 [Tracepoint event]
  regulator:regulator_bypass_disable_complete        [Tracepoint event]
  regulator:regulator_bypass_enable                  [Tracepoint event]
  regulator:regulator_bypass_enable_complete         [Tracepoint event]
  regulator:regulator_disable                        [Tracepoint event]
  regulator:regulator_disable_complete               [Tracepoint event]
  regulator:regulator_enable                         [Tracepoint event]
  regulator:regulator_enable_complete                [Tracepoint event]
  regulator:regulator_enable_delay                   [Tracepoint event]
  regulator:regulator_set_voltage                    [Tracepoint event]
  regulator:regulator_set_voltage_complete           [Tracepoint event]
  resctrl:pseudo_lock_l2                             [Tracepoint event]
  resctrl:pseudo_lock_l3                             [Tracepoint event]
  resctrl:pseudo_lock_mem_latency                    [Tracepoint event]
  rpm:rpm_idle                                       [Tracepoint event]
  rpm:rpm_resume                                     [Tracepoint event]
  rpm:rpm_return_int                                 [Tracepoint event]
  rpm:rpm_suspend                                    [Tracepoint event]
  rpm:rpm_usage                                      [Tracepoint event]
  rseq:rseq_ip_fixup                                 [Tracepoint event]
  rseq:rseq_update                                   [Tracepoint event]
  rtc:rtc_alarm_irq_enable                           [Tracepoint event]
  rtc:rtc_irq_set_freq                               [Tracepoint event]
  rtc:rtc_irq_set_state                              [Tracepoint event]
  rtc:rtc_read_alarm                                 [Tracepoint event]
  rtc:rtc_read_offset                                [Tracepoint event]
  rtc:rtc_read_time                                  [Tracepoint event]
  rtc:rtc_set_alarm                                  [Tracepoint event]
  rtc:rtc_set_offset                                 [Tracepoint event]
  rtc:rtc_set_time                                   [Tracepoint event]
  rtc:rtc_timer_dequeue                              [Tracepoint event]
  rtc:rtc_timer_enqueue                              [Tracepoint event]
  rtc:rtc_timer_fired                                [Tracepoint event]
  rv:error_wwnr                                      [Tracepoint event]
  rv:event_wwnr                                      [Tracepoint event]
  sched:sched_kthread_stop                           [Tracepoint event]
  sched:sched_kthread_stop_ret                       [Tracepoint event]
  sched:sched_kthread_work_execute_end               [Tracepoint event]
  sched:sched_kthread_work_execute_start             [Tracepoint event]
  sched:sched_kthread_work_queue_work                [Tracepoint event]
  sched:sched_migrate_task                           [Tracepoint event]
  sched:sched_move_numa                              [Tracepoint event]
  sched:sched_pi_setprio                             [Tracepoint event]
  sched:sched_process_exec                           [Tracepoint event]
  sched:sched_process_exit                           [Tracepoint event]
  sched:sched_process_fork                           [Tracepoint event]
  sched:sched_process_free                           [Tracepoint event]
  sched:sched_process_hang                           [Tracepoint event]
  sched:sched_process_wait                           [Tracepoint event]
  sched:sched_skip_vma_numa                          [Tracepoint event]
  sched:sched_stat_blocked                           [Tracepoint event]
  sched:sched_stat_iowait                            [Tracepoint event]
  sched:sched_stat_runtime                           [Tracepoint event]
  sched:sched_stat_sleep                             [Tracepoint event]
  sched:sched_stat_wait                              [Tracepoint event]
  sched:sched_stick_numa                             [Tracepoint event]
  sched:sched_swap_numa                              [Tracepoint event]
  sched:sched_switch                                 [Tracepoint event]
  sched:sched_wait_task                              [Tracepoint event]
  sched:sched_wake_idle_without_ipi                  [Tracepoint event]
  sched:sched_wakeup                                 [Tracepoint event]
  sched:sched_wakeup_new                             [Tracepoint event]
  sched:sched_waking                                 [Tracepoint event]
  scsi:scsi_dispatch_cmd_done                        [Tracepoint event]
  scsi:scsi_dispatch_cmd_error                       [Tracepoint event]
  scsi:scsi_dispatch_cmd_start                       [Tracepoint event]
  scsi:scsi_dispatch_cmd_timeout                     [Tracepoint event]
  scsi:scsi_eh_wakeup                                [Tracepoint event]
  sd:scsi_prepare_zone_append                        [Tracepoint event]
  sd:scsi_zone_wp_update                             [Tracepoint event]
  signal:signal_deliver                              [Tracepoint event]
  signal:signal_generate                             [Tracepoint event]
  skb:consume_skb                                    [Tracepoint event]
  skb:kfree_skb                                      [Tracepoint event]
  skb:skb_copy_datagram_iovec                        [Tracepoint event]
  smbus:smbus_read                                   [Tracepoint event]
  smbus:smbus_reply                                  [Tracepoint event]
  smbus:smbus_result                                 [Tracepoint event]
  smbus:smbus_write                                  [Tracepoint event]
  sock:inet_sk_error_report                          [Tracepoint event]
  sock:inet_sock_set_state                           [Tracepoint event]
  sock:sk_data_ready                                 [Tracepoint event]
  sock:sock_exceed_buf_limit                         [Tracepoint event]
  sock:sock_rcvqueue_full                            [Tracepoint event]
  sock:sock_recv_length                              [Tracepoint event]
  sock:sock_send_length                              [Tracepoint event]
  sof:sof_ipc3_period_elapsed_position               [Tracepoint event]
  sof:sof_ipc4_fw_config                             [Tracepoint event]
  sof:sof_pcm_pointer_position                       [Tracepoint event]
  sof:sof_stream_position_ipc_rx                     [Tracepoint event]
  sof:sof_widget_free                                [Tracepoint event]
  sof:sof_widget_setup                               [Tracepoint event]
  sof_intel:sof_intel_D0I3C_updated                  [Tracepoint event]
  sof_intel:sof_intel_hda_dsp_check_stream_irq       [Tracepoint event]
  sof_intel:sof_intel_hda_dsp_pcm                    [Tracepoint event]
  sof_intel:sof_intel_hda_dsp_stream_status          [Tracepoint event]
  sof_intel:sof_intel_hda_irq                        [Tracepoint event]
  sof_intel:sof_intel_hda_irq_ipc_check              [Tracepoint event]
  sof_intel:sof_intel_ipc_firmware_initiated         [Tracepoint event]
  sof_intel:sof_intel_ipc_firmware_response          [Tracepoint event]
  spi:spi_controller_busy                            [Tracepoint event]
  spi:spi_controller_idle                            [Tracepoint event]
  spi:spi_message_done                               [Tracepoint event]
  spi:spi_message_start                              [Tracepoint event]
  spi:spi_message_submit                             [Tracepoint event]
  spi:spi_set_cs                                     [Tracepoint event]
  spi:spi_setup                                      [Tracepoint event]
  spi:spi_transfer_start                             [Tracepoint event]
  spi:spi_transfer_stop                              [Tracepoint event]
  swiotlb:swiotlb_bounced                            [Tracepoint event]
  sync_trace:sync_timeline                           [Tracepoint event]
  syscalls:sys_enter_accept                          [Tracepoint event]
  syscalls:sys_enter_accept4                         [Tracepoint event]
  syscalls:sys_enter_access                          [Tracepoint event]
  syscalls:sys_enter_acct                            [Tracepoint event]
  syscalls:sys_enter_add_key                         [Tracepoint event]
  syscalls:sys_enter_adjtimex                        [Tracepoint event]
  syscalls:sys_enter_alarm                           [Tracepoint event]
  syscalls:sys_enter_arch_prctl                      [Tracepoint event]
  syscalls:sys_enter_bind                            [Tracepoint event]
  syscalls:sys_enter_bpf                             [Tracepoint event]
  syscalls:sys_enter_brk                             [Tracepoint event]
  syscalls:sys_enter_cachestat                       [Tracepoint event]
  syscalls:sys_enter_capget                          [Tracepoint event]
  syscalls:sys_enter_capset                          [Tracepoint event]
  syscalls:sys_enter_chdir                           [Tracepoint event]
  syscalls:sys_enter_chmod                           [Tracepoint event]
  syscalls:sys_enter_chown                           [Tracepoint event]
  syscalls:sys_enter_chroot                          [Tracepoint event]
  syscalls:sys_enter_clock_adjtime                   [Tracepoint event]
  syscalls:sys_enter_clock_getres                    [Tracepoint event]
  syscalls:sys_enter_clock_gettime                   [Tracepoint event]
  syscalls:sys_enter_clock_nanosleep                 [Tracepoint event]
  syscalls:sys_enter_clock_settime                   [Tracepoint event]
  syscalls:sys_enter_clone                           [Tracepoint event]
  syscalls:sys_enter_clone3                          [Tracepoint event]
  syscalls:sys_enter_close                           [Tracepoint event]
  syscalls:sys_enter_close_range                     [Tracepoint event]
  syscalls:sys_enter_connect                         [Tracepoint event]
  syscalls:sys_enter_copy_file_range                 [Tracepoint event]
  syscalls:sys_enter_creat                           [Tracepoint event]
  syscalls:sys_enter_delete_module                   [Tracepoint event]
  syscalls:sys_enter_dup                             [Tracepoint event]
  syscalls:sys_enter_dup2                            [Tracepoint event]
  syscalls:sys_enter_dup3                            [Tracepoint event]
  syscalls:sys_enter_epoll_create                    [Tracepoint event]
  syscalls:sys_enter_epoll_create1                   [Tracepoint event]
  syscalls:sys_enter_epoll_ctl                       [Tracepoint event]
  syscalls:sys_enter_epoll_pwait                     [Tracepoint event]
  syscalls:sys_enter_epoll_pwait2                    [Tracepoint event]
  syscalls:sys_enter_epoll_wait                      [Tracepoint event]
  syscalls:sys_enter_eventfd                         [Tracepoint event]
  syscalls:sys_enter_eventfd2                        [Tracepoint event]
  syscalls:sys_enter_execve                          [Tracepoint event]
  syscalls:sys_enter_execveat                        [Tracepoint event]
  syscalls:sys_enter_exit                            [Tracepoint event]
  syscalls:sys_enter_exit_group                      [Tracepoint event]
  syscalls:sys_enter_faccessat                       [Tracepoint event]
  syscalls:sys_enter_faccessat2                      [Tracepoint event]
  syscalls:sys_enter_fadvise64                       [Tracepoint event]
  syscalls:sys_enter_fallocate                       [Tracepoint event]
  syscalls:sys_enter_fanotify_init                   [Tracepoint event]
  syscalls:sys_enter_fanotify_mark                   [Tracepoint event]
  syscalls:sys_enter_fchdir                          [Tracepoint event]
  syscalls:sys_enter_fchmod                          [Tracepoint event]
  syscalls:sys_enter_fchmodat                        [Tracepoint event]
  syscalls:sys_enter_fchmodat2                       [Tracepoint event]
  syscalls:sys_enter_fchown                          [Tracepoint event]
  syscalls:sys_enter_fchownat                        [Tracepoint event]
  syscalls:sys_enter_fcntl                           [Tracepoint event]
  syscalls:sys_enter_fdatasync                       [Tracepoint event]
  syscalls:sys_enter_fgetxattr                       [Tracepoint event]
  syscalls:sys_enter_finit_module                    [Tracepoint event]
  syscalls:sys_enter_flistxattr                      [Tracepoint event]
  syscalls:sys_enter_flock                           [Tracepoint event]
  syscalls:sys_enter_fork                            [Tracepoint event]
  syscalls:sys_enter_fremovexattr                    [Tracepoint event]
  syscalls:sys_enter_fsconfig                        [Tracepoint event]
  syscalls:sys_enter_fsetxattr                       [Tracepoint event]
  syscalls:sys_enter_fsmount                         [Tracepoint event]
  syscalls:sys_enter_fsopen                          [Tracepoint event]
  syscalls:sys_enter_fspick                          [Tracepoint event]
  syscalls:sys_enter_fstatfs                         [Tracepoint event]
  syscalls:sys_enter_fsync                           [Tracepoint event]
  syscalls:sys_enter_ftruncate                       [Tracepoint event]
  syscalls:sys_enter_futex                           [Tracepoint event]
  syscalls:sys_enter_futex_requeue                   [Tracepoint event]
  syscalls:sys_enter_futex_wait                      [Tracepoint event]
  syscalls:sys_enter_futex_waitv                     [Tracepoint event]
  syscalls:sys_enter_futex_wake                      [Tracepoint event]
  syscalls:sys_enter_futimesat                       [Tracepoint event]
  syscalls:sys_enter_get_mempolicy                   [Tracepoint event]
  syscalls:sys_enter_get_robust_list                 [Tracepoint event]
  syscalls:sys_enter_getcpu                          [Tracepoint event]
  syscalls:sys_enter_getcwd                          [Tracepoint event]
  syscalls:sys_enter_getdents                        [Tracepoint event]
  syscalls:sys_enter_getdents64                      [Tracepoint event]
  syscalls:sys_enter_getegid                         [Tracepoint event]
  syscalls:sys_enter_geteuid                         [Tracepoint event]
  syscalls:sys_enter_getgid                          [Tracepoint event]
  syscalls:sys_enter_getgroups                       [Tracepoint event]
  syscalls:sys_enter_getitimer                       [Tracepoint event]
  syscalls:sys_enter_getpeername                     [Tracepoint event]
  syscalls:sys_enter_getpgid                         [Tracepoint event]
  syscalls:sys_enter_getpgrp                         [Tracepoint event]
  syscalls:sys_enter_getpid                          [Tracepoint event]
  syscalls:sys_enter_getppid                         [Tracepoint event]
  syscalls:sys_enter_getpriority                     [Tracepoint event]
  syscalls:sys_enter_getrandom                       [Tracepoint event]
  syscalls:sys_enter_getresgid                       [Tracepoint event]
  syscalls:sys_enter_getresuid                       [Tracepoint event]
  syscalls:sys_enter_getrlimit                       [Tracepoint event]
  syscalls:sys_enter_getrusage                       [Tracepoint event]
  syscalls:sys_enter_getsid                          [Tracepoint event]
  syscalls:sys_enter_getsockname                     [Tracepoint event]
  syscalls:sys_enter_getsockopt                      [Tracepoint event]
  syscalls:sys_enter_gettid                          [Tracepoint event]
  syscalls:sys_enter_gettimeofday                    [Tracepoint event]
  syscalls:sys_enter_getuid                          [Tracepoint event]
  syscalls:sys_enter_getxattr                        [Tracepoint event]
  syscalls:sys_enter_init_module                     [Tracepoint event]
  syscalls:sys_enter_inotify_add_watch               [Tracepoint event]
  syscalls:sys_enter_inotify_init                    [Tracepoint event]
  syscalls:sys_enter_inotify_init1                   [Tracepoint event]
  syscalls:sys_enter_inotify_rm_watch                [Tracepoint event]
  syscalls:sys_enter_io_cancel                       [Tracepoint event]
  syscalls:sys_enter_io_destroy                      [Tracepoint event]
  syscalls:sys_enter_io_getevents                    [Tracepoint event]
  syscalls:sys_enter_io_pgetevents                   [Tracepoint event]
  syscalls:sys_enter_io_setup                        [Tracepoint event]
  syscalls:sys_enter_io_submit                       [Tracepoint event]
  syscalls:sys_enter_io_uring_enter                  [Tracepoint event]
  syscalls:sys_enter_io_uring_register               [Tracepoint event]
  syscalls:sys_enter_io_uring_setup                  [Tracepoint event]
  syscalls:sys_enter_ioctl                           [Tracepoint event]
  syscalls:sys_enter_ioperm                          [Tracepoint event]
  syscalls:sys_enter_iopl                            [Tracepoint event]
  syscalls:sys_enter_ioprio_get                      [Tracepoint event]
  syscalls:sys_enter_ioprio_set                      [Tracepoint event]
  syscalls:sys_enter_kcmp                            [Tracepoint event]
  syscalls:sys_enter_kexec_file_load                 [Tracepoint event]
  syscalls:sys_enter_kexec_load                      [Tracepoint event]
  syscalls:sys_enter_keyctl                          [Tracepoint event]
  syscalls:sys_enter_kill                            [Tracepoint event]
  syscalls:sys_enter_landlock_add_rule               [Tracepoint event]
  syscalls:sys_enter_landlock_create_ruleset         [Tracepoint event]
  syscalls:sys_enter_landlock_restrict_self          [Tracepoint event]
  syscalls:sys_enter_lchown                          [Tracepoint event]
  syscalls:sys_enter_lgetxattr                       [Tracepoint event]
  syscalls:sys_enter_link                            [Tracepoint event]
  syscalls:sys_enter_linkat                          [Tracepoint event]
  syscalls:sys_enter_listen                          [Tracepoint event]
  syscalls:sys_enter_listmount                       [Tracepoint event]
  syscalls:sys_enter_listxattr                       [Tracepoint event]
  syscalls:sys_enter_llistxattr                      [Tracepoint event]
  syscalls:sys_enter_lremovexattr                    [Tracepoint event]
  syscalls:sys_enter_lseek                           [Tracepoint event]
  syscalls:sys_enter_lsetxattr                       [Tracepoint event]
  syscalls:sys_enter_lsm_get_self_attr               [Tracepoint event]
  syscalls:sys_enter_lsm_list_modules                [Tracepoint event]
  syscalls:sys_enter_lsm_set_self_attr               [Tracepoint event]
  syscalls:sys_enter_madvise                         [Tracepoint event]
  syscalls:sys_enter_map_shadow_stack                [Tracepoint event]
  syscalls:sys_enter_mbind                           [Tracepoint event]
  syscalls:sys_enter_membarrier                      [Tracepoint event]
  syscalls:sys_enter_memfd_create                    [Tracepoint event]
  syscalls:sys_enter_memfd_secret                    [Tracepoint event]
  syscalls:sys_enter_migrate_pages                   [Tracepoint event]
  syscalls:sys_enter_mincore                         [Tracepoint event]
  syscalls:sys_enter_mkdir                           [Tracepoint event]
  syscalls:sys_enter_mkdirat                         [Tracepoint event]
  syscalls:sys_enter_mknod                           [Tracepoint event]
  syscalls:sys_enter_mknodat                         [Tracepoint event]
  syscalls:sys_enter_mlock                           [Tracepoint event]
  syscalls:sys_enter_mlock2                          [Tracepoint event]
  syscalls:sys_enter_mlockall                        [Tracepoint event]
  syscalls:sys_enter_mmap                            [Tracepoint event]
  syscalls:sys_enter_modify_ldt                      [Tracepoint event]
  syscalls:sys_enter_mount                           [Tracepoint event]
  syscalls:sys_enter_mount_setattr                   [Tracepoint event]
  syscalls:sys_enter_move_mount                      [Tracepoint event]
  syscalls:sys_enter_move_pages                      [Tracepoint event]
  syscalls:sys_enter_mprotect                        [Tracepoint event]
  syscalls:sys_enter_mq_getsetattr                   [Tracepoint event]
  syscalls:sys_enter_mq_notify                       [Tracepoint event]
  syscalls:sys_enter_mq_open                         [Tracepoint event]
  syscalls:sys_enter_mq_timedreceive                 [Tracepoint event]
  syscalls:sys_enter_mq_timedsend                    [Tracepoint event]
  syscalls:sys_enter_mq_unlink                       [Tracepoint event]
  syscalls:sys_enter_mremap                          [Tracepoint event]
  syscalls:sys_enter_msgctl                          [Tracepoint event]
  syscalls:sys_enter_msgget                          [Tracepoint event]
  syscalls:sys_enter_msgrcv                          [Tracepoint event]
  syscalls:sys_enter_msgsnd                          [Tracepoint event]
  syscalls:sys_enter_msync                           [Tracepoint event]
  syscalls:sys_enter_munlock                         [Tracepoint event]
  syscalls:sys_enter_munlockall                      [Tracepoint event]
  syscalls:sys_enter_munmap                          [Tracepoint event]
  syscalls:sys_enter_name_to_handle_at               [Tracepoint event]
  syscalls:sys_enter_nanosleep                       [Tracepoint event]
  syscalls:sys_enter_newfstat                        [Tracepoint event]
  syscalls:sys_enter_newfstatat                      [Tracepoint event]
  syscalls:sys_enter_newlstat                        [Tracepoint event]
  syscalls:sys_enter_newstat                         [Tracepoint event]
  syscalls:sys_enter_newuname                        [Tracepoint event]
  syscalls:sys_enter_open                            [Tracepoint event]
  syscalls:sys_enter_open_by_handle_at               [Tracepoint event]
  syscalls:sys_enter_open_tree                       [Tracepoint event]
  syscalls:sys_enter_openat                          [Tracepoint event]
  syscalls:sys_enter_openat2                         [Tracepoint event]
  syscalls:sys_enter_pause                           [Tracepoint event]
  syscalls:sys_enter_perf_event_open                 [Tracepoint event]
  syscalls:sys_enter_personality                     [Tracepoint event]
  syscalls:sys_enter_pidfd_getfd                     [Tracepoint event]
  syscalls:sys_enter_pidfd_open                      [Tracepoint event]
  syscalls:sys_enter_pidfd_send_signal               [Tracepoint event]
  syscalls:sys_enter_pipe                            [Tracepoint event]
  syscalls:sys_enter_pipe2                           [Tracepoint event]
  syscalls:sys_enter_pivot_root                      [Tracepoint event]
  syscalls:sys_enter_pkey_alloc                      [Tracepoint event]
  syscalls:sys_enter_pkey_free                       [Tracepoint event]
  syscalls:sys_enter_pkey_mprotect                   [Tracepoint event]
  syscalls:sys_enter_poll                            [Tracepoint event]
  syscalls:sys_enter_ppoll                           [Tracepoint event]
  syscalls:sys_enter_prctl                           [Tracepoint event]
  syscalls:sys_enter_pread64                         [Tracepoint event]
  syscalls:sys_enter_preadv                          [Tracepoint event]
  syscalls:sys_enter_preadv2                         [Tracepoint event]
  syscalls:sys_enter_prlimit64                       [Tracepoint event]
  syscalls:sys_enter_process_madvise                 [Tracepoint event]
  syscalls:sys_enter_process_mrelease                [Tracepoint event]
  syscalls:sys_enter_process_vm_readv                [Tracepoint event]
  syscalls:sys_enter_process_vm_writev               [Tracepoint event]
  syscalls:sys_enter_pselect6                        [Tracepoint event]
  syscalls:sys_enter_ptrace                          [Tracepoint event]
  syscalls:sys_enter_pwrite64                        [Tracepoint event]
  syscalls:sys_enter_pwritev                         [Tracepoint event]
  syscalls:sys_enter_pwritev2                        [Tracepoint event]
  syscalls:sys_enter_quotactl                        [Tracepoint event]
  syscalls:sys_enter_quotactl_fd                     [Tracepoint event]
  syscalls:sys_enter_read                            [Tracepoint event]
  syscalls:sys_enter_readahead                       [Tracepoint event]
  syscalls:sys_enter_readlink                        [Tracepoint event]
  syscalls:sys_enter_readlinkat                      [Tracepoint event]
  syscalls:sys_enter_readv                           [Tracepoint event]
  syscalls:sys_enter_reboot                          [Tracepoint event]
  syscalls:sys_enter_recvfrom                        [Tracepoint event]
  syscalls:sys_enter_recvmmsg                        [Tracepoint event]
  syscalls:sys_enter_recvmsg                         [Tracepoint event]
  syscalls:sys_enter_remap_file_pages                [Tracepoint event]
  syscalls:sys_enter_removexattr                     [Tracepoint event]
  syscalls:sys_enter_rename                          [Tracepoint event]
  syscalls:sys_enter_renameat                        [Tracepoint event]
  syscalls:sys_enter_renameat2                       [Tracepoint event]
  syscalls:sys_enter_request_key                     [Tracepoint event]
  syscalls:sys_enter_restart_syscall                 [Tracepoint event]
  syscalls:sys_enter_rmdir                           [Tracepoint event]
  syscalls:sys_enter_rseq                            [Tracepoint event]
  syscalls:sys_enter_rt_sigaction                    [Tracepoint event]
  syscalls:sys_enter_rt_sigpending                   [Tracepoint event]
  syscalls:sys_enter_rt_sigprocmask                  [Tracepoint event]
  syscalls:sys_enter_rt_sigqueueinfo                 [Tracepoint event]
  syscalls:sys_enter_rt_sigreturn                    [Tracepoint event]
  syscalls:sys_enter_rt_sigsuspend                   [Tracepoint event]
  syscalls:sys_enter_rt_sigtimedwait                 [Tracepoint event]
  syscalls:sys_enter_rt_tgsigqueueinfo               [Tracepoint event]
  syscalls:sys_enter_sched_get_priority_max          [Tracepoint event]
  syscalls:sys_enter_sched_get_priority_min          [Tracepoint event]
  syscalls:sys_enter_sched_getaffinity               [Tracepoint event]
  syscalls:sys_enter_sched_getattr                   [Tracepoint event]
  syscalls:sys_enter_sched_getparam                  [Tracepoint event]
  syscalls:sys_enter_sched_getscheduler              [Tracepoint event]
  syscalls:sys_enter_sched_rr_get_interval           [Tracepoint event]
  syscalls:sys_enter_sched_setaffinity               [Tracepoint event]
  syscalls:sys_enter_sched_setattr                   [Tracepoint event]
  syscalls:sys_enter_sched_setparam                  [Tracepoint event]
  syscalls:sys_enter_sched_setscheduler              [Tracepoint event]
  syscalls:sys_enter_sched_yield                     [Tracepoint event]
  syscalls:sys_enter_seccomp                         [Tracepoint event]
  syscalls:sys_enter_select                          [Tracepoint event]
  syscalls:sys_enter_semctl                          [Tracepoint event]
  syscalls:sys_enter_semget                          [Tracepoint event]
  syscalls:sys_enter_semop                           [Tracepoint event]
  syscalls:sys_enter_semtimedop                      [Tracepoint event]
  syscalls:sys_enter_sendfile64                      [Tracepoint event]
  syscalls:sys_enter_sendmmsg                        [Tracepoint event]
  syscalls:sys_enter_sendmsg                         [Tracepoint event]
  syscalls:sys_enter_sendto                          [Tracepoint event]
  syscalls:sys_enter_set_mempolicy                   [Tracepoint event]
  syscalls:sys_enter_set_mempolicy_home_node         [Tracepoint event]
  syscalls:sys_enter_set_robust_list                 [Tracepoint event]
  syscalls:sys_enter_set_tid_address                 [Tracepoint event]
  syscalls:sys_enter_setdomainname                   [Tracepoint event]
  syscalls:sys_enter_setfsgid                        [Tracepoint event]
  syscalls:sys_enter_setfsuid                        [Tracepoint event]
  syscalls:sys_enter_setgid                          [Tracepoint event]
  syscalls:sys_enter_setgroups                       [Tracepoint event]
  syscalls:sys_enter_sethostname                     [Tracepoint event]
  syscalls:sys_enter_setitimer                       [Tracepoint event]
  syscalls:sys_enter_setns                           [Tracepoint event]
  syscalls:sys_enter_setpgid                         [Tracepoint event]
  syscalls:sys_enter_setpriority                     [Tracepoint event]
  syscalls:sys_enter_setregid                        [Tracepoint event]
  syscalls:sys_enter_setresgid                       [Tracepoint event]
  syscalls:sys_enter_setresuid                       [Tracepoint event]
  syscalls:sys_enter_setreuid                        [Tracepoint event]
  syscalls:sys_enter_setrlimit                       [Tracepoint event]
  syscalls:sys_enter_setsid                          [Tracepoint event]
  syscalls:sys_enter_setsockopt                      [Tracepoint event]
  syscalls:sys_enter_settimeofday                    [Tracepoint event]
  syscalls:sys_enter_setuid                          [Tracepoint event]
  syscalls:sys_enter_setxattr                        [Tracepoint event]
  syscalls:sys_enter_shmat                           [Tracepoint event]
  syscalls:sys_enter_shmctl                          [Tracepoint event]
  syscalls:sys_enter_shmdt                           [Tracepoint event]
  syscalls:sys_enter_shmget                          [Tracepoint event]
  syscalls:sys_enter_shutdown                        [Tracepoint event]
  syscalls:sys_enter_sigaltstack                     [Tracepoint event]
  syscalls:sys_enter_signalfd                        [Tracepoint event]
  syscalls:sys_enter_signalfd4                       [Tracepoint event]
  syscalls:sys_enter_socket                          [Tracepoint event]
  syscalls:sys_enter_socketpair                      [Tracepoint event]
  syscalls:sys_enter_splice                          [Tracepoint event]
  syscalls:sys_enter_statfs                          [Tracepoint event]
  syscalls:sys_enter_statmount                       [Tracepoint event]
  syscalls:sys_enter_statx                           [Tracepoint event]
  syscalls:sys_enter_swapoff                         [Tracepoint event]
  syscalls:sys_enter_swapon                          [Tracepoint event]
  syscalls:sys_enter_symlink                         [Tracepoint event]
  syscalls:sys_enter_symlinkat                       [Tracepoint event]
  syscalls:sys_enter_sync                            [Tracepoint event]
  syscalls:sys_enter_sync_file_range                 [Tracepoint event]
  syscalls:sys_enter_syncfs                          [Tracepoint event]
  syscalls:sys_enter_sysfs                           [Tracepoint event]
  syscalls:sys_enter_sysinfo                         [Tracepoint event]
  syscalls:sys_enter_syslog                          [Tracepoint event]
  syscalls:sys_enter_tee                             [Tracepoint event]
  syscalls:sys_enter_tgkill                          [Tracepoint event]
  syscalls:sys_enter_time                            [Tracepoint event]
  syscalls:sys_enter_timer_create                    [Tracepoint event]
  syscalls:sys_enter_timer_delete                    [Tracepoint event]
  syscalls:sys_enter_timer_getoverrun                [Tracepoint event]
  syscalls:sys_enter_timer_gettime                   [Tracepoint event]
  syscalls:sys_enter_timer_settime                   [Tracepoint event]
  syscalls:sys_enter_timerfd_create                  [Tracepoint event]
  syscalls:sys_enter_timerfd_gettime                 [Tracepoint event]
  syscalls:sys_enter_timerfd_settime                 [Tracepoint event]
  syscalls:sys_enter_times                           [Tracepoint event]
  syscalls:sys_enter_tkill                           [Tracepoint event]
  syscalls:sys_enter_truncate                        [Tracepoint event]
  syscalls:sys_enter_umask                           [Tracepoint event]
  syscalls:sys_enter_umount                          [Tracepoint event]
  syscalls:sys_enter_unlink                          [Tracepoint event]
  syscalls:sys_enter_unlinkat                        [Tracepoint event]
  syscalls:sys_enter_unshare                         [Tracepoint event]
  syscalls:sys_enter_userfaultfd                     [Tracepoint event]
  syscalls:sys_enter_ustat                           [Tracepoint event]
  syscalls:sys_enter_utime                           [Tracepoint event]
  syscalls:sys_enter_utimensat                       [Tracepoint event]
  syscalls:sys_enter_utimes                          [Tracepoint event]
  syscalls:sys_enter_vfork                           [Tracepoint event]
  syscalls:sys_enter_vhangup                         [Tracepoint event]
  syscalls:sys_enter_vmsplice                        [Tracepoint event]
  syscalls:sys_enter_wait4                           [Tracepoint event]
  syscalls:sys_enter_waitid                          [Tracepoint event]
  syscalls:sys_enter_write                           [Tracepoint event]
  syscalls:sys_enter_writev                          [Tracepoint event]
  syscalls:sys_exit_accept                           [Tracepoint event]
  syscalls:sys_exit_accept4                          [Tracepoint event]
  syscalls:sys_exit_access                           [Tracepoint event]
  syscalls:sys_exit_acct                             [Tracepoint event]
  syscalls:sys_exit_add_key                          [Tracepoint event]
  syscalls:sys_exit_adjtimex                         [Tracepoint event]
  syscalls:sys_exit_alarm                            [Tracepoint event]
  syscalls:sys_exit_arch_prctl                       [Tracepoint event]
  syscalls:sys_exit_bind                             [Tracepoint event]
  syscalls:sys_exit_bpf                              [Tracepoint event]
  syscalls:sys_exit_brk                              [Tracepoint event]
  syscalls:sys_exit_cachestat                        [Tracepoint event]
  syscalls:sys_exit_capget                           [Tracepoint event]
  syscalls:sys_exit_capset                           [Tracepoint event]
  syscalls:sys_exit_chdir                            [Tracepoint event]
  syscalls:sys_exit_chmod                            [Tracepoint event]
  syscalls:sys_exit_chown                            [Tracepoint event]
  syscalls:sys_exit_chroot                           [Tracepoint event]
  syscalls:sys_exit_clock_adjtime                    [Tracepoint event]
  syscalls:sys_exit_clock_getres                     [Tracepoint event]
  syscalls:sys_exit_clock_gettime                    [Tracepoint event]
  syscalls:sys_exit_clock_nanosleep                  [Tracepoint event]
  syscalls:sys_exit_clock_settime                    [Tracepoint event]
  syscalls:sys_exit_clone                            [Tracepoint event]
  syscalls:sys_exit_clone3                           [Tracepoint event]
  syscalls:sys_exit_close                            [Tracepoint event]
  syscalls:sys_exit_close_range                      [Tracepoint event]
  syscalls:sys_exit_connect                          [Tracepoint event]
  syscalls:sys_exit_copy_file_range                  [Tracepoint event]
  syscalls:sys_exit_creat                            [Tracepoint event]
  syscalls:sys_exit_delete_module                    [Tracepoint event]
  syscalls:sys_exit_dup                              [Tracepoint event]
  syscalls:sys_exit_dup2                             [Tracepoint event]
  syscalls:sys_exit_dup3                             [Tracepoint event]
  syscalls:sys_exit_epoll_create                     [Tracepoint event]
  syscalls:sys_exit_epoll_create1                    [Tracepoint event]
  syscalls:sys_exit_epoll_ctl                        [Tracepoint event]
  syscalls:sys_exit_epoll_pwait                      [Tracepoint event]
  syscalls:sys_exit_epoll_pwait2                     [Tracepoint event]
  syscalls:sys_exit_epoll_wait                       [Tracepoint event]
  syscalls:sys_exit_eventfd                          [Tracepoint event]
  syscalls:sys_exit_eventfd2                         [Tracepoint event]
  syscalls:sys_exit_execve                           [Tracepoint event]
  syscalls:sys_exit_execveat                         [Tracepoint event]
  syscalls:sys_exit_exit                             [Tracepoint event]
  syscalls:sys_exit_exit_group                       [Tracepoint event]
  syscalls:sys_exit_faccessat                        [Tracepoint event]
  syscalls:sys_exit_faccessat2                       [Tracepoint event]
  syscalls:sys_exit_fadvise64                        [Tracepoint event]
  syscalls:sys_exit_fallocate                        [Tracepoint event]
  syscalls:sys_exit_fanotify_init                    [Tracepoint event]
  syscalls:sys_exit_fanotify_mark                    [Tracepoint event]
  syscalls:sys_exit_fchdir                           [Tracepoint event]
  syscalls:sys_exit_fchmod                           [Tracepoint event]
  syscalls:sys_exit_fchmodat                         [Tracepoint event]
  syscalls:sys_exit_fchmodat2                        [Tracepoint event]
  syscalls:sys_exit_fchown                           [Tracepoint event]
  syscalls:sys_exit_fchownat                         [Tracepoint event]
  syscalls:sys_exit_fcntl                            [Tracepoint event]
  syscalls:sys_exit_fdatasync                        [Tracepoint event]
  syscalls:sys_exit_fgetxattr                        [Tracepoint event]
  syscalls:sys_exit_finit_module                     [Tracepoint event]
  syscalls:sys_exit_flistxattr                       [Tracepoint event]
  syscalls:sys_exit_flock                            [Tracepoint event]
  syscalls:sys_exit_fork                             [Tracepoint event]
  syscalls:sys_exit_fremovexattr                     [Tracepoint event]
  syscalls:sys_exit_fsconfig                         [Tracepoint event]
  syscalls:sys_exit_fsetxattr                        [Tracepoint event]
  syscalls:sys_exit_fsmount                          [Tracepoint event]
  syscalls:sys_exit_fsopen                           [Tracepoint event]
  syscalls:sys_exit_fspick                           [Tracepoint event]
  syscalls:sys_exit_fstatfs                          [Tracepoint event]
  syscalls:sys_exit_fsync                            [Tracepoint event]
  syscalls:sys_exit_ftruncate                        [Tracepoint event]
  syscalls:sys_exit_futex                            [Tracepoint event]
  syscalls:sys_exit_futex_requeue                    [Tracepoint event]
  syscalls:sys_exit_futex_wait                       [Tracepoint event]
  syscalls:sys_exit_futex_waitv                      [Tracepoint event]
  syscalls:sys_exit_futex_wake                       [Tracepoint event]
  syscalls:sys_exit_futimesat                        [Tracepoint event]
  syscalls:sys_exit_get_mempolicy                    [Tracepoint event]
  syscalls:sys_exit_get_robust_list                  [Tracepoint event]
  syscalls:sys_exit_getcpu                           [Tracepoint event]
  syscalls:sys_exit_getcwd                           [Tracepoint event]
  syscalls:sys_exit_getdents                         [Tracepoint event]
  syscalls:sys_exit_getdents64                       [Tracepoint event]
  syscalls:sys_exit_getegid                          [Tracepoint event]
  syscalls:sys_exit_geteuid                          [Tracepoint event]
  syscalls:sys_exit_getgid                           [Tracepoint event]
  syscalls:sys_exit_getgroups                        [Tracepoint event]
  syscalls:sys_exit_getitimer                        [Tracepoint event]
  syscalls:sys_exit_getpeername                      [Tracepoint event]
  syscalls:sys_exit_getpgid                          [Tracepoint event]
  syscalls:sys_exit_getpgrp                          [Tracepoint event]
  syscalls:sys_exit_getpid                           [Tracepoint event]
  syscalls:sys_exit_getppid                          [Tracepoint event]
  syscalls:sys_exit_getpriority                      [Tracepoint event]
  syscalls:sys_exit_getrandom                        [Tracepoint event]
  syscalls:sys_exit_getresgid                        [Tracepoint event]
  syscalls:sys_exit_getresuid                        [Tracepoint event]
  syscalls:sys_exit_getrlimit                        [Tracepoint event]
  syscalls:sys_exit_getrusage                        [Tracepoint event]
  syscalls:sys_exit_getsid                           [Tracepoint event]
  syscalls:sys_exit_getsockname                      [Tracepoint event]
  syscalls:sys_exit_getsockopt                       [Tracepoint event]
  syscalls:sys_exit_gettid                           [Tracepoint event]
  syscalls:sys_exit_gettimeofday                     [Tracepoint event]
  syscalls:sys_exit_getuid                           [Tracepoint event]
  syscalls:sys_exit_getxattr                         [Tracepoint event]
  syscalls:sys_exit_init_module                      [Tracepoint event]
  syscalls:sys_exit_inotify_add_watch                [Tracepoint event]
  syscalls:sys_exit_inotify_init                     [Tracepoint event]
  syscalls:sys_exit_inotify_init1                    [Tracepoint event]
  syscalls:sys_exit_inotify_rm_watch                 [Tracepoint event]
  syscalls:sys_exit_io_cancel                        [Tracepoint event]
  syscalls:sys_exit_io_destroy                       [Tracepoint event]
  syscalls:sys_exit_io_getevents                     [Tracepoint event]
  syscalls:sys_exit_io_pgetevents                    [Tracepoint event]
  syscalls:sys_exit_io_setup                         [Tracepoint event]
  syscalls:sys_exit_io_submit                        [Tracepoint event]
  syscalls:sys_exit_io_uring_enter                   [Tracepoint event]
  syscalls:sys_exit_io_uring_register                [Tracepoint event]
  syscalls:sys_exit_io_uring_setup                   [Tracepoint event]
  syscalls:sys_exit_ioctl                            [Tracepoint event]
  syscalls:sys_exit_ioperm                           [Tracepoint event]
  syscalls:sys_exit_iopl                             [Tracepoint event]
  syscalls:sys_exit_ioprio_get                       [Tracepoint event]
  syscalls:sys_exit_ioprio_set                       [Tracepoint event]
  syscalls:sys_exit_kcmp                             [Tracepoint event]
  syscalls:sys_exit_kexec_file_load                  [Tracepoint event]
  syscalls:sys_exit_kexec_load                       [Tracepoint event]
  syscalls:sys_exit_keyctl                           [Tracepoint event]
  syscalls:sys_exit_kill                             [Tracepoint event]
  syscalls:sys_exit_landlock_add_rule                [Tracepoint event]
  syscalls:sys_exit_landlock_create_ruleset          [Tracepoint event]
  syscalls:sys_exit_landlock_restrict_self           [Tracepoint event]
  syscalls:sys_exit_lchown                           [Tracepoint event]
  syscalls:sys_exit_lgetxattr                        [Tracepoint event]
  syscalls:sys_exit_link                             [Tracepoint event]
  syscalls:sys_exit_linkat                           [Tracepoint event]
  syscalls:sys_exit_listen                           [Tracepoint event]
  syscalls:sys_exit_listmount                        [Tracepoint event]
  syscalls:sys_exit_listxattr                        [Tracepoint event]
  syscalls:sys_exit_llistxattr                       [Tracepoint event]
  syscalls:sys_exit_lremovexattr                     [Tracepoint event]
  syscalls:sys_exit_lseek                            [Tracepoint event]
  syscalls:sys_exit_lsetxattr                        [Tracepoint event]
  syscalls:sys_exit_lsm_get_self_attr                [Tracepoint event]
  syscalls:sys_exit_lsm_list_modules                 [Tracepoint event]
  syscalls:sys_exit_lsm_set_self_attr                [Tracepoint event]
  syscalls:sys_exit_madvise                          [Tracepoint event]
  syscalls:sys_exit_map_shadow_stack                 [Tracepoint event]
  syscalls:sys_exit_mbind                            [Tracepoint event]
  syscalls:sys_exit_membarrier                       [Tracepoint event]
  syscalls:sys_exit_memfd_create                     [Tracepoint event]
  syscalls:sys_exit_memfd_secret                     [Tracepoint event]
  syscalls:sys_exit_migrate_pages                    [Tracepoint event]
  syscalls:sys_exit_mincore                          [Tracepoint event]
  syscalls:sys_exit_mkdir                            [Tracepoint event]
  syscalls:sys_exit_mkdirat                          [Tracepoint event]
  syscalls:sys_exit_mknod                            [Tracepoint event]
  syscalls:sys_exit_mknodat                          [Tracepoint event]
  syscalls:sys_exit_mlock                            [Tracepoint event]
  syscalls:sys_exit_mlock2                           [Tracepoint event]
  syscalls:sys_exit_mlockall                         [Tracepoint event]
  syscalls:sys_exit_mmap                             [Tracepoint event]
  syscalls:sys_exit_modify_ldt                       [Tracepoint event]
  syscalls:sys_exit_mount                            [Tracepoint event]
  syscalls:sys_exit_mount_setattr                    [Tracepoint event]
  syscalls:sys_exit_move_mount                       [Tracepoint event]
  syscalls:sys_exit_move_pages                       [Tracepoint event]
  syscalls:sys_exit_mprotect                         [Tracepoint event]
  syscalls:sys_exit_mq_getsetattr                    [Tracepoint event]
  syscalls:sys_exit_mq_notify                        [Tracepoint event]
  syscalls:sys_exit_mq_open                          [Tracepoint event]
  syscalls:sys_exit_mq_timedreceive                  [Tracepoint event]
  syscalls:sys_exit_mq_timedsend                     [Tracepoint event]
  syscalls:sys_exit_mq_unlink                        [Tracepoint event]
  syscalls:sys_exit_mremap                           [Tracepoint event]
  syscalls:sys_exit_msgctl                           [Tracepoint event]
  syscalls:sys_exit_msgget                           [Tracepoint event]
  syscalls:sys_exit_msgrcv                           [Tracepoint event]
  syscalls:sys_exit_msgsnd                           [Tracepoint event]
  syscalls:sys_exit_msync                            [Tracepoint event]
  syscalls:sys_exit_munlock                          [Tracepoint event]
  syscalls:sys_exit_munlockall                       [Tracepoint event]
  syscalls:sys_exit_munmap                           [Tracepoint event]
  syscalls:sys_exit_name_to_handle_at                [Tracepoint event]
  syscalls:sys_exit_nanosleep                        [Tracepoint event]
  syscalls:sys_exit_newfstat                         [Tracepoint event]
  syscalls:sys_exit_newfstatat                       [Tracepoint event]
  syscalls:sys_exit_newlstat                         [Tracepoint event]
  syscalls:sys_exit_newstat                          [Tracepoint event]
  syscalls:sys_exit_newuname                         [Tracepoint event]
  syscalls:sys_exit_open                             [Tracepoint event]
  syscalls:sys_exit_open_by_handle_at                [Tracepoint event]
  syscalls:sys_exit_open_tree                        [Tracepoint event]
  syscalls:sys_exit_openat                           [Tracepoint event]
  syscalls:sys_exit_openat2                          [Tracepoint event]
  syscalls:sys_exit_pause                            [Tracepoint event]
  syscalls:sys_exit_perf_event_open                  [Tracepoint event]
  syscalls:sys_exit_personality                      [Tracepoint event]
  syscalls:sys_exit_pidfd_getfd                      [Tracepoint event]
  syscalls:sys_exit_pidfd_open                       [Tracepoint event]
  syscalls:sys_exit_pidfd_send_signal                [Tracepoint event]
  syscalls:sys_exit_pipe                             [Tracepoint event]
  syscalls:sys_exit_pipe2                            [Tracepoint event]
  syscalls:sys_exit_pivot_root                       [Tracepoint event]
  syscalls:sys_exit_pkey_alloc                       [Tracepoint event]
  syscalls:sys_exit_pkey_free                        [Tracepoint event]
  syscalls:sys_exit_pkey_mprotect                    [Tracepoint event]
  syscalls:sys_exit_poll                             [Tracepoint event]
  syscalls:sys_exit_ppoll                            [Tracepoint event]
  syscalls:sys_exit_prctl                            [Tracepoint event]
  syscalls:sys_exit_pread64                          [Tracepoint event]
  syscalls:sys_exit_preadv                           [Tracepoint event]
  syscalls:sys_exit_preadv2                          [Tracepoint event]
  syscalls:sys_exit_prlimit64                        [Tracepoint event]
  syscalls:sys_exit_process_madvise                  [Tracepoint event]
  syscalls:sys_exit_process_mrelease                 [Tracepoint event]
  syscalls:sys_exit_process_vm_readv                 [Tracepoint event]
  syscalls:sys_exit_process_vm_writev                [Tracepoint event]
  syscalls:sys_exit_pselect6                         [Tracepoint event]
  syscalls:sys_exit_ptrace                           [Tracepoint event]
  syscalls:sys_exit_pwrite64                         [Tracepoint event]
  syscalls:sys_exit_pwritev                          [Tracepoint event]
  syscalls:sys_exit_pwritev2                         [Tracepoint event]
  syscalls:sys_exit_quotactl                         [Tracepoint event]
  syscalls:sys_exit_quotactl_fd                      [Tracepoint event]
  syscalls:sys_exit_read                             [Tracepoint event]
  syscalls:sys_exit_readahead                        [Tracepoint event]
  syscalls:sys_exit_readlink                         [Tracepoint event]
  syscalls:sys_exit_readlinkat                       [Tracepoint event]
  syscalls:sys_exit_readv                            [Tracepoint event]
  syscalls:sys_exit_reboot                           [Tracepoint event]
  syscalls:sys_exit_recvfrom                         [Tracepoint event]
  syscalls:sys_exit_recvmmsg                         [Tracepoint event]
  syscalls:sys_exit_recvmsg                          [Tracepoint event]
  syscalls:sys_exit_remap_file_pages                 [Tracepoint event]
  syscalls:sys_exit_removexattr                      [Tracepoint event]
  syscalls:sys_exit_rename                           [Tracepoint event]
  syscalls:sys_exit_renameat                         [Tracepoint event]
  syscalls:sys_exit_renameat2                        [Tracepoint event]
  syscalls:sys_exit_request_key                      [Tracepoint event]
  syscalls:sys_exit_restart_syscall                  [Tracepoint event]
  syscalls:sys_exit_rmdir                            [Tracepoint event]
  syscalls:sys_exit_rseq                             [Tracepoint event]
  syscalls:sys_exit_rt_sigaction                     [Tracepoint event]
  syscalls:sys_exit_rt_sigpending                    [Tracepoint event]
  syscalls:sys_exit_rt_sigprocmask                   [Tracepoint event]
  syscalls:sys_exit_rt_sigqueueinfo                  [Tracepoint event]
  syscalls:sys_exit_rt_sigreturn                     [Tracepoint event]
  syscalls:sys_exit_rt_sigsuspend                    [Tracepoint event]
  syscalls:sys_exit_rt_sigtimedwait                  [Tracepoint event]
  syscalls:sys_exit_rt_tgsigqueueinfo                [Tracepoint event]
  syscalls:sys_exit_sched_get_priority_max           [Tracepoint event]
  syscalls:sys_exit_sched_get_priority_min           [Tracepoint event]
  syscalls:sys_exit_sched_getaffinity                [Tracepoint event]
  syscalls:sys_exit_sched_getattr                    [Tracepoint event]
  syscalls:sys_exit_sched_getparam                   [Tracepoint event]
  syscalls:sys_exit_sched_getscheduler               [Tracepoint event]
  syscalls:sys_exit_sched_rr_get_interval            [Tracepoint event]
  syscalls:sys_exit_sched_setaffinity                [Tracepoint event]
  syscalls:sys_exit_sched_setattr                    [Tracepoint event]
  syscalls:sys_exit_sched_setparam                   [Tracepoint event]
  syscalls:sys_exit_sched_setscheduler               [Tracepoint event]
  syscalls:sys_exit_sched_yield                      [Tracepoint event]
  syscalls:sys_exit_seccomp                          [Tracepoint event]
  syscalls:sys_exit_select                           [Tracepoint event]
  syscalls:sys_exit_semctl                           [Tracepoint event]
  syscalls:sys_exit_semget                           [Tracepoint event]
  syscalls:sys_exit_semop                            [Tracepoint event]
  syscalls:sys_exit_semtimedop                       [Tracepoint event]
  syscalls:sys_exit_sendfile64                       [Tracepoint event]
  syscalls:sys_exit_sendmmsg                         [Tracepoint event]
  syscalls:sys_exit_sendmsg                          [Tracepoint event]
  syscalls:sys_exit_sendto                           [Tracepoint event]
  syscalls:sys_exit_set_mempolicy                    [Tracepoint event]
  syscalls:sys_exit_set_mempolicy_home_node          [Tracepoint event]
  syscalls:sys_exit_set_robust_list                  [Tracepoint event]
  syscalls:sys_exit_set_tid_address                  [Tracepoint event]
  syscalls:sys_exit_setdomainname                    [Tracepoint event]
  syscalls:sys_exit_setfsgid                         [Tracepoint event]
  syscalls:sys_exit_setfsuid                         [Tracepoint event]
  syscalls:sys_exit_setgid                           [Tracepoint event]
  syscalls:sys_exit_setgroups                        [Tracepoint event]
  syscalls:sys_exit_sethostname                      [Tracepoint event]
  syscalls:sys_exit_setitimer                        [Tracepoint event]
  syscalls:sys_exit_setns                            [Tracepoint event]
  syscalls:sys_exit_setpgid                          [Tracepoint event]
  syscalls:sys_exit_setpriority                      [Tracepoint event]
  syscalls:sys_exit_setregid                         [Tracepoint event]
  syscalls:sys_exit_setresgid                        [Tracepoint event]
  syscalls:sys_exit_setresuid                        [Tracepoint event]
  syscalls:sys_exit_setreuid                         [Tracepoint event]
  syscalls:sys_exit_setrlimit                        [Tracepoint event]
  syscalls:sys_exit_setsid                           [Tracepoint event]
  syscalls:sys_exit_setsockopt                       [Tracepoint event]
  syscalls:sys_exit_settimeofday                     [Tracepoint event]
  syscalls:sys_exit_setuid                           [Tracepoint event]
  syscalls:sys_exit_setxattr                         [Tracepoint event]
  syscalls:sys_exit_shmat                            [Tracepoint event]
  syscalls:sys_exit_shmctl                           [Tracepoint event]
  syscalls:sys_exit_shmdt                            [Tracepoint event]
  syscalls:sys_exit_shmget                           [Tracepoint event]
  syscalls:sys_exit_shutdown                         [Tracepoint event]
  syscalls:sys_exit_sigaltstack                      [Tracepoint event]
  syscalls:sys_exit_signalfd                         [Tracepoint event]
  syscalls:sys_exit_signalfd4                        [Tracepoint event]
  syscalls:sys_exit_socket                           [Tracepoint event]
  syscalls:sys_exit_socketpair                       [Tracepoint event]
  syscalls:sys_exit_splice                           [Tracepoint event]
  syscalls:sys_exit_statfs                           [Tracepoint event]
  syscalls:sys_exit_statmount                        [Tracepoint event]
  syscalls:sys_exit_statx                            [Tracepoint event]
  syscalls:sys_exit_swapoff                          [Tracepoint event]
  syscalls:sys_exit_swapon                           [Tracepoint event]
  syscalls:sys_exit_symlink                          [Tracepoint event]
  syscalls:sys_exit_symlinkat                        [Tracepoint event]
  syscalls:sys_exit_sync                             [Tracepoint event]
  syscalls:sys_exit_sync_file_range                  [Tracepoint event]
  syscalls:sys_exit_syncfs                           [Tracepoint event]
  syscalls:sys_exit_sysfs                            [Tracepoint event]
  syscalls:sys_exit_sysinfo                          [Tracepoint event]
  syscalls:sys_exit_syslog                           [Tracepoint event]
  syscalls:sys_exit_tee                              [Tracepoint event]
  syscalls:sys_exit_tgkill                           [Tracepoint event]
  syscalls:sys_exit_time                             [Tracepoint event]
  syscalls:sys_exit_timer_create                     [Tracepoint event]
  syscalls:sys_exit_timer_delete                     [Tracepoint event]
  syscalls:sys_exit_timer_getoverrun                 [Tracepoint event]
  syscalls:sys_exit_timer_gettime                    [Tracepoint event]
  syscalls:sys_exit_timer_settime                    [Tracepoint event]
  syscalls:sys_exit_timerfd_create                   [Tracepoint event]
  syscalls:sys_exit_timerfd_gettime                  [Tracepoint event]
  syscalls:sys_exit_timerfd_settime                  [Tracepoint event]
  syscalls:sys_exit_times                            [Tracepoint event]
  syscalls:sys_exit_tkill                            [Tracepoint event]
  syscalls:sys_exit_truncate                         [Tracepoint event]
  syscalls:sys_exit_umask                            [Tracepoint event]
  syscalls:sys_exit_umount                           [Tracepoint event]
  syscalls:sys_exit_unlink                           [Tracepoint event]
  syscalls:sys_exit_unlinkat                         [Tracepoint event]
  syscalls:sys_exit_unshare                          [Tracepoint event]
  syscalls:sys_exit_userfaultfd                      [Tracepoint event]
  syscalls:sys_exit_ustat                            [Tracepoint event]
  syscalls:sys_exit_utime                            [Tracepoint event]
  syscalls:sys_exit_utimensat                        [Tracepoint event]
  syscalls:sys_exit_utimes                           [Tracepoint event]
  syscalls:sys_exit_vfork                            [Tracepoint event]
  syscalls:sys_exit_vhangup                          [Tracepoint event]
  syscalls:sys_exit_vmsplice                         [Tracepoint event]
  syscalls:sys_exit_wait4                            [Tracepoint event]
  syscalls:sys_exit_waitid                           [Tracepoint event]
  syscalls:sys_exit_write                            [Tracepoint event]
  syscalls:sys_exit_writev                           [Tracepoint event]
  task:task_newtask                                  [Tracepoint event]
  task:task_rename                                   [Tracepoint event]
  tcp:tcp_bad_csum                                   [Tracepoint event]
  tcp:tcp_cong_state_set                             [Tracepoint event]
  tcp:tcp_destroy_sock                               [Tracepoint event]
  tcp:tcp_probe                                      [Tracepoint event]
  tcp:tcp_rcv_space_adjust                           [Tracepoint event]
  tcp:tcp_receive_reset                              [Tracepoint event]
  tcp:tcp_retransmit_skb                             [Tracepoint event]
  tcp:tcp_retransmit_synack                          [Tracepoint event]
  tcp:tcp_send_reset                                 [Tracepoint event]
  thermal:cdev_update                                [Tracepoint event]
  thermal:thermal_power_devfreq_get_power            [Tracepoint event]
  thermal:thermal_power_devfreq_limit                [Tracepoint event]
  thermal:thermal_temperature                        [Tracepoint event]
  thermal:thermal_zone_trip                          [Tracepoint event]
  thermal_power_allocator:thermal_power_actor        [Tracepoint event]
  thermal_power_allocator:thermal_power_allocator    [Tracepoint event]
  thermal_power_allocator:thermal_power_allocator_pid[Tracepoint event]
  thp:hugepage_set_pmd                               [Tracepoint event]
  thp:hugepage_set_pud                               [Tracepoint event]
  thp:hugepage_update_pmd                            [Tracepoint event]
  thp:hugepage_update_pud                            [Tracepoint event]
  thp:remove_migration_pmd                           [Tracepoint event]
  thp:set_migration_pmd                              [Tracepoint event]
  timer:hrtimer_cancel                               [Tracepoint event]
  timer:hrtimer_expire_entry                         [Tracepoint event]
  timer:hrtimer_expire_exit                          [Tracepoint event]
  timer:hrtimer_init                                 [Tracepoint event]
  timer:hrtimer_start                                [Tracepoint event]
  timer:itimer_expire                                [Tracepoint event]
  timer:itimer_state                                 [Tracepoint event]
  timer:tick_stop                                    [Tracepoint event]
  timer:timer_base_idle                              [Tracepoint event]
  timer:timer_cancel                                 [Tracepoint event]
  timer:timer_expire_entry                           [Tracepoint event]
  timer:timer_expire_exit                            [Tracepoint event]
  timer:timer_init                                   [Tracepoint event]
  timer:timer_start                                  [Tracepoint event]
  tlb:tlb_flush                                      [Tracepoint event]
  ucsi:ucsi_connector_change                         [Tracepoint event]
  ucsi:ucsi_register_altmode                         [Tracepoint event]
  ucsi:ucsi_register_port                            [Tracepoint event]
  ucsi:ucsi_reset_ppm                                [Tracepoint event]
  ucsi:ucsi_run_command                              [Tracepoint event]
  udp:udp_fail_queue_rcv_skb                         [Tracepoint event]
  v4l2:v4l2_dqbuf                                    [Tracepoint event]
  v4l2:v4l2_qbuf                                     [Tracepoint event]
  v4l2:vb2_v4l2_buf_done                             [Tracepoint event]
  v4l2:vb2_v4l2_buf_queue                            [Tracepoint event]
  v4l2:vb2_v4l2_dqbuf                                [Tracepoint event]
  v4l2:vb2_v4l2_qbuf                                 [Tracepoint event]
  vb2:vb2_buf_done                                   [Tracepoint event]
  vb2:vb2_buf_queue                                  [Tracepoint event]
  vb2:vb2_dqbuf                                      [Tracepoint event]
  vb2:vb2_qbuf                                       [Tracepoint event]
  vmalloc:alloc_vmap_area                            [Tracepoint event]
  vmalloc:free_vmap_area_noflush                     [Tracepoint event]
  vmalloc:purge_vmap_area_lazy                       [Tracepoint event]
  vmscan:mm_shrink_slab_end                          [Tracepoint event]
  vmscan:mm_shrink_slab_start                        [Tracepoint event]
  vmscan:mm_vmscan_direct_reclaim_begin              [Tracepoint event]
  vmscan:mm_vmscan_direct_reclaim_end                [Tracepoint event]
  vmscan:mm_vmscan_kswapd_sleep                      [Tracepoint event]
  vmscan:mm_vmscan_kswapd_wake                       [Tracepoint event]
  vmscan:mm_vmscan_lru_isolate                       [Tracepoint event]
  vmscan:mm_vmscan_lru_shrink_active                 [Tracepoint event]
  vmscan:mm_vmscan_lru_shrink_inactive               [Tracepoint event]
  vmscan:mm_vmscan_memcg_reclaim_begin               [Tracepoint event]
  vmscan:mm_vmscan_memcg_reclaim_end                 [Tracepoint event]
  vmscan:mm_vmscan_memcg_softlimit_reclaim_begin     [Tracepoint event]
  vmscan:mm_vmscan_memcg_softlimit_reclaim_end       [Tracepoint event]
  vmscan:mm_vmscan_node_reclaim_begin                [Tracepoint event]
  vmscan:mm_vmscan_node_reclaim_end                  [Tracepoint event]
  vmscan:mm_vmscan_throttled                         [Tracepoint event]
  vmscan:mm_vmscan_wakeup_kswapd                     [Tracepoint event]
  vmscan:mm_vmscan_write_folio                       [Tracepoint event]
  vsyscall:emulate_vsyscall                          [Tracepoint event]
  watchdog:watchdog_ping                             [Tracepoint event]
  watchdog:watchdog_set_timeout                      [Tracepoint event]
  watchdog:watchdog_start                            [Tracepoint event]
  watchdog:watchdog_stop                             [Tracepoint event]
  wbt:wbt_lat                                        [Tracepoint event]
  wbt:wbt_stat                                       [Tracepoint event]
  wbt:wbt_step                                       [Tracepoint event]
  wbt:wbt_timer                                      [Tracepoint event]
  workqueue:workqueue_activate_work                  [Tracepoint event]
  workqueue:workqueue_execute_end                    [Tracepoint event]
  workqueue:workqueue_execute_start                  [Tracepoint event]
  workqueue:workqueue_queue_work                     [Tracepoint event]
  writeback:balance_dirty_pages                      [Tracepoint event]
  writeback:bdi_dirty_ratelimit                      [Tracepoint event]
  writeback:flush_foreign                            [Tracepoint event]
  writeback:folio_wait_writeback                     [Tracepoint event]
  writeback:global_dirty_state                       [Tracepoint event]
  writeback:inode_foreign_history                    [Tracepoint event]
  writeback:inode_switch_wbs                         [Tracepoint event]
  writeback:sb_clear_inode_writeback                 [Tracepoint event]
  writeback:sb_mark_inode_writeback                  [Tracepoint event]
  writeback:track_foreign_dirty                      [Tracepoint event]
  writeback:wbc_writepage                            [Tracepoint event]
  writeback:writeback_bdi_register                   [Tracepoint event]
  writeback:writeback_dirty_folio                    [Tracepoint event]
  writeback:writeback_dirty_inode                    [Tracepoint event]
  writeback:writeback_dirty_inode_enqueue            [Tracepoint event]
  writeback:writeback_dirty_inode_start              [Tracepoint event]
  writeback:writeback_exec                           [Tracepoint event]
  writeback:writeback_lazytime                       [Tracepoint event]
  writeback:writeback_lazytime_iput                  [Tracepoint event]
  writeback:writeback_mark_inode_dirty               [Tracepoint event]
  writeback:writeback_pages_written                  [Tracepoint event]
  writeback:writeback_queue                          [Tracepoint event]
  writeback:writeback_queue_io                       [Tracepoint event]
  writeback:writeback_sb_inodes_requeue              [Tracepoint event]
  writeback:writeback_single_inode                   [Tracepoint event]
  writeback:writeback_single_inode_start             [Tracepoint event]
  writeback:writeback_start                          [Tracepoint event]
  writeback:writeback_wait                           [Tracepoint event]
  writeback:writeback_wake_background                [Tracepoint event]
  writeback:writeback_write_inode                    [Tracepoint event]
  writeback:writeback_write_inode_start              [Tracepoint event]
  writeback:writeback_written                        [Tracepoint event]
  x86_fpu:x86_fpu_after_restore                      [Tracepoint event]
  x86_fpu:x86_fpu_after_save                         [Tracepoint event]
  x86_fpu:x86_fpu_before_restore                     [Tracepoint event]
  x86_fpu:x86_fpu_before_save                        [Tracepoint event]
  x86_fpu:x86_fpu_copy_dst                           [Tracepoint event]
  x86_fpu:x86_fpu_copy_src                           [Tracepoint event]
  x86_fpu:x86_fpu_dropped                            [Tracepoint event]
  x86_fpu:x86_fpu_init_state                         [Tracepoint event]
  x86_fpu:x86_fpu_regs_activated                     [Tracepoint event]
  x86_fpu:x86_fpu_regs_deactivated                   [Tracepoint event]
  x86_fpu:x86_fpu_xstate_check_failed                [Tracepoint event]
  xdp:bpf_xdp_link_attach_failed                     [Tracepoint event]
  xdp:mem_connect                                    [Tracepoint event]
  xdp:mem_disconnect                                 [Tracepoint event]
  xdp:mem_return_failed                              [Tracepoint event]
  xdp:xdp_bulk_tx                                    [Tracepoint event]
  xdp:xdp_cpumap_enqueue                             [Tracepoint event]
  xdp:xdp_cpumap_kthread                             [Tracepoint event]
  xdp:xdp_devmap_xmit                                [Tracepoint event]
  xdp:xdp_exception                                  [Tracepoint event]
  xdp:xdp_redirect                                   [Tracepoint event]
  xdp:xdp_redirect_err                               [Tracepoint event]
  xdp:xdp_redirect_map                               [Tracepoint event]
  xdp:xdp_redirect_map_err                           [Tracepoint event]
  xe:xe_bo_cpu_fault                                 [Tracepoint event]
  xe:xe_bo_move                                      [Tracepoint event]
  xe:xe_exec_queue_cleanup_entity                    [Tracepoint event]
  xe:xe_exec_queue_close                             [Tracepoint event]
  xe:xe_exec_queue_create                            [Tracepoint event]
  xe:xe_exec_queue_deregister                        [Tracepoint event]
  xe:xe_exec_queue_deregister_done                   [Tracepoint event]
  xe:xe_exec_queue_destroy                           [Tracepoint event]
  xe:xe_exec_queue_kill                              [Tracepoint event]
  xe:xe_exec_queue_lr_cleanup                        [Tracepoint event]
  xe:xe_exec_queue_memory_cat_error                  [Tracepoint event]
  xe:xe_exec_queue_register                          [Tracepoint event]
  xe:xe_exec_queue_reset                             [Tracepoint event]
  xe:xe_exec_queue_resubmit                          [Tracepoint event]
  xe:xe_exec_queue_scheduling_disable                [Tracepoint event]
  xe:xe_exec_queue_scheduling_done                   [Tracepoint event]
  xe:xe_exec_queue_scheduling_enable                 [Tracepoint event]
  xe:xe_exec_queue_stop                              [Tracepoint event]
  xe:xe_exec_queue_submit                            [Tracepoint event]
  xe:xe_exec_queue_supress_resume                    [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_cb                 [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_create             [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_recv               [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_send               [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_signal             [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_timeout            [Tracepoint event]
  xe:xe_gt_tlb_invalidation_fence_work_func          [Tracepoint event]
  xe:xe_guc_ct_g2h_flow_control                      [Tracepoint event]
  xe:xe_guc_ct_h2g_flow_control                      [Tracepoint event]
  xe:xe_guc_ctb_g2h                                  [Tracepoint event]
  xe:xe_guc_ctb_h2g                                  [Tracepoint event]
  xe:xe_hw_fence_create                              [Tracepoint event]
  xe:xe_hw_fence_free                                [Tracepoint event]
  xe:xe_hw_fence_signal                              [Tracepoint event]
  xe:xe_hw_fence_try_signal                          [Tracepoint event]
  xe:xe_sched_job_ban                                [Tracepoint event]
  xe:xe_sched_job_create                             [Tracepoint event]
  xe:xe_sched_job_exec                               [Tracepoint event]
  xe:xe_sched_job_free                               [Tracepoint event]
  xe:xe_sched_job_run                                [Tracepoint event]
  xe:xe_sched_job_set_error                          [Tracepoint event]
  xe:xe_sched_job_timedout                           [Tracepoint event]
  xe:xe_sched_msg_add                                [Tracepoint event]
  xe:xe_sched_msg_recv                               [Tracepoint event]
  xe:xe_vm_cpu_bind                                  [Tracepoint event]
  xe:xe_vm_create                                    [Tracepoint event]
  xe:xe_vm_free                                      [Tracepoint event]
  xe:xe_vm_kill                                      [Tracepoint event]
  xe:xe_vm_rebind_worker_enter                       [Tracepoint event]
  xe:xe_vm_rebind_worker_exit                        [Tracepoint event]
  xe:xe_vm_rebind_worker_retry                       [Tracepoint event]
  xe:xe_vm_restart                                   [Tracepoint event]
  xe:xe_vma_acc                                      [Tracepoint event]
  xe:xe_vma_bind                                     [Tracepoint event]
  xe:xe_vma_evict                                    [Tracepoint event]
  xe:xe_vma_fail                                     [Tracepoint event]
  xe:xe_vma_flush                                    [Tracepoint event]
  xe:xe_vma_invalidate                               [Tracepoint event]
  xe:xe_vma_pagefault                                [Tracepoint event]
  xe:xe_vma_pf_bind                                  [Tracepoint event]
  xe:xe_vma_rebind_exec                              [Tracepoint event]
  xe:xe_vma_rebind_worker                            [Tracepoint event]
  xe:xe_vma_unbind                                   [Tracepoint event]
  xe:xe_vma_userptr_invalidate                       [Tracepoint event]
  xe:xe_vma_userptr_invalidate_complete              [Tracepoint event]
  xe:xe_vma_userptr_rebind_exec                      [Tracepoint event]
  xe:xe_vma_userptr_rebind_worker                    [Tracepoint event]
  xen:xen_cpu_load_idt                               [Tracepoint event]
  xen:xen_cpu_set_ldt                                [Tracepoint event]
  xen:xen_cpu_write_gdt_entry                        [Tracepoint event]
  xen:xen_cpu_write_idt_entry                        [Tracepoint event]
  xen:xen_cpu_write_ldt_entry                        [Tracepoint event]
  xen:xen_mc_batch                                   [Tracepoint event]
  xen:xen_mc_callback                                [Tracepoint event]
  xen:xen_mc_entry                                   [Tracepoint event]
  xen:xen_mc_entry_alloc                             [Tracepoint event]
  xen:xen_mc_extend_args                             [Tracepoint event]
  xen:xen_mc_flush                                   [Tracepoint event]
  xen:xen_mc_flush_reason                            [Tracepoint event]
  xen:xen_mc_issue                                   [Tracepoint event]
  xen:xen_mmu_alloc_ptpage                           [Tracepoint event]
  xen:xen_mmu_flush_tlb_multi                        [Tracepoint event]
  xen:xen_mmu_flush_tlb_one_user                     [Tracepoint event]
  xen:xen_mmu_pgd_pin                                [Tracepoint event]
  xen:xen_mmu_pgd_unpin                              [Tracepoint event]
  xen:xen_mmu_ptep_modify_prot_commit                [Tracepoint event]
  xen:xen_mmu_ptep_modify_prot_start                 [Tracepoint event]
  xen:xen_mmu_release_ptpage                         [Tracepoint event]
  xen:xen_mmu_set_p4d                                [Tracepoint event]
  xen:xen_mmu_set_pmd                                [Tracepoint event]
  xen:xen_mmu_set_pte                                [Tracepoint event]
  xen:xen_mmu_set_pud                                [Tracepoint event]
  xen:xen_mmu_write_cr3                              [Tracepoint event]
  xhci-hcd:xhci_add_endpoint                         [Tracepoint event]
  xhci-hcd:xhci_address_ctrl_ctx                     [Tracepoint event]
  xhci-hcd:xhci_address_ctx                          [Tracepoint event]
  xhci-hcd:xhci_alloc_dev                            [Tracepoint event]
  xhci-hcd:xhci_alloc_virt_device                    [Tracepoint event]
  xhci-hcd:xhci_configure_endpoint                   [Tracepoint event]
  xhci-hcd:xhci_configure_endpoint_ctrl_ctx          [Tracepoint event]
  xhci-hcd:xhci_dbc_alloc_request                    [Tracepoint event]
  xhci-hcd:xhci_dbc_free_request                     [Tracepoint event]
  xhci-hcd:xhci_dbc_gadget_ep_queue                  [Tracepoint event]
  xhci-hcd:xhci_dbc_giveback_request                 [Tracepoint event]
  xhci-hcd:xhci_dbc_handle_event                     [Tracepoint event]
  xhci-hcd:xhci_dbc_handle_transfer                  [Tracepoint event]
  xhci-hcd:xhci_dbc_queue_request                    [Tracepoint event]
  xhci-hcd:xhci_dbg_address                          [Tracepoint event]
  xhci-hcd:xhci_dbg_cancel_urb                       [Tracepoint event]
  xhci-hcd:xhci_dbg_context_change                   [Tracepoint event]
  xhci-hcd:xhci_dbg_init                             [Tracepoint event]
  xhci-hcd:xhci_dbg_quirks                           [Tracepoint event]
  xhci-hcd:xhci_dbg_reset_ep                         [Tracepoint event]
  xhci-hcd:xhci_dbg_ring_expansion                   [Tracepoint event]
  xhci-hcd:xhci_discover_or_reset_device             [Tracepoint event]
  xhci-hcd:xhci_free_dev                             [Tracepoint event]
  xhci-hcd:xhci_free_virt_device                     [Tracepoint event]
  xhci-hcd:xhci_get_port_status                      [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_addr_dev                  [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_config_ep                 [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_disable_slot              [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_reset_dev                 [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_reset_ep                  [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_set_deq                   [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_set_deq_ep                [Tracepoint event]
  xhci-hcd:xhci_handle_cmd_stop_ep                   [Tracepoint event]
  xhci-hcd:xhci_handle_command                       [Tracepoint event]
  xhci-hcd:xhci_handle_event                         [Tracepoint event]
  xhci-hcd:xhci_handle_port_status                   [Tracepoint event]
  xhci-hcd:xhci_handle_transfer                      [Tracepoint event]
  xhci-hcd:xhci_hub_status_data                      [Tracepoint event]
  xhci-hcd:xhci_inc_deq                              [Tracepoint event]
  xhci-hcd:xhci_inc_enq                              [Tracepoint event]
  xhci-hcd:xhci_queue_trb                            [Tracepoint event]
  xhci-hcd:xhci_ring_alloc                           [Tracepoint event]
  xhci-hcd:xhci_ring_ep_doorbell                     [Tracepoint event]
  xhci-hcd:xhci_ring_expansion                       [Tracepoint event]
  xhci-hcd:xhci_ring_free                            [Tracepoint event]
  xhci-hcd:xhci_ring_host_doorbell                   [Tracepoint event]
  xhci-hcd:xhci_setup_addressable_virt_device        [Tracepoint event]
  xhci-hcd:xhci_setup_device                         [Tracepoint event]
  xhci-hcd:xhci_setup_device_slot                    [Tracepoint event]
  xhci-hcd:xhci_stop_device                          [Tracepoint event]
  xhci-hcd:xhci_urb_dequeue                          [Tracepoint event]
  xhci-hcd:xhci_urb_enqueue                          [Tracepoint event]
  xhci-hcd:xhci_urb_giveback                         [Tracepoint event]
khuey commented 2 months ago

I am experiencing the same issue on a bare metal Ubuntu without any kernel changes (except obv. /proc/sys/kernel/perf_event_paranoid=1).

$ rr record /bin/true
[FATAL src/PerfCounters_x86.h:132:compute_cpu_microarch()] Intel CPU type 0xa06a0 unknown

Did you build rr from source? de2229bad401ab6ecc47a2b6702ce8a48d3d400f isn't in a release yet.

two-heart commented 2 months ago

Thank you, building from source on the latest master resolved the issue. Previously I was using the version from your Website.