All of lore.kernel.org
 help / color / mirror / Atom feed
* [sched/fair] 07cf623c04: hackbench.throughput -70.5% regression
@ 2019-05-16  8:09 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2019-05-16  8:09 UTC (permalink / raw)
  To: lkp

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

Greeting,

FYI, we noticed a -70.5% regression of hackbench.throughput due to commit:


commit: 07cf623c04048316ec3c273fd0cebe478f1caa65 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")
git://linux-arm.org/linux-de.git upstream/rem_rq_load

in testcase: hackbench
on test machine: 192 threads Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz with 496G memory
with following parameters:

	nr_threads: 1600%
	mode: process
	ipc: pipe
	cpufreq_governor: performance
	ucode: 0xb00002e

test-description: Hackbench is both a benchmark and a stress test for the Linux kernel scheduler.
test-url: https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/sched/cfs-scheduler/hackbench.c

In addition to that, the commit also has significant impact on the following tests:

+------------------+------------------------------------------------------------------------+
| testcase: change | netperf: netperf.Throughput_Mbps 71.4% improvement                     |
| test machine     | 16 threads Intel(R) Xeon(R) CPU D-1541 @ 2.10GHz with 8G memory        |
| test parameters  | cluster=cs-localhost                                                   |
|                  | cpufreq_governor=performance                                           |
|                  | ip=ipv4                                                                |
|                  | nr_threads=200%                                                        |
|                  | runtime=900s                                                           |
|                  | test=TCP_STREAM                                                        |
|                  | ucode=0x7000017                                                        |
+------------------+------------------------------------------------------------------------+
| testcase: change | hackbench: hackbench.throughput 20.7% improvement                      |
| test machine     | 192 threads Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz with 496G memory |
| test parameters  | cpufreq_governor=performance                                           |
|                  | ipc=pipe                                                               |
|                  | mode=process                                                           |
|                  | nr_threads=50%                                                         |
|                  | ucode=0xb00002e                                                        |
+------------------+------------------------------------------------------------------------+
| testcase: change | vm-scalability: vm-scalability.median 24.6% improvement                |
| test machine     | 88 threads Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz with 128G memory  |
| test parameters  | cpufreq_governor=performance                                           |
|                  | runtime=300s                                                           |
|                  | test=small-allocs-mt                                                   |
|                  | ucode=0xb00002e                                                        |
+------------------+------------------------------------------------------------------------+
| testcase: change | netperf: netperf.Throughput_Mbps 73.3% improvement                     |
| test machine     | 8 threads Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz with 8G memory       |
| test parameters  | cluster=cs-localhost                                                   |
|                  | cpufreq_governor=performance                                           |
|                  | ip=ipv4                                                                |
|                  | nr_threads=200%                                                        |
|                  | runtime=900s                                                           |
|                  | test=TCP_STREAM                                                        |
|                  | ucode=0x25                                                             |
+------------------+------------------------------------------------------------------------+
| testcase: change | hackbench: hackbench.throughput 98.7% improvement                      |
| test machine     | 88 threads Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz with 64G memory   |
| test parameters  | cpufreq_governor=performance                                           |
|                  | ipc=pipe                                                               |
|                  | mode=process                                                           |
|                  | nr_threads=50%                                                         |
|                  | ucode=0xb00002e                                                        |
+------------------+------------------------------------------------------------------------+
| testcase: change | fsmark: fsmark.files_per_sec 22.1% improvement                         |
| test machine     | 72 threads Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz with 128G memory  |
| test parameters  | cpufreq_governor=performance                                           |
|                  | disk=1SSD                                                              |
|                  | filesize=8K                                                            |
|                  | fs=xfs                                                                 |
|                  | iterations=8                                                           |
|                  | nr_directories=16d                                                     |
|                  | nr_files_per_directory=256fpd                                          |
|                  | nr_threads=32                                                          |
|                  | sync_method=fsyncBeforeClose                                           |
|                  | test_size=50G                                                          |
|                  | ucode=0x3d                                                             |
+------------------+------------------------------------------------------------------------+
| testcase: change | vm-scalability: vm-scalability.median 19.5% improvement                |
| test machine     | 288 threads Intel(R) Xeon Phi(TM) CPU 7295 @ 1.50GHz with 80G memory   |
| test parameters  | cpufreq_governor=performance                                           |
|                  | runtime=300s                                                           |
|                  | size=8T                                                                |
|                  | test=anon-w-seq-hugetlb                                                |
+------------------+------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min 69.7% improvement                              |
| test machine     | 40 threads Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz with 384G memory  |
| test parameters  | cpufreq_governor=performance                                           |
|                  | disk=1BRD_48G                                                          |
|                  | fs=xfs                                                                 |
|                  | load=3000                                                              |
|                  | test=disk_wrt                                                          |
+------------------+------------------------------------------------------------------------+


Details are as below:
-------------------------------------------------------------------------------------------------->


To reproduce:

        git clone https://github.com/intel/lkp-tests.git
        cd lkp-tests
        bin/lkp install job.yaml  # job file is attached in this email
        bin/lkp run     job.yaml

=========================================================================================
compiler/cpufreq_governor/ipc/kconfig/mode/nr_threads/rootfs/tbox_group/testcase/ucode:
  gcc-7/performance/pipe/x86_64-rhel-7.6/process/1600%/debian-x86_64-2018-04-03.cgz/lkp-bdw-ex1/hackbench/0xb00002e

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    735898 ±  2%     -70.5%     216982 ± 13%  hackbench.throughput
    689.04 ±  6%     +65.9%       1143 ±  8%  hackbench.time.elapsed_time
    689.04 ±  6%     +65.9%       1143 ±  8%  hackbench.time.elapsed_time.max
 8.115e+08 ± 19%     -74.3%  2.085e+08 ± 11%  hackbench.time.involuntary_context_switches
  24019994 ±  8%     -80.2%    4748364        hackbench.time.minor_page_faults
     87861 ±  7%     +75.4%     154094 ±  6%  hackbench.time.system_time
      4313 ±  9%     -80.1%     856.52 ±  3%  hackbench.time.user_time
   1.5e+09 ± 13%     -67.5%  4.881e+08 ±  5%  hackbench.time.voluntary_context_switches
 1.267e+09 ±  9%     -81.8%  2.304e+08        hackbench.workload
      0.01 ± 51%      +0.1        0.11 ±  3%  mpstat.cpu.all.soft%
      3.23 ±  7%      -2.8        0.39 ±  7%  mpstat.cpu.all.usr%
 1.467e+08 ± 18%    +531.5%  9.261e+08 ± 20%  cpuidle.C1.time
   5005909 ± 39%    +782.1%   44155851 ± 13%  cpuidle.C1.usage
   4540245 ± 50%    +117.2%    9860150 ± 13%  cpuidle.POLL.time
   1275028 ± 44%    +172.8%    3478748 ± 21%  cpuidle.POLL.usage
      1826 ±  2%      +3.6%       1891        turbostat.Avg_MHz
   5004757 ± 39%    +782.3%   44154736 ± 13%  turbostat.C1
      0.11 ± 21%      +0.3        0.42 ± 14%  turbostat.C1%
      6.28 ± 25%     -57.2%       2.69 ± 18%  turbostat.Pkg%pc2
     66.00 ±  2%      +7.6%      71.00        vmstat.cpu.sy
   1492292 ±  2%     +31.1%    1956362        vmstat.memory.cache
      7852 ± 10%     -50.4%       3893 ±  7%  vmstat.procs.r
   3394490 ±  9%     -80.4%     666124 ±  8%  vmstat.system.cs
    554445 ±  3%     -31.7%     378496        vmstat.system.in
  48614185 ± 46%     -82.9%    8311794 ± 20%  numa-numastat.node0.local_node
  48629712 ± 46%     -82.8%    8342882 ± 20%  numa-numastat.node0.numa_hit
  49409522 ± 69%     -83.0%    8412147 ± 26%  numa-numastat.node1.local_node
  49432821 ± 69%     -83.0%    8424630 ± 26%  numa-numastat.node1.numa_hit
  35845642 ± 20%     -68.0%   11485301 ± 34%  numa-numastat.node2.local_node
  35868942 ± 20%     -67.9%   11504009 ± 34%  numa-numastat.node2.numa_hit
  77888783 ± 45%     -87.4%    9830105 ± 39%  numa-numastat.node3.local_node
  77919865 ± 45%     -87.3%    9861185 ± 39%  numa-numastat.node3.numa_hit
   4524321 ±  2%     +11.0%    5024051 ±  5%  meminfo.Active
   4523772 ±  2%     +11.1%    5023723 ±  5%  meminfo.Active(anon)
 2.587e+08           +10.8%  2.866e+08        meminfo.Committed_AS
     32652 ±  2%     +38.2%      45110 ±  4%  meminfo.Inactive
     32171 ±  2%     +38.8%      44664 ±  4%  meminfo.Inactive(anon)
    308877 ±  3%    +134.3%     723694        meminfo.KReclaimable
    308877 ±  3%    +134.3%     723694        meminfo.SReclaimable
   3161707           +14.3%    3613409        meminfo.Slab
     37892 ±  6%     -43.7%      21351 ± 10%  meminfo.max_used_kB
   1131168 ±  2%     +11.0%    1255914 ±  5%  proc-vmstat.nr_active_anon
      8054 ±  2%     +38.7%      11170 ±  4%  proc-vmstat.nr_inactive_anon
      0.00       +4.2e+104%     416.00 ± 10%  proc-vmstat.nr_isolated_anon
   1757796            +9.2%    1918886        proc-vmstat.nr_kernel_stack
     77179 ±  3%    +134.4%     180923        proc-vmstat.nr_slab_reclaimable
   1131168 ±  2%     +11.0%    1255914 ±  5%  proc-vmstat.nr_zone_active_anon
      8054 ±  2%     +38.7%      11170 ±  4%  proc-vmstat.nr_zone_inactive_anon
      1619 ± 91%  +24483.4%     398189 ±  3%  proc-vmstat.numa_hint_faults
    610.25 ±106%  +12797.1%      78704 ±  4%  proc-vmstat.numa_hint_faults_local
 2.118e+08 ± 10%     -82.0%   38153929 ±  2%  proc-vmstat.numa_hit
 2.117e+08 ± 10%     -82.0%   38060544 ±  2%  proc-vmstat.numa_local
      1865 ± 86%  +16842.5%     316062 ±  4%  proc-vmstat.numa_pages_migrated
     24793 ± 90%   +1702.9%     446996 ±  2%  proc-vmstat.numa_pte_updates
 2.151e+08 ± 10%     -81.9%   39000234        proc-vmstat.pgalloc_normal
  25773843 ±  8%     -68.7%    8056495 ±  3%  proc-vmstat.pgfault
 2.148e+08 ± 10%     -81.9%   38785725        proc-vmstat.pgfree
      1865 ± 86%  +16842.5%     316062 ±  4%  proc-vmstat.pgmigrate_success
     20588 ±  5%     -85.6%       2956 ± 58%  numa-meminfo.node0.Inactive
     20487 ±  6%     -86.8%       2706 ± 61%  numa-meminfo.node0.Inactive(anon)
     11613 ±  8%     -54.3%       5306 ±  6%  numa-meminfo.node0.Mapped
    254761           +46.2%     372434 ± 18%  numa-meminfo.node1.FilePages
     34896 ± 62%   +1319.1%     495210 ± 23%  numa-meminfo.node1.KReclaimable
     34896 ± 62%   +1319.1%     495210 ± 23%  numa-meminfo.node1.SReclaimable
      7756 ± 30%   +1510.5%     124920 ± 54%  numa-meminfo.node1.Shmem
      4356 ± 38%    +253.9%      15418 ± 72%  numa-meminfo.node2.Inactive
      4355 ± 38%    +254.0%      15416 ± 72%  numa-meminfo.node2.Inactive(anon)
   2292667 ± 65%     -89.7%     236622 ± 56%  numa-meminfo.node3.Active
   2292180 ± 65%     -89.7%     236615 ± 56%  numa-meminfo.node3.Active(anon)
   2290479 ± 65%     -90.8%     211236 ± 61%  numa-meminfo.node3.AnonPages
      2402 ± 40%    +700.2%      19223 ± 37%  numa-meminfo.node3.Inactive
      2079 ± 38%    +824.7%      19223 ± 37%  numa-meminfo.node3.Inactive(anon)
    917500 ± 67%     -93.7%      57559 ±155%  numa-meminfo.node3.KernelStack
   9073609 ± 63%     -86.9%    1190399 ± 63%  numa-meminfo.node3.MemUsed
   2328393 ± 65%     -94.3%     132153 ±168%  numa-meminfo.node3.PageTables
   1450078 ± 64%     -90.3%     140915 ± 91%  numa-meminfo.node3.SUnreclaim
      2857 ± 30%    +676.5%      22185 ± 39%  numa-meminfo.node3.Shmem
   1523094 ± 63%     -88.9%     169351 ± 79%  numa-meminfo.node3.Slab
      5113 ±  6%     -86.8%     676.75 ± 61%  numa-vmstat.node0.nr_inactive_anon
      0.00       +1.4e+104%     136.25 ±116%  numa-vmstat.node0.nr_isolated_anon
      2891 ±  7%     -53.9%       1333 ±  6%  numa-vmstat.node0.nr_mapped
      5113 ±  6%     -86.8%     676.75 ± 61%  numa-vmstat.node0.nr_zone_inactive_anon
  22770632 ± 60%     -89.9%    2293701 ± 66%  numa-vmstat.node0.numa_hit
  22753664 ± 60%     -90.3%    2210511 ± 69%  numa-vmstat.node0.numa_local
     16968 ± 89%    +390.2%      83189 ± 35%  numa-vmstat.node0.numa_other
     63692           +46.2%      93119 ± 18%  numa-vmstat.node1.nr_file_pages
      0.00         +1e+104%     101.50 ±166%  numa-vmstat.node1.nr_isolated_anon
      1941 ± 30%   +1509.1%      31241 ± 54%  numa-vmstat.node1.nr_shmem
      8720 ± 62%   +1320.3%     123852 ± 23%  numa-vmstat.node1.nr_slab_reclaimable
  23308854 ± 64%     -89.8%    2383479 ± 64%  numa-vmstat.node1.numa_hit
  23202683 ± 64%     -90.0%    2321696 ± 64%  numa-vmstat.node1.numa_local
      1101 ± 38%    +249.9%       3854 ± 72%  numa-vmstat.node2.nr_inactive_anon
      0.00       +1.5e+104%     146.75 ± 99%  numa-vmstat.node2.nr_isolated_anon
      1101 ± 38%    +249.9%       3854 ± 72%  numa-vmstat.node2.nr_zone_inactive_anon
  15470132 ± 21%     -84.0%    2468173 ± 46%  numa-vmstat.node2.numa_hit
  15364362 ± 22%     -84.5%    2383735 ± 47%  numa-vmstat.node2.numa_local
    572287 ± 65%     -89.7%      59146 ± 56%  numa-vmstat.node3.nr_active_anon
    571878 ± 65%     -90.8%      52793 ± 61%  numa-vmstat.node3.nr_anon_pages
    325.75 ± 91%    -100.0%       0.00        numa-vmstat.node3.nr_dirtied
    522.25 ± 38%    +819.9%       4804 ± 37%  numa-vmstat.node3.nr_inactive_anon
    916112 ± 67%     -93.7%      57565 ±155%  numa-vmstat.node3.nr_kernel_stack
    581094 ± 66%     -94.3%      33041 ±168%  numa-vmstat.node3.nr_page_table_pages
    717.25 ± 30%    +673.0%       5544 ± 39%  numa-vmstat.node3.nr_shmem
    361795 ± 64%     -90.3%      35236 ± 91%  numa-vmstat.node3.nr_slab_unreclaimable
    323.00 ± 91%    -100.0%       0.00        numa-vmstat.node3.nr_written
    572288 ± 65%     -89.7%      59146 ± 56%  numa-vmstat.node3.nr_zone_active_anon
    522.25 ± 38%    +819.9%       4804 ± 37%  numa-vmstat.node3.nr_zone_inactive_anon
  37728123 ± 45%     -95.7%    1603449 ± 49%  numa-vmstat.node3.numa_hit
  37614784 ± 45%     -96.0%    1490393 ± 53%  numa-vmstat.node3.numa_local
     12.02 ±103%     -12.0        0.00        perf-profile.calltrace.cycles-pp.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     11.57 ±103%     -11.6        0.00        perf-profile.calltrace.cycles-pp.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      9.86 ±107%      -9.7        0.15 ±173%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write.ksys_write
      9.56 ±101%      -9.4        0.16 ±173%  perf-profile.calltrace.cycles-pp.new_sync_read.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      9.16 ±101%      -9.0        0.16 ±173%  perf-profile.calltrace.cycles-pp.pipe_read.new_sync_read.vfs_read.ksys_read.do_syscall_64
      8.80 ±106%      -8.8        0.00        perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write
      8.60 ±107%      -8.6        0.00        perf-profile.calltrace.cycles-pp.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write
      8.55 ±107%      -8.6        0.00        perf-profile.calltrace.cycles-pp.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write
      4.65 ±100%      -4.7        0.00        perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      4.55 ±108%      -4.6        0.00        perf-profile.calltrace.cycles-pp.pipe_wait.pipe_read.new_sync_read.vfs_read.ksys_read
      4.29 ±100%      -4.3        0.00        perf-profile.calltrace.cycles-pp.select_idle_sibling.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common
      4.19 ±109%      -4.2        0.00        perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_read.new_sync_read.vfs_read
      4.12 ±109%      -4.1        0.00        perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_read.new_sync_read
      0.28 ±100%      +0.6        0.83 ± 13%  perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.osq_lock
      0.32 ±100%      +0.6        0.91 ± 12%  perf-profile.calltrace.cycles-pp.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.osq_lock.__mutex_lock
      0.38 ±100%      +0.6        0.96 ± 12%  perf-profile.calltrace.cycles-pp.smp_apic_timer_interrupt.apic_timer_interrupt.osq_lock.__mutex_lock.pipe_wait
      0.40 ±100%      +0.6        1.00 ± 12%  perf-profile.calltrace.cycles-pp.apic_timer_interrupt.osq_lock.__mutex_lock.pipe_wait.pipe_write
      0.00            +0.7        0.69 ± 17%  perf-profile.calltrace.cycles-pp.scheduler_tick.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues
      0.00            +4.0        3.96 ± 50%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.load_balance.pick_next_task_fair.__schedule
      0.00            +4.0        3.97 ± 49%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.load_balance.pick_next_task_fair.__schedule.schedule
      0.14 ±173%      +5.6        5.72 ± 48%  perf-profile.calltrace.cycles-pp.load_balance.pick_next_task_fair.__schedule.schedule.pipe_wait
      0.14 ±173%      +5.7        5.86 ± 48%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.pipe_wait.pipe_write
      0.56 ± 60%      +6.0        6.56 ± 44%  perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_write.new_sync_write.vfs_write
      0.56 ± 60%      +6.0        6.55 ± 44%  perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_write.new_sync_write
      5.00 ± 95%      -4.8        0.24 ± 16%  perf-profile.children.cycles-pp.select_task_rq_fair
      2.55 ±111%      -2.4        0.11 ± 19%  perf-profile.children.cycles-pp.ttwu_do_activate
      1.23 ± 91%      -1.1        0.09 ± 36%  perf-profile.children.cycles-pp.switch_mm_irqs_off
      0.59 ± 86%      -0.5        0.06 ± 11%  perf-profile.children.cycles-pp.update_rq_clock
      0.15 ± 65%      +0.2        0.30 ± 26%  perf-profile.children.cycles-pp.__mutex_unlock_slowpath
      0.09 ± 81%      +0.2        0.26 ± 34%  perf-profile.children.cycles-pp.wake_up_q
      0.38 ± 24%      +0.2        0.56 ± 17%  perf-profile.children.cycles-pp.prepare_to_wait
      0.14 ± 88%      +0.2        0.33 ± 24%  perf-profile.children.cycles-pp.rebalance_domains
      0.04 ±173%      +0.3        0.35 ± 39%  perf-profile.children.cycles-pp.migrate_task_rq_fair
      0.26 ± 31%      +0.4        0.62 ± 16%  perf-profile.children.cycles-pp.task_tick_fair
      0.06 ±100%      +0.4        0.44 ± 41%  perf-profile.children.cycles-pp.schedule_preempt_disabled
      0.46 ± 39%      +0.4        0.84 ± 14%  perf-profile.children.cycles-pp.scheduler_tick
      0.00            +0.7        0.66 ± 50%  perf-profile.children.cycles-pp.attach_task
      2.05 ±103%      +4.1        6.10 ± 38%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      1.50 ± 56%      +4.3        5.76 ± 36%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      0.32 ± 77%      +6.1        6.44 ± 47%  perf-profile.children.cycles-pp.load_balance
      0.65 ± 89%      -0.6        0.07 ± 39%  perf-profile.self.cycles-pp.switch_mm_irqs_off
      0.49 ± 86%      -0.4        0.05 ±  8%  perf-profile.self.cycles-pp.update_rq_clock
      0.28 ± 93%      -0.2        0.09 ± 23%  perf-profile.self.cycles-pp._raw_spin_lock
      0.04 ±100%      +0.2        0.23 ± 21%  perf-profile.self.cycles-pp.task_tick_fair
      2.04 ±103%      +4.1        6.10 ± 38%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      9.40 ± 26%     -73.4%       2.50 ± 15%  perf-stat.i.MPKI
      0.82 ± 48%      -0.5        0.27 ± 10%  perf-stat.i.branch-miss-rate%
 1.245e+08 ± 21%     -54.5%   56701748 ±  8%  perf-stat.i.branch-misses
     15.30 ± 10%      +4.7       20.04 ± 11%  perf-stat.i.cache-miss-rate%
 3.639e+08 ±  9%     -43.2%  2.066e+08 ± 12%  perf-stat.i.cache-references
   1934781 ± 28%     -67.0%     637529 ± 11%  perf-stat.i.context-switches
      2.20 ±  3%      -8.7%       2.01        perf-stat.i.cpi
 3.391e+11 ±  2%      +6.9%  3.624e+11        perf-stat.i.cpu-cycles
    100735 ± 15%    +143.7%     245542 ±  6%  perf-stat.i.cpu-migrations
      0.23 ± 17%      -0.2        0.05 ±  9%  perf-stat.i.dTLB-load-miss-rate%
  86693419 ± 19%     -77.3%   19700185 ± 11%  perf-stat.i.dTLB-load-misses
      0.16 ±  5%      -0.0        0.13 ±  6%  perf-stat.i.dTLB-store-miss-rate%
   5897751 ± 18%     -65.7%    2023467 ± 10%  perf-stat.i.dTLB-store-misses
 7.683e+09 ± 26%     -67.7%  2.479e+09 ±  9%  perf-stat.i.dTLB-stores
     51.94 ±  4%     +10.2       62.11 ±  7%  perf-stat.i.iTLB-load-miss-rate%
  32942717 ± 28%     -75.3%    8137995 ± 11%  perf-stat.i.iTLB-load-misses
  18252735 ± 23%     -68.7%    5710201 ± 12%  perf-stat.i.iTLB-loads
    117745 ±  8%     +19.4%     140621 ±  7%  perf-stat.i.instructions-per-iTLB-miss
     39880 ±  9%     -82.7%       6907 ±  5%  perf-stat.i.minor-faults
    392334            -2.1%     384257        perf-stat.i.msec
     89.47            +5.7       95.19        perf-stat.i.node-load-miss-rate%
   2771890 ± 30%     -50.3%    1376778 ± 28%  perf-stat.i.node-loads
     44.74 ±  2%     +21.6       66.37        perf-stat.i.node-store-miss-rate%
   3724446 ±  6%     +36.0%    5064528 ±  3%  perf-stat.i.node-store-misses
   4931569 ± 13%     -52.8%    2327594 ±  2%  perf-stat.i.node-stores
     40575 ±  8%     -83.0%       6908 ±  5%  perf-stat.i.page-faults
      2.39 ±  6%     -54.2%       1.10 ± 13%  perf-stat.overall.MPKI
      0.54 ±  7%      -0.4        0.16 ±  7%  perf-stat.overall.branch-miss-rate%
      8.80 ±  5%      +7.1       15.88 ±  6%  perf-stat.overall.cache-miss-rate%
      1.69           +12.0%       1.89        perf-stat.overall.cpi
      8090 ±  9%     +38.1%      11176 ± 18%  perf-stat.overall.cycles-between-cache-misses
      0.23 ± 12%      -0.2        0.03 ±  9%  perf-stat.overall.dTLB-load-miss-rate%
      0.06 ± 11%      +0.0        0.08 ±  2%  perf-stat.overall.dTLB-store-miss-rate%
     66.92 ±  2%      -8.1       58.83        perf-stat.overall.iTLB-load-miss-rate%
      3357 ±  8%    +569.0%      22462 ±  6%  perf-stat.overall.instructions-per-iTLB-miss
      0.59           -10.7%       0.53        perf-stat.overall.ipc
     79.89 ±  4%     +12.9       92.83 ±  2%  perf-stat.overall.node-load-miss-rate%
     41.17 ±  2%     +27.4       68.55        perf-stat.overall.node-store-miss-rate%
    112718 ±  8%    +740.5%     947374 ±  7%  perf-stat.overall.path-length
 3.922e+10 ±  2%      -7.1%  3.645e+10        perf-stat.ps.branch-instructions
  2.13e+08 ±  6%     -72.9%   57717833 ±  8%  perf-stat.ps.branch-misses
  43381702 ±  9%     -23.0%   33388480 ± 17%  perf-stat.ps.cache-misses
 4.925e+08 ±  6%     -57.5%  2.094e+08 ± 12%  perf-stat.ps.cache-references
   3350914 ± 10%     -80.1%     667033 ±  8%  perf-stat.ps.context-switches
 3.481e+11 ±  2%      +3.9%  3.615e+11        perf-stat.ps.cpu-cycles
    115208 ± 11%    +116.0%     248847 ±  6%  perf-stat.ps.cpu-migrations
 1.476e+08 ± 12%     -86.3%   20154051 ± 10%  perf-stat.ps.dTLB-load-misses
 6.352e+10 ±  2%      -7.0%  5.905e+10        perf-stat.ps.dTLB-loads
   8496234 ± 12%     -75.7%    2067344 ±  8%  perf-stat.ps.dTLB-store-misses
 1.457e+10 ±  7%     -82.3%  2.572e+09 ±  7%  perf-stat.ps.dTLB-stores
  61844376 ±  8%     -86.2%    8557800 ±  8%  perf-stat.ps.iTLB-load-misses
  30637986 ± 11%     -80.4%    5993899 ±  9%  perf-stat.ps.iTLB-loads
 2.062e+11 ±  2%      -7.3%  1.912e+11        perf-stat.ps.instructions
     37082 ±  7%     -81.2%       6968 ±  5%  perf-stat.ps.minor-faults
   5093784 ± 25%     -71.2%    1465337 ± 28%  perf-stat.ps.node-loads
   6762056 ±  6%     -65.3%    2343088 ±  2%  perf-stat.ps.node-stores
     37041 ±  7%     -81.2%       6970 ±  5%  perf-stat.ps.page-faults
 1.421e+14 ±  7%     +53.6%  2.183e+14 ±  7%  perf-stat.total.instructions
     85105 ± 76%    +490.2%     502299 ± 15%  sched_debug.cfs_rq:/.MIN_vruntime.avg
  12099064 ± 70%    +363.3%   56050430 ± 37%  sched_debug.cfs_rq:/.MIN_vruntime.max
    996553 ± 73%    +385.5%    4838492 ± 23%  sched_debug.cfs_rq:/.MIN_vruntime.stddev
      9.55 ± 19%    +221.9%      30.74 ± 15%  sched_debug.cfs_rq:/.load_avg.avg
    288.59 ± 16%   +1025.4%       3247 ± 21%  sched_debug.cfs_rq:/.load_avg.max
     36.18 ± 16%    +629.5%     263.94 ± 18%  sched_debug.cfs_rq:/.load_avg.stddev
     85105 ± 76%    +490.2%     502299 ± 15%  sched_debug.cfs_rq:/.max_vruntime.avg
  12099064 ± 70%    +363.3%   56050430 ± 37%  sched_debug.cfs_rq:/.max_vruntime.max
    996553 ± 73%    +385.5%    4838492 ± 23%  sched_debug.cfs_rq:/.max_vruntime.stddev
  53164577 ± 10%    +257.9%  1.903e+08 ±  9%  sched_debug.cfs_rq:/.min_vruntime.avg
  68436306 ± 12%    +357.0%  3.128e+08 ±  9%  sched_debug.cfs_rq:/.min_vruntime.max
  34725312 ±  5%    +340.5%  1.529e+08 ±  9%  sched_debug.cfs_rq:/.min_vruntime.min
  10902982 ± 27%    +435.0%   58333938 ± 11%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.38 ±  7%     +69.7%       0.64 ±  5%  sched_debug.cfs_rq:/.nr_running.avg
      3.23 ±  7%    +722.5%      26.53 ± 18%  sched_debug.cfs_rq:/.runnable_load_avg.avg
    165.48 ± 11%   +1826.7%       3188 ± 22%  sched_debug.cfs_rq:/.runnable_load_avg.max
     16.24 ±  8%   +1464.0%     253.95 ± 19%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
   1518659 ±366%   +1681.1%   27049232 ± 13%  sched_debug.cfs_rq:/.spread0.avg
  16424984 ± 18%    +806.7%  1.489e+08 ± 11%  sched_debug.cfs_rq:/.spread0.max
  10803161 ± 28%    +438.8%   58202386 ± 11%  sched_debug.cfs_rq:/.spread0.stddev
    447.65 ±  5%     +25.7%     562.89 ±  5%  sched_debug.cfs_rq:/.util_avg.avg
      1408 ±  4%    +584.2%       9639 ± 12%  sched_debug.cfs_rq:/.util_avg.max
     10.88 ± 95%     -85.3%       1.60 ±169%  sched_debug.cfs_rq:/.util_avg.min
    325.27 ± 10%    +178.6%     906.23 ±  9%  sched_debug.cfs_rq:/.util_avg.stddev
    318.61 ± 31%     +84.5%     587.96 ±  5%  sched_debug.cfs_rq:/.util_est_enqueued.avg
      6547 ± 27%    +602.1%      45969 ±  2%  sched_debug.cfs_rq:/.util_est_enqueued.max
    863.51 ± 30%    +340.8%       3806 ±  2%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
    799007 ± 12%    +899.6%    7986829 ±  4%  sched_debug.cpu.avg_idle.avg
   2018492 ± 19%    +830.0%   18771549 ±  2%  sched_debug.cpu.avg_idle.max
    100426 ± 28%    +392.0%     494096 ± 18%  sched_debug.cpu.avg_idle.min
    402154 ± 23%    +970.3%    4304181 ±  4%  sched_debug.cpu.avg_idle.stddev
    369699 ±  6%     +63.2%     603279 ±  9%  sched_debug.cpu.clock.avg
    372372 ±  6%     +62.8%     606108 ±  9%  sched_debug.cpu.clock.max
    365919 ±  6%     +63.9%     599805 ±  9%  sched_debug.cpu.clock.min
    369699 ±  6%     +63.2%     603279 ±  9%  sched_debug.cpu.clock_task.avg
    372372 ±  6%     +62.8%     606108 ±  9%  sched_debug.cpu.clock_task.max
    365919 ±  6%     +63.9%     599805 ±  9%  sched_debug.cpu.clock_task.min
     48588 ± 14%     +35.8%      65992 ±  4%  sched_debug.cpu.curr->pid.avg
    158280 ±  4%     -17.6%     130496        sched_debug.cpu.curr->pid.max
     54049 ± 11%     -24.3%      40911        sched_debug.cpu.curr->pid.stddev
      4942 ± 13%     +29.8%       6414 ±  5%  sched_debug.cpu.load.avg
    630059 ± 13%   +1296.0%    8795465 ±  3%  sched_debug.cpu.max_idle_balance_cost.avg
   1171022 ± 21%    +910.0%   11827131 ±  4%  sched_debug.cpu.max_idle_balance_cost.max
    500000         +1063.1%    5815581 ±  4%  sched_debug.cpu.max_idle_balance_cost.min
    148238 ± 48%    +704.2%    1192074 ±  2%  sched_debug.cpu.max_idle_balance_cost.stddev
      7.84 ± 36%    +152.2%      19.77 ± 17%  sched_debug.cpu.nr_running.avg
     98.70 ± 25%   +1669.9%       1746 ± 18%  sched_debug.cpu.nr_running.max
     17.32 ± 31%    +744.0%     146.16 ± 18%  sched_debug.cpu.nr_running.stddev
   5428402 ± 11%     -85.8%     772678 ± 13%  sched_debug.cpu.nr_switches.avg
   8367541 ± 13%     -87.7%    1027305 ± 11%  sched_debug.cpu.nr_switches.max
   1520870 ±  9%     -73.5%     402748 ± 14%  sched_debug.cpu.nr_switches.min
   2235226 ± 20%     -93.6%     143699 ±  7%  sched_debug.cpu.nr_switches.stddev
     85.65 ±  7%     +65.4%     141.71        sched_debug.cpu.nr_uninterruptible.avg
      1979 ± 20%    +303.5%       7987 ± 16%  sched_debug.cpu.nr_uninterruptible.max
     -2978          +370.0%     -13996        sched_debug.cpu.nr_uninterruptible.min
    921.58 ± 20%    +358.5%       4225 ± 17%  sched_debug.cpu.nr_uninterruptible.stddev
    362076 ±  6%     +65.6%     599650 ±  9%  sched_debug.cpu_clk
    357309 ±  6%     +66.5%     594880 ±  9%  sched_debug.ktime
      3.02           +10.9%       3.35        sched_debug.rt_rq:/.rt_runtime.stddev
    367493 ±  6%     +63.8%     601939 ±  8%  sched_debug.sched_clk
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     24763 ± 25%     -17.6%      20398 ± 17%  slabinfo.Acpi-Namespace.active_objs
     24763 ± 25%     -17.6%      20398 ± 17%  slabinfo.Acpi-Namespace.num_objs
    388134 ±  3%    +109.2%     812118        slabinfo.Acpi-Parse.active_objs
      5511 ±  3%    +132.7%      12826        slabinfo.Acpi-Parse.active_slabs
    402363 ±  3%    +132.7%     936386        slabinfo.Acpi-Parse.num_objs
      5511 ±  3%    +132.7%      12826        slabinfo.Acpi-Parse.num_slabs
    323.00 ±  9%     +45.0%     468.25 ± 13%  slabinfo.biovec-128.active_objs
    323.00 ±  9%     +45.0%     468.25 ± 13%  slabinfo.biovec-128.num_objs
    349292 ±  2%    +136.2%     825175        slabinfo.dentry.active_objs
      8689 ±  2%    +160.2%      22610        slabinfo.dentry.active_slabs
    364980 ±  2%    +160.2%     949666        slabinfo.dentry.num_objs
      8689 ±  2%    +160.2%      22610        slabinfo.dentry.num_slabs
      1255 ±  9%     +34.6%       1689 ± 12%  slabinfo.dmaengine-unmap-16.active_objs
      1255 ±  9%     +34.6%       1689 ± 12%  slabinfo.dmaengine-unmap-16.num_objs
    169454 ±  3%     -23.3%     129971        slabinfo.files_cache.active_objs
      3714 ±  3%     -23.8%       2829        slabinfo.files_cache.active_slabs
    170895 ±  3%     -23.8%     130155        slabinfo.files_cache.num_objs
      3714 ±  3%     -23.8%       2829        slabinfo.files_cache.num_slabs
    203851 ±  2%     -19.5%     164057        slabinfo.filp.active_objs
      3206 ±  2%     -19.9%       2567        slabinfo.filp.active_slabs
    205230 ±  2%     -19.9%     164348        slabinfo.filp.num_objs
      3206 ±  2%     -19.9%       2567        slabinfo.filp.num_slabs
    191482 ±  2%     -27.8%     138160        slabinfo.inode_cache.active_objs
      3490 ±  2%     -27.9%       2516        slabinfo.inode_cache.active_slabs
    192020 ±  2%     -27.9%     138402        slabinfo.inode_cache.num_objs
      3490 ±  2%     -27.9%       2516        slabinfo.inode_cache.num_slabs
      1163 ±  9%     +29.2%       1503 ± 11%  slabinfo.kernfs_iattrs_cache.active_objs
      1163 ±  9%     +29.2%       1503 ± 11%  slabinfo.kernfs_iattrs_cache.num_objs
    157085 ±  4%     -55.5%      69976        slabinfo.kmalloc-192.active_objs
      3747 ±  4%     -55.5%       1667        slabinfo.kmalloc-192.active_slabs
    157400 ±  4%     -55.5%      70040        slabinfo.kmalloc-192.num_objs
      3747 ±  4%     -55.5%       1667        slabinfo.kmalloc-192.num_slabs
     82471 ±  2%     -16.4%      68952        slabinfo.kmalloc-1k.active_objs
      2597 ±  2%     -16.8%       2160        slabinfo.kmalloc-1k.active_slabs
     83122 ±  2%     -16.8%      69140        slabinfo.kmalloc-1k.num_objs
      2597 ±  2%     -16.8%       2160        slabinfo.kmalloc-1k.num_slabs
     18742           +44.9%      27156 ±  2%  slabinfo.kmalloc-256.active_objs
    293.25           +45.5%     426.75 ±  2%  slabinfo.kmalloc-256.active_slabs
     18768           +45.6%      27330 ±  2%  slabinfo.kmalloc-256.num_objs
    293.25           +45.5%     426.75 ±  2%  slabinfo.kmalloc-256.num_slabs
    561114 ±  4%     -45.6%     305013        slabinfo.kmalloc-32.active_objs
      4399 ±  4%     -45.8%       2385        slabinfo.kmalloc-32.active_slabs
    563202 ±  4%     -45.8%     305367        slabinfo.kmalloc-32.num_objs
      4399 ±  4%     -45.8%       2385        slabinfo.kmalloc-32.num_slabs
    311945 ±  3%     -41.0%     184010        slabinfo.kmalloc-64.active_objs
      4888 ±  3%     -41.1%       2877        slabinfo.kmalloc-64.active_slabs
    312889 ±  3%     -41.1%     184161        slabinfo.kmalloc-64.num_objs
      4888 ±  3%     -41.1%       2877        slabinfo.kmalloc-64.num_slabs
    887.00 ±  3%     +18.0%       1047 ±  2%  slabinfo.kmem_cache_node.active_objs
      1040 ±  2%     +15.4%       1200 ±  2%  slabinfo.kmem_cache_node.num_objs
    455120 ±  5%     -61.3%     176294        slabinfo.lsm_file_cache.active_objs
      1778 ±  5%     -61.3%     688.00        slabinfo.lsm_file_cache.active_slabs
    455326 ±  5%     -61.3%     176294        slabinfo.lsm_file_cache.num_objs
      1778 ±  5%     -61.3%     688.00        slabinfo.lsm_file_cache.num_slabs
    461.25 ±  7%     +63.9%     756.00 ± 15%  slabinfo.nfs_commit_data.active_objs
    461.25 ±  7%     +63.9%     756.00 ± 15%  slabinfo.nfs_commit_data.num_objs
    323.75 ± 10%     +71.2%     554.25 ± 12%  slabinfo.nfs_read_data.active_objs
    323.75 ± 10%     +71.2%     554.25 ± 12%  slabinfo.nfs_read_data.num_objs
      2548 ±  6%     +16.3%       2963 ±  8%  slabinfo.pool_workqueue.active_objs
      2643 ±  6%     +15.1%       3041 ±  7%  slabinfo.pool_workqueue.num_objs
    130692 ±  9%    +415.3%     673456        slabinfo.proc_inode_cache.active_objs
      3386 ± 11%    +308.7%      13839        slabinfo.proc_inode_cache.active_slabs
    165952 ± 11%    +308.7%     678178        slabinfo.proc_inode_cache.num_objs
      3386 ± 11%    +308.7%      13839        slabinfo.proc_inode_cache.num_slabs
      1197 ± 10%     +35.7%       1624 ± 14%  slabinfo.skbuff_ext_cache.active_objs
      1197 ± 10%     +35.7%       1624 ± 14%  slabinfo.skbuff_ext_cache.num_objs
      1385 ±  4%     +42.8%       1979 ± 12%  slabinfo.skbuff_fclone_cache.active_objs
      1385 ±  4%     +42.8%       1979 ± 12%  slabinfo.skbuff_fclone_cache.num_objs
     81560           +64.9%     134499 ±  5%  softirqs.CPU0.SCHED
    251872 ±  5%     +44.2%     363298 ±  7%  softirqs.CPU0.TIMER
     79248 ±  2%     +66.9%     132263 ±  6%  softirqs.CPU1.SCHED
    247294 ±  4%     +42.5%     352312 ±  7%  softirqs.CPU1.TIMER
     78494 ±  3%     +66.9%     131034 ±  7%  softirqs.CPU10.SCHED
    245009 ±  4%     +43.9%     352465 ±  8%  softirqs.CPU10.TIMER
     78577 ±  3%     +66.0%     130439 ±  7%  softirqs.CPU100.SCHED
    243613 ±  4%     +46.3%     356452 ±  7%  softirqs.CPU100.TIMER
     78423 ±  3%     +66.9%     130874 ±  7%  softirqs.CPU101.SCHED
    244079 ±  4%     +46.0%     356472 ±  7%  softirqs.CPU101.TIMER
     78109 ±  2%     +67.4%     130780 ±  7%  softirqs.CPU102.SCHED
    243499 ±  3%     +46.0%     355603 ±  8%  softirqs.CPU102.TIMER
     78009 ±  3%     +68.1%     131171 ±  6%  softirqs.CPU103.SCHED
    242288 ±  4%     +46.3%     354377 ±  7%  softirqs.CPU103.TIMER
     77915 ±  3%     +67.8%     130713 ±  7%  softirqs.CPU104.SCHED
    242596 ±  4%     +46.2%     354572 ±  7%  softirqs.CPU104.TIMER
     78129 ±  3%     +68.3%     131463 ±  7%  softirqs.CPU105.SCHED
    244717 ±  4%     +45.5%     356029 ±  7%  softirqs.CPU105.TIMER
     77741 ±  2%     +68.7%     131142 ±  7%  softirqs.CPU106.SCHED
    243228 ±  4%     +45.8%     354669 ±  7%  softirqs.CPU106.TIMER
     78298 ±  3%     +67.2%     130900 ±  6%  softirqs.CPU107.SCHED
    242182 ±  4%     +45.9%     353442 ±  7%  softirqs.CPU107.TIMER
     78026 ±  2%     +67.1%     130405 ±  7%  softirqs.CPU108.SCHED
    244159 ±  4%     +46.1%     356819 ±  8%  softirqs.CPU108.TIMER
     78505 ±  3%     +66.0%     130295 ±  7%  softirqs.CPU109.SCHED
    255603 ±  8%     +39.4%     356348 ±  7%  softirqs.CPU109.TIMER
     78284 ±  3%     +67.4%     131077 ±  6%  softirqs.CPU11.SCHED
    243794 ±  4%     +44.9%     353267 ±  7%  softirqs.CPU11.TIMER
     78287 ±  3%     +67.3%     130965 ±  7%  softirqs.CPU110.SCHED
    245705 ±  4%     +44.6%     355231 ±  7%  softirqs.CPU110.TIMER
     78182 ±  3%     +67.0%     130571 ±  7%  softirqs.CPU111.SCHED
    246630 ±  4%     +44.4%     356223 ±  7%  softirqs.CPU111.TIMER
     77815 ±  2%     +67.6%     130409 ±  7%  softirqs.CPU112.SCHED
    251120 ±  4%     +42.8%     358620 ±  7%  softirqs.CPU112.TIMER
     78258 ±  3%     +67.7%     131265 ±  7%  softirqs.CPU113.SCHED
    248536 ±  5%     +44.6%     359356 ±  7%  softirqs.CPU113.TIMER
     77762 ±  3%     +67.5%     130266 ±  7%  softirqs.CPU114.SCHED
    243681 ±  4%     +45.6%     354709 ±  8%  softirqs.CPU114.TIMER
     77995 ±  2%     +67.3%     130454 ±  7%  softirqs.CPU115.SCHED
    243167 ±  4%     +45.6%     353990 ±  8%  softirqs.CPU115.TIMER
     78049 ±  3%     +67.3%     130582 ±  7%  softirqs.CPU116.SCHED
    242293 ±  4%     +46.6%     355307 ±  8%  softirqs.CPU116.TIMER
     78085 ±  3%     +66.9%     130295 ±  7%  softirqs.CPU117.SCHED
    246207 ±  4%     +43.0%     352060 ± 10%  softirqs.CPU117.TIMER
     77698 ±  3%     +67.9%     130481 ±  7%  softirqs.CPU118.SCHED
    245813 ±  3%     +45.0%     356344 ±  8%  softirqs.CPU118.TIMER
     77852 ±  3%     +67.7%     130591 ±  6%  softirqs.CPU119.SCHED
    245443 ±  4%     +45.6%     357310 ±  8%  softirqs.CPU119.TIMER
     78757 ±  3%     +66.1%     130825 ±  7%  softirqs.CPU12.SCHED
    245008 ±  4%     +45.1%     355428 ±  8%  softirqs.CPU12.TIMER
     77336 ±  4%     +69.2%     130890 ±  6%  softirqs.CPU120.SCHED
    246261 ±  5%     +49.2%     367358 ±  6%  softirqs.CPU120.TIMER
     77657 ±  4%     +68.6%     130897 ±  7%  softirqs.CPU121.SCHED
    243338 ±  4%     +50.0%     364993 ±  6%  softirqs.CPU121.TIMER
     77463 ±  3%     +69.5%     131276 ±  7%  softirqs.CPU122.SCHED
    242899 ±  4%     +49.0%     361958 ±  5%  softirqs.CPU122.TIMER
     77741 ±  3%     +69.3%     131622 ±  7%  softirqs.CPU123.SCHED
    242489 ±  4%     +48.8%     360869 ±  6%  softirqs.CPU123.TIMER
     77720 ±  4%     +68.8%     131192 ±  7%  softirqs.CPU124.SCHED
    243792 ±  4%     +49.4%     364321 ±  6%  softirqs.CPU124.TIMER
     77999 ±  4%     +68.2%     131211 ±  7%  softirqs.CPU125.SCHED
    243034 ±  4%     +49.8%     364106 ±  6%  softirqs.CPU125.TIMER
     77689 ±  3%     +68.8%     131145 ±  7%  softirqs.CPU126.SCHED
    244750 ±  4%     +48.1%     362561 ±  6%  softirqs.CPU126.TIMER
     77810 ±  3%     +68.0%     130701 ±  7%  softirqs.CPU127.SCHED
    244304 ±  4%     +48.9%     363760 ±  5%  softirqs.CPU127.TIMER
     77831 ±  4%     +68.3%     131017 ±  6%  softirqs.CPU128.SCHED
    245834 ±  4%     +47.5%     362597 ±  5%  softirqs.CPU128.TIMER
     77822 ±  3%     +68.4%     131074 ±  7%  softirqs.CPU129.SCHED
    245681 ±  4%     +47.5%     362289 ±  6%  softirqs.CPU129.TIMER
     78014 ±  3%     +67.7%     130811 ±  7%  softirqs.CPU13.SCHED
    245193 ±  4%     +44.8%     355044 ±  8%  softirqs.CPU13.TIMER
     77847 ±  4%     +68.7%     131308 ±  7%  softirqs.CPU130.SCHED
    245965 ±  4%     +47.4%     362672 ±  6%  softirqs.CPU130.TIMER
     77938 ±  4%     +68.0%     130965 ±  7%  softirqs.CPU131.SCHED
    243388 ±  4%     +47.8%     359754 ±  5%  softirqs.CPU131.TIMER
     77840 ±  3%     +67.6%     130483 ±  7%  softirqs.CPU132.SCHED
    245504 ±  4%     +47.5%     362099 ±  6%  softirqs.CPU132.TIMER
     78100 ±  4%     +67.6%     130877 ±  7%  softirqs.CPU133.SCHED
    246400 ±  4%     +47.4%     363275 ±  6%  softirqs.CPU133.TIMER
     77543 ±  3%     +69.4%     131335 ±  7%  softirqs.CPU134.SCHED
    245013 ±  3%     +47.6%     361575 ±  6%  softirqs.CPU134.TIMER
     77352 ±  3%     +69.8%     131320 ±  7%  softirqs.CPU135.SCHED
    247352 ±  4%     +55.2%     383885 ± 10%  softirqs.CPU135.TIMER
     77474 ±  3%     +69.0%     130928 ±  7%  softirqs.CPU136.SCHED
    248874 ±  4%     +47.2%     366354 ±  6%  softirqs.CPU136.TIMER
     77513 ±  3%     +68.7%     130730 ±  7%  softirqs.CPU137.SCHED
    245600 ±  4%     +48.2%     364036 ±  6%  softirqs.CPU137.TIMER
     77761 ±  3%     +68.6%     131083 ±  7%  softirqs.CPU138.SCHED
    243447 ±  4%     +68.8%     411046 ± 21%  softirqs.CPU138.TIMER
     77188 ±  4%     +69.3%     130704 ±  7%  softirqs.CPU139.SCHED
    242608 ±  4%     +48.9%     361235 ±  5%  softirqs.CPU139.TIMER
     78370 ±  3%     +66.7%     130619 ±  7%  softirqs.CPU14.SCHED
    247370 ±  4%     +42.9%     353519 ±  8%  softirqs.CPU14.TIMER
     77617 ±  3%     +68.2%     130533 ±  7%  softirqs.CPU140.SCHED
    243441 ±  4%     +49.2%     363125 ±  6%  softirqs.CPU140.TIMER
     77460 ±  4%     +68.8%     130751 ±  7%  softirqs.CPU141.SCHED
    245658 ±  4%     +49.0%     366115 ±  6%  softirqs.CPU141.TIMER
     77705 ±  4%     +67.9%     130454 ±  7%  softirqs.CPU142.SCHED
    248147 ±  4%     +46.5%     363514 ±  6%  softirqs.CPU142.TIMER
     77787 ±  4%     +68.0%     130701 ±  7%  softirqs.CPU143.SCHED
    246328 ±  4%     +47.9%     364290 ±  6%  softirqs.CPU143.TIMER
     73943 ±  4%     +54.6%     114345 ± 21%  softirqs.CPU144.SCHED
    247331 ±  5%     +47.8%     365584 ±  7%  softirqs.CPU144.TIMER
     73720 ±  4%     +53.7%     113343 ± 22%  softirqs.CPU145.SCHED
    246405 ±  4%     +46.0%     359773 ±  8%  softirqs.CPU145.TIMER
     74066 ±  4%     +53.5%     113725 ± 21%  softirqs.CPU146.SCHED
    247832 ±  5%     +44.4%     357950 ±  7%  softirqs.CPU146.TIMER
     73316 ±  5%     +55.4%     113954 ± 20%  softirqs.CPU147.SCHED
    242776 ±  4%     +47.8%     358876 ±  7%  softirqs.CPU147.TIMER
     73539 ±  4%     +55.3%     114209 ± 21%  softirqs.CPU148.SCHED
    244726 ±  5%     +46.8%     359270 ±  8%  softirqs.CPU148.TIMER
     73893 ±  4%     +53.8%     113682 ± 21%  softirqs.CPU149.SCHED
    243135 ±  4%     +47.9%     359660 ±  8%  softirqs.CPU149.TIMER
     78121 ±  3%     +67.6%     130938 ±  7%  softirqs.CPU15.SCHED
    247754 ±  4%     +42.8%     353823 ±  7%  softirqs.CPU15.TIMER
     73808 ±  3%     +54.2%     113798 ± 21%  softirqs.CPU150.SCHED
    243107 ±  3%     +48.2%     360229 ±  8%  softirqs.CPU150.TIMER
     73782 ±  4%     +55.2%     114521 ± 21%  softirqs.CPU151.SCHED
    242305 ±  4%     +48.2%     359211 ±  7%  softirqs.CPU151.TIMER
     73628 ±  3%     +54.8%     113944 ± 20%  softirqs.CPU152.SCHED
    243782 ±  5%     +47.4%     359258 ±  7%  softirqs.CPU152.TIMER
     73473 ±  4%     +55.4%     114181 ± 21%  softirqs.CPU153.SCHED
    241136 ±  5%     +48.8%     358746 ±  7%  softirqs.CPU153.TIMER
     73621 ±  3%     +54.3%     113593 ± 21%  softirqs.CPU154.SCHED
    247103 ±  4%     +45.3%     359093 ±  8%  softirqs.CPU154.TIMER
     74369 ±  3%     +52.8%     113604 ± 21%  softirqs.CPU155.SCHED
    269633 ± 16%     +33.2%     359243 ±  8%  softirqs.CPU155.TIMER
     73545 ±  4%     +55.4%     114265 ± 21%  softirqs.CPU156.SCHED
    242257 ±  5%     +48.7%     360342 ±  8%  softirqs.CPU156.TIMER
     73827 ±  4%     +54.8%     114297 ± 21%  softirqs.CPU157.SCHED
    241642 ±  4%     +53.7%     371450 ±  7%  softirqs.CPU157.TIMER
     73886 ±  4%     +53.9%     113746 ± 20%  softirqs.CPU158.SCHED
    243074 ±  5%     +47.5%     358471 ±  7%  softirqs.CPU158.TIMER
     73796 ±  4%     +54.6%     114082 ± 21%  softirqs.CPU159.SCHED
    247124 ±  4%     +46.1%     360999 ±  8%  softirqs.CPU159.TIMER
     77805 ±  3%     +68.6%     131213 ±  7%  softirqs.CPU16.SCHED
    250661 ±  5%     +42.7%     357657 ±  7%  softirqs.CPU16.TIMER
     56924 ±  8%     +13.9%      64846 ±  9%  softirqs.CPU160.RCU
     73509 ±  3%     +54.6%     113667 ± 21%  softirqs.CPU160.SCHED
    248114 ±  5%     +47.1%     365074 ±  8%  softirqs.CPU160.TIMER
     73922 ±  4%     +53.1%     113209 ± 21%  softirqs.CPU161.SCHED
    248530 ±  5%     +44.4%     358879 ±  7%  softirqs.CPU161.TIMER
     73752 ±  4%     +54.5%     113955 ± 21%  softirqs.CPU162.SCHED
    241343 ±  4%     +48.8%     359096 ±  8%  softirqs.CPU162.TIMER
     73442 ±  4%     +54.8%     113716 ± 21%  softirqs.CPU163.SCHED
    242252 ±  4%     +48.0%     358432 ±  8%  softirqs.CPU163.TIMER
     57703 ±  6%     +11.4%      64264 ±  8%  softirqs.CPU164.RCU
     73199 ±  4%     +54.6%     113140 ± 21%  softirqs.CPU164.SCHED
    242121 ±  5%     +48.1%     358690 ±  8%  softirqs.CPU164.TIMER
     59271 ±  7%     +14.3%      67743 ±  7%  softirqs.CPU165.RCU
     73329 ±  4%     +55.4%     113980 ± 21%  softirqs.CPU165.SCHED
    245835 ±  4%     +46.8%     360795 ±  8%  softirqs.CPU165.TIMER
     73644 ±  4%     +54.6%     113835 ± 21%  softirqs.CPU166.SCHED
    244675 ±  4%     +47.6%     361097 ±  8%  softirqs.CPU166.TIMER
     74098 ±  4%     +52.6%     113097 ± 21%  softirqs.CPU167.SCHED
    276328 ± 23%     +41.2%     390149 ± 12%  softirqs.CPU167.TIMER
     75284 ±  5%     +48.8%     112012 ± 11%  softirqs.CPU168.SCHED
    243113 ±  6%     +48.0%     359795 ±  4%  softirqs.CPU168.TIMER
     75205 ±  4%     +48.5%     111689 ± 11%  softirqs.CPU169.SCHED
    238860 ±  5%     +50.0%     358295 ±  5%  softirqs.CPU169.TIMER
     78002 ±  2%     +67.7%     130774 ±  7%  softirqs.CPU17.SCHED
    250283 ±  5%     +41.4%     353980 ±  7%  softirqs.CPU17.TIMER
     75416 ±  5%     +48.0%     111582 ± 11%  softirqs.CPU170.SCHED
    238365 ±  4%     +49.9%     357400 ±  5%  softirqs.CPU170.TIMER
     75332 ±  5%     +47.5%     111091 ± 11%  softirqs.CPU171.SCHED
    238342 ±  4%     +49.0%     355123 ±  5%  softirqs.CPU171.TIMER
     75421 ±  5%     +47.7%     111375 ± 11%  softirqs.CPU172.SCHED
    239366 ±  5%     +48.9%     356358 ±  5%  softirqs.CPU172.TIMER
     75353 ±  5%     +48.1%     111597 ± 12%  softirqs.CPU173.SCHED
    238629 ±  4%     +49.9%     357741 ±  5%  softirqs.CPU173.TIMER
     75855 ±  5%     +47.3%     111745 ± 11%  softirqs.CPU174.SCHED
    244831 ±  2%     +46.5%     358576 ±  4%  softirqs.CPU174.TIMER
     75625 ±  5%     +47.0%     111160 ± 12%  softirqs.CPU175.SCHED
    241340 ±  5%     +48.2%     357553 ±  4%  softirqs.CPU175.TIMER
     75429 ±  5%     +47.7%     111445 ± 11%  softirqs.CPU176.SCHED
    242443 ±  5%     +48.0%     358795 ±  4%  softirqs.CPU176.TIMER
     75561 ±  5%     +46.7%     110858 ± 12%  softirqs.CPU177.SCHED
    240302 ±  6%     +48.5%     356826 ±  5%  softirqs.CPU177.TIMER
     75836 ±  5%     +46.9%     111433 ± 12%  softirqs.CPU178.SCHED
    240103 ±  6%     +49.0%     357708 ±  4%  softirqs.CPU178.TIMER
     75266 ±  6%     +47.8%     111253 ± 12%  softirqs.CPU179.SCHED
    239881 ±  5%     +48.9%     357228 ±  4%  softirqs.CPU179.TIMER
     77985 ±  2%     +68.2%     131167 ±  7%  softirqs.CPU18.SCHED
    245956 ±  4%     +43.8%     353800 ±  8%  softirqs.CPU18.TIMER
     75180 ±  5%     +48.2%     111435 ± 12%  softirqs.CPU180.SCHED
    240398 ±  5%     +49.1%     358450 ±  5%  softirqs.CPU180.TIMER
     75063 ±  5%     +47.8%     110936 ± 12%  softirqs.CPU181.SCHED
    238923 ±  5%     +49.6%     357319 ±  5%  softirqs.CPU181.TIMER
     75312 ±  5%     +48.4%     111739 ± 11%  softirqs.CPU182.SCHED
    239510 ±  4%     +49.2%     357331 ±  5%  softirqs.CPU182.TIMER
     75763 ±  5%     +47.4%     111685 ± 11%  softirqs.CPU183.SCHED
    243318 ±  5%     +47.7%     359331 ±  5%  softirqs.CPU183.TIMER
     75294 ±  5%     +48.6%     111875 ± 11%  softirqs.CPU184.SCHED
    245093 ±  5%     +47.2%     360758 ±  4%  softirqs.CPU184.TIMER
     75579 ±  5%     +48.2%     112024 ± 11%  softirqs.CPU185.SCHED
    242810 ±  5%     +48.0%     359317 ±  4%  softirqs.CPU185.TIMER
     75392 ±  5%     +47.8%     111415 ± 11%  softirqs.CPU186.SCHED
    238989 ±  5%     +49.6%     357463 ±  5%  softirqs.CPU186.TIMER
     75458 ±  5%     +47.8%     111534 ± 12%  softirqs.CPU187.SCHED
    238476 ±  5%     +49.6%     356818 ±  4%  softirqs.CPU187.TIMER
     75718 ±  5%     +47.0%     111339 ± 11%  softirqs.CPU188.SCHED
    258940 ± 13%     +38.1%     357625 ±  4%  softirqs.CPU188.TIMER
     75330 ±  5%     +47.8%     111334 ± 11%  softirqs.CPU189.SCHED
    242143 ±  4%     +48.4%     359415 ±  5%  softirqs.CPU189.TIMER
     78157 ±  3%     +67.9%     131251 ±  6%  softirqs.CPU19.SCHED
    245122 ±  4%     +44.7%     354704 ±  7%  softirqs.CPU19.TIMER
     75189 ±  4%     +47.8%     111150 ± 11%  softirqs.CPU190.SCHED
    244570 ±  4%     +46.7%     358812 ±  5%  softirqs.CPU190.TIMER
     75188 ±  5%     +47.6%     111006 ± 11%  softirqs.CPU191.SCHED
    242927 ±  5%     +47.7%     358900 ±  4%  softirqs.CPU191.TIMER
     77901 ±  3%     +67.8%     130724 ±  7%  softirqs.CPU2.SCHED
    245046 ±  4%     +44.6%     354454 ±  7%  softirqs.CPU2.TIMER
     78051 ±  3%     +67.3%     130592 ±  7%  softirqs.CPU20.SCHED
    244359 ±  5%     +43.9%     351735 ±  7%  softirqs.CPU20.TIMER
     78046 ±  3%     +68.4%     131408 ±  7%  softirqs.CPU21.SCHED
    247086 ±  4%     +63.2%     403206 ± 13%  softirqs.CPU21.TIMER
     78046 ±  3%     +67.6%     130822 ±  7%  softirqs.CPU22.SCHED
    247058 ±  4%     +43.3%     354010 ±  7%  softirqs.CPU22.TIMER
     77741 ±  3%     +68.9%     131308 ±  6%  softirqs.CPU23.SCHED
    247807 ±  5%     +43.2%     354823 ±  8%  softirqs.CPU23.TIMER
     77943 ±  4%     +66.7%     129950 ±  6%  softirqs.CPU24.SCHED
    247892 ±  4%     +46.2%     362427 ±  6%  softirqs.CPU24.TIMER
     77993 ±  4%     +67.0%     130243 ±  7%  softirqs.CPU25.SCHED
    245442 ±  4%     +46.0%     358399 ±  5%  softirqs.CPU25.TIMER
     77674 ±  4%     +69.7%     131791 ±  7%  softirqs.CPU26.SCHED
    244379 ±  4%     +47.2%     359655 ±  6%  softirqs.CPU26.TIMER
     77733 ±  4%     +68.3%     130839 ±  7%  softirqs.CPU27.SCHED
    243555 ±  4%     +47.6%     359498 ±  6%  softirqs.CPU27.TIMER
     78030 ±  4%     +67.8%     130967 ±  7%  softirqs.CPU28.SCHED
    245659 ±  4%     +47.4%     362139 ±  6%  softirqs.CPU28.TIMER
     78272 ±  4%     +68.0%     131489 ±  7%  softirqs.CPU29.SCHED
    244419 ±  4%     +48.4%     362782 ±  6%  softirqs.CPU29.TIMER
     78503 ±  3%     +67.0%     131085 ±  7%  softirqs.CPU3.SCHED
    243492 ±  4%     +44.4%     351504 ±  7%  softirqs.CPU3.TIMER
     78652 ±  5%     +67.0%     131360 ±  7%  softirqs.CPU30.SCHED
    245695 ±  4%     +46.9%     361002 ±  6%  softirqs.CPU30.TIMER
     77824 ±  3%     +69.9%     132256 ±  7%  softirqs.CPU31.SCHED
    246665 ±  4%     +46.7%     361739 ±  6%  softirqs.CPU31.TIMER
     77764 ±  4%     +69.1%     131501 ±  7%  softirqs.CPU32.SCHED
    247204 ±  4%     +45.9%     360683 ±  5%  softirqs.CPU32.TIMER
     77741 ±  3%     +68.3%     130856 ±  7%  softirqs.CPU33.SCHED
    247226 ±  4%     +45.7%     360110 ±  6%  softirqs.CPU33.TIMER
     77846 ±  3%     +69.4%     131836 ±  7%  softirqs.CPU34.SCHED
    246680 ±  4%     +46.7%     361906 ±  6%  softirqs.CPU34.TIMER
     77657 ±  4%     +68.6%     130948 ±  7%  softirqs.CPU35.SCHED
    244489 ±  4%     +47.3%     360225 ±  6%  softirqs.CPU35.TIMER
     77832 ±  4%     +68.3%     130970 ±  7%  softirqs.CPU36.SCHED
    246569 ±  4%     +46.4%     360992 ±  6%  softirqs.CPU36.TIMER
     78042 ±  4%     +68.6%     131543 ±  7%  softirqs.CPU37.SCHED
    246762 ±  4%     +46.9%     362375 ±  6%  softirqs.CPU37.TIMER
     77542 ±  3%     +69.0%     131016 ±  7%  softirqs.CPU38.SCHED
    245802 ±  3%     +46.8%     360815 ±  6%  softirqs.CPU38.TIMER
     77286 ±  3%     +69.6%     131054 ±  7%  softirqs.CPU39.SCHED
    246998 ±  4%     +47.2%     363523 ±  5%  softirqs.CPU39.TIMER
     78108 ±  3%     +67.7%     130950 ±  7%  softirqs.CPU4.SCHED
    245573 ±  4%     +43.6%     352757 ±  7%  softirqs.CPU4.TIMER
     77753 ±  3%     +68.8%     131213 ±  7%  softirqs.CPU40.SCHED
    249523 ±  4%     +45.8%     363817 ±  6%  softirqs.CPU40.TIMER
     77626 ±  4%     +68.5%     130807 ±  7%  softirqs.CPU41.SCHED
    247793 ±  4%     +47.0%     364171 ±  6%  softirqs.CPU41.TIMER
     77817 ±  4%     +68.2%     130900 ±  7%  softirqs.CPU42.SCHED
    245282 ±  4%     +47.4%     361451 ±  6%  softirqs.CPU42.TIMER
     77718 ±  4%     +69.9%     132015 ±  7%  softirqs.CPU43.SCHED
    243633 ±  4%     +48.2%     360959 ±  5%  softirqs.CPU43.TIMER
     77780 ±  3%     +69.1%     131494 ±  7%  softirqs.CPU44.SCHED
    245256 ±  4%     +47.8%     362435 ±  6%  softirqs.CPU44.TIMER
     77398 ±  3%     +70.6%     132069 ±  7%  softirqs.CPU45.SCHED
    246716 ±  4%     +48.0%     365263 ±  6%  softirqs.CPU45.TIMER
     78181 ±  4%     +68.0%     131383 ±  7%  softirqs.CPU46.SCHED
    249302 ±  4%     +46.1%     364187 ±  6%  softirqs.CPU46.TIMER
     77824 ±  4%     +69.2%     131691 ±  7%  softirqs.CPU47.SCHED
    248433 ±  4%     +46.3%     363533 ±  6%  softirqs.CPU47.TIMER
     72698 ±  5%     +55.0%     112665 ± 20%  softirqs.CPU48.SCHED
    247075 ±  7%     +46.0%     360629 ±  7%  softirqs.CPU48.TIMER
     61934 ±  9%     +15.6%      71595 ±  4%  softirqs.CPU49.RCU
     74017 ±  4%     +53.7%     113758 ± 21%  softirqs.CPU49.SCHED
    246340 ±  5%     +45.3%     357970 ±  7%  softirqs.CPU49.TIMER
     78325 ±  3%     +67.0%     130843 ±  7%  softirqs.CPU5.SCHED
    245149 ±  4%     +44.6%     354549 ±  7%  softirqs.CPU5.TIMER
     73917 ±  4%     +54.7%     114337 ± 21%  softirqs.CPU50.SCHED
    244743 ±  5%     +46.7%     358978 ±  7%  softirqs.CPU50.TIMER
     73820 ±  4%     +54.6%     114090 ± 20%  softirqs.CPU51.SCHED
    244269 ±  4%     +46.5%     357842 ±  7%  softirqs.CPU51.TIMER
     60754 ± 10%     +13.6%      68995 ±  6%  softirqs.CPU52.RCU
     73706 ±  4%     +55.5%     114595 ± 21%  softirqs.CPU52.SCHED
    244278 ±  5%     +46.8%     358510 ±  7%  softirqs.CPU52.TIMER
     73896 ±  4%     +54.8%     114364 ± 21%  softirqs.CPU53.SCHED
    243334 ±  4%     +48.2%     360500 ±  7%  softirqs.CPU53.TIMER
     61552 ±  9%     +15.1%      70875 ±  5%  softirqs.CPU54.RCU
     73777 ±  3%     +55.3%     114588 ± 21%  softirqs.CPU54.SCHED
    244551 ±  3%     +46.6%     358437 ±  7%  softirqs.CPU54.TIMER
     73787 ±  4%     +54.7%     114168 ± 20%  softirqs.CPU55.SCHED
    242994 ±  4%     +47.6%     358641 ±  7%  softirqs.CPU55.TIMER
     75522 ±  5%     +50.9%     113959 ± 21%  softirqs.CPU56.SCHED
    245293 ±  5%     +46.2%     358733 ±  7%  softirqs.CPU56.TIMER
     60494 ± 10%     +11.3%      67356 ±  9%  softirqs.CPU57.RCU
     73720 ±  4%     +54.7%     114027 ± 21%  softirqs.CPU57.SCHED
    242679 ±  5%     +47.6%     358298 ±  7%  softirqs.CPU57.TIMER
     73730 ±  4%     +54.7%     114067 ± 21%  softirqs.CPU58.SCHED
    243306 ±  5%     +47.4%     358731 ±  7%  softirqs.CPU58.TIMER
     74007 ±  3%     +53.6%     113663 ± 21%  softirqs.CPU59.SCHED
    244862 ±  4%     +46.2%     358044 ±  7%  softirqs.CPU59.TIMER
     78407 ±  3%     +67.7%     131453 ±  7%  softirqs.CPU6.SCHED
    244705 ±  3%     +44.6%     353777 ±  7%  softirqs.CPU6.TIMER
     73974 ±  3%     +53.9%     113857 ± 21%  softirqs.CPU60.SCHED
    243927 ±  5%     +47.5%     359840 ±  8%  softirqs.CPU60.TIMER
     73517 ±  4%     +55.9%     114648 ± 21%  softirqs.CPU61.SCHED
    243751 ±  4%     +48.3%     361494 ±  7%  softirqs.CPU61.TIMER
     74119 ±  4%     +53.9%     114076 ± 20%  softirqs.CPU62.SCHED
    244533 ±  4%     +46.4%     358033 ±  7%  softirqs.CPU62.TIMER
     73890 ±  3%     +54.9%     114451 ± 21%  softirqs.CPU63.SCHED
    247758 ±  4%     +45.2%     359629 ±  7%  softirqs.CPU63.TIMER
     73939 ±  4%     +54.8%     114422 ± 21%  softirqs.CPU64.SCHED
    250565 ±  5%     +44.3%     361583 ±  7%  softirqs.CPU64.TIMER
     58770 ±  9%     +14.0%      67011 ±  6%  softirqs.CPU65.RCU
     74588 ±  4%     +53.2%     114267 ± 21%  softirqs.CPU65.SCHED
    249079 ±  5%     +45.0%     361188 ±  8%  softirqs.CPU65.TIMER
     55840 ±  9%     +16.6%      65116 ±  8%  softirqs.CPU66.RCU
     73733 ±  4%     +54.9%     114203 ± 21%  softirqs.CPU66.SCHED
    243066 ±  5%     +47.8%     359305 ±  7%  softirqs.CPU66.TIMER
     58059 ±  7%     +12.1%      65098 ±  8%  softirqs.CPU67.RCU
     74079 ±  4%     +54.7%     114572 ± 21%  softirqs.CPU67.SCHED
    244340 ±  4%     +46.5%     357860 ±  7%  softirqs.CPU67.TIMER
     73838 ±  4%     +54.4%     113974 ± 21%  softirqs.CPU68.SCHED
    243983 ±  5%     +46.8%     358227 ±  7%  softirqs.CPU68.TIMER
     59726 ±  7%     +13.4%      67711 ±  6%  softirqs.CPU69.RCU
     73918 ±  4%     +54.5%     114184 ± 21%  softirqs.CPU69.SCHED
    248549 ±  5%     +45.6%     361808 ±  8%  softirqs.CPU69.TIMER
     77982 ±  3%     +69.0%     131769 ±  7%  softirqs.CPU7.SCHED
    244165 ±  4%     +44.6%     353168 ±  7%  softirqs.CPU7.TIMER
     73684 ±  5%     +54.6%     113945 ± 21%  softirqs.CPU70.SCHED
    248263 ±  4%     +44.9%     359829 ±  7%  softirqs.CPU70.TIMER
     73774 ±  5%     +55.1%     114433 ± 21%  softirqs.CPU71.SCHED
    249402 ±  6%     +44.8%     361155 ±  7%  softirqs.CPU71.TIMER
     74515 ±  5%     +49.5%     111367 ± 11%  softirqs.CPU72.SCHED
    242848 ±  6%     +46.8%     356603 ±  5%  softirqs.CPU72.TIMER
     76137 ±  5%     +46.2%     111347 ± 11%  softirqs.CPU73.SCHED
    239679 ±  5%     +49.0%     357100 ±  5%  softirqs.CPU73.TIMER
     75379 ±  5%     +48.3%     111798 ± 11%  softirqs.CPU74.SCHED
    239248 ±  4%     +51.8%     363157 ±  6%  softirqs.CPU74.TIMER
     75712 ±  5%     +47.9%     112000 ± 12%  softirqs.CPU75.SCHED
    239270 ±  5%     +48.9%     356379 ±  5%  softirqs.CPU75.TIMER
     75625 ±  5%     +47.6%     111606 ± 11%  softirqs.CPU76.SCHED
    240752 ±  5%     +49.0%     358619 ±  5%  softirqs.CPU76.TIMER
     75752 ±  5%     +47.1%     111400 ± 11%  softirqs.CPU77.SCHED
    240572 ±  5%     +48.2%     356524 ±  5%  softirqs.CPU77.TIMER
     76147 ±  5%     +46.5%     111543 ± 11%  softirqs.CPU78.SCHED
    266395 ± 13%     +34.1%     357201 ±  5%  softirqs.CPU78.TIMER
     75523 ±  5%     +47.7%     111566 ± 12%  softirqs.CPU79.SCHED
    241815 ±  5%     +47.7%     357046 ±  4%  softirqs.CPU79.TIMER
     78000 ±  3%     +68.1%     131138 ±  7%  softirqs.CPU8.SCHED
    243729 ±  5%     +44.8%     352841 ±  7%  softirqs.CPU8.TIMER
     75896 ±  4%     +47.2%     111724 ± 12%  softirqs.CPU80.SCHED
    243979 ±  5%     +46.2%     356801 ±  4%  softirqs.CPU80.TIMER
     76090 ±  4%     +46.4%     111359 ± 12%  softirqs.CPU81.SCHED
    241984 ±  6%     +47.1%     355958 ±  5%  softirqs.CPU81.TIMER
     75610 ±  5%     +47.3%     111399 ± 12%  softirqs.CPU82.SCHED
    240739 ±  5%     +48.3%     357069 ±  5%  softirqs.CPU82.TIMER
     74942 ±  4%     +48.4%     111237 ± 12%  softirqs.CPU83.SCHED
    241506 ±  4%     +47.6%     356392 ±  5%  softirqs.CPU83.TIMER
     75752 ±  4%     +46.8%     111238 ± 12%  softirqs.CPU84.SCHED
    241507 ±  5%     +47.9%     357212 ±  5%  softirqs.CPU84.TIMER
     75528 ±  5%     +48.4%     112051 ± 12%  softirqs.CPU85.SCHED
    240416 ±  5%     +48.8%     357841 ±  5%  softirqs.CPU85.TIMER
     75146 ±  5%     +48.4%     111510 ± 11%  softirqs.CPU86.SCHED
    240510 ±  4%     +48.2%     356511 ±  5%  softirqs.CPU86.TIMER
     75628 ±  5%     +48.3%     112144 ± 12%  softirqs.CPU87.SCHED
    243335 ±  5%     +47.4%     358704 ±  5%  softirqs.CPU87.TIMER
     75702 ±  5%     +47.4%     111573 ± 12%  softirqs.CPU88.SCHED
    246776 ±  5%     +45.6%     359327 ±  5%  softirqs.CPU88.TIMER
     75804 ±  4%     +47.5%     111829 ± 12%  softirqs.CPU89.SCHED
    243283 ±  4%     +47.5%     358870 ±  5%  softirqs.CPU89.TIMER
    381.75 ± 37%   +2446.7%       9722 ±151%  softirqs.CPU9.NET_RX
     78527 ±  3%     +68.7%     132498 ±  9%  softirqs.CPU9.SCHED
    244005 ±  4%     +72.1%     419964 ± 29%  softirqs.CPU9.TIMER
     75545 ±  5%     +47.4%     111363 ± 11%  softirqs.CPU90.SCHED
    240258 ±  5%     +48.7%     357191 ±  5%  softirqs.CPU90.TIMER
     75655 ±  5%     +47.2%     111383 ± 12%  softirqs.CPU91.SCHED
    241133 ±  4%     +47.9%     356618 ±  5%  softirqs.CPU91.TIMER
     75228 ±  4%     +47.7%     111122 ± 12%  softirqs.CPU92.SCHED
    242237 ±  5%     +47.2%     356567 ±  5%  softirqs.CPU92.TIMER
     75806 ±  5%     +47.1%     111541 ± 12%  softirqs.CPU93.SCHED
    245121 ±  4%     +46.5%     359078 ±  5%  softirqs.CPU93.TIMER
     75839 ±  5%     +47.2%     111611 ± 11%  softirqs.CPU94.SCHED
    246117 ±  4%     +45.3%     357703 ±  5%  softirqs.CPU94.TIMER
     75303 ±  4%     +48.4%     111781 ± 12%  softirqs.CPU95.SCHED
    243322 ±  5%     +47.5%     358924 ±  4%  softirqs.CPU95.TIMER
     78628 ±  3%     +65.9%     130454 ±  6%  softirqs.CPU96.SCHED
    252738 ±  4%     +40.9%     356176 ±  6%  softirqs.CPU96.TIMER
     78502 ±  2%     +65.4%     129845 ±  7%  softirqs.CPU97.SCHED
    245796 ±  5%     +44.5%     355113 ±  8%  softirqs.CPU97.TIMER
     77807 ±  3%     +66.8%     129766 ±  7%  softirqs.CPU98.SCHED
    241848 ±  5%     +45.0%     350708 ±  7%  softirqs.CPU98.TIMER
     78286 ±  3%     +66.8%     130603 ±  7%  softirqs.CPU99.SCHED
    243368 ±  4%     +45.1%     353088 ±  7%  softirqs.CPU99.TIMER
     17409 ±  5%    +106.0%      35857 ± 42%  softirqs.NET_RX
  14654680 ±  3%     +59.7%   23402701 ±  7%  softirqs.SCHED
  47035379 ±  4%     +46.9%   69099061 ±  6%  softirqs.TIMER
    371.00 ±  5%    +108.6%     773.75 ± 31%  interrupts.131:PCI-MSI.1574913-edge.eth3-TxRx-1
    363.75 ±  7%    +536.6%       2315 ±127%  interrupts.133:PCI-MSI.1574915-edge.eth3-TxRx-3
    432.75 ± 16%    +119.2%     948.75 ± 36%  interrupts.135:PCI-MSI.1574917-edge.eth3-TxRx-5
    353.00 ±  7%     +66.4%     587.25 ±  6%  interrupts.137:PCI-MSI.1574919-edge.eth3-TxRx-7
    397.00 ±  9%    +506.2%       2406 ±101%  interrupts.138:PCI-MSI.1574920-edge.eth3-TxRx-8
    623.25 ± 45%   +2781.3%      17957 ±150%  interrupts.139:PCI-MSI.1574921-edge.eth3-TxRx-9
    354.25 ±  6%     +74.1%     616.75 ± 10%  interrupts.140:PCI-MSI.1574922-edge.eth3-TxRx-10
    475.75 ± 41%    +107.6%     987.50 ± 20%  interrupts.143:PCI-MSI.1574925-edge.eth3-TxRx-13
    338.00 ±  6%     +66.1%     561.25 ±  8%  interrupts.146:PCI-MSI.1574928-edge.eth3-TxRx-16
    339.00 ±  5%     +66.3%     563.75 ±  8%  interrupts.147:PCI-MSI.1574929-edge.eth3-TxRx-17
    336.00 ±  6%     +91.7%     644.00 ± 26%  interrupts.148:PCI-MSI.1574930-edge.eth3-TxRx-18
    336.75 ±  6%     +68.6%     567.75 ±  8%  interrupts.149:PCI-MSI.1574931-edge.eth3-TxRx-19
    337.25 ±  6%     +67.1%     563.50 ±  7%  interrupts.150:PCI-MSI.1574932-edge.eth3-TxRx-20
    338.75 ±  6%     +67.8%     568.50 ±  8%  interrupts.151:PCI-MSI.1574933-edge.eth3-TxRx-21
    336.00 ±  6%     +68.1%     564.75 ±  9%  interrupts.152:PCI-MSI.1574934-edge.eth3-TxRx-22
    337.75 ±  6%     +82.5%     616.25 ± 16%  interrupts.153:PCI-MSI.1574935-edge.eth3-TxRx-23
    341.25 ±  6%     +64.0%     559.75 ±  8%  interrupts.154:PCI-MSI.1574936-edge.eth3-TxRx-24
    343.00 ±  7%     +64.1%     562.75 ±  8%  interrupts.155:PCI-MSI.1574937-edge.eth3-TxRx-25
    336.50 ±  6%     +66.6%     560.50 ±  8%  interrupts.156:PCI-MSI.1574938-edge.eth3-TxRx-26
    337.00 ±  6%     +66.5%     561.25 ±  8%  interrupts.157:PCI-MSI.1574939-edge.eth3-TxRx-27
    336.75 ±  6%     +66.1%     559.25 ±  8%  interrupts.158:PCI-MSI.1574940-edge.eth3-TxRx-28
    336.75 ±  6%     +66.3%     560.00 ±  8%  interrupts.159:PCI-MSI.1574941-edge.eth3-TxRx-29
    336.00 ±  6%     +66.6%     559.75 ±  8%  interrupts.160:PCI-MSI.1574942-edge.eth3-TxRx-30
    336.75 ±  6%     +66.0%     559.00 ±  8%  interrupts.161:PCI-MSI.1574943-edge.eth3-TxRx-31
    337.75 ±  6%     +65.7%     559.50 ±  8%  interrupts.162:PCI-MSI.1574944-edge.eth3-TxRx-32
    336.50 ±  6%     +66.2%     559.25 ±  8%  interrupts.163:PCI-MSI.1574945-edge.eth3-TxRx-33
    337.75 ±  6%     +72.5%     582.75 ± 10%  interrupts.164:PCI-MSI.1574946-edge.eth3-TxRx-34
    339.25 ±  6%     +65.0%     559.75 ±  8%  interrupts.165:PCI-MSI.1574947-edge.eth3-TxRx-35
    338.75 ±  6%     +65.9%     562.00 ±  7%  interrupts.166:PCI-MSI.1574948-edge.eth3-TxRx-36
    338.25 ±  6%     +65.6%     560.00 ±  8%  interrupts.167:PCI-MSI.1574949-edge.eth3-TxRx-37
    336.50 ±  6%     +66.5%     560.25 ±  8%  interrupts.168:PCI-MSI.1574950-edge.eth3-TxRx-38
    338.25 ±  6%     +65.6%     560.25 ±  8%  interrupts.169:PCI-MSI.1574951-edge.eth3-TxRx-39
    338.25 ±  6%     +65.8%     560.75 ±  8%  interrupts.170:PCI-MSI.1574952-edge.eth3-TxRx-40
    339.75 ±  7%     +64.6%     559.25 ±  8%  interrupts.171:PCI-MSI.1574953-edge.eth3-TxRx-41
    372.50 ± 16%     +50.5%     560.75 ±  8%  interrupts.172:PCI-MSI.1574954-edge.eth3-TxRx-42
    337.00 ±  6%     +66.1%     559.75 ±  8%  interrupts.173:PCI-MSI.1574955-edge.eth3-TxRx-43
    341.75 ±  6%     +63.6%     559.25 ±  8%  interrupts.174:PCI-MSI.1574956-edge.eth3-TxRx-44
    377.25 ± 18%     +48.3%     559.50 ±  8%  interrupts.176:PCI-MSI.1574958-edge.eth3-TxRx-46
    336.50 ±  6%     +66.3%     559.75 ±  8%  interrupts.177:PCI-MSI.1574959-edge.eth3-TxRx-47
    339.25 ±  6%     +82.2%     618.00 ± 19%  interrupts.178:PCI-MSI.1574960-edge.eth3-TxRx-48
    336.50 ±  6%     +67.8%     564.50 ±  8%  interrupts.179:PCI-MSI.1574961-edge.eth3-TxRx-49
    336.50 ±  6%     +66.3%     559.50 ±  8%  interrupts.180:PCI-MSI.1574962-edge.eth3-TxRx-50
    336.25 ±  6%     +66.3%     559.25 ±  8%  interrupts.181:PCI-MSI.1574963-edge.eth3-TxRx-51
    341.00 ±  6%     +65.0%     562.50 ±  8%  interrupts.182:PCI-MSI.1574964-edge.eth3-TxRx-52
    338.75 ±  5%     +66.0%     562.25 ±  8%  interrupts.183:PCI-MSI.1574965-edge.eth3-TxRx-53
    336.50 ±  6%     +67.6%     564.00 ±  8%  interrupts.184:PCI-MSI.1574966-edge.eth3-TxRx-54
    336.50 ±  6%     +66.7%     561.00 ±  8%  interrupts.185:PCI-MSI.1574967-edge.eth3-TxRx-55
    360.50 ± 11%     +56.0%     562.25 ±  8%  interrupts.186:PCI-MSI.1574968-edge.eth3-TxRx-56
    336.50 ±  6%     +66.9%     561.50 ±  7%  interrupts.187:PCI-MSI.1574969-edge.eth3-TxRx-57
    337.00 ±  6%     +66.2%     560.00 ±  8%  interrupts.188:PCI-MSI.1574970-edge.eth3-TxRx-58
    336.75 ±  6%     +66.5%     560.75 ±  8%  interrupts.189:PCI-MSI.1574971-edge.eth3-TxRx-59
    336.50 ±  6%     +66.3%     559.75 ±  8%  interrupts.190:PCI-MSI.1574972-edge.eth3-TxRx-60
    336.25 ±  6%     +66.4%     559.50 ±  8%  interrupts.191:PCI-MSI.1574973-edge.eth3-TxRx-61
    336.00 ±  6%     +67.6%     563.00 ±  8%  interrupts.192:PCI-MSI.1574974-edge.eth3-TxRx-62
   1084415 ±  2%     +87.7%    2035975 ±  9%  interrupts.CAL:Function_call_interrupts
      5674 ±  2%     +79.4%      10178 ± 10%  interrupts.CPU0.CAL:Function_call_interrupts
   1339243 ±  9%     +64.7%    2205626 ±  8%  interrupts.CPU0.LOC:Local_timer_interrupts
    956273 ± 34%     -96.9%      29526 ± 24%  interrupts.CPU0.RES:Rescheduling_interrupts
     12.25 ± 24%   +1581.6%     206.00 ± 46%  interrupts.CPU0.TLB:TLB_shootdowns
    371.00 ±  5%    +108.6%     773.75 ± 31%  interrupts.CPU1.131:PCI-MSI.1574913-edge.eth3-TxRx-1
      5647 ±  2%     +87.4%      10584 ±  9%  interrupts.CPU1.CAL:Function_call_interrupts
   1337359 ±  9%     +64.7%    2202495 ±  8%  interrupts.CPU1.LOC:Local_timer_interrupts
    737858 ± 23%     -95.5%      33112 ± 30%  interrupts.CPU1.RES:Rescheduling_interrupts
     15.75 ± 39%    +793.7%     140.75 ± 45%  interrupts.CPU1.TLB:TLB_shootdowns
    354.25 ±  6%     +74.1%     616.75 ± 10%  interrupts.CPU10.140:PCI-MSI.1574922-edge.eth3-TxRx-10
      5401 ±  3%     +96.8%      10628 ±  9%  interrupts.CPU10.CAL:Function_call_interrupts
   1336653 ±  9%     +64.7%    2201299 ±  8%  interrupts.CPU10.LOC:Local_timer_interrupts
    708938 ± 23%     -97.2%      19525 ± 32%  interrupts.CPU10.RES:Rescheduling_interrupts
     16.25 ± 52%    +376.9%      77.50 ± 37%  interrupts.CPU10.TLB:TLB_shootdowns
      5633 ±  3%     +81.7%      10235 ± 11%  interrupts.CPU100.CAL:Function_call_interrupts
   1337590 ±  9%     +64.6%    2201301 ±  8%  interrupts.CPU100.LOC:Local_timer_interrupts
    689007 ± 25%     -97.0%      20368 ± 15%  interrupts.CPU100.RES:Rescheduling_interrupts
     13.00 ±  9%    +600.0%      91.00 ± 36%  interrupts.CPU100.TLB:TLB_shootdowns
      5662 ±  3%     +89.9%      10751 ±  7%  interrupts.CPU101.CAL:Function_call_interrupts
   1337477 ±  9%     +64.7%    2202244 ±  8%  interrupts.CPU101.LOC:Local_timer_interrupts
    707657 ± 20%     -96.5%      24748 ± 35%  interrupts.CPU101.RES:Rescheduling_interrupts
     10.25 ± 22%    +709.8%      83.00 ± 42%  interrupts.CPU101.TLB:TLB_shootdowns
      5641 ±  3%     +88.2%      10615 ±  9%  interrupts.CPU102.CAL:Function_call_interrupts
   1336519 ±  9%     +64.8%    2202176 ±  8%  interrupts.CPU102.LOC:Local_timer_interrupts
    679814 ± 23%     -96.9%      21380 ±  6%  interrupts.CPU102.RES:Rescheduling_interrupts
     11.75 ± 24%    +591.5%      81.25 ± 47%  interrupts.CPU102.TLB:TLB_shootdowns
      5624           +89.3%      10644 ± 10%  interrupts.CPU103.CAL:Function_call_interrupts
   1337163 ±  9%     +64.7%    2201928 ±  8%  interrupts.CPU103.LOC:Local_timer_interrupts
    703098 ± 26%     -96.0%      28037 ± 43%  interrupts.CPU103.RES:Rescheduling_interrupts
     13.50 ± 21%    +540.7%      86.50 ± 27%  interrupts.CPU103.TLB:TLB_shootdowns
      5606 ±  3%     +91.9%      10757 ±  9%  interrupts.CPU104.CAL:Function_call_interrupts
   1336621 ±  9%     +64.7%    2201690 ±  8%  interrupts.CPU104.LOC:Local_timer_interrupts
    667864 ± 23%     -96.8%      21254 ± 26%  interrupts.CPU104.RES:Rescheduling_interrupts
      9.50 ± 31%    +884.2%      93.50 ± 28%  interrupts.CPU104.TLB:TLB_shootdowns
      5518 ±  6%     +91.9%      10590 ±  9%  interrupts.CPU105.CAL:Function_call_interrupts
   1350188 ±  8%     +63.1%    2201982 ±  8%  interrupts.CPU105.LOC:Local_timer_interrupts
    720641 ± 21%     -95.4%      32867 ± 48%  interrupts.CPU105.RES:Rescheduling_interrupts
     14.50 ± 14%    +556.9%      95.25 ± 45%  interrupts.CPU105.TLB:TLB_shootdowns
      5666 ±  2%     +87.8%      10642 ±  9%  interrupts.CPU106.CAL:Function_call_interrupts
   1336805 ±  9%     +64.7%    2202035 ±  8%  interrupts.CPU106.LOC:Local_timer_interrupts
    674845 ± 21%     -97.1%      19821 ± 29%  interrupts.CPU106.RES:Rescheduling_interrupts
     10.75 ± 40%    +825.6%      99.50 ± 38%  interrupts.CPU106.TLB:TLB_shootdowns
      5680 ±  2%     +85.9%      10557 ±  9%  interrupts.CPU107.CAL:Function_call_interrupts
   1336948 ±  9%     +64.7%    2202238 ±  8%  interrupts.CPU107.LOC:Local_timer_interrupts
    717783 ± 23%     -95.5%      32091 ± 41%  interrupts.CPU107.RES:Rescheduling_interrupts
      8.75 ± 39%    +954.3%      92.25 ± 44%  interrupts.CPU107.TLB:TLB_shootdowns
      5683 ±  2%     +86.9%      10622 ±  9%  interrupts.CPU108.CAL:Function_call_interrupts
   1336656 ±  9%     +64.9%    2203613 ±  8%  interrupts.CPU108.LOC:Local_timer_interrupts
    730211 ± 24%     -97.5%      17988 ±  6%  interrupts.CPU108.RES:Rescheduling_interrupts
      9.75 ± 22%    +800.0%      87.75 ± 33%  interrupts.CPU108.TLB:TLB_shootdowns
      5497 ±  6%     +93.0%      10611 ±  9%  interrupts.CPU109.CAL:Function_call_interrupts
   1351259 ±  8%     +63.0%    2202164 ±  8%  interrupts.CPU109.LOC:Local_timer_interrupts
    732083 ± 24%     -97.3%      20113 ± 11%  interrupts.CPU109.RES:Rescheduling_interrupts
      9.25 ± 14%   +1018.9%     103.50 ± 52%  interrupts.CPU109.TLB:TLB_shootdowns
      5437 ±  3%     +94.4%      10571 ± 10%  interrupts.CPU11.CAL:Function_call_interrupts
   1337527 ±  9%     +64.7%    2202871 ±  8%  interrupts.CPU11.LOC:Local_timer_interrupts
    707362 ± 21%     -97.3%      19191 ± 13%  interrupts.CPU11.RES:Rescheduling_interrupts
     14.75 ± 49%    +406.8%      74.75 ± 42%  interrupts.CPU11.TLB:TLB_shootdowns
      5595 ±  3%     +88.3%      10539 ±  9%  interrupts.CPU110.CAL:Function_call_interrupts
   1337218 ±  9%     +64.7%    2202916 ±  8%  interrupts.CPU110.LOC:Local_timer_interrupts
    723696 ± 23%     -96.6%      24462 ± 29%  interrupts.CPU110.RES:Rescheduling_interrupts
     10.50 ± 28%    +931.0%     108.25 ± 48%  interrupts.CPU110.TLB:TLB_shootdowns
      5582 ±  3%     +91.1%      10667 ±  9%  interrupts.CPU111.CAL:Function_call_interrupts
   1336615 ±  9%     +64.7%    2201702 ±  8%  interrupts.CPU111.LOC:Local_timer_interrupts
    681341 ± 21%     -97.6%      16503 ± 14%  interrupts.CPU111.RES:Rescheduling_interrupts
     10.00 ± 32%   +1032.5%     113.25 ± 36%  interrupts.CPU111.TLB:TLB_shootdowns
      5453 ±  6%     +95.7%      10673 ±  9%  interrupts.CPU112.CAL:Function_call_interrupts
   1349870 ±  8%     +63.1%    2202148 ±  8%  interrupts.CPU112.LOC:Local_timer_interrupts
    687757 ± 23%     -97.4%      17894 ± 24%  interrupts.CPU112.RES:Rescheduling_interrupts
      8.75 ± 14%   +1705.7%     158.00 ± 47%  interrupts.CPU112.TLB:TLB_shootdowns
      5595 ±  3%     +75.8%       9837 ±  8%  interrupts.CPU113.CAL:Function_call_interrupts
   1336607 ±  9%     +64.9%    2203825 ±  8%  interrupts.CPU113.LOC:Local_timer_interrupts
    693461 ± 24%     -95.7%      29768 ± 38%  interrupts.CPU113.RES:Rescheduling_interrupts
     10.75 ± 24%   +1590.7%     181.75 ± 52%  interrupts.CPU113.TLB:TLB_shootdowns
      5586 ±  3%     +89.7%      10595 ±  8%  interrupts.CPU114.CAL:Function_call_interrupts
   1336887 ±  9%     +64.8%    2202815 ±  8%  interrupts.CPU114.LOC:Local_timer_interrupts
    700347 ± 25%     -97.0%      21301 ± 44%  interrupts.CPU114.RES:Rescheduling_interrupts
     10.00 ± 38%   +1527.5%     162.75 ± 47%  interrupts.CPU114.TLB:TLB_shootdowns
      5653 ±  2%     +89.2%      10693 ±  9%  interrupts.CPU115.CAL:Function_call_interrupts
   1336031 ±  9%     +64.8%    2202194 ±  8%  interrupts.CPU115.LOC:Local_timer_interrupts
    704469 ± 21%     -97.1%      20411 ± 15%  interrupts.CPU115.RES:Rescheduling_interrupts
     13.25 ± 14%   +1477.4%     209.00 ± 39%  interrupts.CPU115.TLB:TLB_shootdowns
      5632 ±  2%     +82.5%      10280 ± 10%  interrupts.CPU116.CAL:Function_call_interrupts
   1335630 ±  9%     +65.0%    2203792 ±  8%  interrupts.CPU116.LOC:Local_timer_interrupts
    722709 ± 24%     -97.5%      17887 ± 15%  interrupts.CPU116.RES:Rescheduling_interrupts
     12.00 ± 22%   +1860.4%     235.25 ± 59%  interrupts.CPU116.TLB:TLB_shootdowns
      5531           +91.3%      10582 ±  9%  interrupts.CPU117.CAL:Function_call_interrupts
   1336090 ±  9%     +64.8%    2201800 ±  8%  interrupts.CPU117.LOC:Local_timer_interrupts
    668326 ± 25%     -96.9%      20433 ± 14%  interrupts.CPU117.RES:Rescheduling_interrupts
     14.00 ± 13%   +2782.1%     403.50 ± 50%  interrupts.CPU117.TLB:TLB_shootdowns
      5639 ±  2%     +87.9%      10596 ±  9%  interrupts.CPU118.CAL:Function_call_interrupts
   1335273 ±  9%     +64.8%    2200654 ±  8%  interrupts.CPU118.LOC:Local_timer_interrupts
    707837 ± 25%     -97.2%      19977 ±  9%  interrupts.CPU118.RES:Rescheduling_interrupts
     10.00 ± 46%   +6542.5%     664.25 ± 49%  interrupts.CPU118.TLB:TLB_shootdowns
      5590 ±  3%     +82.9%      10228 ± 11%  interrupts.CPU119.CAL:Function_call_interrupts
   1335798 ±  9%     +64.9%    2203338 ±  8%  interrupts.CPU119.LOC:Local_timer_interrupts
    709553 ± 28%     -96.3%      25916 ± 44%  interrupts.CPU119.RES:Rescheduling_interrupts
     15.25 ± 17%  +11609.8%       1785 ± 38%  interrupts.CPU119.TLB:TLB_shootdowns
      5591 ±  4%     +89.3%      10586 ±  9%  interrupts.CPU12.CAL:Function_call_interrupts
   1336900 ±  9%     +64.8%    2203014 ±  8%  interrupts.CPU12.LOC:Local_timer_interrupts
    730041 ± 25%     -97.4%      18784 ±  6%  interrupts.CPU12.RES:Rescheduling_interrupts
      9.75 ± 35%    +664.1%      74.50 ± 50%  interrupts.CPU12.TLB:TLB_shootdowns
      5648 ±  2%     +88.5%      10646 ±  9%  interrupts.CPU120.CAL:Function_call_interrupts
   1339596 ±  9%     +64.6%    2204777 ±  8%  interrupts.CPU120.LOC:Local_timer_interrupts
    649118 ± 32%     -97.3%      17718 ± 11%  interrupts.CPU120.RES:Rescheduling_interrupts
      9.25 ± 46%    +770.3%      80.50 ± 42%  interrupts.CPU120.TLB:TLB_shootdowns
      5654 ±  3%     +88.6%      10663 ±  9%  interrupts.CPU121.CAL:Function_call_interrupts
   1336850 ±  9%     +64.7%    2202003 ±  8%  interrupts.CPU121.LOC:Local_timer_interrupts
    659588 ± 32%     -97.4%      17073 ± 19%  interrupts.CPU121.RES:Rescheduling_interrupts
     10.50 ± 36%    +685.7%      82.50 ± 31%  interrupts.CPU121.TLB:TLB_shootdowns
      5717 ±  2%     +87.7%      10729 ±  9%  interrupts.CPU122.CAL:Function_call_interrupts
   1337391 ±  9%     +64.7%    2202632 ±  8%  interrupts.CPU122.LOC:Local_timer_interrupts
    659442 ± 34%     -96.9%      20392 ± 29%  interrupts.CPU122.RES:Rescheduling_interrupts
      8.75 ± 20%    +805.7%      79.25 ± 48%  interrupts.CPU122.TLB:TLB_shootdowns
      5708 ±  2%     +87.5%      10703 ±  9%  interrupts.CPU123.CAL:Function_call_interrupts
   1337866 ±  9%     +64.7%    2203757 ±  8%  interrupts.CPU123.LOC:Local_timer_interrupts
    619597 ± 31%     -96.2%      23263 ± 26%  interrupts.CPU123.RES:Rescheduling_interrupts
     11.00 ± 34%    +756.8%      94.25 ± 50%  interrupts.CPU123.TLB:TLB_shootdowns
      5682 ±  2%     +88.5%      10711 ±  9%  interrupts.CPU124.CAL:Function_call_interrupts
   1338075 ±  9%     +64.6%    2202688 ±  8%  interrupts.CPU124.LOC:Local_timer_interrupts
    624507 ± 29%     -96.1%      24572 ± 37%  interrupts.CPU124.RES:Rescheduling_interrupts
     11.75 ± 40%    +695.7%      93.50 ± 35%  interrupts.CPU124.TLB:TLB_shootdowns
      5681           +88.6%      10717 ±  9%  interrupts.CPU125.CAL:Function_call_interrupts
   1337537 ±  9%     +64.8%    2203692 ±  8%  interrupts.CPU125.LOC:Local_timer_interrupts
    624748 ± 27%     -96.6%      21339 ± 43%  interrupts.CPU125.RES:Rescheduling_interrupts
     11.75 ± 28%    +727.7%      97.25 ± 49%  interrupts.CPU125.TLB:TLB_shootdowns
      5605 ±  3%     +90.6%      10687 ±  9%  interrupts.CPU126.CAL:Function_call_interrupts
   1336953 ±  9%     +64.8%    2203764 ±  8%  interrupts.CPU126.LOC:Local_timer_interrupts
    631463 ± 29%     -96.8%      20200 ± 33%  interrupts.CPU126.RES:Rescheduling_interrupts
      9.75 ± 15%    +782.1%      86.00 ± 39%  interrupts.CPU126.TLB:TLB_shootdowns
      5654 ±  3%     +89.5%      10713 ±  9%  interrupts.CPU127.CAL:Function_call_interrupts
   1336539 ±  9%     +64.8%    2202772 ±  8%  interrupts.CPU127.LOC:Local_timer_interrupts
    668278 ± 31%     -97.4%      17090 ± 20%  interrupts.CPU127.RES:Rescheduling_interrupts
     11.00 ± 34%    +670.5%      84.75 ± 40%  interrupts.CPU127.TLB:TLB_shootdowns
      5700 ±  2%     +87.8%      10706 ±  9%  interrupts.CPU128.CAL:Function_call_interrupts
   1336901 ±  9%     +64.8%    2202590 ±  8%  interrupts.CPU128.LOC:Local_timer_interrupts
    649687 ± 32%     -96.9%      19878 ± 32%  interrupts.CPU128.RES:Rescheduling_interrupts
     13.75 ± 33%    +592.7%      95.25 ± 59%  interrupts.CPU128.TLB:TLB_shootdowns
      5683 ±  3%     +81.3%      10302 ± 11%  interrupts.CPU129.CAL:Function_call_interrupts
   1338193 ±  9%     +64.6%    2203279 ±  8%  interrupts.CPU129.LOC:Local_timer_interrupts
    606637 ± 34%     -97.4%      15906 ± 13%  interrupts.CPU129.RES:Rescheduling_interrupts
     13.75 ± 24%    +514.5%      84.50 ± 40%  interrupts.CPU129.TLB:TLB_shootdowns
    475.75 ± 41%    +107.6%     987.50 ± 20%  interrupts.CPU13.143:PCI-MSI.1574925-edge.eth3-TxRx-13
      5621 ±  3%     +88.5%      10598 ±  9%  interrupts.CPU13.CAL:Function_call_interrupts
   1338157 ±  9%     +64.6%    2202986 ±  8%  interrupts.CPU13.LOC:Local_timer_interrupts
    723210 ± 24%     -97.2%      20517 ± 12%  interrupts.CPU13.RES:Rescheduling_interrupts
     12.50 ± 39%    +520.0%      77.50 ± 33%  interrupts.CPU13.TLB:TLB_shootdowns
      5683 ±  2%     +88.4%      10709 ±  9%  interrupts.CPU130.CAL:Function_call_interrupts
   1336929 ±  9%     +64.8%    2203225 ±  8%  interrupts.CPU130.LOC:Local_timer_interrupts
    601381 ± 26%     -97.0%      18168 ± 17%  interrupts.CPU130.RES:Rescheduling_interrupts
     10.75 ± 43%    +869.8%     104.25 ± 56%  interrupts.CPU130.TLB:TLB_shootdowns
      5685 ±  2%     +87.8%      10676 ± 10%  interrupts.CPU131.CAL:Function_call_interrupts
   1337061 ±  9%     +64.7%    2202697 ±  8%  interrupts.CPU131.LOC:Local_timer_interrupts
    618621 ± 30%     -96.6%      20952 ± 20%  interrupts.CPU131.RES:Rescheduling_interrupts
      9.00 ± 30%   +1094.4%     107.50 ± 71%  interrupts.CPU131.TLB:TLB_shootdowns
      5670 ±  3%     +88.2%      10673 ±  9%  interrupts.CPU132.CAL:Function_call_interrupts
   1336474 ±  9%     +64.9%    2203424 ±  8%  interrupts.CPU132.LOC:Local_timer_interrupts
    623188 ± 27%     -97.6%      14890 ± 13%  interrupts.CPU132.RES:Rescheduling_interrupts
     12.00 ± 30%    +727.1%      99.25 ± 40%  interrupts.CPU132.TLB:TLB_shootdowns
      5667 ±  3%     +89.5%      10741 ±  9%  interrupts.CPU133.CAL:Function_call_interrupts
   1337221 ±  9%     +64.6%    2201613 ±  8%  interrupts.CPU133.LOC:Local_timer_interrupts
    585124 ± 33%     -97.4%      15216 ± 13%  interrupts.CPU133.RES:Rescheduling_interrupts
      8.00 ± 45%   +1168.8%     101.50 ± 35%  interrupts.CPU133.TLB:TLB_shootdowns
      5690 ±  3%     +88.4%      10717 ±  9%  interrupts.CPU134.CAL:Function_call_interrupts
   1336931 ±  9%     +64.8%    2203383 ±  8%  interrupts.CPU134.LOC:Local_timer_interrupts
    623267 ± 28%     -96.6%      21377 ± 38%  interrupts.CPU134.RES:Rescheduling_interrupts
     13.00 ± 44%    +913.5%     131.75 ± 50%  interrupts.CPU134.TLB:TLB_shootdowns
      5677 ±  3%     +89.3%      10750 ±  9%  interrupts.CPU135.CAL:Function_call_interrupts
   1336777 ±  9%     +64.8%    2203268 ±  8%  interrupts.CPU135.LOC:Local_timer_interrupts
    659089 ± 34%     -97.4%      17314 ±  4%  interrupts.CPU135.RES:Rescheduling_interrupts
     11.00 ± 36%   +1011.4%     122.25 ± 57%  interrupts.CPU135.TLB:TLB_shootdowns
      5671 ±  3%     +90.1%      10781 ±  9%  interrupts.CPU136.CAL:Function_call_interrupts
   1337077 ±  9%     +64.8%    2204095 ±  8%  interrupts.CPU136.LOC:Local_timer_interrupts
    659015 ± 32%     -97.5%      16317 ± 17%  interrupts.CPU136.RES:Rescheduling_interrupts
     11.25 ± 19%    +968.9%     120.25 ± 59%  interrupts.CPU136.TLB:TLB_shootdowns
      5662 ±  3%     +90.2%      10768 ±  9%  interrupts.CPU137.CAL:Function_call_interrupts
   1337041 ±  9%     +64.8%    2202909 ±  8%  interrupts.CPU137.LOC:Local_timer_interrupts
    609841 ± 30%     -97.1%      17397 ± 16%  interrupts.CPU137.RES:Rescheduling_interrupts
      7.00 ± 41%   +1996.4%     146.75 ± 69%  interrupts.CPU137.TLB:TLB_shootdowns
      5663 ±  3%     +89.4%      10727 ±  9%  interrupts.CPU138.CAL:Function_call_interrupts
   1337025 ±  9%     +64.6%    2201160 ±  8%  interrupts.CPU138.LOC:Local_timer_interrupts
    668683 ± 33%     -97.5%      16409 ± 20%  interrupts.CPU138.RES:Rescheduling_interrupts
     10.00 ± 46%   +1840.0%     194.00 ± 58%  interrupts.CPU138.TLB:TLB_shootdowns
      5700 ±  2%     +87.2%      10670 ±  9%  interrupts.CPU139.CAL:Function_call_interrupts
   1342967 ±  8%     +64.1%    2203939 ±  8%  interrupts.CPU139.LOC:Local_timer_interrupts
    658639 ± 30%     -97.6%      15804 ± 23%  interrupts.CPU139.RES:Rescheduling_interrupts
     11.75 ± 43%   +1557.4%     194.75 ± 54%  interrupts.CPU139.TLB:TLB_shootdowns
      5562 ±  4%     +90.9%      10620 ±  9%  interrupts.CPU14.CAL:Function_call_interrupts
   1336278 ±  9%     +64.8%    2202626 ±  8%  interrupts.CPU14.LOC:Local_timer_interrupts
    699903 ± 22%     -97.3%      18692 ±  9%  interrupts.CPU14.RES:Rescheduling_interrupts
      5634 ±  2%     +89.7%      10686 ±  9%  interrupts.CPU140.CAL:Function_call_interrupts
   1335391 ±  9%     +65.0%    2203139 ±  8%  interrupts.CPU140.LOC:Local_timer_interrupts
    644124 ± 30%     -97.7%      15074 ± 24%  interrupts.CPU140.RES:Rescheduling_interrupts
      7.75 ± 19%   +3758.1%     299.00 ± 67%  interrupts.CPU140.TLB:TLB_shootdowns
      5660 ±  2%     +88.2%      10653 ±  9%  interrupts.CPU141.CAL:Function_call_interrupts
   1336469 ±  9%     +64.9%    2203203 ±  8%  interrupts.CPU141.LOC:Local_timer_interrupts
    638272 ± 32%     -97.6%      15148 ±  6%  interrupts.CPU141.RES:Rescheduling_interrupts
     10.50 ± 43%   +3200.0%     346.50 ± 63%  interrupts.CPU141.TLB:TLB_shootdowns
      5649 ±  3%     +89.2%      10686 ±  9%  interrupts.CPU142.CAL:Function_call_interrupts
   1339006 ±  9%     +64.5%    2202897 ±  8%  interrupts.CPU142.LOC:Local_timer_interrupts
    662319 ± 32%     -97.4%      17378 ± 21%  interrupts.CPU142.RES:Rescheduling_interrupts
      8.50 ± 31%   +7667.6%     660.25 ± 56%  interrupts.CPU142.TLB:TLB_shootdowns
      5651 ±  3%     +89.4%      10703 ±  9%  interrupts.CPU143.CAL:Function_call_interrupts
   1336380 ±  9%     +64.8%    2202606 ±  8%  interrupts.CPU143.LOC:Local_timer_interrupts
    650131 ± 31%     -96.7%      21375 ± 18%  interrupts.CPU143.RES:Rescheduling_interrupts
     13.25 ± 46%  +13549.1%       1808 ± 56%  interrupts.CPU143.TLB:TLB_shootdowns
      5699 ±  2%     +87.1%      10662 ±  9%  interrupts.CPU144.CAL:Function_call_interrupts
   1337788 ±  9%     +66.3%    2224917 ±  7%  interrupts.CPU144.LOC:Local_timer_interrupts
    647082 ± 10%     -96.3%      23675 ± 13%  interrupts.CPU144.RES:Rescheduling_interrupts
     11.25 ± 45%    +504.4%      68.00 ± 30%  interrupts.CPU144.TLB:TLB_shootdowns
      5714 ±  2%     +86.1%      10634 ±  9%  interrupts.CPU145.CAL:Function_call_interrupts
   1335862 ±  9%     +66.6%    2225857 ±  7%  interrupts.CPU145.LOC:Local_timer_interrupts
    675314 ±  7%     -97.0%      19936 ± 17%  interrupts.CPU145.RES:Rescheduling_interrupts
      5517 ±  6%     +92.3%      10609 ±  9%  interrupts.CPU146.CAL:Function_call_interrupts
   1348778 ±  8%     +64.8%    2223237 ±  7%  interrupts.CPU146.LOC:Local_timer_interrupts
    652291 ±  6%     -97.0%      19365 ± 12%  interrupts.CPU146.RES:Rescheduling_interrupts
      8.25 ± 34%    +924.2%      84.50 ± 26%  interrupts.CPU146.TLB:TLB_shootdowns
      5708 ±  2%     +81.3%      10351 ± 14%  interrupts.CPU147.CAL:Function_call_interrupts
   1336177 ±  9%     +66.7%    2227670 ±  7%  interrupts.CPU147.LOC:Local_timer_interrupts
    668107 ± 10%     -97.2%      19018 ± 18%  interrupts.CPU147.RES:Rescheduling_interrupts
      5649 ±  2%     +88.1%      10625 ±  9%  interrupts.CPU148.CAL:Function_call_interrupts
   1335249 ±  9%     +66.7%    2225833 ±  7%  interrupts.CPU148.LOC:Local_timer_interrupts
    675540 ±  3%     -97.1%      19826 ± 25%  interrupts.CPU148.RES:Rescheduling_interrupts
     10.75 ± 35%    +688.4%      84.75 ± 54%  interrupts.CPU148.TLB:TLB_shootdowns
      5687 ±  2%     +81.6%      10324 ± 14%  interrupts.CPU149.CAL:Function_call_interrupts
   1335805 ±  9%     +66.5%    2223973 ±  7%  interrupts.CPU149.LOC:Local_timer_interrupts
    684677 ±  7%     -97.6%      16256 ±  8%  interrupts.CPU149.RES:Rescheduling_interrupts
      5.75 ± 72%   +1195.7%      74.50 ± 23%  interrupts.CPU149.TLB:TLB_shootdowns
      5525 ±  5%     +92.6%      10640 ±  9%  interrupts.CPU15.CAL:Function_call_interrupts
   1336688 ±  9%     +64.7%    2200988 ±  8%  interrupts.CPU15.LOC:Local_timer_interrupts
    704484 ± 22%     -96.5%      24646 ± 57%  interrupts.CPU15.RES:Rescheduling_interrupts
      5718 ±  2%     +85.2%      10593 ±  9%  interrupts.CPU150.CAL:Function_call_interrupts
   1334989 ±  9%     +66.8%    2226150 ±  7%  interrupts.CPU150.LOC:Local_timer_interrupts
    681028 ±  6%     -97.5%      17306 ± 23%  interrupts.CPU150.RES:Rescheduling_interrupts
      5677 ±  2%     +88.1%      10678 ±  9%  interrupts.CPU151.CAL:Function_call_interrupts
   1334972 ±  9%     +66.7%    2226007 ±  7%  interrupts.CPU151.LOC:Local_timer_interrupts
    676282 ±  5%     -97.5%      17098 ± 22%  interrupts.CPU151.RES:Rescheduling_interrupts
      7.25 ± 63%   +1224.1%      96.00 ± 36%  interrupts.CPU151.TLB:TLB_shootdowns
      5750 ±  3%     +86.0%      10695 ±  9%  interrupts.CPU152.CAL:Function_call_interrupts
   1335376 ±  9%     +66.7%    2225544 ±  7%  interrupts.CPU152.LOC:Local_timer_interrupts
    650083 ± 14%     -97.0%      19568 ± 12%  interrupts.CPU152.RES:Rescheduling_interrupts
      9.25 ± 46%    +821.6%      85.25 ± 40%  interrupts.CPU152.TLB:TLB_shootdowns
      5727 ±  2%     +85.9%      10648 ±  9%  interrupts.CPU153.CAL:Function_call_interrupts
   1335465 ±  9%     +66.7%    2226869 ±  7%  interrupts.CPU153.LOC:Local_timer_interrupts
    674531 ±  6%     -96.8%      21703 ± 37%  interrupts.CPU153.RES:Rescheduling_interrupts
     11.75 ± 44%    +514.9%      72.25 ± 53%  interrupts.CPU153.TLB:TLB_shootdowns
      5498 ±  5%     +93.5%      10638 ±  9%  interrupts.CPU154.CAL:Function_call_interrupts
   1350870 ±  8%     +64.6%    2222919 ±  7%  interrupts.CPU154.LOC:Local_timer_interrupts
    660468 ±  7%     -96.9%      20530 ± 17%  interrupts.CPU154.RES:Rescheduling_interrupts
      5.25 ± 56%   +1395.2%      78.50 ± 57%  interrupts.CPU154.TLB:TLB_shootdowns
      5611 ±  3%     +89.5%      10635 ±  9%  interrupts.CPU155.CAL:Function_call_interrupts
   1336411 ±  9%     +66.4%    2223648 ±  7%  interrupts.CPU155.LOC:Local_timer_interrupts
    650931 ±  5%     -97.0%      19736 ± 31%  interrupts.CPU155.RES:Rescheduling_interrupts
     10.50 ± 68%    +840.5%      98.75 ± 49%  interrupts.CPU155.TLB:TLB_shootdowns
      5749 ±  2%     +83.6%      10556 ±  9%  interrupts.CPU156.CAL:Function_call_interrupts
   1337118 ±  9%     +66.5%    2226200 ±  7%  interrupts.CPU156.LOC:Local_timer_interrupts
    630431 ± 13%     -96.2%      23790 ± 13%  interrupts.CPU156.RES:Rescheduling_interrupts
      8.25 ± 60%    +848.5%      78.25 ± 50%  interrupts.CPU156.TLB:TLB_shootdowns
      5743 ±  2%     +85.4%      10649 ±  9%  interrupts.CPU157.CAL:Function_call_interrupts
   1336259 ±  9%     +66.5%    2225381 ±  7%  interrupts.CPU157.LOC:Local_timer_interrupts
    676910 ±  6%     -97.2%      18706 ± 22%  interrupts.CPU157.RES:Rescheduling_interrupts
      8.50 ± 60%    +902.9%      85.25 ± 62%  interrupts.CPU157.TLB:TLB_shootdowns
      5728 ±  2%     +86.5%      10685 ±  9%  interrupts.CPU158.CAL:Function_call_interrupts
   1335660 ±  9%     +66.6%    2224568 ±  7%  interrupts.CPU158.LOC:Local_timer_interrupts
      3972 ± 38%     +56.9%       6233 ±  3%  interrupts.CPU158.NMI:Non-maskable_interrupts
      3972 ± 38%     +56.9%       6233 ±  3%  interrupts.CPU158.PMI:Performance_monitoring_interrupts
    623360 ±  6%     -97.4%      16354 ± 26%  interrupts.CPU158.RES:Rescheduling_interrupts
     12.25 ± 24%    +608.2%      86.75 ± 53%  interrupts.CPU158.TLB:TLB_shootdowns
      5737 ±  3%     +86.5%      10702 ±  9%  interrupts.CPU159.CAL:Function_call_interrupts
   1336068 ±  9%     +66.6%    2225690 ±  7%  interrupts.CPU159.LOC:Local_timer_interrupts
      3360 ± 43%     +86.5%       6266 ±  5%  interrupts.CPU159.NMI:Non-maskable_interrupts
      3360 ± 43%     +86.5%       6266 ±  5%  interrupts.CPU159.PMI:Performance_monitoring_interrupts
    660967 ± 10%     -97.7%      15332 ± 14%  interrupts.CPU159.RES:Rescheduling_interrupts
      7.75 ± 45%   +1016.1%      86.50 ± 52%  interrupts.CPU159.TLB:TLB_shootdowns
    338.00 ±  6%     +66.1%     561.25 ±  8%  interrupts.CPU16.146:PCI-MSI.1574928-edge.eth3-TxRx-16
      5668 ±  2%     +86.3%      10560 ±  9%  interrupts.CPU16.CAL:Function_call_interrupts
   1338086 ±  9%     +64.6%    2202242 ±  8%  interrupts.CPU16.LOC:Local_timer_interrupts
    666619 ± 23%     -96.4%      24269 ± 44%  interrupts.CPU16.RES:Rescheduling_interrupts
     12.75 ± 31%    +494.1%      75.75 ± 33%  interrupts.CPU16.TLB:TLB_shootdowns
      5629 ±  3%     +90.2%      10705 ±  9%  interrupts.CPU160.CAL:Function_call_interrupts
   1334922 ±  9%     +66.7%    2225170 ±  7%  interrupts.CPU160.LOC:Local_timer_interrupts
      3337 ± 43%     +84.7%       6164 ±  4%  interrupts.CPU160.NMI:Non-maskable_interrupts
      3337 ± 43%     +84.7%       6164 ±  4%  interrupts.CPU160.PMI:Performance_monitoring_interrupts
    633414 ±  8%     -97.3%      17328 ± 12%  interrupts.CPU160.RES:Rescheduling_interrupts
      9.75 ± 57%    +871.8%      94.75 ± 82%  interrupts.CPU160.TLB:TLB_shootdowns
      5709 ±  3%     +86.3%      10636 ±  9%  interrupts.CPU161.CAL:Function_call_interrupts
   1336154 ±  9%     +66.4%    2223675 ±  7%  interrupts.CPU161.LOC:Local_timer_interrupts
    653493 ±  9%     -97.5%      16011 ± 12%  interrupts.CPU161.RES:Rescheduling_interrupts
     11.00 ± 64%    +781.8%      97.00 ± 69%  interrupts.CPU161.TLB:TLB_shootdowns
      5689 ±  2%     +87.7%      10680 ±  9%  interrupts.CPU162.CAL:Function_call_interrupts
   1335909 ±  9%     +66.6%    2225599 ±  7%  interrupts.CPU162.LOC:Local_timer_interrupts
      3338 ± 44%     +85.6%       6197 ±  4%  interrupts.CPU162.NMI:Non-maskable_interrupts
      3338 ± 44%     +85.6%       6197 ±  4%  interrupts.CPU162.PMI:Performance_monitoring_interrupts
    654660 ± 11%     -97.2%      18424 ± 22%  interrupts.CPU162.RES:Rescheduling_interrupts
     10.75 ± 67%   +1174.4%     137.00 ± 96%  interrupts.CPU162.TLB:TLB_shootdowns
      5708 ±  2%     +86.3%      10632 ±  9%  interrupts.CPU163.CAL:Function_call_interrupts
   1335563 ±  9%     +66.8%    2227961 ±  7%  interrupts.CPU163.LOC:Local_timer_interrupts
    638756 ± 10%     -97.1%      18631 ± 29%  interrupts.CPU163.RES:Rescheduling_interrupts
     11.50 ± 35%   +1169.6%     146.00 ±100%  interrupts.CPU163.TLB:TLB_shootdowns
      5735 ±  2%     +86.0%      10665 ±  9%  interrupts.CPU164.CAL:Function_call_interrupts
   1335392 ±  9%     +66.5%    2222954 ±  7%  interrupts.CPU164.LOC:Local_timer_interrupts
    642959 ±  6%     -97.4%      16493 ± 15%  interrupts.CPU164.RES:Rescheduling_interrupts
     10.00 ± 21%   +1720.0%     182.00 ± 98%  interrupts.CPU164.TLB:TLB_shootdowns
      5693 ±  2%     +86.5%      10620 ±  9%  interrupts.CPU165.CAL:Function_call_interrupts
   1334518 ±  9%     +66.8%    2225475 ±  7%  interrupts.CPU165.LOC:Local_timer_interrupts
    699566 ±  6%     -97.1%      20540 ± 29%  interrupts.CPU165.RES:Rescheduling_interrupts
     10.25 ± 62%   +2219.5%     237.75 ± 97%  interrupts.CPU165.TLB:TLB_shootdowns
      5689 ±  2%     +85.5%      10552 ±  9%  interrupts.CPU166.CAL:Function_call_interrupts
   1335476 ±  9%     +66.7%    2226263 ±  7%  interrupts.CPU166.LOC:Local_timer_interrupts
    671206 ±  3%     -97.3%      17981 ± 12%  interrupts.CPU166.RES:Rescheduling_interrupts
     10.25 ± 61%   +4248.8%     445.75 ± 90%  interrupts.CPU166.TLB:TLB_shootdowns
      5678 ±  3%     +87.7%      10658 ±  9%  interrupts.CPU167.CAL:Function_call_interrupts
   1335468 ±  9%     +66.6%    2224566 ±  7%  interrupts.CPU167.LOC:Local_timer_interrupts
    647560 ± 16%     -96.6%      21943 ± 25%  interrupts.CPU167.RES:Rescheduling_interrupts
      5.75 ± 25%  +21639.1%       1250 ± 82%  interrupts.CPU167.TLB:TLB_shootdowns
      5689 ±  2%     +87.7%      10677 ±  9%  interrupts.CPU168.CAL:Function_call_interrupts
   1336036 ±  9%     +67.0%    2230560 ±  9%  interrupts.CPU168.LOC:Local_timer_interrupts
    508671 ± 28%     -95.9%      20638 ± 30%  interrupts.CPU168.RES:Rescheduling_interrupts
     10.75 ± 27%    +795.3%      96.25 ± 43%  interrupts.CPU168.TLB:TLB_shootdowns
      5659 ±  2%     +83.4%      10377 ±  8%  interrupts.CPU169.CAL:Function_call_interrupts
   1335763 ±  9%     +67.0%    2231333 ±  9%  interrupts.CPU169.LOC:Local_timer_interrupts
    536179 ± 28%     -95.8%      22604 ± 42%  interrupts.CPU169.RES:Rescheduling_interrupts
      6.75 ± 88%   +1370.4%      99.25 ± 42%  interrupts.CPU169.TLB:TLB_shootdowns
    339.00 ±  5%     +66.3%     563.75 ±  8%  interrupts.CPU17.147:PCI-MSI.1574929-edge.eth3-TxRx-17
      5606 ±  3%     +89.4%      10616 ±  9%  interrupts.CPU17.CAL:Function_call_interrupts
   1336521 ±  9%     +64.7%    2201845 ±  8%  interrupts.CPU17.LOC:Local_timer_interrupts
    704375 ± 27%     -97.2%      19506 ±  7%  interrupts.CPU17.RES:Rescheduling_interrupts
     13.75 ± 38%    +545.5%      88.75 ± 46%  interrupts.CPU17.TLB:TLB_shootdowns
      5674 ±  2%     +88.8%      10712 ± 10%  interrupts.CPU170.CAL:Function_call_interrupts
   1336262 ±  9%     +66.9%    2230272 ±  9%  interrupts.CPU170.LOC:Local_timer_interrupts
    512869 ± 26%     -96.1%      20053 ± 38%  interrupts.CPU170.RES:Rescheduling_interrupts
      5582           +91.3%      10679 ± 10%  interrupts.CPU171.CAL:Function_call_interrupts
   1336042 ±  9%     +66.8%    2228301 ±  9%  interrupts.CPU171.LOC:Local_timer_interrupts
    524082 ± 26%     -96.6%      17835 ± 20%  interrupts.CPU171.RES:Rescheduling_interrupts
      6.50 ± 35%   +1338.5%      93.50 ± 23%  interrupts.CPU171.TLB:TLB_shootdowns
      5691 ±  2%     +87.6%      10677 ± 10%  interrupts.CPU172.CAL:Function_call_interrupts
   1336433 ±  9%     +66.6%    2226840 ±  9%  interrupts.CPU172.LOC:Local_timer_interrupts
    497709 ± 26%     -96.6%      17057 ±  7%  interrupts.CPU172.RES:Rescheduling_interrupts
     10.50 ± 45%    +778.6%      92.25 ± 26%  interrupts.CPU172.TLB:TLB_shootdowns
      5691 ±  2%     +87.2%      10655 ±  9%  interrupts.CPU173.CAL:Function_call_interrupts
   1337124 ±  9%     +66.7%    2229062 ±  9%  interrupts.CPU173.LOC:Local_timer_interrupts
    511640 ± 25%     -96.3%      18954 ± 48%  interrupts.CPU173.RES:Rescheduling_interrupts
     11.50 ± 49%    +615.2%      82.25 ± 17%  interrupts.CPU173.TLB:TLB_shootdowns
      5659 ±  2%     +88.1%      10643 ± 10%  interrupts.CPU174.CAL:Function_call_interrupts
   1337489 ±  9%     +66.7%    2229313 ±  9%  interrupts.CPU174.LOC:Local_timer_interrupts
    509073 ± 24%     -96.3%      18862 ± 16%  interrupts.CPU174.RES:Rescheduling_interrupts
     11.25 ± 33%    +713.3%      91.50 ± 33%  interrupts.CPU174.TLB:TLB_shootdowns
      5620 ±  2%     +89.9%      10675 ±  9%  interrupts.CPU175.CAL:Function_call_interrupts
   1336923 ±  9%     +66.6%    2226887 ±  9%  interrupts.CPU175.LOC:Local_timer_interrupts
    516156 ± 28%     -95.2%      24766 ± 39%  interrupts.CPU175.RES:Rescheduling_interrupts
      9.75 ± 81%    +735.9%      81.50 ± 32%  interrupts.CPU175.TLB:TLB_shootdowns
      5664           +81.0%      10251 ±  6%  interrupts.CPU176.CAL:Function_call_interrupts
   1336831 ±  9%     +66.7%    2228796 ±  9%  interrupts.CPU176.LOC:Local_timer_interrupts
    498965 ± 23%     -96.6%      17117 ± 14%  interrupts.CPU176.RES:Rescheduling_interrupts
      6.25 ± 60%   +1388.0%      93.00 ± 28%  interrupts.CPU176.TLB:TLB_shootdowns
      5652 ±  2%     +89.6%      10715 ±  9%  interrupts.CPU177.CAL:Function_call_interrupts
   1336450 ±  9%     +66.7%    2227847 ±  9%  interrupts.CPU177.LOC:Local_timer_interrupts
    546177 ± 34%     -96.4%      19831 ± 15%  interrupts.CPU177.RES:Rescheduling_interrupts
      7.25 ± 52%   +1134.5%      89.50 ± 11%  interrupts.CPU177.TLB:TLB_shootdowns
      5671           +87.6%      10642 ± 10%  interrupts.CPU178.CAL:Function_call_interrupts
   1336617 ±  9%     +66.5%    2225579 ±  9%  interrupts.CPU178.LOC:Local_timer_interrupts
    511801 ± 24%     -95.4%      23573 ± 58%  interrupts.CPU178.RES:Rescheduling_interrupts
      8.50 ± 41%    +888.2%      84.00 ± 25%  interrupts.CPU178.TLB:TLB_shootdowns
      5636 ±  2%     +89.1%      10656 ± 10%  interrupts.CPU179.CAL:Function_call_interrupts
   1339746 ±  9%     +66.3%    2228467 ±  9%  interrupts.CPU179.LOC:Local_timer_interrupts
    521712 ± 28%     -96.5%      18222 ± 25%  interrupts.CPU179.RES:Rescheduling_interrupts
      9.00 ± 45%    +950.0%      94.50 ± 34%  interrupts.CPU179.TLB:TLB_shootdowns
    336.00 ±  6%     +91.7%     644.00 ± 26%  interrupts.CPU18.148:PCI-MSI.1574930-edge.eth3-TxRx-18
      5627 ±  2%     +88.3%      10598 ± 10%  interrupts.CPU18.CAL:Function_call_interrupts
   1336878 ±  9%     +64.7%    2202104 ±  8%  interrupts.CPU18.LOC:Local_timer_interrupts
    711780 ± 24%     -96.4%      25643 ± 40%  interrupts.CPU18.RES:Rescheduling_interrupts
     15.50 ±  7%    +422.6%      81.00 ± 32%  interrupts.CPU18.TLB:TLB_shootdowns
      5684 ±  2%     +88.3%      10701 ±  9%  interrupts.CPU180.CAL:Function_call_interrupts
   1336339 ±  9%     +66.9%    2230201 ±  9%  interrupts.CPU180.LOC:Local_timer_interrupts
    503037 ± 23%     -96.0%      20201 ± 24%  interrupts.CPU180.RES:Rescheduling_interrupts
     10.00 ± 15%   +1032.5%     113.25 ± 47%  interrupts.CPU180.TLB:TLB_shootdowns
      5697 ±  2%     +88.7%      10751 ±  9%  interrupts.CPU181.CAL:Function_call_interrupts
   1336266 ±  9%     +66.7%    2228070 ±  9%  interrupts.CPU181.LOC:Local_timer_interrupts
    515136 ± 28%     -96.9%      15820 ± 19%  interrupts.CPU181.RES:Rescheduling_interrupts
      9.50 ± 54%   +1118.4%     115.75 ± 27%  interrupts.CPU181.TLB:TLB_shootdowns
      5673 ±  2%     +87.4%      10635 ±  9%  interrupts.CPU182.CAL:Function_call_interrupts
   1336520 ±  9%     +66.8%    2228981 ±  9%  interrupts.CPU182.LOC:Local_timer_interrupts
    492679 ± 23%     -95.7%      21298 ± 34%  interrupts.CPU182.RES:Rescheduling_interrupts
      8.25 ± 28%   +1154.5%     103.50 ± 54%  interrupts.CPU182.TLB:TLB_shootdowns
      5584           +91.8%      10708 ±  9%  interrupts.CPU183.CAL:Function_call_interrupts
   1335927 ±  9%     +67.0%    2230522 ±  9%  interrupts.CPU183.LOC:Local_timer_interrupts
    538292 ± 27%     -96.5%      18588 ±  9%  interrupts.CPU183.RES:Rescheduling_interrupts
      6.25 ± 55%   +1684.0%     111.50 ± 22%  interrupts.CPU183.TLB:TLB_shootdowns
      5666 ±  2%     +90.0%      10764 ±  9%  interrupts.CPU184.CAL:Function_call_interrupts
   1336022 ±  9%     +66.9%    2229988 ±  9%  interrupts.CPU184.LOC:Local_timer_interrupts
    525203 ± 26%     -96.4%      18811 ± 16%  interrupts.CPU184.RES:Rescheduling_interrupts
      8.75 ± 75%   +1340.0%     126.00 ± 23%  interrupts.CPU184.TLB:TLB_shootdowns
      5668 ±  2%     +89.0%      10712 ±  9%  interrupts.CPU185.CAL:Function_call_interrupts
   1335633 ±  9%     +66.9%    2229017 ±  9%  interrupts.CPU185.LOC:Local_timer_interrupts
    558324 ± 32%     -96.3%      20797 ± 33%  interrupts.CPU185.RES:Rescheduling_interrupts
      8.50 ± 42%   +1520.6%     137.75 ± 48%  interrupts.CPU185.TLB:TLB_shootdowns
      5661           +88.9%      10695 ±  9%  interrupts.CPU186.CAL:Function_call_interrupts
   1336090 ±  9%     +67.0%    2231015 ±  9%  interrupts.CPU186.LOC:Local_timer_interrupts
    527927 ± 32%     -96.4%      19155 ±  4%  interrupts.CPU186.RES:Rescheduling_interrupts
     11.50 ± 41%   +1219.6%     151.75 ± 61%  interrupts.CPU186.TLB:TLB_shootdowns
      5609 ±  2%     +90.2%      10670 ±  9%  interrupts.CPU187.CAL:Function_call_interrupts
   1336243 ±  9%     +66.8%    2228425 ±  9%  interrupts.CPU187.LOC:Local_timer_interrupts
    528062 ± 28%     -96.2%      19868 ± 32%  interrupts.CPU187.RES:Rescheduling_interrupts
      9.50 ± 50%   +1942.1%     194.00 ± 41%  interrupts.CPU187.TLB:TLB_shootdowns
      5632           +90.0%      10704 ±  9%  interrupts.CPU188.CAL:Function_call_interrupts
   1337125 ±  9%     +66.7%    2229046 ±  9%  interrupts.CPU188.LOC:Local_timer_interrupts
    510912 ± 26%     -96.1%      19936 ± 32%  interrupts.CPU188.RES:Rescheduling_interrupts
     10.50 ± 31%   +1871.4%     207.00 ± 45%  interrupts.CPU188.TLB:TLB_shootdowns
      5708 ±  2%     +87.5%      10704 ± 10%  interrupts.CPU189.CAL:Function_call_interrupts
   1336074 ±  9%     +66.9%    2230501 ±  9%  interrupts.CPU189.LOC:Local_timer_interrupts
    551988 ± 30%     -97.0%      16432 ± 18%  interrupts.CPU189.RES:Rescheduling_interrupts
     13.50 ± 39%   +2288.9%     322.50 ± 54%  interrupts.CPU189.TLB:TLB_shootdowns
    336.75 ±  6%     +68.6%     567.75 ±  8%  interrupts.CPU19.149:PCI-MSI.1574931-edge.eth3-TxRx-19
      5649 ±  2%     +87.9%      10614 ±  9%  interrupts.CPU19.CAL:Function_call_interrupts
   1336651 ±  9%     +64.7%    2201031 ±  8%  interrupts.CPU19.LOC:Local_timer_interrupts
    713440 ± 18%     -96.1%      27950 ± 65%  interrupts.CPU19.RES:Rescheduling_interrupts
     15.25 ± 26%    +441.0%      82.50 ± 54%  interrupts.CPU19.TLB:TLB_shootdowns
      5605 ±  5%     +90.9%      10700 ±  9%  interrupts.CPU190.CAL:Function_call_interrupts
   1336957 ±  9%     +66.6%    2227750 ±  9%  interrupts.CPU190.LOC:Local_timer_interrupts
    517562 ± 30%     -96.7%      17125 ± 19%  interrupts.CPU190.RES:Rescheduling_interrupts
     10.00 ± 44%   +6002.5%     610.25 ± 41%  interrupts.CPU190.TLB:TLB_shootdowns
      5719 ±  2%     +86.7%      10678 ± 10%  interrupts.CPU191.CAL:Function_call_interrupts
   1336507 ±  9%     +66.7%    2227754 ±  9%  interrupts.CPU191.LOC:Local_timer_interrupts
    497581 ± 27%     -96.4%      18123 ± 13%  interrupts.CPU191.RES:Rescheduling_interrupts
      7.50 ± 44%  +21850.0%       1646 ± 48%  interrupts.CPU191.TLB:TLB_shootdowns
      5674 ±  2%     +78.5%      10130 ± 10%  interrupts.CPU2.CAL:Function_call_interrupts
   1337333 ±  9%     +64.7%    2202131 ±  8%  interrupts.CPU2.LOC:Local_timer_interrupts
    684406 ± 22%     -96.3%      25531 ± 36%  interrupts.CPU2.RES:Rescheduling_interrupts
     15.25 ± 33%    +782.0%     134.50 ± 39%  interrupts.CPU2.TLB:TLB_shootdowns
    337.25 ±  6%     +67.1%     563.50 ±  7%  interrupts.CPU20.150:PCI-MSI.1574932-edge.eth3-TxRx-20
      5621 ±  2%     +88.4%      10589 ±  9%  interrupts.CPU20.CAL:Function_call_interrupts
   1335760 ±  9%     +64.8%    2201139 ±  8%  interrupts.CPU20.LOC:Local_timer_interrupts
    667495 ± 21%     -97.0%      19906 ±  9%  interrupts.CPU20.RES:Rescheduling_interrupts
     11.00 ± 38%    +722.7%      90.50 ± 40%  interrupts.CPU20.TLB:TLB_shootdowns
    338.75 ±  6%     +67.8%     568.50 ±  8%  interrupts.CPU21.151:PCI-MSI.1574933-edge.eth3-TxRx-21
      5624 ±  3%     +87.0%      10517 ±  9%  interrupts.CPU21.CAL:Function_call_interrupts
   1335646 ±  9%     +64.9%    2202506 ±  8%  interrupts.CPU21.LOC:Local_timer_interrupts
    717994 ± 24%     -96.7%      24033 ± 36%  interrupts.CPU21.RES:Rescheduling_interrupts
    336.00 ±  6%     +68.1%     564.75 ±  9%  interrupts.CPU22.152:PCI-MSI.1574934-edge.eth3-TxRx-22
      5588 ±  2%     +88.3%      10523 ±  8%  interrupts.CPU22.CAL:Function_call_interrupts
   1335325 ±  9%     +64.9%    2201291 ±  8%  interrupts.CPU22.LOC:Local_timer_interrupts
    721457 ± 23%     -97.6%      17618 ± 11%  interrupts.CPU22.RES:Rescheduling_interrupts
    337.75 ±  6%     +82.5%     616.25 ± 16%  interrupts.CPU23.153:PCI-MSI.1574935-edge.eth3-TxRx-23
      5560 ±  3%     +83.4%      10200 ± 10%  interrupts.CPU23.CAL:Function_call_interrupts
   1336615 ±  9%     +64.7%    2201330 ±  8%  interrupts.CPU23.LOC:Local_timer_interrupts
    680834 ± 19%     -96.5%      23537 ± 38%  interrupts.CPU23.RES:Rescheduling_interrupts
     13.25 ± 14%    +541.5%      85.00 ± 31%  interrupts.CPU23.TLB:TLB_shootdowns
    341.25 ±  6%     +64.0%     559.75 ±  8%  interrupts.CPU24.154:PCI-MSI.1574936-edge.eth3-TxRx-24
      5643 ±  2%     +89.7%      10707 ±  9%  interrupts.CPU24.CAL:Function_call_interrupts
   1341312 ±  9%     +64.5%    2206112 ±  8%  interrupts.CPU24.LOC:Local_timer_interrupts
    790319 ± 34%     -97.1%      23144 ± 15%  interrupts.CPU24.RES:Rescheduling_interrupts
     12.00 ± 13%   +1635.4%     208.25 ± 50%  interrupts.CPU24.TLB:TLB_shootdowns
    343.00 ±  7%     +64.1%     562.75 ±  8%  interrupts.CPU25.155:PCI-MSI.1574937-edge.eth3-TxRx-25
      5729 ±  5%     +86.5%      10683 ±  9%  interrupts.CPU25.CAL:Function_call_interrupts
   1338389 ±  9%     +64.7%    2204049 ±  8%  interrupts.CPU25.LOC:Local_timer_interrupts
    629664 ± 32%     -96.9%      19349 ± 15%  interrupts.CPU25.RES:Rescheduling_interrupts
     10.00 ± 18%   +1370.0%     147.00 ± 51%  interrupts.CPU25.TLB:TLB_shootdowns
    336.50 ±  6%     +66.6%     560.50 ±  8%  interrupts.CPU26.156:PCI-MSI.1574938-edge.eth3-TxRx-26
      5661 ±  2%     +86.8%      10576 ±  9%  interrupts.CPU26.CAL:Function_call_interrupts
   1336248 ±  9%     +64.9%    2203016 ±  8%  interrupts.CPU26.LOC:Local_timer_interrupts
    650031 ± 32%     -96.4%      23166 ± 38%  interrupts.CPU26.RES:Rescheduling_interrupts
     10.50 ± 58%   +1176.2%     134.00 ± 61%  interrupts.CPU26.TLB:TLB_shootdowns
    337.00 ±  6%     +66.5%     561.25 ±  8%  interrupts.CPU27.157:PCI-MSI.1574939-edge.eth3-TxRx-27
      5511 ±  5%     +93.6%      10670 ±  9%  interrupts.CPU27.CAL:Function_call_interrupts
   1338387 ±  9%     +64.6%    2203551 ±  8%  interrupts.CPU27.LOC:Local_timer_interrupts
    664637 ± 36%     -97.2%      18426 ± 22%  interrupts.CPU27.RES:Rescheduling_interrupts
      9.75 ± 55%    +997.4%     107.00 ± 45%  interrupts.CPU27.TLB:TLB_shootdowns
    336.75 ±  6%     +66.1%     559.25 ±  8%  interrupts.CPU28.158:PCI-MSI.1574940-edge.eth3-TxRx-28
      5728 ±  2%     +87.6%      10744 ±  9%  interrupts.CPU28.CAL:Function_call_interrupts
   1338079 ±  9%     +64.7%    2203198 ±  8%  interrupts.CPU28.LOC:Local_timer_interrupts
    647071 ± 28%     -97.2%      18219 ± 20%  interrupts.CPU28.RES:Rescheduling_interrupts
     12.00 ± 29%    +839.6%     112.75 ± 65%  interrupts.CPU28.TLB:TLB_shootdowns
    336.75 ±  6%     +66.3%     560.00 ±  8%  interrupts.CPU29.159:PCI-MSI.1574941-edge.eth3-TxRx-29
      5673 ±  2%     +88.5%      10696 ±  9%  interrupts.CPU29.CAL:Function_call_interrupts
   1337583 ±  9%     +64.7%    2202713 ±  8%  interrupts.CPU29.LOC:Local_timer_interrupts
    655898 ± 32%     -96.7%      21888 ± 55%  interrupts.CPU29.RES:Rescheduling_interrupts
     10.50 ± 36%    +669.0%      80.75 ± 35%  interrupts.CPU29.TLB:TLB_shootdowns
    363.75 ±  7%    +536.6%       2315 ±127%  interrupts.CPU3.133:PCI-MSI.1574915-edge.eth3-TxRx-3
      5648 ±  2%     +87.5%      10592 ±  9%  interrupts.CPU3.CAL:Function_call_interrupts
   1335393 ±  9%     +64.8%    2201240 ±  8%  interrupts.CPU3.LOC:Local_timer_interrupts
    697470 ± 18%     -97.2%      19555 ± 11%  interrupts.CPU3.RES:Rescheduling_interrupts
     14.75 ± 30%    +518.6%      91.25 ± 48%  interrupts.CPU3.TLB:TLB_shootdowns
    336.00 ±  6%     +66.6%     559.75 ±  8%  interrupts.CPU30.160:PCI-MSI.1574942-edge.eth3-TxRx-30
      5658 ±  2%     +83.7%      10395 ± 14%  interrupts.CPU30.CAL:Function_call_interrupts
   1337730 ±  9%     +64.6%    2201321 ±  8%  interrupts.CPU30.LOC:Local_timer_interrupts
    668425 ± 32%     -97.2%      19026 ± 31%  interrupts.CPU30.RES:Rescheduling_interrupts
     10.00 ± 20%    +850.0%      95.00 ± 59%  interrupts.CPU30.TLB:TLB_shootdowns
    336.75 ±  6%     +66.0%     559.00 ±  8%  interrupts.CPU31.161:PCI-MSI.1574943-edge.eth3-TxRx-31
      5652 ±  2%     +89.5%      10713 ±  9%  interrupts.CPU31.CAL:Function_call_interrupts
   1337622 ±  9%     +64.7%    2203361 ±  8%  interrupts.CPU31.LOC:Local_timer_interrupts
    646181 ± 29%     -96.2%      24665 ± 21%  interrupts.CPU31.RES:Rescheduling_interrupts
      8.50 ± 29%    +929.4%      87.50 ± 69%  interrupts.CPU31.TLB:TLB_shootdowns
    337.75 ±  6%     +65.7%     559.50 ±  8%  interrupts.CPU32.162:PCI-MSI.1574944-edge.eth3-TxRx-32
      5609 ±  2%     +90.8%      10700 ±  9%  interrupts.CPU32.CAL:Function_call_interrupts
   1337337 ±  9%     +64.7%    2202882 ±  8%  interrupts.CPU32.LOC:Local_timer_interrupts
    643756 ± 31%     -96.0%      25962 ± 39%  interrupts.CPU32.RES:Rescheduling_interrupts
      9.50 ± 45%    +886.8%      93.75 ± 46%  interrupts.CPU32.TLB:TLB_shootdowns
    336.50 ±  6%     +66.2%     559.25 ±  8%  interrupts.CPU33.163:PCI-MSI.1574945-edge.eth3-TxRx-33
      5671 ±  2%     +88.4%      10683 ±  9%  interrupts.CPU33.CAL:Function_call_interrupts
   1338622 ±  9%     +64.6%    2203897 ±  8%  interrupts.CPU33.LOC:Local_timer_interrupts
    663810 ± 31%     -97.4%      17331 ±  7%  interrupts.CPU33.RES:Rescheduling_interrupts
     11.00 ±  6%    +693.2%      87.25 ± 38%  interrupts.CPU33.TLB:TLB_shootdowns
    337.75 ±  6%     +72.5%     582.75 ± 10%  interrupts.CPU34.164:PCI-MSI.1574946-edge.eth3-TxRx-34
      5640 ±  2%     +87.3%      10564 ± 11%  interrupts.CPU34.CAL:Function_call_interrupts
   1337154 ±  9%     +64.8%    2203835 ±  8%  interrupts.CPU34.LOC:Local_timer_interrupts
    614112 ± 26%     -96.6%      21004 ±  5%  interrupts.CPU34.RES:Rescheduling_interrupts
     10.25 ± 36%    +729.3%      85.00 ± 60%  interrupts.CPU34.TLB:TLB_shootdowns
    339.25 ±  6%     +65.0%     559.75 ±  8%  interrupts.CPU35.165:PCI-MSI.1574947-edge.eth3-TxRx-35
      5614 ±  2%     +86.1%      10448 ±  6%  interrupts.CPU35.CAL:Function_call_interrupts
   1337429 ±  9%     +64.7%    2202409 ±  8%  interrupts.CPU35.LOC:Local_timer_interrupts
    632873 ± 27%     -96.9%      19358 ± 20%  interrupts.CPU35.RES:Rescheduling_interrupts
      8.50 ± 31%    +864.7%      82.00 ± 67%  interrupts.CPU35.TLB:TLB_shootdowns
    338.75 ±  6%     +65.9%     562.00 ±  7%  interrupts.CPU36.166:PCI-MSI.1574948-edge.eth3-TxRx-36
      5643 ±  2%     +89.7%      10707 ±  9%  interrupts.CPU36.CAL:Function_call_interrupts
   1337262 ±  9%     +64.7%    2202605 ±  8%  interrupts.CPU36.LOC:Local_timer_interrupts
    639076 ± 36%     -97.7%      14819 ±  8%  interrupts.CPU36.RES:Rescheduling_interrupts
     11.50 ± 39%    +626.1%      83.50 ± 56%  interrupts.CPU36.TLB:TLB_shootdowns
    338.25 ±  6%     +65.6%     560.00 ±  8%  interrupts.CPU37.167:PCI-MSI.1574949-edge.eth3-TxRx-37
      5663 ±  2%     +89.4%      10724 ±  9%  interrupts.CPU37.CAL:Function_call_interrupts
   1337311 ±  9%     +64.7%    2202522 ±  8%  interrupts.CPU37.LOC:Local_timer_interrupts
    632514 ± 31%     -97.1%      18589 ± 21%  interrupts.CPU37.RES:Rescheduling_interrupts
      9.75 ± 37%    +874.4%      95.00 ± 41%  interrupts.CPU37.TLB:TLB_shootdowns
    336.50 ±  6%     +66.5%     560.25 ±  8%  interrupts.CPU38.168:PCI-MSI.1574950-edge.eth3-TxRx-38
      5639 ±  2%     +89.5%      10684 ±  9%  interrupts.CPU38.CAL:Function_call_interrupts
   1337652 ±  9%     +64.8%    2204763 ±  8%  interrupts.CPU38.LOC:Local_timer_interrupts
    623953 ± 29%     -97.1%      17849 ± 19%  interrupts.CPU38.RES:Rescheduling_interrupts
      9.75 ± 30%    +648.7%      73.00 ± 57%  interrupts.CPU38.TLB:TLB_shootdowns
    338.25 ±  6%     +65.6%     560.25 ±  8%  interrupts.CPU39.169:PCI-MSI.1574951-edge.eth3-TxRx-39
      5682 ±  2%     +88.2%      10692 ±  9%  interrupts.CPU39.CAL:Function_call_interrupts
   1336958 ±  9%     +64.8%    2203255 ±  8%  interrupts.CPU39.LOC:Local_timer_interrupts
    660384 ± 32%     -97.1%      19209 ± 24%  interrupts.CPU39.RES:Rescheduling_interrupts
     10.50 ± 21%    +688.1%      82.75 ± 55%  interrupts.CPU39.TLB:TLB_shootdowns
      5562 ±  4%     +88.6%      10489 ±  9%  interrupts.CPU4.CAL:Function_call_interrupts
   1337733 ±  9%     +64.5%    2201218 ±  8%  interrupts.CPU4.LOC:Local_timer_interrupts
    684773 ± 21%     -97.1%      19787 ±  7%  interrupts.CPU4.RES:Rescheduling_interrupts
      9.25 ± 11%   +1105.4%     111.50 ± 40%  interrupts.CPU4.TLB:TLB_shootdowns
    338.25 ±  6%     +65.8%     560.75 ±  8%  interrupts.CPU40.170:PCI-MSI.1574952-edge.eth3-TxRx-40
      5694 ±  2%     +87.8%      10692 ±  9%  interrupts.CPU40.CAL:Function_call_interrupts
   1337645 ±  9%     +64.4%    2199575 ±  8%  interrupts.CPU40.LOC:Local_timer_interrupts
    696669 ± 30%     -97.2%      19799 ± 26%  interrupts.CPU40.RES:Rescheduling_interrupts
    339.75 ±  7%     +64.6%     559.25 ±  8%  interrupts.CPU41.171:PCI-MSI.1574953-edge.eth3-TxRx-41
      5677 ±  2%     +88.4%      10694 ±  9%  interrupts.CPU41.CAL:Function_call_interrupts
   1337254 ±  9%     +64.6%    2201715 ±  8%  interrupts.CPU41.LOC:Local_timer_interrupts
    658640 ± 31%     -97.7%      14966 ± 13%  interrupts.CPU41.RES:Rescheduling_interrupts
     10.00 ± 29%    +670.0%      77.00 ± 60%  interrupts.CPU41.TLB:TLB_shootdowns
    372.50 ± 16%     +50.5%     560.75 ±  8%  interrupts.CPU42.172:PCI-MSI.1574954-edge.eth3-TxRx-42
      5680 ±  2%     +87.8%      10666 ±  9%  interrupts.CPU42.CAL:Function_call_interrupts
   1338366 ±  9%     +64.7%    2203672 ±  8%  interrupts.CPU42.LOC:Local_timer_interrupts
    691206 ± 30%     -97.9%      14844 ±  7%  interrupts.CPU42.RES:Rescheduling_interrupts
     11.00 ± 63%    +645.5%      82.00 ± 58%  interrupts.CPU42.TLB:TLB_shootdowns
    337.00 ±  6%     +66.1%     559.75 ±  8%  interrupts.CPU43.173:PCI-MSI.1574955-edge.eth3-TxRx-43
      5689 ±  2%     +88.0%      10698 ±  9%  interrupts.CPU43.CAL:Function_call_interrupts
   1342829 ±  8%     +64.1%    2203394 ±  8%  interrupts.CPU43.LOC:Local_timer_interrupts
    657377 ± 34%     -96.9%      20430 ± 19%  interrupts.CPU43.RES:Rescheduling_interrupts
      9.50 ± 28%    +594.7%      66.00 ± 44%  interrupts.CPU43.TLB:TLB_shootdowns
    341.75 ±  6%     +63.6%     559.25 ±  8%  interrupts.CPU44.174:PCI-MSI.1574956-edge.eth3-TxRx-44
      5685 ±  2%     +87.7%      10668 ±  9%  interrupts.CPU44.CAL:Function_call_interrupts
   1337425 ±  9%     +64.8%    2203751 ±  8%  interrupts.CPU44.LOC:Local_timer_interrupts
    644717 ± 30%     -97.1%      18806 ± 28%  interrupts.CPU44.RES:Rescheduling_interrupts
      5693 ±  2%     +84.6%      10511 ±  7%  interrupts.CPU45.CAL:Function_call_interrupts
   1336493 ±  9%     +65.0%    2204652 ±  8%  interrupts.CPU45.LOC:Local_timer_interrupts
    682038 ± 29%     -96.8%      21531 ± 22%  interrupts.CPU45.RES:Rescheduling_interrupts
     12.25 ± 18%    +459.2%      68.50 ± 50%  interrupts.CPU45.TLB:TLB_shootdowns
    377.25 ± 18%     +48.3%     559.50 ±  8%  interrupts.CPU46.176:PCI-MSI.1574958-edge.eth3-TxRx-46
      5695 ±  2%     +87.2%      10664 ±  9%  interrupts.CPU46.CAL:Function_call_interrupts
   1339463 ±  9%     +64.4%    2202331 ±  8%  interrupts.CPU46.LOC:Local_timer_interrupts
    654896 ± 35%     -97.2%      18230 ± 34%  interrupts.CPU46.RES:Rescheduling_interrupts
     13.25 ± 28%    +449.1%      72.75 ± 42%  interrupts.CPU46.TLB:TLB_shootdowns
    336.50 ±  6%     +66.3%     559.75 ±  8%  interrupts.CPU47.177:PCI-MSI.1574959-edge.eth3-TxRx-47
      5676 ±  2%     +89.6%      10762 ± 10%  interrupts.CPU47.CAL:Function_call_interrupts
   1336629 ±  9%     +64.8%    2202764 ±  8%  interrupts.CPU47.LOC:Local_timer_interrupts
    639234 ± 32%     -96.7%      20809 ± 26%  interrupts.CPU47.RES:Rescheduling_interrupts
     10.25 ± 27%    +636.6%      75.50 ± 49%  interrupts.CPU47.TLB:TLB_shootdowns
    339.25 ±  6%     +82.2%     618.00 ± 19%  interrupts.CPU48.178:PCI-MSI.1574960-edge.eth3-TxRx-48
      5701 ±  2%     +86.4%      10629 ±  9%  interrupts.CPU48.CAL:Function_call_interrupts
   1337988 ±  9%     +66.4%    2226477 ±  7%  interrupts.CPU48.LOC:Local_timer_interrupts
    832935 ± 14%     -97.7%      19066 ±  5%  interrupts.CPU48.RES:Rescheduling_interrupts
      8.50 ± 55%   +1570.6%     142.00 ± 80%  interrupts.CPU48.TLB:TLB_shootdowns
    336.50 ±  6%     +67.8%     564.50 ±  8%  interrupts.CPU49.179:PCI-MSI.1574961-edge.eth3-TxRx-49
      5706 ±  2%     +85.9%      10608 ±  9%  interrupts.CPU49.CAL:Function_call_interrupts
   1335144 ±  9%     +66.5%    2222889 ±  7%  interrupts.CPU49.LOC:Local_timer_interrupts
    656528 ± 10%     -97.0%      19659 ±  6%  interrupts.CPU49.RES:Rescheduling_interrupts
      7.75 ± 16%    +916.1%      78.75 ± 66%  interrupts.CPU49.TLB:TLB_shootdowns
    432.75 ± 16%    +119.2%     948.75 ± 36%  interrupts.CPU5.135:PCI-MSI.1574917-edge.eth3-TxRx-5
      5614 ±  4%     +88.9%      10603 ±  9%  interrupts.CPU5.CAL:Function_call_interrupts
   1338330 ±  9%     +64.5%    2201812 ±  8%  interrupts.CPU5.LOC:Local_timer_interrupts
    722710 ± 21%     -97.4%      18469 ± 10%  interrupts.CPU5.RES:Rescheduling_interrupts
     10.25 ± 28%    +778.0%      90.00 ± 39%  interrupts.CPU5.TLB:TLB_shootdowns
    336.50 ±  6%     +66.3%     559.50 ±  8%  interrupts.CPU50.180:PCI-MSI.1574962-edge.eth3-TxRx-50
      5668 ±  3%     +87.8%      10647 ±  9%  interrupts.CPU50.CAL:Function_call_interrupts
   1336321 ±  9%     +66.3%    2222644 ±  7%  interrupts.CPU50.LOC:Local_timer_interrupts
    669281 ±  5%     -97.2%      18517 ± 18%  interrupts.CPU50.RES:Rescheduling_interrupts
      6.75 ± 64%   +1225.9%      89.50 ± 55%  interrupts.CPU50.TLB:TLB_shootdowns
    336.25 ±  6%     +66.3%     559.25 ±  8%  interrupts.CPU51.181:PCI-MSI.1574963-edge.eth3-TxRx-51
      5706 ±  2%     +86.6%      10647 ±  9%  interrupts.CPU51.CAL:Function_call_interrupts
   1336081 ±  9%     +66.4%    2222650 ±  7%  interrupts.CPU51.LOC:Local_timer_interrupts
    651523 ± 11%     -96.9%      19979 ± 19%  interrupts.CPU51.RES:Rescheduling_interrupts
      5.50 ± 20%   +1840.9%     106.75 ± 45%  interrupts.CPU51.TLB:TLB_shootdowns
    341.00 ±  6%     +65.0%     562.50 ±  8%  interrupts.CPU52.182:PCI-MSI.1574964-edge.eth3-TxRx-52
      5648 ±  2%     +88.4%      10644 ±  9%  interrupts.CPU52.CAL:Function_call_interrupts
   1334968 ±  9%     +66.5%    2222405 ±  7%  interrupts.CPU52.LOC:Local_timer_interrupts
    661173 ± 15%     -96.9%      20289 ± 17%  interrupts.CPU52.RES:Rescheduling_interrupts
      7.75 ± 48%    +916.1%      78.75 ± 54%  interrupts.CPU52.TLB:TLB_shootdowns
    338.75 ±  5%     +66.0%     562.25 ±  8%  interrupts.CPU53.183:PCI-MSI.1574965-edge.eth3-TxRx-53
      5673 ±  2%     +75.1%       9936 ± 15%  interrupts.CPU53.CAL:Function_call_interrupts
   1335110 ±  9%     +66.5%    2222968 ±  7%  interrupts.CPU53.LOC:Local_timer_interrupts
    674469 ±  8%     -97.5%      16746 ± 16%  interrupts.CPU53.RES:Rescheduling_interrupts
      8.50 ± 44%    +944.1%      88.75 ± 66%  interrupts.CPU53.TLB:TLB_shootdowns
    336.50 ±  6%     +67.6%     564.00 ±  8%  interrupts.CPU54.184:PCI-MSI.1574966-edge.eth3-TxRx-54
      5660 ±  2%     +87.9%      10634 ±  9%  interrupts.CPU54.CAL:Function_call_interrupts
   1334832 ±  9%     +66.4%    2221576 ±  7%  interrupts.CPU54.LOC:Local_timer_interrupts
    668192 ±  8%     -97.0%      19806 ± 23%  interrupts.CPU54.RES:Rescheduling_interrupts
      9.00 ± 42%    +847.2%      85.25 ± 36%  interrupts.CPU54.TLB:TLB_shootdowns
    336.50 ±  6%     +66.7%     561.00 ±  8%  interrupts.CPU55.185:PCI-MSI.1574967-edge.eth3-TxRx-55
      5625 ±  3%     +89.4%      10656 ±  9%  interrupts.CPU55.CAL:Function_call_interrupts
   1334742 ±  9%     +66.5%    2221734 ±  7%  interrupts.CPU55.LOC:Local_timer_interrupts
    690943 ±  8%     -97.1%      19959 ±  9%  interrupts.CPU55.RES:Rescheduling_interrupts
      7.00 ± 36%   +1210.7%      91.75 ± 46%  interrupts.CPU55.TLB:TLB_shootdowns
    360.50 ± 11%     +56.0%     562.25 ±  8%  interrupts.CPU56.186:PCI-MSI.1574968-edge.eth3-TxRx-56
      5661 ±  3%     +87.9%      10637 ±  9%  interrupts.CPU56.CAL:Function_call_interrupts
   1335099 ±  9%     +66.4%    2222103 ±  7%  interrupts.CPU56.LOC:Local_timer_interrupts
    682549 ± 10%     -97.1%      19619 ± 17%  interrupts.CPU56.RES:Rescheduling_interrupts
      9.25 ± 70%    +745.9%      78.25 ± 36%  interrupts.CPU56.TLB:TLB_shootdowns
    336.50 ±  6%     +66.9%     561.50 ±  7%  interrupts.CPU57.187:PCI-MSI.1574969-edge.eth3-TxRx-57
      5681 ±  3%     +87.1%      10627 ±  9%  interrupts.CPU57.CAL:Function_call_interrupts
   1335334 ±  9%     +66.5%    2223318 ±  7%  interrupts.CPU57.LOC:Local_timer_interrupts
    663269 ±  6%     -97.2%      18408 ± 35%  interrupts.CPU57.RES:Rescheduling_interrupts
      9.25 ± 50%    +867.6%      89.50 ± 19%  interrupts.CPU57.TLB:TLB_shootdowns
    337.00 ±  6%     +66.2%     560.00 ±  8%  interrupts.CPU58.188:PCI-MSI.1574970-edge.eth3-TxRx-58
      5654 ±  2%     +87.7%      10615 ±  9%  interrupts.CPU58.CAL:Function_call_interrupts
   1336562 ±  9%     +66.2%    2221751 ±  7%  interrupts.CPU58.LOC:Local_timer_interrupts
    655577 ± 11%     -96.7%      21891 ± 26%  interrupts.CPU58.RES:Rescheduling_interrupts
      5.75 ± 49%   +1104.3%      69.25 ± 46%  interrupts.CPU58.TLB:TLB_shootdowns
    336.75 ±  6%     +66.5%     560.75 ±  8%  interrupts.CPU59.189:PCI-MSI.1574971-edge.eth3-TxRx-59
      5670 ±  2%     +87.9%      10651 ±  9%  interrupts.CPU59.CAL:Function_call_interrupts
   1335085 ±  9%     +66.4%    2222089 ±  7%  interrupts.CPU59.LOC:Local_timer_interrupts
    644410 ± 14%     -97.3%      17111 ± 22%  interrupts.CPU59.RES:Rescheduling_interrupts
      7.25 ± 81%    +962.1%      77.00 ± 43%  interrupts.CPU59.TLB:TLB_shootdowns
      5570 ±  3%     +90.7%      10620 ±  9%  interrupts.CPU6.CAL:Function_call_interrupts
   1336503 ±  9%     +64.7%    2200759 ±  8%  interrupts.CPU6.LOC:Local_timer_interrupts
    726994 ± 25%     -96.8%      22967 ± 27%  interrupts.CPU6.RES:Rescheduling_interrupts
     12.00 ± 43%    +591.7%      83.00 ± 33%  interrupts.CPU6.TLB:TLB_shootdowns
    336.50 ±  6%     +66.3%     559.75 ±  8%  interrupts.CPU60.190:PCI-MSI.1574972-edge.eth3-TxRx-60
      5613 ±  3%     +89.6%      10643 ± 10%  interrupts.CPU60.CAL:Function_call_interrupts
   1335943 ±  9%     +66.3%    2222278 ±  7%  interrupts.CPU60.LOC:Local_timer_interrupts
    655532 ± 15%     -97.3%      17707 ±  8%  interrupts.CPU60.RES:Rescheduling_interrupts
     12.50 ± 28%    +582.0%      85.25 ± 61%  interrupts.CPU60.TLB:TLB_shootdowns
    336.25 ±  6%     +66.4%     559.50 ±  8%  interrupts.CPU61.191:PCI-MSI.1574973-edge.eth3-TxRx-61
      5710 ±  2%     +85.8%      10609 ±  9%  interrupts.CPU61.CAL:Function_call_interrupts
   1335264 ±  9%     +66.3%    2220608 ±  7%  interrupts.CPU61.LOC:Local_timer_interrupts
    677114 ±  9%     -97.4%      17382 ± 12%  interrupts.CPU61.RES:Rescheduling_interrupts
      8.50 ± 39%    +802.9%      76.75 ± 30%  interrupts.CPU61.TLB:TLB_shootdowns
    336.00 ±  6%     +67.6%     563.00 ±  8%  interrupts.CPU62.192:PCI-MSI.1574974-edge.eth3-TxRx-62
      5715 ±  2%     +86.6%      10666 ±  9%  interrupts.CPU62.CAL:Function_call_interrupts
   1334328 ±  9%     +66.5%    2221181 ±  7%  interrupts.CPU62.LOC:Local_timer_interrupts
    667248 ±  6%     -97.2%      18926 ± 40%  interrupts.CPU62.RES:Rescheduling_interrupts
      8.50 ± 21%    +644.1%      63.25 ± 73%  interrupts.CPU62.TLB:TLB_shootdowns
      5646 ±  2%     +88.8%      10657 ±  9%  interrupts.CPU63.CAL:Function_call_interrupts
   1334958 ±  9%     +66.4%    2221901 ±  7%  interrupts.CPU63.LOC:Local_timer_interrupts
    677060 ±  9%     -97.3%      18100 ± 18%  interrupts.CPU63.RES:Rescheduling_interrupts
      9.75 ± 73%    +753.8%      83.25 ± 36%  interrupts.CPU63.TLB:TLB_shootdowns
      5660 ±  2%     +82.2%      10313 ± 14%  interrupts.CPU64.CAL:Function_call_interrupts
   1335901 ±  9%     +66.3%    2221761 ±  7%  interrupts.CPU64.LOC:Local_timer_interrupts
    659332 ±  7%     -96.9%      20134 ± 10%  interrupts.CPU64.RES:Rescheduling_interrupts
      8.50 ± 55%    +891.2%      84.25 ± 33%  interrupts.CPU64.TLB:TLB_shootdowns
      5651 ±  2%     +81.2%      10241 ±  4%  interrupts.CPU65.CAL:Function_call_interrupts
   1335637 ±  9%     +66.4%    2222095 ±  7%  interrupts.CPU65.LOC:Local_timer_interrupts
    685985 ± 10%     -97.0%      20651 ± 12%  interrupts.CPU65.RES:Rescheduling_interrupts
      7.50 ± 81%    +856.7%      71.75 ± 48%  interrupts.CPU65.TLB:TLB_shootdowns
      5649 ±  2%     +89.1%      10682 ±  9%  interrupts.CPU66.CAL:Function_call_interrupts
   1335691 ±  9%     +66.3%    2221863 ±  7%  interrupts.CPU66.LOC:Local_timer_interrupts
    660262 ± 12%     -97.0%      19510 ± 17%  interrupts.CPU66.RES:Rescheduling_interrupts
      5660 ±  2%     +88.2%      10653 ±  9%  interrupts.CPU67.CAL:Function_call_interrupts
   1334819 ±  9%     +66.5%    2223089 ±  7%  interrupts.CPU67.LOC:Local_timer_interrupts
    652665 ± 12%     -96.6%      22084 ± 22%  interrupts.CPU67.RES:Rescheduling_interrupts
     11.75 ± 43%    +551.1%      76.50 ± 35%  interrupts.CPU67.TLB:TLB_shootdowns
      5629 ±  2%     +87.1%      10535 ±  9%  interrupts.CPU68.CAL:Function_call_interrupts
   1335208 ±  9%     +66.5%    2223119 ±  7%  interrupts.CPU68.LOC:Local_timer_interrupts
    656545 ± 10%     -97.0%      19510 ± 21%  interrupts.CPU68.RES:Rescheduling_interrupts
      5652 ±  2%     +89.4%      10705 ±  9%  interrupts.CPU69.CAL:Function_call_interrupts
   1335564 ±  9%     +66.4%    2222959 ±  7%  interrupts.CPU69.LOC:Local_timer_interrupts
    670511 ± 12%     -97.1%      19122 ± 37%  interrupts.CPU69.RES:Rescheduling_interrupts
     11.75 ±  7%    +576.6%      79.50 ± 39%  interrupts.CPU69.TLB:TLB_shootdowns
    353.00 ±  7%     +66.4%     587.25 ±  6%  interrupts.CPU7.137:PCI-MSI.1574919-edge.eth3-TxRx-7
      5471 ±  2%     +93.2%      10568 ±  8%  interrupts.CPU7.CAL:Function_call_interrupts
   1337246 ±  9%     +64.6%    2201051 ±  8%  interrupts.CPU7.LOC:Local_timer_interrupts
    719415 ± 22%     -94.9%      36399 ± 43%  interrupts.CPU7.RES:Rescheduling_interrupts
     16.50 ± 35%    +492.4%      97.75 ± 46%  interrupts.CPU7.TLB:TLB_shootdowns
      5650 ±  2%     +82.8%      10331 ± 14%  interrupts.CPU70.CAL:Function_call_interrupts
   1335323 ±  9%     +66.4%    2222239 ±  7%  interrupts.CPU70.LOC:Local_timer_interrupts
    680992 ±  7%     -97.5%      16774 ± 11%  interrupts.CPU70.RES:Rescheduling_interrupts
      5597 ±  3%     +89.3%      10594 ±  9%  interrupts.CPU71.CAL:Function_call_interrupts
   1334961 ±  9%     +66.4%    2221418 ±  7%  interrupts.CPU71.LOC:Local_timer_interrupts
    662239 ±  9%     -96.9%      20748 ± 33%  interrupts.CPU71.RES:Rescheduling_interrupts
      5.25 ± 57%   +1247.6%      70.75 ± 49%  interrupts.CPU71.TLB:TLB_shootdowns
      5641           +79.8%      10143 ±  6%  interrupts.CPU72.CAL:Function_call_interrupts
   1336989 ±  9%     +66.5%    2226102 ±  9%  interrupts.CPU72.LOC:Local_timer_interrupts
    586990 ± 35%     -95.6%      26115 ± 30%  interrupts.CPU72.RES:Rescheduling_interrupts
      8.75 ± 26%   +2062.9%     189.25 ± 40%  interrupts.CPU72.TLB:TLB_shootdowns
      5604           +90.0%      10647 ± 10%  interrupts.CPU73.CAL:Function_call_interrupts
   1335972 ±  9%     +66.5%    2224519 ±  9%  interrupts.CPU73.LOC:Local_timer_interrupts
    509912 ± 28%     -96.0%      20313 ± 17%  interrupts.CPU73.RES:Rescheduling_interrupts
      9.25 ± 45%   +1659.5%     162.75 ± 30%  interrupts.CPU73.TLB:TLB_shootdowns
      5647           +87.7%      10599 ±  9%  interrupts.CPU74.CAL:Function_call_interrupts
   1335626 ±  9%     +66.7%    2226048 ±  9%  interrupts.CPU74.LOC:Local_timer_interrupts
    543049 ± 30%     -96.3%      20321 ±  8%  interrupts.CPU74.RES:Rescheduling_interrupts
     15.00 ± 67%    +776.7%     131.50 ± 28%  interrupts.CPU74.TLB:TLB_shootdowns
      5620 ±  2%     +90.5%      10707 ±  9%  interrupts.CPU75.CAL:Function_call_interrupts
   1336976 ±  9%     +66.5%    2225914 ±  9%  interrupts.CPU75.LOC:Local_timer_interrupts
    528171 ± 26%     -95.6%      23429 ± 45%  interrupts.CPU75.RES:Rescheduling_interrupts
      8.25 ± 69%   +1084.8%      97.75 ± 27%  interrupts.CPU75.TLB:TLB_shootdowns
      5620           +83.2%      10297 ± 12%  interrupts.CPU76.CAL:Function_call_interrupts
   1336450 ±  9%     +66.4%    2223334 ±  9%  interrupts.CPU76.LOC:Local_timer_interrupts
    522257 ± 29%     -96.7%      17477 ± 23%  interrupts.CPU76.RES:Rescheduling_interrupts
     11.50 ± 39%    +847.8%     109.00 ± 20%  interrupts.CPU76.TLB:TLB_shootdowns
      5625 ±  2%     +92.1%      10804 ± 11%  interrupts.CPU77.CAL:Function_call_interrupts
   1336446 ±  9%     +66.4%    2223386 ±  9%  interrupts.CPU77.LOC:Local_timer_interrupts
    530700 ± 26%     -96.8%      17117 ± 14%  interrupts.CPU77.RES:Rescheduling_interrupts
      9.25 ± 46%    +856.8%      88.50 ± 17%  interrupts.CPU77.TLB:TLB_shootdowns
      5535 ±  2%     +92.8%      10672 ±  9%  interrupts.CPU78.CAL:Function_call_interrupts
   1336724 ±  9%     +66.4%    2224726 ±  9%  interrupts.CPU78.LOC:Local_timer_interrupts
    521947 ± 26%     -96.8%      16954 ± 19%  interrupts.CPU78.RES:Rescheduling_interrupts
      9.00 ± 45%    +922.2%      92.00 ± 34%  interrupts.CPU78.TLB:TLB_shootdowns
      5647           +89.3%      10690 ±  9%  interrupts.CPU79.CAL:Function_call_interrupts
   1335967 ±  9%     +66.5%    2223785 ±  9%  interrupts.CPU79.LOC:Local_timer_interrupts
    538704 ± 30%     -96.6%      18362 ± 12%  interrupts.CPU79.RES:Rescheduling_interrupts
      8.00 ± 38%    +931.2%      82.50 ± 17%  interrupts.CPU79.TLB:TLB_shootdowns
    397.00 ±  9%    +506.2%       2406 ±101%  interrupts.CPU8.138:PCI-MSI.1574920-edge.eth3-TxRx-8
      5493 ±  2%     +93.3%      10619 ±  9%  interrupts.CPU8.CAL:Function_call_interrupts
   1336712 ±  9%     +64.7%    2202149 ±  8%  interrupts.CPU8.LOC:Local_timer_interrupts
    692057 ± 25%     -96.4%      24727 ± 41%  interrupts.CPU8.RES:Rescheduling_interrupts
     16.25 ± 29%    +440.0%      87.75 ± 26%  interrupts.CPU8.TLB:TLB_shootdowns
      5663 ±  2%     +80.7%      10234 ± 10%  interrupts.CPU80.CAL:Function_call_interrupts
   1336216 ±  9%     +66.4%    2222959 ±  9%  interrupts.CPU80.LOC:Local_timer_interrupts
    545620 ± 31%     -95.8%      22763 ± 32%  interrupts.CPU80.RES:Rescheduling_interrupts
      5657 ±  2%     +88.9%      10688 ±  9%  interrupts.CPU81.CAL:Function_call_interrupts
   1336349 ±  9%     +66.5%    2224866 ±  9%  interrupts.CPU81.LOC:Local_timer_interrupts
    526819 ± 30%     -96.6%      17695 ±  7%  interrupts.CPU81.RES:Rescheduling_interrupts
      9.00 ± 32%   +1094.4%     107.50 ± 17%  interrupts.CPU81.TLB:TLB_shootdowns
      5611           +90.4%      10685 ±  9%  interrupts.CPU82.CAL:Function_call_interrupts
   1336218 ±  9%     +66.4%    2223922 ±  9%  interrupts.CPU82.LOC:Local_timer_interrupts
    499863 ± 23%     -96.8%      16009 ± 20%  interrupts.CPU82.RES:Rescheduling_interrupts
     11.50 ± 44%    +706.5%      92.75 ± 32%  interrupts.CPU82.TLB:TLB_shootdowns
      5687 ±  2%     +87.5%      10665 ± 10%  interrupts.CPU83.CAL:Function_call_interrupts
   1338523 ±  9%     +66.2%    2225051 ±  9%  interrupts.CPU83.LOC:Local_timer_interrupts
    549174 ± 26%     -96.7%      18013 ± 23%  interrupts.CPU83.RES:Rescheduling_interrupts
      5645 ±  2%     +89.4%      10692 ±  9%  interrupts.CPU84.CAL:Function_call_interrupts
   1335343 ±  9%     +66.4%    2222238 ±  9%  interrupts.CPU84.LOC:Local_timer_interrupts
    523159 ± 28%     -96.1%      20408 ± 36%  interrupts.CPU84.RES:Rescheduling_interrupts
      6.25 ± 39%   +1468.0%      98.00 ± 36%  interrupts.CPU84.TLB:TLB_shootdowns
      5683 ±  2%     +88.5%      10712 ±  9%  interrupts.CPU85.CAL:Function_call_interrupts
   1336624 ±  9%     +66.4%    2224261 ±  9%  interrupts.CPU85.LOC:Local_timer_interrupts
    535240 ± 30%     -95.7%      23107 ± 25%  interrupts.CPU85.RES:Rescheduling_interrupts
      9.75 ± 37%    +984.6%     105.75 ± 47%  interrupts.CPU85.TLB:TLB_shootdowns
      5678           +87.7%      10659 ± 10%  interrupts.CPU86.CAL:Function_call_interrupts
   1334667 ±  9%     +66.6%    2223750 ±  9%  interrupts.CPU86.LOC:Local_timer_interrupts
    504987 ± 24%     -96.5%      17766 ± 11%  interrupts.CPU86.RES:Rescheduling_interrupts
      9.50 ± 31%    +789.5%      84.50 ± 24%  interrupts.CPU86.TLB:TLB_shootdowns
      5763           +78.3%      10277 ± 11%  interrupts.CPU87.CAL:Function_call_interrupts
   1335989 ±  9%     +66.6%    2225599 ±  9%  interrupts.CPU87.LOC:Local_timer_interrupts
    529080 ± 27%     -95.5%      23732 ± 53%  interrupts.CPU87.RES:Rescheduling_interrupts
      5648 ±  2%     +89.7%      10716 ± 10%  interrupts.CPU88.CAL:Function_call_interrupts
   1335958 ±  9%     +66.5%    2223996 ±  9%  interrupts.CPU88.LOC:Local_timer_interrupts
    524029 ± 26%     -97.0%      15810 ± 16%  interrupts.CPU88.RES:Rescheduling_interrupts
     12.50 ± 52%    +566.0%      83.25 ± 23%  interrupts.CPU88.TLB:TLB_shootdowns
      5536 ±  4%     +92.3%      10645 ± 10%  interrupts.CPU89.CAL:Function_call_interrupts
   1335741 ±  9%     +66.5%    2224606 ±  9%  interrupts.CPU89.LOC:Local_timer_interrupts
    551584 ± 31%     -95.7%      23754 ± 42%  interrupts.CPU89.RES:Rescheduling_interrupts
      9.75 ± 38%    +828.2%      90.50 ± 24%  interrupts.CPU89.TLB:TLB_shootdowns
    623.25 ± 45%   +2781.3%      17957 ±150%  interrupts.CPU9.139:PCI-MSI.1574921-edge.eth3-TxRx-9
      5636 ±  2%     +86.6%      10520 ± 10%  interrupts.CPU9.CAL:Function_call_interrupts
   1339534 ±  9%     +64.4%    2201670 ±  8%  interrupts.CPU9.LOC:Local_timer_interrupts
    704904 ± 22%     -96.6%      24266 ± 43%  interrupts.CPU9.RES:Rescheduling_interrupts
     10.25 ± 17%    +807.3%      93.00 ± 30%  interrupts.CPU9.TLB:TLB_shootdowns
      5613           +90.2%      10674 ±  9%  interrupts.CPU90.CAL:Function_call_interrupts
   1336877 ±  9%     +66.4%    2224635 ±  9%  interrupts.CPU90.LOC:Local_timer_interrupts
    535240 ± 25%     -96.6%      18181 ± 15%  interrupts.CPU90.RES:Rescheduling_interrupts
      5745 ±  3%     +85.6%      10665 ± 10%  interrupts.CPU91.CAL:Function_call_interrupts
   1336822 ±  9%     +66.4%    2224231 ±  9%  interrupts.CPU91.LOC:Local_timer_interrupts
    528925 ± 30%     -96.9%      16230 ± 14%  interrupts.CPU91.RES:Rescheduling_interrupts
     10.25 ± 27%    +658.5%      77.75 ± 26%  interrupts.CPU91.TLB:TLB_shootdowns
      5641           +89.4%      10683 ± 10%  interrupts.CPU92.CAL:Function_call_interrupts
   1337346 ±  9%     +66.1%    2221465 ±  9%  interrupts.CPU92.LOC:Local_timer_interrupts
    509215 ± 25%     -95.8%      21345 ± 31%  interrupts.CPU92.RES:Rescheduling_interrupts
     11.00 ± 51%    +638.6%      81.25 ± 34%  interrupts.CPU92.TLB:TLB_shootdowns
      5642 ±  2%     +89.4%      10687 ±  9%  interrupts.CPU93.CAL:Function_call_interrupts
   1336600 ±  9%     +66.4%    2223764 ±  9%  interrupts.CPU93.LOC:Local_timer_interrupts
    516609 ± 28%     -95.7%      21975 ± 45%  interrupts.CPU93.RES:Rescheduling_interrupts
     13.25 ± 55%    +428.3%      70.00 ± 28%  interrupts.CPU93.TLB:TLB_shootdowns
      5683 ±  3%     +80.9%      10279 ± 11%  interrupts.CPU94.CAL:Function_call_interrupts
   1336658 ±  9%     +66.4%    2224125 ±  9%  interrupts.CPU94.LOC:Local_timer_interrupts
    511912 ± 29%     -96.4%      18298 ± 18%  interrupts.CPU94.RES:Rescheduling_interrupts
      7.75 ± 23%    +967.7%      82.75 ± 44%  interrupts.CPU94.TLB:TLB_shootdowns
      5540           +89.7%      10508 ± 10%  interrupts.CPU95.CAL:Function_call_interrupts
   1336375 ±  9%     +66.5%    2225055 ±  9%  interrupts.CPU95.LOC:Local_timer_interrupts
    517990 ± 25%     -95.2%      24705 ± 29%  interrupts.CPU95.RES:Rescheduling_interrupts
      5681 ±  2%     +85.6%      10543 ±  9%  interrupts.CPU96.CAL:Function_call_interrupts
   1339248 ±  9%     +64.5%    2203541 ±  8%  interrupts.CPU96.LOC:Local_timer_interrupts
    719025 ± 24%     -97.4%      18632 ± 15%  interrupts.CPU96.RES:Rescheduling_interrupts
     16.50 ± 12%    +269.7%      61.00 ± 42%  interrupts.CPU96.TLB:TLB_shootdowns
      5652 ±  2%     +80.6%      10208 ±  7%  interrupts.CPU97.CAL:Function_call_interrupts
   1337665 ±  9%     +64.6%    2201481 ±  8%  interrupts.CPU97.LOC:Local_timer_interrupts
    699116 ± 26%     -97.5%      17375 ± 15%  interrupts.CPU97.RES:Rescheduling_interrupts
     14.75 ± 24%    +474.6%      84.75 ± 23%  interrupts.CPU97.TLB:TLB_shootdowns
      5682 ±  3%     +86.7%      10609 ±  9%  interrupts.CPU98.CAL:Function_call_interrupts
   1336850 ±  9%     +64.7%    2202241 ±  8%  interrupts.CPU98.LOC:Local_timer_interrupts
    711099 ± 19%     -96.7%      23734 ± 42%  interrupts.CPU98.RES:Rescheduling_interrupts
     13.25 ± 26%    +466.0%      75.00 ± 32%  interrupts.CPU98.TLB:TLB_shootdowns
      5696 ±  2%     +86.4%      10619 ±  9%  interrupts.CPU99.CAL:Function_call_interrupts
   1337113 ±  9%     +64.6%    2200509 ±  8%  interrupts.CPU99.LOC:Local_timer_interrupts
    714713 ± 22%     -96.6%      24301 ± 50%  interrupts.CPU99.RES:Rescheduling_interrupts
      9.75 ± 33%    +807.7%      88.50 ± 42%  interrupts.CPU99.TLB:TLB_shootdowns
 2.567e+08 ±  9%     +65.6%  4.251e+08 ±  8%  interrupts.LOC:Local_timer_interrupts
    384.00           +50.0%     576.00        interrupts.MCP:Machine_check_polls
 1.223e+08 ± 10%     -96.8%    3869949 ±  8%  interrupts.RES:Rescheduling_interrupts
      1997 ± 13%   +1301.3%      27995 ± 22%  interrupts.TLB:TLB_shootdowns


                                                                                
                                hackbench.throughput                            
                                                                                
  800000 +-+----------------------------------------------------------------+   
         |.+.. .+..+. ..  +.. .+..+.+..+.+..+.+..+.+..+.+..+.+..+.+..+.+.. .|   
  700000 +-+  +      +       +                                            + |   
         |                                                                  |   
  600000 +-+                                                                |   
         |                                                                  |   
  500000 +-+                                                                |   
         |                                                                  |   
  400000 +-+                                                                |   
         |                                                                  |   
  300000 +-+       O                     O                                  |   
         O           O       O    O O       O O  O                          |   
  200000 +-O  O O       O              O           O  O                     |   
         |                O    O                                            |   
  100000 +-+----------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                             hackbench.time.system_time                         
                                                                                
  220000 +-+----------------------------------------------------------------+   
         |         O                                                        |   
  200000 +-+                                                                |   
  180000 +-+                                                                |   
         |                                                                  |   
  160000 +-+  O      O    O    O                 O    O                     |   
         O O    O                   O  O O  O      O                        |   
  140000 +-+            O    O    O           O                             |   
         |                                                                  |   
  120000 +-+                                                                |   
  100000 +-+                                                                |   
         |             .+.    .+..                                       .+.|   
   80000 +-+..+.+..+.+.   +..+    +.  .+.+..+.+..+.+..+.+..+.+.. .+..+.+.   |   
         |                          +.                          +           |   
   60000 +-+----------------------------------------------------------------+   
                                                                                
                                                                                
[*] bisect-good sample
[O] bisect-bad  sample

***************************************************************************************************
lkp-bdw-de1: 16 threads Intel(R) Xeon(R) CPU D-1541 @ 2.10GHz with 8G memory
=========================================================================================
cluster/compiler/cpufreq_governor/ip/kconfig/nr_threads/rootfs/runtime/tbox_group/test/testcase/ucode:
  cs-localhost/gcc-7/performance/ipv4/x86_64-rhel-7.6/200%/debian-x86_64-2019-05-14.cgz/900s/lkp-bdw-de1/TCP_STREAM/netperf/0x7000017

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
           :4           25%           1:4     dmesg.WARNING:at#for_ip_interrupt_entry/0x
         %stddev     %change         %stddev
             \          |                \  
      2222           +71.4%       3808        netperf.Throughput_Mbps
     71107           +71.4%     121875        netperf.Throughput_total_Mbps
    511626 ± 79%  +1.1e+05%  5.561e+08        netperf.time.involuntary_context_switches
    553.25           +53.7%     850.50        netperf.time.percent_of_cpu_this_job_got
      4779           +52.4%       7282        netperf.time.system_time
    212.69           +84.1%     391.56 ±  2%  netperf.time.user_time
   4923187           -99.6%      18965 ± 25%  netperf.time.voluntary_context_switches
 4.883e+08           +71.4%  8.369e+08        netperf.workload
      8169 ± 19%    +108.1%      16998 ± 65%  cpuidle.C1.usage
      6775 ± 27%     +67.7%      11359 ± 21%  cpuidle.POLL.usage
     97.00            -4.1%      93.00        vmstat.cpu.sy
     12865 ±  6%   +9483.7%    1232940        vmstat.system.cs
   4208128 ± 10%     -25.1%    3151360 ± 14%  meminfo.DirectMap2M
   1778107           -16.9%    1477288        meminfo.Memused
      2170           -11.4%       1923 ±  2%  meminfo.max_used_kB
      6.56           +11.1       17.68 ±  2%  mpstat.cpu.all.soft%
     90.90           -15.1       75.76        mpstat.cpu.all.sys%
      2.33            +4.0        6.35        mpstat.cpu.all.usr%
      2494            -5.4%       2360        turbostat.Avg_MHz
      7072 ± 25%    +134.4%      16575 ± 63%  turbostat.C1
      0.10 ±  8%    +661.5%       0.74 ±  2%  turbostat.CPU%c1
     43.97            +2.2%      44.93        turbostat.PkgWatt
      6.43           -53.5%       2.99 ±  2%  turbostat.RAMWatt
      4546           -44.9%       2506 ±  4%  slabinfo.kmalloc-1k.active_objs
      4683           -45.0%       2574 ±  5%  slabinfo.kmalloc-1k.num_objs
      3566 ±  2%     -25.6%       2652 ±  3%  slabinfo.kmalloc-96.active_objs
      3566 ±  2%     -25.6%       2652 ±  3%  slabinfo.kmalloc-96.num_objs
      4373           -32.9%       2936 ± 18%  slabinfo.skbuff_fclone_cache.active_objs
      4433           -33.0%       2970 ± 17%  slabinfo.skbuff_fclone_cache.num_objs
    153279            +4.9%     160787        proc-vmstat.nr_dirty_background_threshold
    306934            +4.9%     321969        proc-vmstat.nr_dirty_threshold
   1569705            +4.8%    1644899        proc-vmstat.nr_free_pages
     12138            -5.8%      11439        proc-vmstat.nr_slab_unreclaimable
 2.448e+08           +14.3%    2.8e+08        proc-vmstat.numa_hit
 2.448e+08           +14.3%    2.8e+08        proc-vmstat.numa_local
 1.953e+09           +14.4%  2.235e+09        proc-vmstat.pgalloc_normal
    996086            +1.4%    1010307        proc-vmstat.pgfault
 1.953e+09           +14.4%  2.235e+09        proc-vmstat.pgfree
   1645907         +1742.9%   30332750        softirqs.CPU0.NET_RX
   1725542         +1649.6%   30190030        softirqs.CPU1.NET_RX
   1723696 ±  2%   +1665.7%   30435107        softirqs.CPU10.NET_RX
   1759222         +1633.9%   30503925        softirqs.CPU11.NET_RX
   1708263         +1685.0%   30492492        softirqs.CPU12.NET_RX
   1775885 ±  3%   +1625.5%   30642798        softirqs.CPU13.NET_RX
   1734434         +1665.6%   30623503        softirqs.CPU14.NET_RX
   1712477         +1676.9%   30428432        softirqs.CPU15.NET_RX
   1737188 ±  2%   +1645.1%   30315328        softirqs.CPU2.NET_RX
   1730282         +1652.7%   30327295        softirqs.CPU3.NET_RX
   1727291         +1655.2%   30317924        softirqs.CPU4.NET_RX
   1771246 ±  2%   +1608.7%   30265897        softirqs.CPU5.NET_RX
   1746175 ±  2%   +1648.1%   30525368        softirqs.CPU6.NET_RX
   1815835 ±  8%   +1575.5%   30423626        softirqs.CPU7.NET_RX
   1675662 ±  2%   +1720.4%   30503498        softirqs.CPU8.NET_RX
   1723755         +1669.1%   30495570        softirqs.CPU9.NET_RX
  27712869         +1656.7%  4.868e+08        softirqs.NET_RX
     12074 ± 15%     -87.9%       1464 ± 42%  interrupts.CPU0.RES:Rescheduling_interrupts
     12478 ±  7%     -92.6%     923.00 ± 79%  interrupts.CPU1.RES:Rescheduling_interrupts
     11293 ± 18%     -92.8%     808.25 ± 14%  interrupts.CPU10.RES:Rescheduling_interrupts
     15874 ± 14%     -98.2%     293.50 ± 45%  interrupts.CPU11.RES:Rescheduling_interrupts
     11410 ± 12%     -96.5%     403.50 ± 58%  interrupts.CPU12.RES:Rescheduling_interrupts
     13084 ±  8%     -97.6%     317.75 ± 73%  interrupts.CPU13.RES:Rescheduling_interrupts
     11958 ±  4%     -97.1%     345.50 ± 45%  interrupts.CPU14.RES:Rescheduling_interrupts
     10578 ± 12%     -96.4%     380.50 ± 14%  interrupts.CPU15.RES:Rescheduling_interrupts
     13881 ± 15%     -97.0%     422.25 ± 14%  interrupts.CPU2.RES:Rescheduling_interrupts
     10276 ± 11%     -96.7%     335.25 ± 58%  interrupts.CPU3.RES:Rescheduling_interrupts
     13654 ±  6%     -95.8%     571.25 ± 60%  interrupts.CPU4.RES:Rescheduling_interrupts
      8026           -71.8%       2261 ±147%  interrupts.CPU5.CAL:Function_call_interrupts
     13763 ±  7%     -97.2%     391.50 ± 56%  interrupts.CPU5.RES:Rescheduling_interrupts
     12317 ±  6%     -98.0%     249.50 ± 36%  interrupts.CPU6.RES:Rescheduling_interrupts
     16010 ±  7%     -96.7%     520.50 ± 47%  interrupts.CPU7.RES:Rescheduling_interrupts
     13306 ± 13%     -96.3%     488.00 ± 87%  interrupts.CPU8.RES:Rescheduling_interrupts
     13184 ±  8%     -88.1%       1567 ±117%  interrupts.CPU9.RES:Rescheduling_interrupts
    205145           -95.4%       9481 ± 25%  interrupts.RES:Rescheduling_interrupts
     15033 ±  5%     -13.8%      12958 ±  3%  sched_debug.cfs_rq:/.load.stddev
    210362 ±  7%     -55.3%      94120 ± 14%  sched_debug.cfs_rq:/.min_vruntime.stddev
   -312556           -60.2%    -124549        sched_debug.cfs_rq:/.spread0.min
    210321 ±  7%     -55.3%      94106 ± 14%  sched_debug.cfs_rq:/.spread0.stddev
      1495 ±  7%     -26.8%       1094 ±  3%  sched_debug.cfs_rq:/.util_est_enqueued.max
    242.23 ± 24%     +39.9%     338.86 ±  8%  sched_debug.cfs_rq:/.util_est_enqueued.min
    336.61 ±  5%     -42.3%     194.07 ±  9%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
    524056 ±  9%     -31.7%     358027 ± 13%  sched_debug.cpu.avg_idle.avg
    330122           +17.2%     387044 ±  4%  sched_debug.cpu.avg_idle.stddev
     11.67 ± 13%     -61.8%       4.46 ±  2%  sched_debug.cpu.clock.stddev
     11.67 ± 13%     -61.8%       4.46 ±  2%  sched_debug.cpu.clock_task.stddev
     14841 ±  5%     -13.1%      12892 ±  2%  sched_debug.cpu.load.stddev
      1.36 ±  5%     +20.7%       1.64 ±  5%  sched_debug.cpu.nr_running.min
    375072 ±  8%   +9081.9%   34438904        sched_debug.cpu.nr_switches.avg
    580983 ± 33%   +5897.8%   34846350        sched_debug.cpu.nr_switches.max
    324037        +10387.3%   33982888        sched_debug.cpu.nr_switches.min
     64665 ± 74%    +271.7%     240347 ±  8%  sched_debug.cpu.nr_switches.stddev
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
    202.94           -50.0%     101.55        perf-stat.i.MPKI
 6.205e+08          +370.5%   2.92e+09        perf-stat.i.branch-instructions
      2.23            +0.4        2.61        perf-stat.i.branch-miss-rate%
  13956226          +444.6%   76001354        perf-stat.i.branch-misses
 6.344e+08          +133.6%  1.482e+09        perf-stat.i.cache-misses
 6.344e+08          +133.6%  1.482e+09        perf-stat.i.cache-references
     12852 ±  6%   +9515.2%    1235744        perf-stat.i.context-switches
     12.52           -79.5%       2.56        perf-stat.i.cpi
 3.912e+10            -4.5%  3.736e+10        perf-stat.i.cpu-cycles
    106.25           -10.5%      95.08 ±  2%  perf-stat.i.cpu-migrations
     61.80           -58.9%      25.43        perf-stat.i.cycles-between-cache-misses
      0.13            +1.1        1.21        perf-stat.i.dTLB-load-miss-rate%
   1924992         +3268.7%   64847952        perf-stat.i.dTLB-load-misses
 1.487e+09          +256.1%  5.297e+09        perf-stat.i.dTLB-loads
      0.08 ±  9%      +0.3        0.36 ±  4%  perf-stat.i.dTLB-store-miss-rate%
    849173 ±  9%   +1432.3%   13011969 ±  4%  perf-stat.i.dTLB-store-misses
 1.085e+09          +227.7%  3.554e+09        perf-stat.i.dTLB-stores
     92.31           -27.0       65.27        perf-stat.i.iTLB-load-miss-rate%
    967516 ±  5%   +1210.5%   12679203        perf-stat.i.iTLB-load-misses
     81381 ±  6%   +8174.3%    6733745        perf-stat.i.iTLB-loads
 3.137e+09          +364.9%  1.458e+10        perf-stat.i.instructions
      3279 ±  4%     -63.6%       1193        perf-stat.i.instructions-per-iTLB-miss
      0.08          +379.1%       0.39        perf-stat.i.ipc
      1068            +1.4%       1083        perf-stat.i.minor-faults
      1068            +1.4%       1083        perf-stat.i.page-faults
    202.27           -49.8%     101.64        perf-stat.overall.MPKI
      2.25            +0.4        2.60        perf-stat.overall.branch-miss-rate%
     12.47           -79.5%       2.56        perf-stat.overall.cpi
     61.66           -59.1%      25.21        perf-stat.overall.cycles-between-cache-misses
      0.13            +1.1        1.21        perf-stat.overall.dTLB-load-miss-rate%
      0.08 ±  9%      +0.3        0.36 ±  4%  perf-stat.overall.dTLB-store-miss-rate%
     92.23           -26.9       65.31        perf-stat.overall.iTLB-load-miss-rate%
      3250 ±  4%     -64.6%       1150        perf-stat.overall.instructions-per-iTLB-miss
      0.08          +386.8%       0.39        perf-stat.overall.ipc
      5788          +171.2%      15695        perf-stat.overall.path-length
 6.198e+08          +370.5%  2.916e+09        perf-stat.ps.branch-instructions
  13940624          +444.6%   75916760        perf-stat.ps.branch-misses
 6.337e+08          +133.6%   1.48e+09        perf-stat.ps.cache-misses
 6.337e+08          +133.6%   1.48e+09        perf-stat.ps.cache-references
     12837 ±  6%   +9515.2%    1234363        perf-stat.ps.context-switches
 3.907e+10            -4.5%  3.732e+10        perf-stat.ps.cpu-cycles
    106.14           -10.5%      94.98 ±  2%  perf-stat.ps.cpu-migrations
   1922844         +3268.7%   64775332        perf-stat.ps.dTLB-load-misses
 1.486e+09          +256.1%  5.291e+09        perf-stat.ps.dTLB-loads
    848224 ±  9%   +1432.3%   12997348 ±  4%  perf-stat.ps.dTLB-store-misses
 1.083e+09          +227.7%   3.55e+09        perf-stat.ps.dTLB-stores
    966436 ±  5%   +1210.5%   12665011        perf-stat.ps.iTLB-load-misses
     81290 ±  6%   +8174.3%    6726216        perf-stat.ps.iTLB-loads
 3.133e+09          +364.9%  1.457e+10        perf-stat.ps.instructions
      1067            +1.4%       1082        perf-stat.ps.minor-faults
      1067            +1.4%       1082        perf-stat.ps.page-faults
 2.826e+12          +364.8%  1.314e+13        perf-stat.total.instructions
     50.20           -37.1       13.14        perf-profile.calltrace.cycles-pp.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
     50.12           -37.0       13.09        perf-profile.calltrace.cycles-pp.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
     47.79           -36.7       11.09        perf-profile.calltrace.cycles-pp.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg
     48.08           -36.5       11.55        perf-profile.calltrace.cycles-pp._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg
     46.22           -35.4       10.79        perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter
     64.17           -29.0       35.14        perf-profile.calltrace.cycles-pp.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64
     64.22           -28.8       35.40        perf-profile.calltrace.cycles-pp.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     64.54           -27.7       36.84        perf-profile.calltrace.cycles-pp.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     64.56           -27.5       37.04        perf-profile.calltrace.cycles-pp.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     21.99            -9.7       12.33        perf-profile.calltrace.cycles-pp.copyin._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
     21.62            -9.6       12.00        perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg
     22.48            -9.5       12.98        perf-profile.calltrace.cycles-pp._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
     97.95            -4.6       93.39        perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe
     98.08            -4.3       93.74        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe
      2.08 ±  2%      -1.0        1.12 ±  6%  perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg
      1.94 ±  3%      -1.0        0.97 ±  7%  perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages_nodemask.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked
      2.29 ±  2%      -0.8        1.45 ±  5%  perf-profile.calltrace.cycles-pp.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      2.31 ±  2%      -0.8        1.47 ±  5%  perf-profile.calltrace.cycles-pp.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.85 ±  8%      -0.3        0.53 ±  5%  perf-profile.calltrace.cycles-pp.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv
      1.19 ±  2%      -0.3        0.87 ±  2%  perf-profile.calltrace.cycles-pp.__check_object_size.simple_copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg
      1.15 ±  8%      -0.3        0.86        perf-profile.calltrace.cycles-pp.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu
      6.74            -0.2        6.50        perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg
      1.24 ±  2%      -0.2        1.04 ±  2%  perf-profile.calltrace.cycles-pp.simple_copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg
      0.00            +0.5        0.51 ±  2%  perf-profile.calltrace.cycles-pp.__kmalloc_node_track_caller.__kmalloc_reserve.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked
      0.00            +0.6        0.55 ±  4%  perf-profile.calltrace.cycles-pp.native_write_msr
      0.00            +0.6        0.55 ±  3%  perf-profile.calltrace.cycles-pp.__kmalloc_reserve.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg
      0.00            +0.6        0.56        perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.schedule_timeout
      0.00            +0.6        0.56 ±  4%  perf-profile.calltrace.cycles-pp.__fget_light.sockfd_lookup_light.__sys_sendto.__x64_sys_sendto.do_syscall_64
      0.00            +0.6        0.58 ±  5%  perf-profile.calltrace.cycles-pp.__switch_to_asm
      0.52 ±  3%      +0.6        1.12 ±  2%  perf-profile.calltrace.cycles-pp.syscall_return_via_sysret
      0.00            +0.6        0.60 ±  5%  perf-profile.calltrace.cycles-pp.__check_object_size.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +0.6        0.60 ±  3%  perf-profile.calltrace.cycles-pp.tcp_current_mss.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      6.85            +0.6        7.45        perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg
      0.00            +0.6        0.60 ±  6%  perf-profile.calltrace.cycles-pp.selinux_socket_sock_rcv_skb.security_sock_rcv_skb.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu
      0.00            +0.6        0.61 ±  5%  perf-profile.calltrace.cycles-pp.nf_hook_slow.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg
      0.00            +0.6        0.61        perf-profile.calltrace.cycles-pp.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common
      0.00            +0.6        0.64 ±  3%  perf-profile.calltrace.cycles-pp.sockfd_lookup_light.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +0.6        0.64 ±  5%  perf-profile.calltrace.cycles-pp.update_curr.dequeue_entity.dequeue_task_fair.__schedule.schedule
      0.00            +0.7        0.66 ±  2%  perf-profile.calltrace.cycles-pp.__fget_light.sockfd_lookup_light.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64
      0.00            +0.7        0.68 ±  2%  perf-profile.calltrace.cycles-pp.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +0.7        0.71        perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      0.00            +0.8        0.77 ±  2%  perf-profile.calltrace.cycles-pp.__free_pages_ok.skb_release_data.__kfree_skb.tcp_clean_rtx_queue.tcp_ack
      0.00            +0.8        0.78 ±  2%  perf-profile.calltrace.cycles-pp.sockfd_lookup_light.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +0.8        0.79 ±  4%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      0.00            +0.9        0.90        perf-profile.calltrace.cycles-pp.__alloc_skb.__tcp_send_ack.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
      0.00            +0.9        0.90        perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.schedule_timeout.wait_woken
      0.00            +0.9        0.93 ±  6%  perf-profile.calltrace.cycles-pp.select_idle_sibling.select_task_rq_fair.try_to_wake_up.__wake_up_common.__wake_up_common_lock
      0.00            +1.0        1.04        perf-profile.calltrace.cycles-pp.__tcp_send_ack.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      0.59 ±  5%      +1.1        1.65        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64
      0.00            +1.1        1.10 ±  2%  perf-profile.calltrace.cycles-pp.__schedule.preempt_schedule_common._cond_resched.kmem_cache_alloc_node.__alloc_skb
      0.00            +1.1        1.10 ± 20%  perf-profile.calltrace.cycles-pp.security_sock_rcv_skb.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish
      0.00            +1.1        1.12 ±  2%  perf-profile.calltrace.cycles-pp.preempt_schedule_common._cond_resched.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb
      0.00            +1.1        1.13 ±  2%  perf-profile.calltrace.cycles-pp._cond_resched.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked
      0.00            +1.2        1.20 ±  2%  perf-profile.calltrace.cycles-pp.__schedule.preempt_schedule_common._cond_resched.__release_sock.release_sock
      0.00            +1.2        1.23 ±  2%  perf-profile.calltrace.cycles-pp.preempt_schedule_common._cond_resched.__release_sock.release_sock.tcp_sendmsg
      0.00            +1.2        1.25 ±  2%  perf-profile.calltrace.cycles-pp._cond_resched.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg
      0.00            +1.2        1.25 ±  5%  perf-profile.calltrace.cycles-pp.__switch_to
      0.00            +1.3        1.31 ±  3%  perf-profile.calltrace.cycles-pp.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver
      0.00            +1.3        1.32 ±  3%  perf-profile.calltrace.cycles-pp.skb_release_data.__kfree_skb.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established
      6.83            +1.4        8.18        perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
      0.00            +1.4        1.38 ±  3%  perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.schedule_timeout
      0.14 ±173%      +1.4        1.53 ±  3%  perf-profile.calltrace.cycles-pp.__kfree_skb.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv
      0.00            +1.4        1.44        perf-profile.calltrace.cycles-pp.loopback_xmit.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output
      1.11 ±  2%      +1.6        2.70 ±  2%  perf-profile.calltrace.cycles-pp.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      0.00            +1.6        1.62 ±  3%  perf-profile.calltrace.cycles-pp.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg
      0.00            +1.6        1.64 ±  2%  perf-profile.calltrace.cycles-pp.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit
      0.00            +1.6        1.65 ±  2%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.schedule_timeout.wait_woken
      1.14 ±  3%      +1.8        2.92        perf-profile.calltrace.cycles-pp.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +2.0        1.96 ± 16%  perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable
      0.00            +2.3        2.27 ±  2%  perf-profile.calltrace.cycles-pp.__schedule.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.3        2.31 ±  2%  perf-profile.calltrace.cycles-pp.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.4        2.40 ±  2%  perf-profile.calltrace.cycles-pp.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.5        2.50 ±  2%  perf-profile.calltrace.cycles-pp.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.__release_sock
      0.00            +2.9        2.92        perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock
      0.00            +3.1        3.08        perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable
      0.00            +3.1        3.09 ±  7%  perf-profile.calltrace.cycles-pp.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb
      5.91            +3.1        9.01        perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      0.00            +3.1        3.15 ±  2%  perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.schedule_timeout.wait_woken
      0.00            +3.2        3.15 ±  2%  perf-profile.calltrace.cycles-pp.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock
      1.97            +3.4        5.40        perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv
      0.78 ±  4%      +4.1        4.88        perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established
      0.00            +4.3        4.35 ±  3%  perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked
      0.00            +4.6        4.57 ±  3%  perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg
      0.00            +5.0        5.04 ±  2%  perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      4.79 ±  2%      +5.1        9.92        perf-profile.calltrace.cycles-pp.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish
      4.81 ±  2%      +5.3       10.13        perf-profile.calltrace.cycles-pp.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver
      0.00            +5.6        5.62 ±  2%  perf-profile.calltrace.cycles-pp.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +6.1        6.07        perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv.__release_sock
      0.00            +6.1        6.08        perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock
      0.00            +6.7        6.73 ±  2%  perf-profile.calltrace.cycles-pp.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established
      0.00            +7.0        7.05 ±  2%  perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv
      0.00            +7.3        7.28 ±  2%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv
      0.00            +7.5        7.50        perf-profile.calltrace.cycles-pp.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock.tcp_sendmsg
      0.00            +7.6        7.56        perf-profile.calltrace.cycles-pp.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu
      0.00            +7.6        7.65        perf-profile.calltrace.cycles-pp.__schedule.schedule.schedule_timeout.wait_woken.sk_wait_data
      0.00            +7.7        7.67        perf-profile.calltrace.cycles-pp.tcp_v4_do_rcv.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg
     31.16            +7.8       38.95        perf-profile.calltrace.cycles-pp.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto
      0.00            +7.8        7.82        perf-profile.calltrace.cycles-pp.schedule.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg
      0.00            +8.0        7.96        perf-profile.calltrace.cycles-pp.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg.inet_recvmsg
      0.00            +8.3        8.30        perf-profile.calltrace.cycles-pp.wait_woken.sk_wait_data.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
      5.71 ±  2%      +8.7       14.45        perf-profile.calltrace.cycles-pp.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv
      5.79 ±  2%      +9.1       14.87        perf-profile.calltrace.cycles-pp.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core
      5.81 ±  2%      +9.1       14.95        perf-profile.calltrace.cycles-pp.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog
      5.85 ±  2%      +9.3       15.15        perf-profile.calltrace.cycles-pp.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog.net_rx_action
      0.00            +9.3        9.32        perf-profile.calltrace.cycles-pp.sk_wait_data.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      0.00            +9.8        9.80        perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked
      6.03 ±  2%      +9.9       15.98        perf-profile.calltrace.cycles-pp.ip_rcv.__netif_receive_skb_one_core.process_backlog.net_rx_action.__softirqentry_text_start
      6.20 ±  2%     +10.4       16.58        perf-profile.calltrace.cycles-pp.__netif_receive_skb_one_core.process_backlog.net_rx_action.__softirqentry_text_start.do_softirq_own_stack
      0.00           +10.8       10.84        perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg
      6.30 ±  2%     +11.1       17.43        perf-profile.calltrace.cycles-pp.process_backlog.net_rx_action.__softirqentry_text_start.do_softirq_own_stack.do_softirq
      0.00           +11.5       11.47        perf-profile.calltrace.cycles-pp.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.16 ±173%     +11.6       11.80        perf-profile.calltrace.cycles-pp.release_sock.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto
      6.40 ±  2%     +11.7       18.08        perf-profile.calltrace.cycles-pp.net_rx_action.__softirqentry_text_start.do_softirq_own_stack.do_softirq.__local_bh_enable_ip
      0.65 ± 14%     +11.8       12.43        perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      0.68 ± 14%     +11.9       12.57        perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      6.49 ±  2%     +12.0       18.51        perf-profile.calltrace.cycles-pp.__softirqentry_text_start.do_softirq_own_stack.do_softirq.__local_bh_enable_ip.ip_finish_output2
      6.50 ±  2%     +12.1       18.62        perf-profile.calltrace.cycles-pp.do_softirq_own_stack.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output
      6.57 ±  2%     +12.5       19.05        perf-profile.calltrace.cycles-pp.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit
      6.58 ±  2%     +12.7       19.29        perf-profile.calltrace.cycles-pp.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb
      0.42 ± 57%     +13.5       13.93        perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames
      0.00           +17.0       16.97        perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit
     31.97           +19.4       51.37        perf-profile.calltrace.cycles-pp.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64
     32.25           +19.7       51.97        perf-profile.calltrace.cycles-pp.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     32.85           +20.2       53.09        perf-profile.calltrace.cycles-pp.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     32.92           +20.4       53.29        perf-profile.calltrace.cycles-pp.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     69.75           -46.7       23.05        perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
     50.17           -37.1       13.10        perf-profile.children.cycles-pp.__skb_datagram_iter
     50.20           -37.1       13.14        perf-profile.children.cycles-pp.skb_copy_datagram_iter
     47.80           -36.7       11.10        perf-profile.children.cycles-pp.copyout
     48.11           -36.5       11.57        perf-profile.children.cycles-pp._copy_to_iter
     64.18           -29.0       35.19        perf-profile.children.cycles-pp.tcp_recvmsg
     64.22           -28.8       35.40        perf-profile.children.cycles-pp.inet_recvmsg
     64.55           -27.7       36.86        perf-profile.children.cycles-pp.__sys_recvfrom
     64.57           -27.5       37.06        perf-profile.children.cycles-pp.__x64_sys_recvfrom
     22.01            -9.7       12.35        perf-profile.children.cycles-pp.copyin
     22.49            -9.5       13.00        perf-profile.children.cycles-pp._copy_from_iter_full
     98.17            -4.7       93.47        perf-profile.children.cycles-pp.do_syscall_64
     98.31            -4.5       93.84        perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
      3.11 ±  4%      -2.3        0.78 ±  7%  perf-profile.children.cycles-pp.apic_timer_interrupt
      3.34 ±  2%      -1.9        1.48 ±  3%  perf-profile.children.cycles-pp.skb_release_data
      2.46            -1.7        0.78 ±  2%  perf-profile.children.cycles-pp.__free_pages_ok
      3.93            -1.7        2.27        perf-profile.children.cycles-pp.__kfree_skb
      2.10 ±  2%      -1.0        1.13 ±  6%  perf-profile.children.cycles-pp.__alloc_pages_nodemask
      1.96 ±  3%      -1.0        0.98 ±  6%  perf-profile.children.cycles-pp.get_page_from_freelist
      2.29 ±  2%      -0.8        1.45 ±  6%  perf-profile.children.cycles-pp.skb_page_frag_refill
      2.31 ±  2%      -0.8        1.48 ±  5%  perf-profile.children.cycles-pp.sk_page_frag_refill
      1.22 ±  4%      -0.8        0.45 ±  5%  perf-profile.children.cycles-pp.free_one_page
      1.40 ±  8%      -0.8        0.64 ±  9%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      0.95 ±  8%      -0.7        0.23 ±  4%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      0.60 ±  4%      -0.6        0.04 ± 58%  perf-profile.children.cycles-pp.skb_clone
      1.06 ±  6%      -0.5        0.53 ± 10%  perf-profile.children.cycles-pp.hrtimer_interrupt
      0.62            -0.5        0.10 ± 15%  perf-profile.children.cycles-pp.tcp_queue_rcv
      0.87 ±  6%      -0.5        0.41 ± 11%  perf-profile.children.cycles-pp.__hrtimer_run_queues
      0.51 ±  2%      -0.4        0.07 ±  6%  perf-profile.children.cycles-pp.tcp_check_space
      0.60 ±  7%      -0.3        0.27 ± 13%  perf-profile.children.cycles-pp.tick_sched_timer
      0.55 ±  8%      -0.3        0.24 ± 15%  perf-profile.children.cycles-pp.tick_sched_handle
      0.54 ±  8%      -0.3        0.23 ± 13%  perf-profile.children.cycles-pp.update_process_times
      0.33 ±  5%      -0.3        0.07 ± 12%  perf-profile.children.cycles-pp.__put_compound_page
      0.28 ± 12%      -0.3        0.03 ±100%  perf-profile.children.cycles-pp.irq_exit
      0.33 ± 11%      -0.2        0.14 ± 17%  perf-profile.children.cycles-pp.scheduler_tick
      1.24 ±  2%      -0.2        1.05 ±  2%  perf-profile.children.cycles-pp.simple_copy_to_iter
      0.26 ± 12%      -0.2        0.11 ± 16%  perf-profile.children.cycles-pp.task_tick_fair
      0.41 ±  4%      -0.1        0.30 ±  5%  perf-profile.children.cycles-pp.__skb_clone
      0.11 ± 18%      -0.1        0.05 ± 61%  perf-profile.children.cycles-pp.perf_mux_hrtimer_handler
      0.16 ± 14%      -0.1        0.10 ± 37%  perf-profile.children.cycles-pp.io_serial_in
      0.09 ±  4%      -0.1        0.04 ± 58%  perf-profile.children.cycles-pp.__mod_zone_page_state
      1.56            -0.1        1.51        perf-profile.children.cycles-pp.__check_object_size
      0.33 ±  3%      -0.0        0.28 ±  6%  perf-profile.children.cycles-pp.kmem_cache_free
      0.14 ±  8%      -0.0        0.09 ± 20%  perf-profile.children.cycles-pp.prep_new_page
      0.33 ±  5%      -0.0        0.29 ±  4%  perf-profile.children.cycles-pp.kfree
      0.36            -0.0        0.34        perf-profile.children.cycles-pp.__list_del_entry_valid
      0.22 ±  6%      +0.0        0.26 ±  7%  perf-profile.children.cycles-pp.skb_entail
      0.10 ± 12%      +0.1        0.15 ±  5%  perf-profile.children.cycles-pp.kfree_skbmem
      0.00            +0.1        0.06 ±  9%  perf-profile.children.cycles-pp.netdev_pick_tx
      0.00            +0.1        0.06 ± 15%  perf-profile.children.cycles-pp.__netif_receive_skb
      0.08 ±  6%      +0.1        0.13 ±  3%  perf-profile.children.cycles-pp.tcp_cleanup_rbuf
      0.00            +0.1        0.06 ±  7%  perf-profile.children.cycles-pp.__x86_indirect_thunk_r9
      0.04 ± 58%      +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.check_stack_object
      0.35 ±  3%      +0.1        0.41 ±  7%  perf-profile.children.cycles-pp.___might_sleep
      0.06 ± 14%      +0.1        0.12 ± 11%  perf-profile.children.cycles-pp.rb_next
      0.00            +0.1        0.06 ± 13%  perf-profile.children.cycles-pp.ip_queue_xmit
      0.00            +0.1        0.06 ±  6%  perf-profile.children.cycles-pp.tcp_push
      0.00            +0.1        0.06 ± 17%  perf-profile.children.cycles-pp.selinux_xfrm_sock_rcv_skb
      0.12 ±  8%      +0.1        0.18 ±  4%  perf-profile.children.cycles-pp.ip_send_check
      0.00            +0.1        0.07 ±  6%  perf-profile.children.cycles-pp.tcp_chrono_start
      0.10 ± 15%      +0.1        0.17 ±  6%  perf-profile.children.cycles-pp.inet_sendmsg
      0.03 ±100%      +0.1        0.10 ± 13%  perf-profile.children.cycles-pp.tcp_established_options
      0.00            +0.1        0.07 ± 10%  perf-profile.children.cycles-pp.tcp_chrono_stop
      0.00            +0.1        0.07 ± 11%  perf-profile.children.cycles-pp.rb_insert_color_cached
      0.00            +0.1        0.07 ± 11%  perf-profile.children.cycles-pp.rb_first
      0.00            +0.1        0.07 ± 14%  perf-profile.children.cycles-pp.check_cfs_rq_runtime
      0.00            +0.1        0.08 ±  6%  perf-profile.children.cycles-pp.tcp_rate_gen
      0.00            +0.1        0.08 ±  6%  perf-profile.children.cycles-pp.tcp_recv_timestamp
      0.04 ± 58%      +0.1        0.12 ±  7%  perf-profile.children.cycles-pp.tcp_stream_memory_free
      0.07 ± 12%      +0.1        0.15 ±  7%  perf-profile.children.cycles-pp.__tcp_select_window
      0.00            +0.1        0.08 ±  8%  perf-profile.children.cycles-pp.jiffies_to_usecs
      0.00            +0.1        0.08 ±  5%  perf-profile.children.cycles-pp.__copy_skb_header
      0.00            +0.1        0.09 ±  4%  perf-profile.children.cycles-pp.tcp_send_delayed_ack
      0.00            +0.1        0.09 ±  7%  perf-profile.children.cycles-pp.resched_curr
      0.09 ± 13%      +0.1        0.18 ±  5%  perf-profile.children.cycles-pp.rcu_all_qs
      0.00            +0.1        0.09 ±  4%  perf-profile.children.cycles-pp.tcp_rate_check_app_limited
      0.00            +0.1        0.09 ± 14%  perf-profile.children.cycles-pp.__sock_wfree
      0.00            +0.1        0.09 ± 15%  perf-profile.children.cycles-pp.perf_exclude_event
      0.00            +0.1        0.10 ±  5%  perf-profile.children.cycles-pp.deactivate_task
      0.00            +0.1        0.10 ±  4%  perf-profile.children.cycles-pp.tcp_update_pacing_rate
      0.00            +0.1        0.10 ± 11%  perf-profile.children.cycles-pp.sock_put
      0.06 ± 15%      +0.1        0.15 ±  5%  perf-profile.children.cycles-pp.security_socket_recvmsg
      0.00            +0.1        0.10 ± 12%  perf-profile.children.cycles-pp.selinux_ipv4_postroute
      0.00            +0.1        0.10 ± 14%  perf-profile.children.cycles-pp.activate_task
      0.00            +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.netlbl_enabled
      0.00            +0.1        0.11 ±  6%  perf-profile.children.cycles-pp.tcp_rate_skb_sent
      0.18 ± 10%      +0.1        0.29 ±  6%  perf-profile.children.cycles-pp.ksize
      0.04 ± 57%      +0.1        0.15 ±  5%  perf-profile.children.cycles-pp.__tcp_ack_snd_check
      0.11 ±  4%      +0.1        0.23 ± 12%  perf-profile.children.cycles-pp.import_single_range
      0.00            +0.1        0.11 ± 21%  perf-profile.children.cycles-pp.tcp_v4_fill_cb
      0.00            +0.1        0.12 ± 17%  perf-profile.children.cycles-pp.cpumask_next
      0.00            +0.1        0.12 ±  7%  perf-profile.children.cycles-pp.bictcp_cong_avoid
      0.00            +0.1        0.12 ±  5%  perf-profile.children.cycles-pp.rcu_note_context_switch
      0.00            +0.1        0.12 ± 12%  perf-profile.children.cycles-pp.__tcp_v4_send_check
      0.00            +0.1        0.12 ±  3%  perf-profile.children.cycles-pp.bictcp_acked
      0.00            +0.1        0.12 ± 16%  perf-profile.children.cycles-pp.skb_clone_tx_timestamp
      0.00            +0.1        0.12 ±  4%  perf-profile.children.cycles-pp.tcp_newly_delivered
      0.00            +0.1        0.12 ± 14%  perf-profile.children.cycles-pp.bictcp_cwnd_event
      0.00            +0.1        0.13 ±  3%  perf-profile.children.cycles-pp.eth_type_trans
      0.12 ±  9%      +0.1        0.24 ±  9%  perf-profile.children.cycles-pp.tcp_add_backlog
      0.15 ± 10%      +0.1        0.28 ±  2%  perf-profile.children.cycles-pp.security_socket_sendmsg
      0.06 ± 17%      +0.1        0.19 ±  4%  perf-profile.children.cycles-pp.sock_recvmsg
      0.01 ±173%      +0.1        0.15 ± 10%  perf-profile.children.cycles-pp.lock_timer_base
      0.00            +0.1        0.14 ±  8%  perf-profile.children.cycles-pp.add_wait_queue
      0.01 ±173%      +0.1        0.15 ±  5%  perf-profile.children.cycles-pp.__kfree_skb_flush
      0.00            +0.1        0.14 ±  7%  perf-profile.children.cycles-pp.woken_wake_function
      0.00            +0.1        0.14 ±  5%  perf-profile.children.cycles-pp.tcp_event_data_recv
      0.00            +0.1        0.15        perf-profile.children.cycles-pp.tcp_v4_send_check
      0.00            +0.2        0.15 ± 16%  perf-profile.children.cycles-pp.selinux_netlbl_sock_rcv_skb
      0.04 ± 58%      +0.2        0.19 ± 11%  perf-profile.children.cycles-pp.tcp_release_cb
      0.00            +0.2        0.15 ±  3%  perf-profile.children.cycles-pp.set_next_buddy
      0.00            +0.2        0.16 ±  8%  perf-profile.children.cycles-pp.__check_heap_object
      0.01 ±173%      +0.2        0.17 ±  9%  perf-profile.children.cycles-pp.__list_add_valid
      0.03 ±100%      +0.2        0.19        perf-profile.children.cycles-pp.netif_skb_features
      0.00            +0.2        0.16 ±  9%  perf-profile.children.cycles-pp.tcp_update_skb_after_send
      0.00            +0.2        0.17 ±  2%  perf-profile.children.cycles-pp.tcp_rearm_rto
      0.00            +0.2        0.17 ±  2%  perf-profile.children.cycles-pp.tcp_wfree
      0.00            +0.2        0.17 ±  6%  perf-profile.children.cycles-pp.raw_local_deliver
      0.00            +0.2        0.17 ±  7%  perf-profile.children.cycles-pp.__usecs_to_jiffies
      0.00            +0.2        0.17 ± 13%  perf-profile.children.cycles-pp.__enqueue_entity
      0.69 ±  6%      +0.2        0.86 ±  3%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      0.03 ±100%      +0.2        0.20 ±  7%  perf-profile.children.cycles-pp.selinux_ipv4_output
      0.00            +0.2        0.17 ±  2%  perf-profile.children.cycles-pp.remove_wait_queue
      0.19 ±  3%      +0.2        0.37 ±  6%  perf-profile.children.cycles-pp.__might_fault
      0.00            +0.2        0.18 ±  4%  perf-profile.children.cycles-pp.clear_buddies
      0.16 ±  7%      +0.2        0.34 ±  2%  perf-profile.children.cycles-pp.sock_has_perm
      0.00            +0.2        0.19 ±  9%  perf-profile.children.cycles-pp.find_next_bit
      0.01 ±173%      +0.2        0.21 ±  3%  perf-profile.children.cycles-pp.kmalloc_slab
      0.07            +0.2        0.27 ±  4%  perf-profile.children.cycles-pp.ksoftirqd_running
      0.00            +0.2        0.20 ±  4%  perf-profile.children.cycles-pp.native_load_tls
      0.00            +0.2        0.20 ±  7%  perf-profile.children.cycles-pp.rb_erase_cached
      0.17 ± 11%      +0.2        0.38 ±  4%  perf-profile.children.cycles-pp.tcp_rcv_space_adjust
      0.00            +0.2        0.21 ± 11%  perf-profile.children.cycles-pp.inet_ehashfn
      0.00            +0.2        0.21 ±  8%  perf-profile.children.cycles-pp.ip_rcv_finish_core
      0.09 ±  9%      +0.2        0.32 ±  4%  perf-profile.children.cycles-pp.validate_xmit_skb
      0.00            +0.2        0.23 ±  4%  perf-profile.children.cycles-pp.account_entity_enqueue
      0.13 ±  6%      +0.2        0.36 ±  3%  perf-profile.children.cycles-pp.__might_sleep
      0.08 ± 11%      +0.3        0.33 ±  2%  perf-profile.children.cycles-pp.ip_finish_output
      0.09 ± 13%      +0.3        0.35 ±  6%  perf-profile.children.cycles-pp.ip_rcv_core
      0.08 ±  8%      +0.3        0.35 ±  7%  perf-profile.children.cycles-pp.ktime_get_with_offset
      0.01 ±173%      +0.3        0.29 ±  5%  perf-profile.children.cycles-pp.tcp_ack_update_rtt
      0.00            +0.3        0.28 ±  6%  perf-profile.children.cycles-pp.cpumask_next_wrap
      0.40 ±  4%      +0.3        0.68 ±  3%  perf-profile.children.cycles-pp.tcp_send_mss
      0.01 ±173%      +0.3        0.30 ±  6%  perf-profile.children.cycles-pp.ip_rcv_finish
      0.65 ±  5%      +0.3        0.94 ±  2%  perf-profile.children.cycles-pp._raw_spin_lock
      0.39 ±  2%      +0.3        0.68 ±  2%  perf-profile.children.cycles-pp.tcp_current_mss
      0.00            +0.3        0.31 ±  6%  perf-profile.children.cycles-pp.__calc_delta
      0.00            +0.3        0.31 ±  6%  perf-profile.children.cycles-pp.cpuacct_charge
      0.08            +0.3        0.40 ±  5%  perf-profile.children.cycles-pp.selinux_parse_skb
      0.00            +0.3        0.32 ±  2%  perf-profile.children.cycles-pp.copy_user_generic_unrolled
      0.01 ±173%      +0.3        0.34 ±  6%  perf-profile.children.cycles-pp.update_min_vruntime
      0.23 ±  6%      +0.3        0.57        perf-profile.children.cycles-pp.ipv4_mtu
      0.10 ±  8%      +0.3        0.45 ±  3%  perf-profile.children.cycles-pp.skb_release_head_state
      0.00            +0.4        0.35 ±  6%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.11 ± 10%      +0.4        0.47 ±  4%  perf-profile.children.cycles-pp.skb_release_all
      0.00            +0.4        0.36 ±  9%  perf-profile.children.cycles-pp.native_sched_clock
      0.00            +0.4        0.36 ±  8%  perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      0.00            +0.4        0.37 ±  8%  perf-profile.children.cycles-pp.sched_clock
      0.10 ±  8%      +0.4        0.47 ±  2%  perf-profile.children.cycles-pp.__sk_dst_check
      0.15 ±  5%      +0.4        0.53 ±  3%  perf-profile.children.cycles-pp.__netif_receive_skb_core
      0.27 ±  4%      +0.4        0.65 ±  3%  perf-profile.children.cycles-pp.mod_timer
      0.03 ±100%      +0.4        0.40 ±  6%  perf-profile.children.cycles-pp.__update_load_avg_se
      0.03 ±100%      +0.4        0.42 ±  6%  perf-profile.children.cycles-pp.account_entity_dequeue
      0.00            +0.4        0.40        perf-profile.children.cycles-pp.pick_next_entity
      0.00            +0.4        0.41 ±  5%  perf-profile.children.cycles-pp.dst_release
      0.01 ±173%      +0.4        0.42        perf-profile.children.cycles-pp.update_rq_clock
      0.00            +0.4        0.41 ±  6%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.30 ±  5%      +0.4        0.72 ±  6%  perf-profile.children.cycles-pp.__virt_addr_valid
      0.11 ±  7%      +0.4        0.53 ±  3%  perf-profile.children.cycles-pp.ipv4_dst_check
      0.28 ±  2%      +0.4        0.70 ±  4%  perf-profile.children.cycles-pp.sk_reset_timer
      0.20 ±  4%      +0.4        0.63 ±  2%  perf-profile.children.cycles-pp._raw_spin_lock_bh
      0.23 ±  9%      +0.4        0.66        perf-profile.children.cycles-pp.tcp_mstamp_refresh
      0.00            +0.4        0.43 ±  5%  perf-profile.children.cycles-pp.check_preempt_wakeup
      0.00            +0.4        0.43 ±  4%  perf-profile.children.cycles-pp.finish_task_switch
      0.23 ±  6%      +0.4        0.67 ± 10%  perf-profile.children.cycles-pp.__ip_local_out
      0.18 ±  6%      +0.4        0.62 ±  4%  perf-profile.children.cycles-pp.tcp_event_new_data_sent
      0.23 ±  7%      +0.5        0.70 ±  9%  perf-profile.children.cycles-pp.ip_local_out
      0.15 ±  2%      +0.5        0.62        perf-profile.children.cycles-pp.enqueue_to_backlog
      0.00            +0.5        0.49 ±  4%  perf-profile.children.cycles-pp.check_preempt_curr
      0.35            +0.5        0.84 ±  3%  perf-profile.children.cycles-pp.__kmalloc_node_track_caller
      0.13 ±  6%      +0.5        0.64 ±  4%  perf-profile.children.cycles-pp.avc_has_perm
      0.35 ±  2%      +0.5        0.88 ±  3%  perf-profile.children.cycles-pp.__kmalloc_reserve
      0.00            +0.5        0.54 ±  4%  perf-profile.children.cycles-pp.ttwu_do_wakeup
      0.08 ±  8%      +0.5        0.62 ±  4%  perf-profile.children.cycles-pp.native_write_msr
      0.00            +0.5        0.55 ±  5%  perf-profile.children.cycles-pp.put_prev_entity
      0.36 ±  5%      +0.6        0.91 ±  2%  perf-profile.children.cycles-pp.ktime_get
      0.23 ±  4%      +0.6        0.79 ±  3%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.01 ±173%      +0.6        0.61 ±  4%  perf-profile.children.cycles-pp.__switch_to_asm
      0.22 ±  7%      +0.6        0.84        perf-profile.children.cycles-pp.read_tsc
      0.00            +0.6        0.62 ±  4%  perf-profile.children.cycles-pp.set_next_entity
      0.25 ±  2%      +0.6        0.89 ±  4%  perf-profile.children.cycles-pp.lock_sock_nested
      0.11 ±  7%      +0.7        0.83 ±  2%  perf-profile.children.cycles-pp.tcp_schedule_loss_probe
      0.57 ±  2%      +0.7        1.30 ±  3%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.14 ± 11%      +0.7        0.87 ±  3%  perf-profile.children.cycles-pp.___perf_sw_event
      0.00            +0.8        0.77 ±  2%  perf-profile.children.cycles-pp.update_cfs_group
      0.26 ±  8%      +0.8        1.04        perf-profile.children.cycles-pp.__tcp_send_ack
      0.00            +0.8        0.79 ±  6%  perf-profile.children.cycles-pp.available_idle_cpu
      0.42            +0.8        1.22 ±  2%  perf-profile.children.cycles-pp.__fget_light
      0.16 ±  2%      +0.8        0.98 ±  4%  perf-profile.children.cycles-pp.selinux_sock_rcv_skb_compat
      0.26 ±  4%      +0.8        1.10 ±  2%  perf-profile.children.cycles-pp.netif_rx_internal
      0.27 ±  3%      +0.8        1.11        perf-profile.children.cycles-pp.netif_rx
      0.24 ±  7%      +0.9        1.10 ±  3%  perf-profile.children.cycles-pp.selinux_ip_postroute_compat
      0.07 ± 17%      +0.9        0.96 ±  3%  perf-profile.children.cycles-pp.update_load_avg
      0.24 ±  6%      +0.9        1.15 ±  3%  perf-profile.children.cycles-pp.__inet_lookup_established
      0.52 ±  2%      +0.9        1.43        perf-profile.children.cycles-pp.sockfd_lookup_light
      0.30 ±  6%      +1.0        1.34 ±  2%  perf-profile.children.cycles-pp.selinux_ip_postroute
      0.59 ±  6%      +1.1        1.65        perf-profile.children.cycles-pp.entry_SYSCALL_64
      0.06 ± 15%      +1.1        1.19        perf-profile.children.cycles-pp.reweight_entity
      0.09 ± 11%      +1.1        1.24        perf-profile.children.cycles-pp.enqueue_entity
      0.15 ± 10%      +1.2        1.32 ±  5%  perf-profile.children.cycles-pp.__switch_to
      0.30 ±  3%      +1.2        1.52 ±  4%  perf-profile.children.cycles-pp.selinux_socket_sock_rcv_skb
      0.07 ± 17%      +1.3        1.34 ±  2%  perf-profile.children.cycles-pp.load_new_mm_cr3
      0.09 ± 13%      +1.3        1.41 ±  3%  perf-profile.children.cycles-pp.dequeue_entity
      0.33 ±  3%      +1.4        1.74 ±  2%  perf-profile.children.cycles-pp.security_sock_rcv_skb
      0.42 ±  4%      +1.4        1.83 ±  4%  perf-profile.children.cycles-pp.nf_hook_slow
      0.35 ±  4%      +1.5        1.87 ±  2%  perf-profile.children.cycles-pp.sk_filter_trim_cap
      0.36 ±  5%      +1.6        1.96 ±  2%  perf-profile.children.cycles-pp.kmem_cache_alloc_node
      0.46            +1.7        2.12        perf-profile.children.cycles-pp.loopback_xmit
      0.17 ±  9%      +1.7        1.83 ±  2%  perf-profile.children.cycles-pp.update_curr
      0.09 ± 13%      +1.7        1.81 ±  5%  perf-profile.children.cycles-pp.select_idle_sibling
      1.14 ±  3%      +1.8        2.93        perf-profile.children.cycles-pp.sk_stream_alloc_skb
      0.51 ±  2%      +1.9        2.35        perf-profile.children.cycles-pp.dev_hard_start_xmit
      0.13 ± 16%      +2.1        2.20 ±  4%  perf-profile.children.cycles-pp.select_task_rq_fair
      0.91 ±  7%      +2.1        3.04        perf-profile.children.cycles-pp.tcp_clean_rtx_queue
      0.21 ± 12%      +2.1        2.35        perf-profile.children.cycles-pp.preempt_schedule_common
      0.15 ± 11%      +2.3        2.42 ±  2%  perf-profile.children.cycles-pp.exit_to_usermode_loop
      1.31 ±  3%      +2.3        3.61        perf-profile.children.cycles-pp.__alloc_skb
      0.10 ± 12%      +2.3        2.41        perf-profile.children.cycles-pp.pick_next_task_fair
      0.32 ±  6%      +2.3        2.66        perf-profile.children.cycles-pp._cond_resched
      0.76 ±  2%      +2.7        3.49        perf-profile.children.cycles-pp.__dev_queue_xmit
      0.18 ±  8%      +2.7        2.93        perf-profile.children.cycles-pp.enqueue_task_fair
      1.22 ±  6%      +2.8        4.04        perf-profile.children.cycles-pp.tcp_ack
      0.20 ±  9%      +2.9        3.08        perf-profile.children.cycles-pp.ttwu_do_activate
      0.27            +3.0        3.25        perf-profile.children.cycles-pp.switch_mm_irqs_off
      0.16 ± 18%      +3.0        3.17 ±  2%  perf-profile.children.cycles-pp.dequeue_task_fair
      0.41 ±  9%      +6.3        6.76 ±  2%  perf-profile.children.cycles-pp.try_to_wake_up
      0.43 ± 10%      +6.6        7.05 ±  2%  perf-profile.children.cycles-pp.__wake_up_common
      0.43 ±  9%      +6.9        7.29 ±  2%  perf-profile.children.cycles-pp.__wake_up_common_lock
      0.58 ± 10%      +7.4        7.96        perf-profile.children.cycles-pp.schedule_timeout
      0.09 ± 48%      +7.5        7.56        perf-profile.children.cycles-pp.sock_def_readable
      0.58 ± 11%      +7.7        8.30        perf-profile.children.cycles-pp.wait_woken
     31.19            +7.8       39.02        perf-profile.children.cycles-pp.tcp_sendmsg_locked
      5.83            +8.7       14.51        perf-profile.children.cycles-pp.tcp_v4_rcv
      5.91            +9.0       14.89        perf-profile.children.cycles-pp.ip_protocol_deliver_rcu
      5.93            +9.0       14.96        perf-profile.children.cycles-pp.ip_local_deliver_finish
      5.97            +9.2       15.17        perf-profile.children.cycles-pp.ip_local_deliver
      0.03 ±173%      +9.3        9.34        perf-profile.children.cycles-pp.sk_wait_data
      0.73 ± 10%      +9.4       10.16        perf-profile.children.cycles-pp.schedule
      1.73 ±  5%      +9.8       11.49        perf-profile.children.cycles-pp.__release_sock
      6.16            +9.8       16.00        perf-profile.children.cycles-pp.ip_rcv
      1.94 ±  5%     +10.2       12.13        perf-profile.children.cycles-pp.release_sock
      6.33           +10.3       16.60        perf-profile.children.cycles-pp.__netif_receive_skb_one_core
      6.45           +11.0       17.45        perf-profile.children.cycles-pp.process_backlog
      6.20           +11.2       17.45        perf-profile.children.cycles-pp.tcp_rcv_established
      0.92 ± 10%     +11.4       12.32        perf-profile.children.cycles-pp.__schedule
      6.29           +11.5       17.81        perf-profile.children.cycles-pp.tcp_v4_do_rcv
      6.56           +11.6       18.13        perf-profile.children.cycles-pp.net_rx_action
      6.87 ±  2%     +11.7       18.56        perf-profile.children.cycles-pp.__softirqentry_text_start
      6.61           +12.0       18.63        perf-profile.children.cycles-pp.do_softirq_own_stack
      6.69           +12.4       19.10        perf-profile.children.cycles-pp.do_softirq
      6.79           +12.8       19.55        perf-profile.children.cycles-pp.__local_bh_enable_ip
      3.74 ±  4%     +14.9       18.68        perf-profile.children.cycles-pp.__tcp_push_pending_frames
      7.28           +16.2       23.50        perf-profile.children.cycles-pp.ip_finish_output2
      7.60           +18.2       25.75        perf-profile.children.cycles-pp.ip_output
     31.98           +19.4       51.39        perf-profile.children.cycles-pp.tcp_sendmsg
      7.84           +19.6       27.46        perf-profile.children.cycles-pp.__ip_queue_xmit
     32.26           +19.7       51.97        perf-profile.children.cycles-pp.sock_sendmsg
     32.86           +20.2       53.11        perf-profile.children.cycles-pp.__sys_sendto
     32.92           +20.4       53.30        perf-profile.children.cycles-pp.__x64_sys_sendto
      3.73 ±  5%     +20.5       24.20        perf-profile.children.cycles-pp.tcp_write_xmit
      8.20           +22.1       30.33        perf-profile.children.cycles-pp.__tcp_transmit_skb
     68.64           -45.8       22.88        perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      2.79 ±  3%      -1.3        1.54        perf-profile.self.cycles-pp.tcp_sendmsg_locked
      1.21 ±  2%      -0.9        0.32 ±  2%  perf-profile.self.cycles-pp.__free_pages_ok
      0.95 ±  8%      -0.7        0.22 ±  4%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      1.19 ±  3%      -0.7        0.53        perf-profile.self.cycles-pp.__check_object_size
      0.59 ±  4%      -0.6        0.04 ± 57%  perf-profile.self.cycles-pp.skb_clone
      0.64 ±  2%      -0.5        0.18 ±  9%  perf-profile.self.cycles-pp.free_one_page
      0.71 ±  3%      -0.3        0.37 ± 10%  perf-profile.self.cycles-pp.get_page_from_freelist
      0.39 ±  5%      -0.2        0.22 ±  7%  perf-profile.self.cycles-pp.__skb_clone
      0.49            -0.1        0.37 ±  3%  perf-profile.self.cycles-pp.__skb_datagram_iter
      0.09 ±  4%      -0.1        0.03 ±100%  perf-profile.self.cycles-pp.__mod_zone_page_state
      0.13 ±  6%      -0.0        0.09 ± 20%  perf-profile.self.cycles-pp.prep_new_page
      0.36            -0.0        0.33        perf-profile.self.cycles-pp.__list_del_entry_valid
      0.04 ± 58%      +0.0        0.08 ± 12%  perf-profile.self.cycles-pp.check_stack_object
      0.01 ±173%      +0.0        0.06 ±  9%  perf-profile.self.cycles-pp.copyin
      0.10 ± 12%      +0.0        0.15 ±  7%  perf-profile.self.cycles-pp.kfree_skbmem
      0.12 ± 10%      +0.0        0.17 ±  5%  perf-profile.self.cycles-pp.tcp_mstamp_refresh
      0.00            +0.1        0.05        perf-profile.self.cycles-pp.__wake_up_common_lock
      0.10            +0.1        0.15 ±  6%  perf-profile.self.cycles-pp.sockfd_lookup_light
      0.04 ± 58%      +0.1        0.10 ± 11%  perf-profile.self.cycles-pp.tcp_add_backlog
      0.01 ±173%      +0.1        0.07 ± 19%  perf-profile.self.cycles-pp.tcp_send_mss
      0.34 ±  3%      +0.1        0.40 ±  6%  perf-profile.self.cycles-pp.___might_sleep
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.ip_local_deliver_finish
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.__x86_indirect_thunk_r9
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.rb_first
      0.00            +0.1        0.06 ± 14%  perf-profile.self.cycles-pp.selinux_xfrm_sock_rcv_skb
      0.12 ±  8%      +0.1        0.18 ±  3%  perf-profile.self.cycles-pp.ip_send_check
      0.06 ±  7%      +0.1        0.12 ±  3%  perf-profile.self.cycles-pp.tcp_cleanup_rbuf
      0.00            +0.1        0.06 ± 11%  perf-profile.self.cycles-pp.check_preempt_curr
      0.00            +0.1        0.06        perf-profile.self.cycles-pp.tcp_push
      0.04 ± 60%      +0.1        0.10 ± 12%  perf-profile.self.cycles-pp.rb_next
      0.99 ±  3%      +0.1        1.05 ±  2%  perf-profile.self.cycles-pp.tcp_write_xmit
      0.00            +0.1        0.06 ± 13%  perf-profile.self.cycles-pp.tcp_chrono_stop
      0.00            +0.1        0.06 ±  6%  perf-profile.self.cycles-pp.tcp_chrono_start
      0.03 ±100%      +0.1        0.09 ± 17%  perf-profile.self.cycles-pp.tcp_established_options
      0.14 ±  5%      +0.1        0.21 ±  7%  perf-profile.self.cycles-pp._copy_from_iter_full
      0.08 ± 10%      +0.1        0.15 ±  3%  perf-profile.self.cycles-pp.__might_fault
      0.10 ±  5%      +0.1        0.17 ±  9%  perf-profile.self.cycles-pp.import_single_range
      0.09 ± 16%      +0.1        0.16 ±  8%  perf-profile.self.cycles-pp.inet_sendmsg
      0.07 ± 12%      +0.1        0.14 ±  5%  perf-profile.self.cycles-pp.__tcp_select_window
      0.00            +0.1        0.07 ±  5%  perf-profile.self.cycles-pp.tcp_rate_gen
      0.00            +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.rb_insert_color_cached
      0.00            +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.tcp_recv_timestamp
      0.40 ±  6%      +0.1        0.48 ±  3%  perf-profile.self.cycles-pp.__alloc_skb
      0.04 ± 57%      +0.1        0.11 ±  7%  perf-profile.self.cycles-pp.__tcp_push_pending_frames
      0.08 ±  5%      +0.1        0.16 ±  4%  perf-profile.self.cycles-pp.rcu_all_qs
      0.05            +0.1        0.13 ±  3%  perf-profile.self.cycles-pp.tcp_event_new_data_sent
      0.00            +0.1        0.08 ± 19%  perf-profile.self.cycles-pp.ip_rcv_finish
      0.00            +0.1        0.08 ± 14%  perf-profile.self.cycles-pp.__netif_receive_skb_one_core
      0.00            +0.1        0.08 ± 10%  perf-profile.self.cycles-pp.__copy_skb_header
      0.26 ±  3%      +0.1        0.33 ±  4%  perf-profile.self.cycles-pp._copy_to_iter
      0.00            +0.1        0.08 ± 10%  perf-profile.self.cycles-pp.sk_reset_timer
      0.01 ±173%      +0.1        0.10 ±  5%  perf-profile.self.cycles-pp.tcp_rcv_space_adjust
      0.00            +0.1        0.09 ± 13%  perf-profile.self.cycles-pp.perf_exclude_event
      0.08 ±  6%      +0.1        0.16 ±  5%  perf-profile.self.cycles-pp.__release_sock
      0.00            +0.1        0.09 ±  4%  perf-profile.self.cycles-pp.tcp_send_delayed_ack
      0.00            +0.1        0.09 ±  9%  perf-profile.self.cycles-pp.__sock_wfree
      0.00            +0.1        0.09 ±  4%  perf-profile.self.cycles-pp.lock_sock_nested
      0.00            +0.1        0.09 ±  7%  perf-profile.self.cycles-pp.tcp_update_skb_after_send
      0.00            +0.1        0.09 ± 17%  perf-profile.self.cycles-pp.selinux_ipv4_postroute
      0.00            +0.1        0.09 ± 11%  perf-profile.self.cycles-pp.netlbl_enabled
      0.00            +0.1        0.09 ±  7%  perf-profile.self.cycles-pp.resched_curr
      0.00            +0.1        0.09 ± 19%  perf-profile.self.cycles-pp.skb_clone_tx_timestamp
      0.00            +0.1        0.09 ±  4%  perf-profile.self.cycles-pp.tcp_rate_check_app_limited
      0.00            +0.1        0.09 ±  8%  perf-profile.self.cycles-pp.exit_to_usermode_loop
      0.18 ±  4%      +0.1        0.27 ±  8%  perf-profile.self.cycles-pp.kmem_cache_free
      0.01 ±173%      +0.1        0.11 ±  7%  perf-profile.self.cycles-pp.tcp_stream_memory_free
      0.00            +0.1        0.10 ±  5%  perf-profile.self.cycles-pp.deactivate_task
      0.00            +0.1        0.10 ±  9%  perf-profile.self.cycles-pp.sock_put
      0.00            +0.1        0.10 ± 17%  perf-profile.self.cycles-pp.tcp_queue_rcv
      0.50 ±  3%      +0.1        0.59 ±  4%  perf-profile.self.cycles-pp.skb_release_data
      0.00            +0.1        0.10 ±  4%  perf-profile.self.cycles-pp.tcp_update_pacing_rate
      0.00            +0.1        0.10 ± 14%  perf-profile.self.cycles-pp.activate_task
      0.17 ± 11%      +0.1        0.27 ±  7%  perf-profile.self.cycles-pp.ktime_get
      0.04 ± 57%      +0.1        0.14 ± 11%  perf-profile.self.cycles-pp.__tcp_send_ack
      0.03 ±100%      +0.1        0.13 ± 14%  perf-profile.self.cycles-pp.ktime_get_with_offset
      0.17 ±  6%      +0.1        0.27 ±  4%  perf-profile.self.cycles-pp.tcp_current_mss
      0.00            +0.1        0.11 ± 15%  perf-profile.self.cycles-pp.tcp_v4_fill_cb
      0.00            +0.1        0.11 ± 14%  perf-profile.self.cycles-pp.selinux_netlbl_sock_rcv_skb
      0.00            +0.1        0.11 ±  6%  perf-profile.self.cycles-pp.tcp_rate_skb_sent
      0.17 ± 12%      +0.1        0.28 ±  7%  perf-profile.self.cycles-pp.ksize
      0.00            +0.1        0.11 ± 11%  perf-profile.self.cycles-pp.selinux_ipv4_output
      0.00            +0.1        0.11 ± 11%  perf-profile.self.cycles-pp.bictcp_cong_avoid
      0.04 ± 58%      +0.1        0.15 ±  9%  perf-profile.self.cycles-pp.tcp_v4_do_rcv
      0.00            +0.1        0.11 ±  9%  perf-profile.self.cycles-pp.do_softirq_own_stack
      0.00            +0.1        0.12 ± 13%  perf-profile.self.cycles-pp.validate_xmit_skb
      0.00            +0.1        0.12 ±  9%  perf-profile.self.cycles-pp.__tcp_v4_send_check
      0.00            +0.1        0.12 ±  9%  perf-profile.self.cycles-pp.rcu_note_context_switch
      0.00            +0.1        0.12 ±  7%  perf-profile.self.cycles-pp.__kfree_skb_flush
      0.03 ±100%      +0.1        0.14 ±  5%  perf-profile.self.cycles-pp.simple_copy_to_iter
      0.00            +0.1        0.12 ±  5%  perf-profile.self.cycles-pp.tcp_newly_delivered
      0.00            +0.1        0.12        perf-profile.self.cycles-pp.__tcp_ack_snd_check
      0.00            +0.1        0.12        perf-profile.self.cycles-pp.bictcp_acked
      0.00            +0.1        0.12 ± 11%  perf-profile.self.cycles-pp.bictcp_cwnd_event
      0.00            +0.1        0.12 ±  3%  perf-profile.self.cycles-pp.eth_type_trans
      0.00            +0.1        0.12 ±  4%  perf-profile.self.cycles-pp.ip_finish_output
      0.00            +0.1        0.13 ± 11%  perf-profile.self.cycles-pp.sock_sendmsg
      0.00            +0.1        0.13 ±  7%  perf-profile.self.cycles-pp.woken_wake_function
      0.10 ±  7%      +0.1        0.23 ± 10%  perf-profile.self.cycles-pp.skb_page_frag_refill
      0.00            +0.1        0.13 ±  8%  perf-profile.self.cycles-pp.rb_erase_cached
      0.00            +0.1        0.13 ±  6%  perf-profile.self.cycles-pp._cond_resched
      0.01 ±173%      +0.1        0.15 ±  7%  perf-profile.self.cycles-pp.netif_skb_features
      0.00            +0.1        0.14 ±  6%  perf-profile.self.cycles-pp.sk_wait_data
      0.00            +0.1        0.14 ±  3%  perf-profile.self.cycles-pp.__ip_local_out
      0.00            +0.1        0.14 ±  3%  perf-profile.self.cycles-pp.tcp_v4_send_check
      0.02 ±173%      +0.1        0.15 ±  9%  perf-profile.self.cycles-pp.release_sock
      0.00            +0.1        0.14 ± 10%  perf-profile.self.cycles-pp.__enqueue_entity
      0.00            +0.1        0.14 ±  6%  perf-profile.self.cycles-pp.set_next_entity
      0.00            +0.1        0.14 ±  7%  perf-profile.self.cycles-pp.set_next_buddy
      0.00            +0.1        0.14 ±  8%  perf-profile.self.cycles-pp.schedule_timeout
      0.00            +0.1        0.14 ±  5%  perf-profile.self.cycles-pp.sk_filter_trim_cap
      0.04 ± 58%      +0.1        0.18 ±  2%  perf-profile.self.cycles-pp.ip_rcv
      0.05 ± 58%      +0.1        0.19 ±  8%  perf-profile.self.cycles-pp.tcp_sendmsg
      0.00            +0.1        0.14 ±  5%  perf-profile.self.cycles-pp.tcp_event_data_recv
      0.00            +0.1        0.14 ±  7%  perf-profile.self.cycles-pp.put_prev_entity
      0.00            +0.1        0.14 ±  3%  perf-profile.self.cycles-pp.tcp_rearm_rto
      0.01 ±173%      +0.1        0.16 ± 11%  perf-profile.self.cycles-pp.__list_add_valid
      0.04 ± 58%      +0.1        0.19 ±  8%  perf-profile.self.cycles-pp.__x64_sys_sendto
      0.00            +0.1        0.15 ±  2%  perf-profile.self.cycles-pp.netif_rx_internal
      0.00            +0.1        0.15 ±  7%  perf-profile.self.cycles-pp.__usecs_to_jiffies
      0.03 ±100%      +0.2        0.18 ± 14%  perf-profile.self.cycles-pp.tcp_release_cb
      0.00            +0.2        0.15 ±  2%  perf-profile.self.cycles-pp.tcp_wfree
      0.00            +0.2        0.16 ±  6%  perf-profile.self.cycles-pp.clear_buddies
      0.00            +0.2        0.16 ±  6%  perf-profile.self.cycles-pp.raw_local_deliver
      0.00            +0.2        0.16 ±  8%  perf-profile.self.cycles-pp.__check_heap_object
      0.00            +0.2        0.16 ±  6%  perf-profile.self.cycles-pp.__wake_up_common
      0.00            +0.2        0.17 ±  6%  perf-profile.self.cycles-pp.__sk_dst_check
      0.00            +0.2        0.17 ± 11%  perf-profile.self.cycles-pp.find_next_bit
      0.04 ± 58%      +0.2        0.21 ±  5%  perf-profile.self.cycles-pp.ip_protocol_deliver_rcu
      0.00            +0.2        0.18 ±  2%  perf-profile.self.cycles-pp.schedule
      0.01 ±173%      +0.2        0.19 ± 28%  perf-profile.self.cycles-pp.nf_hook_slow
      0.16 ±  7%      +0.2        0.34        perf-profile.self.cycles-pp.sock_has_perm
      0.06 ± 11%      +0.2        0.24 ±  2%  perf-profile.self.cycles-pp.selinux_ip_postroute
      0.01 ±173%      +0.2        0.20 ±  7%  perf-profile.self.cycles-pp.security_sock_rcv_skb
      0.17 ±  3%      +0.2        0.35 ±  5%  perf-profile.self.cycles-pp.mod_timer
      0.01 ±173%      +0.2        0.20 ± 12%  perf-profile.self.cycles-pp.inet_recvmsg
      0.01 ±173%      +0.2        0.20 ±  2%  perf-profile.self.cycles-pp.kmalloc_slab
      0.00            +0.2        0.19 ±  6%  perf-profile.self.cycles-pp.cpumask_next_wrap
      0.00            +0.2        0.19 ±  9%  perf-profile.self.cycles-pp.sk_stream_alloc_skb
      0.07 ±  7%      +0.2        0.26 ± 10%  perf-profile.self.cycles-pp.sock_def_readable
      0.00            +0.2        0.20 ±  2%  perf-profile.self.cycles-pp.update_rq_clock
      0.00            +0.2        0.20 ±  5%  perf-profile.self.cycles-pp.__x64_sys_recvfrom
      0.00            +0.2        0.20 ±  2%  perf-profile.self.cycles-pp.native_load_tls
      0.07 ±  7%      +0.2        0.27 ±  4%  perf-profile.self.cycles-pp.ksoftirqd_running
      0.00            +0.2        0.20 ±  5%  perf-profile.self.cycles-pp.tcp_ack_update_rtt
      0.16 ±  4%      +0.2        0.36 ±  5%  perf-profile.self.cycles-pp.__sys_sendto
      0.01 ±173%      +0.2        0.22 ±  3%  perf-profile.self.cycles-pp.ip_local_deliver
      0.00            +0.2        0.20 ±  4%  perf-profile.self.cycles-pp.do_softirq
      0.03 ±100%      +0.2        0.23 ± 10%  perf-profile.self.cycles-pp.dev_hard_start_xmit
      0.00            +0.2        0.21 ±  9%  perf-profile.self.cycles-pp.ip_rcv_finish_core
      0.00            +0.2        0.21 ±  5%  perf-profile.self.cycles-pp.account_entity_enqueue
      0.12 ±  5%      +0.2        0.33 ±  2%  perf-profile.self.cycles-pp.__might_sleep
      0.00            +0.2        0.21 ± 11%  perf-profile.self.cycles-pp.inet_ehashfn
      0.00            +0.2        0.23 ±  3%  perf-profile.self.cycles-pp.pick_next_entity
      0.00            +0.2        0.23 ±  4%  perf-profile.self.cycles-pp.dequeue_entity
      0.15 ±  5%      +0.2        0.39 ±  4%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.00            +0.2        0.24 ±  5%  perf-profile.self.cycles-pp.enqueue_entity
      0.09 ± 14%      +0.3        0.34 ±  6%  perf-profile.self.cycles-pp.ip_rcv_core
      0.00            +0.3        0.26 ±  4%  perf-profile.self.cycles-pp.check_preempt_wakeup
      0.00            +0.3        0.28 ±  8%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.08 ±  6%      +0.3        0.36 ±  5%  perf-profile.self.cycles-pp.selinux_parse_skb
      0.00            +0.3        0.29 ±  5%  perf-profile.self.cycles-pp.finish_task_switch
      0.08 ±  6%      +0.3        0.38 ±  6%  perf-profile.self.cycles-pp.__softirqentry_text_start
      0.00            +0.3        0.31 ±  6%  perf-profile.self.cycles-pp.__calc_delta
      0.00            +0.3        0.31 ±  6%  perf-profile.self.cycles-pp.cpuacct_charge
      0.18 ±  6%      +0.3        0.50        perf-profile.self.cycles-pp.tcp_ack
      0.08 ±  5%      +0.3        0.40        perf-profile.self.cycles-pp.enqueue_to_backlog
      0.06 ±  9%      +0.3        0.37 ±  6%  perf-profile.self.cycles-pp.selinux_sock_rcv_skb_compat
      0.00            +0.3        0.32        perf-profile.self.cycles-pp.copy_user_generic_unrolled
      0.01 ±173%      +0.3        0.33 ±  7%  perf-profile.self.cycles-pp.update_min_vruntime
      0.08            +0.3        0.40 ±  6%  perf-profile.self.cycles-pp.__sys_recvfrom
      0.21 ±  8%      +0.3        0.54 ±  2%  perf-profile.self.cycles-pp.ipv4_mtu
      0.00            +0.3        0.33 ±  6%  perf-profile.self.cycles-pp.account_entity_dequeue
      0.24 ±  3%      +0.3        0.57 ±  5%  perf-profile.self.cycles-pp.do_syscall_64
      0.00            +0.3        0.33 ±  9%  perf-profile.self.cycles-pp.native_sched_clock
      0.00            +0.3        0.33 ±  4%  perf-profile.self.cycles-pp.try_to_wake_up
      0.08 ± 13%      +0.3        0.42 ±  9%  perf-profile.self.cycles-pp.ip_output
      0.00            +0.3        0.34 ±  5%  perf-profile.self.cycles-pp.wait_woken
      0.11 ± 11%      +0.3        0.46 ±  4%  perf-profile.self.cycles-pp.__local_bh_enable_ip
      0.00            +0.3        0.35 ±  8%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.15 ±  8%      +0.4        0.51 ±  4%  perf-profile.self.cycles-pp.tcp_rcv_established
      0.15 ±  4%      +0.4        0.52 ±  3%  perf-profile.self.cycles-pp.__netif_receive_skb_core
      0.10 ± 12%      +0.4        0.47 ±  4%  perf-profile.self.cycles-pp.selinux_ip_postroute_compat
      0.01 ±173%      +0.4        0.39 ±  5%  perf-profile.self.cycles-pp.__update_load_avg_se
      0.00            +0.4        0.38 ±  2%  perf-profile.self.cycles-pp.select_task_rq_fair
      0.14 ± 10%      +0.4        0.53 ±  4%  perf-profile.self.cycles-pp.__ip_queue_xmit
      0.10 ±  7%      +0.4        0.50 ±  3%  perf-profile.self.cycles-pp.ipv4_dst_check
      0.00            +0.4        0.40 ±  5%  perf-profile.self.cycles-pp.dst_release
      0.07 ± 10%      +0.4        0.47 ±  3%  perf-profile.self.cycles-pp.loopback_xmit
      0.12 ±  5%      +0.4        0.53 ±  5%  perf-profile.self.cycles-pp.selinux_socket_sock_rcv_skb
      0.29 ±  5%      +0.4        0.70 ±  5%  perf-profile.self.cycles-pp.__virt_addr_valid
      0.17 ±  6%      +0.4        0.58 ±  6%  perf-profile.self.cycles-pp.__kmalloc_node_track_caller
      0.00            +0.4        0.42 ±  4%  perf-profile.self.cycles-pp.tcp_schedule_loss_probe
      0.07 ± 11%      +0.4        0.49 ±  5%  perf-profile.self.cycles-pp.net_rx_action
      0.17 ±  6%      +0.4        0.59 ±  2%  perf-profile.self.cycles-pp._raw_spin_lock_bh
      0.11 ±  4%      +0.4        0.55 ±  2%  perf-profile.self.cycles-pp.tcp_clean_rtx_queue
      0.01 ±173%      +0.4        0.45 ±  8%  perf-profile.self.cycles-pp.select_idle_sibling
      0.09 ±  9%      +0.5        0.55 ±  3%  perf-profile.self.cycles-pp.process_backlog
      0.00            +0.5        0.48 ±  4%  perf-profile.self.cycles-pp.reweight_entity
      0.00            +0.5        0.49 ±  4%  perf-profile.self.cycles-pp.update_load_avg
      0.21 ±  3%      +0.5        0.71 ±  3%  perf-profile.self.cycles-pp.kmem_cache_alloc_node
      0.15 ±  7%      +0.5        0.65 ±  2%  perf-profile.self.cycles-pp.__dev_queue_xmit
      0.12 ±  4%      +0.5        0.64 ±  3%  perf-profile.self.cycles-pp.avc_has_perm
      0.18 ±  6%      +0.5        0.71 ±  2%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.06 ±  7%      +0.5        0.59        perf-profile.self.cycles-pp.enqueue_task_fair
      0.08 ±  8%      +0.5        0.62 ±  4%  perf-profile.self.cycles-pp.native_write_msr
      0.24            +0.6        0.79 ±  2%  perf-profile.self.cycles-pp._raw_spin_lock
      0.18 ±  8%      +0.6        0.74 ±  3%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.17 ±  7%      +0.6        0.75 ±  3%  perf-profile.self.cycles-pp.tcp_v4_rcv
      0.16 ±  8%      +0.6        0.74 ±  6%  perf-profile.self.cycles-pp.ip_finish_output2
      0.21 ±  7%      +0.6        0.80        perf-profile.self.cycles-pp.read_tsc
      0.01 ±173%      +0.6        0.61 ±  4%  perf-profile.self.cycles-pp.__switch_to_asm
      0.40 ±  5%      +0.6        1.02 ±  2%  perf-profile.self.cycles-pp.tcp_recvmsg
      0.01 ±173%      +0.6        0.63        perf-profile.self.cycles-pp.dequeue_task_fair
      0.11 ± 17%      +0.6        0.76 ±  4%  perf-profile.self.cycles-pp.___perf_sw_event
      0.01 ±173%      +0.7        0.66 ±  3%  perf-profile.self.cycles-pp.pick_next_task_fair
      0.57 ±  2%      +0.7        1.29 ±  3%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      0.20 ±  4%      +0.7        0.92 ±  2%  perf-profile.self.cycles-pp.__inet_lookup_established
      0.00            +0.8        0.75 ±  2%  perf-profile.self.cycles-pp.update_cfs_group
      0.00            +0.8        0.78 ±  6%  perf-profile.self.cycles-pp.available_idle_cpu
      0.41 ±  2%      +0.8        1.21 ±  2%  perf-profile.self.cycles-pp.__fget_light
      0.09 ±  7%      +0.8        0.91 ±  4%  perf-profile.self.cycles-pp.update_curr
      0.59 ±  6%      +1.1        1.65        perf-profile.self.cycles-pp.entry_SYSCALL_64
      0.15 ± 10%      +1.1        1.28 ±  6%  perf-profile.self.cycles-pp.__switch_to
      0.36 ±  4%      +1.2        1.56 ±  3%  perf-profile.self.cycles-pp.__tcp_transmit_skb
      0.07 ± 17%      +1.3        1.34 ±  3%  perf-profile.self.cycles-pp.load_new_mm_cr3
      0.18 ± 10%      +1.4        1.58 ±  4%  perf-profile.self.cycles-pp.__schedule
      0.20 ±  7%      +1.7        1.91        perf-profile.self.cycles-pp.switch_mm_irqs_off



***************************************************************************************************
lkp-bdw-ex1: 192 threads Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz with 496G memory
=========================================================================================
compiler/cpufreq_governor/ipc/kconfig/mode/nr_threads/rootfs/tbox_group/testcase/ucode:
  gcc-7/performance/pipe/x86_64-rhel-7.6/process/50%/debian-x86_64-2018-04-03.cgz/lkp-bdw-ex1/hackbench/0xb00002e

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
          1:4          -25%            :4     dmesg.WARNING:at#for_ip_interrupt_entry/0x
          1:4          -25%            :4     dmesg.WARNING:at_ip__mutex_lock/0x
         %stddev     %change         %stddev
             \          |                \  
    225085           +20.7%     271587        hackbench.throughput
   1058413 ±  7%     +33.3%    1410372        hackbench.time.minor_page_faults
     19065            -2.3%      18634        hackbench.time.percent_of_cpu_this_job_got
      9645 ±  8%     +19.0%      11481        hackbench.time.user_time
 1.017e+10 ±  7%     -19.7%  8.168e+09 ±  2%  hackbench.time.voluntary_context_switches
  1.44e+09 ±  6%     +28.0%  1.843e+09        hackbench.workload
      0.79 ±  3%      +1.7        2.47 ±  7%  mpstat.cpu.all.idle%
     34.74           +12.0%      38.90        boot-time.boot
     28.21           +14.5%      32.29        boot-time.dhcp
      5528           +12.9%       6240        boot-time.idle
     91.00            -2.2%      89.00        vmstat.cpu.sy
  26090461           -11.9%   22992916 ±  2%  vmstat.system.cs
   2023424           -67.6%     656476 ±  2%  vmstat.system.in
    118103           +17.3%     138478        meminfo.KReclaimable
    143555            -9.7%     129637        meminfo.PageTables
    118103           +17.3%     138478        meminfo.SReclaimable
    373765           +11.3%     415847        meminfo.SUnreclaim
    491869           +12.7%     554326        meminfo.Slab
      6573 ±  5%     -19.7%       5280        meminfo.max_used_kB
  80384140 ±  5%   +1337.5%  1.155e+09 ± 10%  cpuidle.C1.time
   5827350 ±  3%   +2214.5%  1.349e+08 ±  8%  cpuidle.C1.usage
  46189550 ± 37%    +496.9%  2.757e+08 ± 10%  cpuidle.C1E.time
   1101909 ± 22%    +850.6%   10474649 ±  8%  cpuidle.C1E.usage
    793329 ± 39%    +976.4%    8539791 ±  2%  cpuidle.C3.usage
   4764546 ±  2%   +1945.0%   97434431 ±  4%  cpuidle.POLL.time
   2667063 ±  3%   +1184.9%   34270224 ±  7%  cpuidle.POLL.usage
  14223281 ±  9%    +123.8%   31833665 ± 18%  numa-numastat.node0.local_node
  14245058 ±  9%    +123.7%   31860058 ± 18%  numa-numastat.node0.numa_hit
  13877141 ±  8%    +107.3%   28770568 ± 15%  numa-numastat.node1.local_node
  13897330 ±  8%    +107.1%   28787652 ± 15%  numa-numastat.node1.numa_hit
  13921425 ±  8%     +84.1%   25635940 ±  9%  numa-numastat.node2.local_node
  13944795 ±  8%     +84.0%   25662367 ±  9%  numa-numastat.node2.numa_hit
  13357443 ±  4%     +96.2%   26207503 ±  6%  numa-numastat.node3.local_node
  13384220 ±  4%     +96.0%   26230793 ±  5%  numa-numastat.node3.numa_hit
      2571            -1.4%       2536        turbostat.Avg_MHz
   5826140 ±  3%   +2214.9%  1.349e+08 ±  8%  turbostat.C1
      0.07 ±  6%      +0.8        0.90 ± 10%  turbostat.C1%
   1099303 ± 22%    +852.3%   10469166 ±  8%  turbostat.C1E
      0.04 ± 43%      +0.2        0.21 ± 11%  turbostat.C1E%
    791586 ± 39%    +978.6%    8538372 ±  2%  turbostat.C3
      0.44 ± 11%    +271.6%       1.64 ±  8%  turbostat.CPU%c1
 1.274e+09 ±  6%     -65.6%  4.386e+08 ±  2%  turbostat.IRQ
      0.25 ± 12%     +30.0%       0.33 ± 16%  turbostat.Pkg%pc2
    647.04            -2.7%     629.50        turbostat.PkgWatt
     32.05            +9.0%      34.95        turbostat.RAMWatt
     17253 ±  3%     -82.2%       3070 ± 62%  numa-meminfo.node0.Inactive
     17060 ±  2%     -83.1%       2880 ± 66%  numa-meminfo.node0.Inactive(anon)
     11133 ±  6%     -46.5%       5957 ±  9%  numa-meminfo.node0.Mapped
      3811 ± 55%     -65.2%       1325 ± 85%  numa-meminfo.node1.Inactive
      3808 ± 55%     -66.7%       1267 ± 92%  numa-meminfo.node1.Inactive(anon)
    957.50 ± 10%   +1864.8%      18812 ±  5%  numa-meminfo.node3.Inactive
    861.25 ± 16%   +2073.1%      18716 ±  5%  numa-meminfo.node3.Inactive(anon)
     17808 ± 28%    +130.6%      41070 ± 32%  numa-meminfo.node3.KReclaimable
      5513 ±  2%    +103.1%      11197 ±  7%  numa-meminfo.node3.Mapped
    524693 ± 10%     +41.7%     743357 ± 12%  numa-meminfo.node3.MemUsed
     17808 ± 28%    +130.6%      41070 ± 32%  numa-meminfo.node3.SReclaimable
     50883 ± 11%     +30.0%      66155 ± 10%  numa-meminfo.node3.SUnreclaim
      1836 ±  5%   +3416.7%      64584 ±119%  numa-meminfo.node3.Shmem
     68692 ± 15%     +56.1%     107226 ± 14%  numa-meminfo.node3.Slab
     95537            -4.0%      91729        proc-vmstat.nr_anon_pages
     83424            -7.6%      77117        proc-vmstat.nr_kernel_stack
     35854            -9.5%      32440        proc-vmstat.nr_page_table_pages
     29528           +17.2%      34621        proc-vmstat.nr_slab_reclaimable
     93432           +11.3%     103981        proc-vmstat.nr_slab_unreclaimable
    178719 ±  3%     +61.6%     288853 ±  2%  proc-vmstat.numa_hint_faults
     12925 ± 15%    +307.1%      52624 ±  5%  proc-vmstat.numa_hint_faults_local
  55484275 ±  5%    +102.9%  1.126e+08 ±  5%  proc-vmstat.numa_hit
  55392142 ±  5%    +103.0%  1.125e+08 ±  5%  proc-vmstat.numa_local
    167271 ±  2%     +40.5%     234982 ±  2%  proc-vmstat.numa_pages_migrated
    232883 ± 10%     +59.3%     371095 ±  4%  proc-vmstat.numa_pte_updates
  55702774 ±  5%    +102.5%  1.128e+08 ±  5%  proc-vmstat.pgalloc_normal
   2462650 ±  6%     +34.2%    3304036        proc-vmstat.pgfault
  55575748 ±  5%    +102.7%  1.127e+08 ±  5%  proc-vmstat.pgfree
    167271 ±  2%     +40.5%     234982 ±  2%  proc-vmstat.pgmigrate_success
      4245           -83.4%     703.75 ± 67%  numa-vmstat.node0.nr_inactive_anon
      2768 ±  5%     -46.7%       1475 ±  7%  numa-vmstat.node0.nr_mapped
      4245           -83.4%     703.75 ± 67%  numa-vmstat.node0.nr_zone_inactive_anon
   7575783 ±  9%    +121.7%   16796777 ± 15%  numa-vmstat.node0.numa_hit
   7553618 ±  9%    +121.1%   16701260 ± 15%  numa-vmstat.node0.numa_local
     22165 ± 30%    +330.9%      95520 ±  8%  numa-vmstat.node0.numa_other
    941.75 ± 55%     -64.9%     331.00 ± 95%  numa-vmstat.node1.nr_inactive_anon
    941.75 ± 55%     -64.9%     331.00 ± 95%  numa-vmstat.node1.nr_zone_inactive_anon
   7139830 ± 10%    +106.4%   14735299 ± 17%  numa-vmstat.node1.numa_hit
   7037135 ± 10%    +108.2%   14652179 ± 18%  numa-vmstat.node1.numa_local
   7348799 ±  8%     +82.5%   13409238 ± 10%  numa-vmstat.node2.numa_hit
   7243086 ±  9%     +84.1%   13333727 ± 10%  numa-vmstat.node2.numa_local
    215.00 ± 16%   +2076.3%       4679 ±  5%  numa-vmstat.node3.nr_inactive_anon
      1376 ±  2%    +103.1%       2795 ±  7%  numa-vmstat.node3.nr_mapped
    458.25 ±  5%   +3421.2%      16136 ±119%  numa-vmstat.node3.nr_shmem
      4451 ± 28%    +130.6%      10264 ± 32%  numa-vmstat.node3.nr_slab_reclaimable
     12720 ± 11%     +30.0%      16539 ± 10%  numa-vmstat.node3.nr_slab_unreclaimable
    215.00 ± 16%   +2076.3%       4679 ±  5%  numa-vmstat.node3.nr_zone_inactive_anon
   6915529 ±  4%    +103.4%   14068626 ±  6%  numa-vmstat.node3.numa_hit
   6806794 ±  4%    +105.4%   13980250 ±  6%  numa-vmstat.node3.numa_local
    118050           +18.4%     139759        slabinfo.Acpi-Parse.active_objs
      1669           +16.7%       1948        slabinfo.Acpi-Parse.active_slabs
    121872           +16.7%     142239        slabinfo.Acpi-Parse.num_objs
      1669           +16.7%       1948        slabinfo.Acpi-Parse.num_slabs
      2214 ± 18%     +22.8%       2719 ±  6%  slabinfo.UNIX.active_objs
      2214 ± 18%     +22.8%       2719 ±  6%  slabinfo.UNIX.num_objs
     25084 ±  2%     +25.0%      31345 ±  2%  slabinfo.cred_jar.active_objs
    599.00 ±  2%     +24.7%     747.25 ±  2%  slabinfo.cred_jar.active_slabs
     25176 ±  2%     +24.7%      31406 ±  2%  slabinfo.cred_jar.num_objs
    599.00 ±  2%     +24.7%     747.25 ±  2%  slabinfo.cred_jar.num_slabs
    128657 ±  2%     +18.0%     151825        slabinfo.dentry.active_objs
      3237           +15.6%       3742        slabinfo.dentry.active_slabs
    136004           +15.6%     157201        slabinfo.dentry.num_objs
      3237           +15.6%       3742        slabinfo.dentry.num_slabs
     22429 ±  3%     +15.8%      25964        slabinfo.files_cache.active_objs
     22431 ±  3%     +15.8%      25965        slabinfo.files_cache.num_objs
     15915 ±  2%      +9.8%      17481        slabinfo.kmalloc-192.active_objs
     16087 ±  2%      +9.5%      17613        slabinfo.kmalloc-192.num_objs
     15638 ±  2%      +9.0%      17045        slabinfo.kmalloc-1k.num_objs
     18532 ±  4%     +16.0%      21490        slabinfo.mm_struct.active_objs
    618.25 ±  4%     +16.1%     718.00        slabinfo.mm_struct.active_slabs
     18551 ±  4%     +16.2%      21552        slabinfo.mm_struct.num_objs
    618.25 ±  4%     +16.1%     718.00        slabinfo.mm_struct.num_slabs
    135.75 ±  7%     +60.4%     217.75 ± 19%  slabinfo.nfs_read_data.active_objs
    135.75 ±  7%     +60.4%     217.75 ± 19%  slabinfo.nfs_read_data.num_objs
     24754 ±  4%     +23.8%      30656        slabinfo.pid.active_objs
     24785 ±  4%     +23.7%      30656        slabinfo.pid.num_objs
     32723 ±  2%     +87.7%      61435        slabinfo.proc_inode_cache.active_objs
    813.00           +57.2%       1277        slabinfo.proc_inode_cache.active_slabs
     39863           +57.1%      62638        slabinfo.proc_inode_cache.num_objs
    813.00           +57.2%       1277        slabinfo.proc_inode_cache.num_slabs
      9611           +62.9%      15655        slabinfo.sighand_cache.active_objs
    644.25           +62.5%       1047        slabinfo.sighand_cache.active_slabs
      9668           +62.6%      15716        slabinfo.sighand_cache.num_objs
    644.25           +62.5%       1047        slabinfo.sighand_cache.num_slabs
     12738           +76.2%      22441        slabinfo.signal_cache.active_objs
    427.75           +75.4%     750.25        slabinfo.signal_cache.active_slabs
     12841           +75.3%      22515        slabinfo.signal_cache.num_objs
    427.75           +75.4%     750.25        slabinfo.signal_cache.num_slabs
      4592 ± 14%     +23.6%       5675 ±  6%  slabinfo.sock_inode_cache.active_objs
      4592 ± 14%     +23.6%       5675 ±  6%  slabinfo.sock_inode_cache.num_objs
     21488 ±  6%     +30.9%      28121        slabinfo.task_delay_info.active_objs
    422.00 ±  6%     +30.6%     551.00        slabinfo.task_delay_info.active_slabs
     21526 ±  6%     +30.6%      28121        slabinfo.task_delay_info.num_objs
    422.00 ±  6%     +30.6%     551.00        slabinfo.task_delay_info.num_slabs
     13.54           -21.9%      10.57        perf-stat.i.MPKI
 4.103e+10            -9.8%  3.702e+10        perf-stat.i.branch-instructions
   6.7e+08           -10.1%  6.024e+08        perf-stat.i.branch-misses
      2.05 ± 11%      +2.7        4.71 ±  6%  perf-stat.i.cache-miss-rate%
  50229736 ± 11%     +76.3%   88567937 ±  5%  perf-stat.i.cache-misses
 2.765e+09           -30.8%  1.914e+09        perf-stat.i.cache-references
  26233734           -11.7%   23173794 ±  2%  perf-stat.i.context-switches
      2.45           +10.2%       2.70        perf-stat.i.cpi
 4.917e+11            -1.2%  4.858e+11        perf-stat.i.cpu-cycles
   5293732 ±  2%     +54.8%    8194027 ±  2%  perf-stat.i.cpu-migrations
     27550 ± 12%     -65.5%       9499 ±  8%  perf-stat.i.cycles-between-cache-misses
      1.45            -0.2        1.30 ±  5%  perf-stat.i.dTLB-load-miss-rate%
 8.798e+08           -17.4%  7.269e+08 ±  5%  perf-stat.i.dTLB-load-misses
 5.975e+10            -7.2%  5.545e+10        perf-stat.i.dTLB-loads
      0.17            -0.0        0.15 ±  3%  perf-stat.i.dTLB-store-miss-rate%
  60651584           -18.4%   49461675 ±  2%  perf-stat.i.dTLB-store-misses
 3.514e+10            -5.7%  3.315e+10        perf-stat.i.dTLB-stores
 2.351e+08            -8.5%   2.15e+08        perf-stat.i.iTLB-load-misses
 1.892e+08 ±  2%     -10.6%  1.692e+08 ±  2%  perf-stat.i.iTLB-loads
 2.047e+11            -9.3%  1.856e+11        perf-stat.i.instructions
      0.42            -8.1%       0.38        perf-stat.i.ipc
      3799           +26.5%       4807        perf-stat.i.minor-faults
  27633184 ± 12%     +54.1%   42582875 ±  5%  perf-stat.i.node-load-misses
     90038 ±  8%    +178.4%     250669 ±  5%  perf-stat.i.node-loads
     67.09            +5.7       72.77        perf-stat.i.node-store-miss-rate%
   9277169 ± 11%    +104.8%   19002157 ±  4%  perf-stat.i.node-store-misses
      3799           +26.5%       4808        perf-stat.i.page-faults
     13.51           -23.7%      10.31        perf-stat.overall.MPKI
      1.82 ± 11%      +2.8        4.62 ±  6%  perf-stat.overall.cache-miss-rate%
      2.40            +9.0%       2.62        perf-stat.overall.cpi
      9929 ± 13%     -44.4%       5521 ±  5%  perf-stat.overall.cycles-between-cache-misses
      1.45            -0.2        1.29 ±  5%  perf-stat.overall.dTLB-load-miss-rate%
      0.17            -0.0        0.15 ±  3%  perf-stat.overall.dTLB-store-miss-rate%
      0.42            -8.3%       0.38        perf-stat.overall.ipc
     58.76           +14.9       73.64        perf-stat.overall.node-store-miss-rate%
     88974           -24.9%      66848        perf-stat.overall.path-length
 4.094e+10            -9.9%   3.69e+10        perf-stat.ps.branch-instructions
 6.685e+08           -10.2%      6e+08        perf-stat.ps.branch-misses
  50223002 ± 11%     +75.3%   88020389 ±  5%  perf-stat.ps.cache-misses
 2.759e+09           -30.9%  1.907e+09        perf-stat.ps.cache-references
  26169969           -11.9%   23059459 ±  2%  perf-stat.ps.context-switches
 4.907e+11            -1.3%  4.846e+11        perf-stat.ps.cpu-cycles
   5281365 ±  3%     +54.4%    8155464 ±  2%  perf-stat.ps.cpu-migrations
 8.777e+08           -17.6%  7.234e+08 ±  5%  perf-stat.ps.dTLB-load-misses
 5.961e+10            -7.3%  5.526e+10        perf-stat.ps.dTLB-loads
  60508109           -18.7%   49220837 ±  2%  perf-stat.ps.dTLB-store-misses
 3.506e+10            -5.8%  3.304e+10        perf-stat.ps.dTLB-stores
 2.345e+08            -8.7%  2.141e+08        perf-stat.ps.iTLB-load-misses
 1.887e+08 ±  2%     -10.8%  1.684e+08 ±  2%  perf-stat.ps.iTLB-loads
 2.042e+11            -9.4%   1.85e+11        perf-stat.ps.instructions
      3839           +26.8%       4870        perf-stat.ps.minor-faults
  27612727 ± 12%     +53.3%   42317022 ±  5%  perf-stat.ps.node-load-misses
     90315 ±  8%    +177.1%     250238 ±  5%  perf-stat.ps.node-loads
   9279131 ± 11%    +103.5%   18886440 ±  4%  perf-stat.ps.node-store-misses
      3839           +26.8%       4870        perf-stat.ps.page-faults
      7533 ±173%   +8874.5%     676122 ± 27%  sched_debug.cfs_rq:/.MIN_vruntime.avg
   1446490 ±173%   +5485.9%   80799552 ± 10%  sched_debug.cfs_rq:/.MIN_vruntime.max
    104119 ±173%   +6629.4%    7006568 ± 17%  sched_debug.cfs_rq:/.MIN_vruntime.stddev
      5339           +12.9%       6027 ±  6%  sched_debug.cfs_rq:/.load.avg
     15010 ±  2%    +651.7%     112833 ± 53%  sched_debug.cfs_rq:/.load.max
      2246          +399.3%      11219 ± 37%  sched_debug.cfs_rq:/.load.stddev
      0.49 ± 32%    -100.0%       0.00        sched_debug.cfs_rq:/.load_avg.min
      7533 ±173%   +8874.5%     676122 ± 27%  sched_debug.cfs_rq:/.max_vruntime.avg
   1446490 ±173%   +5485.9%   80799552 ± 10%  sched_debug.cfs_rq:/.max_vruntime.max
    104119 ±173%   +6629.4%    7006568 ± 17%  sched_debug.cfs_rq:/.max_vruntime.stddev
  64123643 ±  8%    +117.3%  1.393e+08 ±  4%  sched_debug.cfs_rq:/.min_vruntime.avg
  68790033 ±  8%    +130.4%  1.585e+08 ±  4%  sched_debug.cfs_rq:/.min_vruntime.max
  58488277 ±  9%    +107.0%  1.211e+08 ±  5%  sched_debug.cfs_rq:/.min_vruntime.min
   2495320 ±  9%    +169.8%    6731408 ±  3%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.09 ±  6%     +33.4%       0.12 ± 14%  sched_debug.cfs_rq:/.nr_running.stddev
      4.32           +12.1%       4.84 ±  6%  sched_debug.cfs_rq:/.runnable_load_avg.avg
     14.85 ±  5%    +379.1%      71.17 ± 59%  sched_debug.cfs_rq:/.runnable_load_avg.max
      2.29          +266.8%       8.41 ± 33%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
     14432 ±  2%    +674.4%     111767 ± 54%  sched_debug.cfs_rq:/.runnable_weight.max
    168.95 ± 44%     -77.9%      37.34 ± 61%  sched_debug.cfs_rq:/.runnable_weight.min
      2271          +384.8%      11010 ± 38%  sched_debug.cfs_rq:/.runnable_weight.stddev
   6934944 ± 35%    +219.4%   22147420 ± 29%  sched_debug.cfs_rq:/.spread0.max
  -3299934          +360.4%  -15193883        sched_debug.cfs_rq:/.spread0.min
   2484365 ±  8%    +170.8%    6726686 ±  3%  sched_debug.cfs_rq:/.spread0.stddev
    950.42           -14.5%     812.63        sched_debug.cfs_rq:/.util_avg.avg
    571.85 ±  2%     -80.3%     112.55 ± 12%  sched_debug.cfs_rq:/.util_avg.min
    158.07 ±  4%     +85.6%     293.34 ±  4%  sched_debug.cfs_rq:/.util_avg.stddev
    602.56           +28.5%     774.58        sched_debug.cfs_rq:/.util_est_enqueued.avg
      1455          +151.5%       3661 ±  6%  sched_debug.cfs_rq:/.util_est_enqueued.max
     90.42 ± 12%     -98.0%       1.82 ± 52%  sched_debug.cfs_rq:/.util_est_enqueued.min
    219.40          +214.5%     690.08 ±  3%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
    226501 ±  8%     -44.8%     125051 ± 11%  sched_debug.cpu.avg_idle.avg
    207832 ±  8%     -30.7%     143990 ±  7%  sched_debug.cpu.avg_idle.stddev
    434.39 ±  3%     -65.1%     151.46 ± 37%  sched_debug.cpu.clock.stddev
    434.39 ±  3%     -65.1%     151.46 ± 37%  sched_debug.cpu.clock_task.stddev
     19482 ±  8%     +28.5%      25043 ±  4%  sched_debug.cpu.curr->pid.avg
     22256 ±  6%     +27.9%      28458 ±  3%  sched_debug.cpu.curr->pid.max
     15765 ±  4%     -81.3%       2945 ± 85%  sched_debug.cpu.curr->pid.min
      1171 ± 10%    +194.0%       3444 ± 12%  sched_debug.cpu.curr->pid.stddev
      5349           +11.8%       5981 ±  6%  sched_debug.cpu.load.avg
     15081 ±  2%    +647.5%     112730 ± 53%  sched_debug.cpu.load.max
    609.32 ± 51%     -98.2%      10.93 ±173%  sched_debug.cpu.load.min
      2131          +422.5%      11140 ± 37%  sched_debug.cpu.load.stddev
    500313           +50.9%     755161        sched_debug.cpu.max_idle_balance_cost.avg
    525328 ±  2%    +141.0%    1265934 ±  3%  sched_debug.cpu.max_idle_balance_cost.max
      2398 ± 61%   +5946.9%     145027 ±  4%  sched_debug.cpu.max_idle_balance_cost.stddev
      0.00 ±  3%     -60.3%       0.00 ± 33%  sched_debug.cpu.next_balance.stddev
     23.19 ±  3%     +59.4%      36.95 ±  2%  sched_debug.cpu.nr_running.max
      1.50 ± 19%     -88.6%       0.17 ± 69%  sched_debug.cpu.nr_running.min
      3.40          +138.7%       8.11 ±  2%  sched_debug.cpu.nr_running.stddev
      0.94 ± 24%     -82.8%       0.16 ±  7%  sched_debug.cpu.nr_uninterruptible.avg
      1135 ±  5%     -60.8%     445.22 ± 11%  sched_debug.cpu.nr_uninterruptible.max
     -1139           -66.6%    -380.52        sched_debug.cpu.nr_uninterruptible.min
    411.16 ±  6%     -65.7%     141.22 ±  4%  sched_debug.cpu.nr_uninterruptible.stddev
      2.69 ±  3%     +15.9%       3.12        sched_debug.rt_rq:/.rt_runtime.stddev
      0.00 ±173%  +3.2e+06%       0.16 ± 92%  sched_debug.rt_rq:/.rt_time.avg
      0.00 ±173%  +3.2e+06%      31.42 ± 92%  sched_debug.rt_rq:/.rt_time.max
      0.00 ±173%  +3.2e+06%       2.26 ± 92%  sched_debug.rt_rq:/.rt_time.stddev
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
    410.50 ± 29%     +66.2%     682.25 ± 27%  interrupts.135:PCI-MSI.1574917-edge.eth3-TxRx-5
    329.50 ± 10%     +62.5%     535.50 ± 38%  interrupts.136:PCI-MSI.1574918-edge.eth3-TxRx-6
    345.25 ±  6%     +28.6%     444.00 ± 23%  interrupts.139:PCI-MSI.1574921-edge.eth3-TxRx-9
   5462964 ±  8%     -81.0%    1038418 ± 21%  interrupts.CPU0.RES:Rescheduling_interrupts
   5183872 ±  9%     -81.3%     967437 ± 25%  interrupts.CPU1.RES:Rescheduling_interrupts
   5365862 ± 10%     -80.9%    1025044 ± 19%  interrupts.CPU10.RES:Rescheduling_interrupts
   5337250 ±  8%     -81.6%     981219 ± 19%  interrupts.CPU100.RES:Rescheduling_interrupts
   5240297 ±  9%     -79.8%    1056079 ± 22%  interrupts.CPU101.RES:Rescheduling_interrupts
      4559 ± 34%     +60.2%       7302        interrupts.CPU102.NMI:Non-maskable_interrupts
      4559 ± 34%     +60.2%       7302        interrupts.CPU102.PMI:Performance_monitoring_interrupts
   5343842 ±  6%     -80.6%    1034224 ± 21%  interrupts.CPU102.RES:Rescheduling_interrupts
   5122946 ±  9%     -80.0%    1026460 ± 29%  interrupts.CPU103.RES:Rescheduling_interrupts
   5193731 ±  8%     -79.7%    1055687 ± 19%  interrupts.CPU104.RES:Rescheduling_interrupts
   5301449 ±  7%     -81.4%     986673 ± 24%  interrupts.CPU105.RES:Rescheduling_interrupts
   5265014 ±  9%     -80.4%    1033093 ± 19%  interrupts.CPU106.RES:Rescheduling_interrupts
   5314568 ±  4%     -78.7%    1129837 ± 18%  interrupts.CPU107.RES:Rescheduling_interrupts
   5285793 ±  5%     -81.7%     966688 ± 22%  interrupts.CPU108.RES:Rescheduling_interrupts
   5263596 ±  5%     -81.3%     984592 ± 16%  interrupts.CPU109.RES:Rescheduling_interrupts
   5439939 ±  6%     -79.3%    1123573 ± 17%  interrupts.CPU11.RES:Rescheduling_interrupts
   5366590 ±  6%     -80.8%    1031145 ± 20%  interrupts.CPU110.RES:Rescheduling_interrupts
   5300716 ±  6%     -80.6%    1029633 ± 16%  interrupts.CPU111.RES:Rescheduling_interrupts
      1.00 ± 70%   +4000.0%      41.00 ±140%  interrupts.CPU111.TLB:TLB_shootdowns
   5242314 ±  9%     -80.3%    1032501 ± 26%  interrupts.CPU112.RES:Rescheduling_interrupts
      2.50 ±131%   +1720.0%      45.50 ±110%  interrupts.CPU112.TLB:TLB_shootdowns
   5225141 ±  6%     -81.4%     974206 ± 22%  interrupts.CPU113.RES:Rescheduling_interrupts
      3.25 ±119%   +1184.6%      41.75 ±109%  interrupts.CPU113.TLB:TLB_shootdowns
   5528212 ±  8%     -81.4%    1029585 ± 26%  interrupts.CPU114.RES:Rescheduling_interrupts
   5469151 ±  8%     -80.5%    1065412 ± 23%  interrupts.CPU115.RES:Rescheduling_interrupts
      4.75 ±149%    +747.4%      40.25 ±104%  interrupts.CPU115.TLB:TLB_shootdowns
   5576204 ±  9%     -81.8%    1014415 ± 16%  interrupts.CPU116.RES:Rescheduling_interrupts
      4.00 ±104%    +993.8%      43.75 ±115%  interrupts.CPU116.TLB:TLB_shootdowns
   5217097 ±  7%     -80.0%    1042880 ± 23%  interrupts.CPU117.RES:Rescheduling_interrupts
   5209915 ±  6%     -80.7%    1002991 ± 25%  interrupts.CPU118.RES:Rescheduling_interrupts
   5224685 ±  8%     -82.2%     931596 ± 23%  interrupts.CPU119.RES:Rescheduling_interrupts
     27.75 ± 65%    +455.9%     154.25 ± 67%  interrupts.CPU119.TLB:TLB_shootdowns
   5407909 ±  7%     -81.1%    1019586 ± 22%  interrupts.CPU12.RES:Rescheduling_interrupts
   5353562 ±  7%     -81.9%     969357 ± 15%  interrupts.CPU120.RES:Rescheduling_interrupts
   5396610 ±  6%     -81.6%     991466 ± 21%  interrupts.CPU121.RES:Rescheduling_interrupts
   5354697 ±  9%     -81.9%     967707 ± 14%  interrupts.CPU122.RES:Rescheduling_interrupts
   5448098 ±  7%     -82.2%     970154 ± 22%  interrupts.CPU123.RES:Rescheduling_interrupts
   5311552 ±  7%     -83.0%     902456 ± 10%  interrupts.CPU124.RES:Rescheduling_interrupts
   5510427 ±  9%     -82.8%     945593 ± 16%  interrupts.CPU125.RES:Rescheduling_interrupts
   5268197 ±  9%     -81.7%     965375 ±  6%  interrupts.CPU126.RES:Rescheduling_interrupts
   5238573 ±  7%     -81.9%     950543 ±  9%  interrupts.CPU127.RES:Rescheduling_interrupts
   5459706 ±  7%     -83.5%     900078 ±  5%  interrupts.CPU128.RES:Rescheduling_interrupts
   5441904 ±  8%     -81.2%    1024371 ±  8%  interrupts.CPU129.RES:Rescheduling_interrupts
   5448938 ±  6%     -81.5%    1005558 ± 21%  interrupts.CPU13.RES:Rescheduling_interrupts
   5435775 ±  7%     -81.8%     986808 ± 21%  interrupts.CPU130.RES:Rescheduling_interrupts
   5447326 ±  7%     -83.7%     889948 ± 20%  interrupts.CPU131.RES:Rescheduling_interrupts
   5393830 ±  9%     -82.6%     939639 ± 12%  interrupts.CPU132.RES:Rescheduling_interrupts
   5416079 ±  6%     -83.6%     890249 ± 21%  interrupts.CPU133.RES:Rescheduling_interrupts
   5460459 ±  9%     -83.0%     928937 ± 17%  interrupts.CPU134.RES:Rescheduling_interrupts
   5327963 ±  6%     -80.9%    1017458 ±  6%  interrupts.CPU135.RES:Rescheduling_interrupts
   5288998 ±  8%     -81.6%     972161 ± 15%  interrupts.CPU136.RES:Rescheduling_interrupts
   5349744 ±  7%     -83.0%     909341 ± 16%  interrupts.CPU137.RES:Rescheduling_interrupts
   5434623 ±  8%     -82.6%     948030 ± 15%  interrupts.CPU138.RES:Rescheduling_interrupts
   5347394 ±  8%     -82.6%     931342 ± 16%  interrupts.CPU139.RES:Rescheduling_interrupts
   5492068 ±  7%     -81.3%    1028647 ± 21%  interrupts.CPU14.RES:Rescheduling_interrupts
   5551041 ±  9%     -82.2%     987387 ± 16%  interrupts.CPU140.RES:Rescheduling_interrupts
   5364716 ±  7%     -82.2%     952876 ± 13%  interrupts.CPU141.RES:Rescheduling_interrupts
   5243334 ±  6%     -83.0%     890315 ± 14%  interrupts.CPU142.RES:Rescheduling_interrupts
   5243935 ±  8%     -81.3%     981785 ±  6%  interrupts.CPU143.RES:Rescheduling_interrupts
   5346970 ±  7%     -82.6%     931902 ±  4%  interrupts.CPU144.RES:Rescheduling_interrupts
   5404257 ±  7%     -84.4%     845683 ±  5%  interrupts.CPU145.RES:Rescheduling_interrupts
   5297560 ±  8%     -84.8%     803325 ± 16%  interrupts.CPU146.RES:Rescheduling_interrupts
   5467939 ±  9%     -83.6%     898060 ±  5%  interrupts.CPU147.RES:Rescheduling_interrupts
   5412783 ±  9%     -84.1%     860041 ±  5%  interrupts.CPU148.RES:Rescheduling_interrupts
   5419483 ±  6%     -83.0%     921171 ±  5%  interrupts.CPU149.RES:Rescheduling_interrupts
   5301807 ±  7%     -79.7%    1073638 ± 14%  interrupts.CPU15.RES:Rescheduling_interrupts
   5281416 ±  5%     -82.9%     904064 ±  4%  interrupts.CPU150.RES:Rescheduling_interrupts
   5382637 ±  6%     -85.2%     794256 ±  7%  interrupts.CPU151.RES:Rescheduling_interrupts
   5289499 ±  7%     -84.0%     846785 ±  9%  interrupts.CPU152.RES:Rescheduling_interrupts
   5305681 ±  9%     -84.3%     832523 ±  9%  interrupts.CPU153.RES:Rescheduling_interrupts
   5379441 ±  6%     -85.1%     801113 ±  5%  interrupts.CPU154.RES:Rescheduling_interrupts
   5392635 ±  8%     -84.4%     842256 ± 13%  interrupts.CPU155.RES:Rescheduling_interrupts
   5462683 ±  7%     -84.5%     847232 ±  9%  interrupts.CPU156.RES:Rescheduling_interrupts
   5331786 ±  8%     -84.1%     845868 ± 14%  interrupts.CPU157.RES:Rescheduling_interrupts
   5440358 ±  8%     -85.2%     802484 ±  9%  interrupts.CPU158.RES:Rescheduling_interrupts
   5236443 ±  6%     -83.4%     867657 ± 17%  interrupts.CPU159.RES:Rescheduling_interrupts
   5402795 ±  8%     -81.1%    1020426 ± 24%  interrupts.CPU16.RES:Rescheduling_interrupts
   5255480 ±  6%     -83.7%     858624 ±  8%  interrupts.CPU160.RES:Rescheduling_interrupts
   5330513 ±  8%     -84.6%     820103 ± 11%  interrupts.CPU161.RES:Rescheduling_interrupts
      9.75 ±117%    +697.4%      77.75 ± 52%  interrupts.CPU161.TLB:TLB_shootdowns
   5471221 ±  4%     -83.7%     890191 ±  3%  interrupts.CPU162.RES:Rescheduling_interrupts
   5442676 ±  8%     -84.6%     835516 ± 10%  interrupts.CPU163.RES:Rescheduling_interrupts
     14.25 ± 67%    +482.5%      83.00 ± 51%  interrupts.CPU163.TLB:TLB_shootdowns
   5443036 ±  5%     -84.6%     837170 ± 13%  interrupts.CPU164.RES:Rescheduling_interrupts
   5352649 ±  6%     -84.1%     852005 ±  5%  interrupts.CPU165.RES:Rescheduling_interrupts
   5325219 ±  9%     -83.2%     895780 ±  8%  interrupts.CPU166.RES:Rescheduling_interrupts
   5371594 ±  7%     -85.4%     786579 ± 17%  interrupts.CPU167.RES:Rescheduling_interrupts
   5355521 ±  6%     -83.8%     867489 ±  9%  interrupts.CPU168.RES:Rescheduling_interrupts
   5297817 ±  8%     -82.4%     930101 ± 14%  interrupts.CPU169.RES:Rescheduling_interrupts
   5291753 ±  5%     -81.2%     995390 ± 18%  interrupts.CPU17.RES:Rescheduling_interrupts
   5138213 ±  8%     -82.0%     922822 ±  9%  interrupts.CPU170.RES:Rescheduling_interrupts
   5299888 ±  5%     -84.7%     813199 ± 11%  interrupts.CPU171.RES:Rescheduling_interrupts
   5251161 ±  7%     -82.1%     937656 ±  6%  interrupts.CPU172.RES:Rescheduling_interrupts
   5276705 ±  6%     -82.4%     926104 ±  7%  interrupts.CPU173.RES:Rescheduling_interrupts
   5250973 ±  6%     -83.6%     863095 ± 12%  interrupts.CPU174.RES:Rescheduling_interrupts
   5105789 ±  3%     -83.6%     839349 ±  6%  interrupts.CPU175.RES:Rescheduling_interrupts
      6354 ± 24%     -28.4%       4550 ± 34%  interrupts.CPU176.NMI:Non-maskable_interrupts
      6354 ± 24%     -28.4%       4550 ± 34%  interrupts.CPU176.PMI:Performance_monitoring_interrupts
   5327140 ±  8%     -82.4%     936989 ±  5%  interrupts.CPU176.RES:Rescheduling_interrupts
      6400 ± 24%     -28.9%       4553 ± 34%  interrupts.CPU177.NMI:Non-maskable_interrupts
      6400 ± 24%     -28.9%       4553 ± 34%  interrupts.CPU177.PMI:Performance_monitoring_interrupts
   5317935 ±  6%     -83.0%     906340 ± 11%  interrupts.CPU177.RES:Rescheduling_interrupts
   5298299 ±  7%     -81.7%     972143 ±  7%  interrupts.CPU178.RES:Rescheduling_interrupts
   5355750 ±  8%     -83.0%     912401 ±  7%  interrupts.CPU179.RES:Rescheduling_interrupts
   5449924 ±  8%     -80.4%    1068368 ± 24%  interrupts.CPU18.RES:Rescheduling_interrupts
   5328552 ±  8%     -83.3%     891193 ± 12%  interrupts.CPU180.RES:Rescheduling_interrupts
     22.50 ±113%    +286.7%      87.00 ± 45%  interrupts.CPU180.TLB:TLB_shootdowns
   5359990 ±  6%     -82.4%     943569 ±  4%  interrupts.CPU181.RES:Rescheduling_interrupts
   5292221 ±  9%     -82.2%     941649 ±  2%  interrupts.CPU182.RES:Rescheduling_interrupts
   5224980 ±  6%     -83.5%     863062 ±  8%  interrupts.CPU183.RES:Rescheduling_interrupts
   5139926 ±  9%     -82.3%     908920 ± 16%  interrupts.CPU184.RES:Rescheduling_interrupts
     17.00 ±143%    +411.8%      87.00 ± 57%  interrupts.CPU184.TLB:TLB_shootdowns
   5268294 ±  7%     -83.6%     865778 ± 11%  interrupts.CPU185.RES:Rescheduling_interrupts
     20.50 ±159%    +270.7%      76.00 ± 54%  interrupts.CPU185.TLB:TLB_shootdowns
   5421873 ±  8%     -83.4%     901358 ±  8%  interrupts.CPU186.RES:Rescheduling_interrupts
   5434057 ±  8%     -84.2%     860073 ± 12%  interrupts.CPU187.RES:Rescheduling_interrupts
   5447616 ± 10%     -84.0%     873155 ±  6%  interrupts.CPU188.RES:Rescheduling_interrupts
   5297369 ± 10%     -83.0%     902210 ±  8%  interrupts.CPU189.RES:Rescheduling_interrupts
     42.50 ± 96%    +158.8%     110.00 ± 42%  interrupts.CPU189.TLB:TLB_shootdowns
   5393796 ±  8%     -79.9%    1083786 ± 24%  interrupts.CPU19.RES:Rescheduling_interrupts
   5299321 ±  5%     -82.7%     917161 ±  7%  interrupts.CPU190.RES:Rescheduling_interrupts
   5285541 ±  7%     -83.1%     892506 ± 12%  interrupts.CPU191.RES:Rescheduling_interrupts
   5323136 ±  7%     -81.3%     996081 ± 21%  interrupts.CPU2.RES:Rescheduling_interrupts
   5636641 ±  9%     -81.2%    1057766 ± 15%  interrupts.CPU20.RES:Rescheduling_interrupts
   5326373 ±  5%     -80.4%    1044222 ± 23%  interrupts.CPU21.RES:Rescheduling_interrupts
   5220334 ±  6%     -80.6%    1012355 ± 21%  interrupts.CPU22.RES:Rescheduling_interrupts
   5265783 ±  8%     -82.1%     941653 ± 21%  interrupts.CPU23.RES:Rescheduling_interrupts
   5579736 ±  8%     -81.5%    1031971 ± 11%  interrupts.CPU24.RES:Rescheduling_interrupts
   5600764 ±  7%     -82.8%     962491 ± 18%  interrupts.CPU25.RES:Rescheduling_interrupts
   5391121 ±  9%     -82.4%     950538 ± 13%  interrupts.CPU26.RES:Rescheduling_interrupts
   5538350 ± 10%     -83.1%     937100 ± 23%  interrupts.CPU27.RES:Rescheduling_interrupts
   5398657 ±  7%     -83.1%     913526 ±  8%  interrupts.CPU28.RES:Rescheduling_interrupts
   5501509 ±  8%     -83.1%     930565 ± 12%  interrupts.CPU29.RES:Rescheduling_interrupts
   5405962 ±  7%     -81.3%    1009442 ± 16%  interrupts.CPU3.RES:Rescheduling_interrupts
   5356519 ±  9%     -82.2%     954132 ±  6%  interrupts.CPU30.RES:Rescheduling_interrupts
   5313086 ±  7%     -82.1%     952107 ±  8%  interrupts.CPU31.RES:Rescheduling_interrupts
   5399126 ±  7%     -82.5%     944040 ±  8%  interrupts.CPU32.RES:Rescheduling_interrupts
   5519821 ±  6%     -81.2%    1037424 ±  7%  interrupts.CPU33.RES:Rescheduling_interrupts
   5502433 ±  6%     -83.0%     935492 ± 21%  interrupts.CPU34.RES:Rescheduling_interrupts
   5469237 ±  9%     -83.2%     916508 ± 21%  interrupts.CPU35.RES:Rescheduling_interrupts
   5482589 ±  8%     -82.4%     965377 ± 13%  interrupts.CPU36.RES:Rescheduling_interrupts
   5491197 ±  6%     -84.2%     869737 ± 21%  interrupts.CPU37.RES:Rescheduling_interrupts
   5454697 ±  8%     -83.3%     908916 ± 15%  interrupts.CPU38.RES:Rescheduling_interrupts
   5437983 ±  7%     -81.4%    1012352 ±  6%  interrupts.CPU39.RES:Rescheduling_interrupts
   5403771 ±  6%     -81.9%     975655 ± 18%  interrupts.CPU4.RES:Rescheduling_interrupts
   5320778 ± 10%     -82.0%     960082 ± 14%  interrupts.CPU40.RES:Rescheduling_interrupts
   5317357 ± 10%     -82.6%     925830 ± 13%  interrupts.CPU41.RES:Rescheduling_interrupts
   5382922 ±  6%     -82.1%     964021 ± 12%  interrupts.CPU42.RES:Rescheduling_interrupts
   5480976 ±  7%     -82.8%     940220 ± 11%  interrupts.CPU43.RES:Rescheduling_interrupts
   5522977 ± 10%     -81.7%    1012837 ± 15%  interrupts.CPU44.RES:Rescheduling_interrupts
   5257168 ±  8%     -81.8%     956623 ± 16%  interrupts.CPU45.RES:Rescheduling_interrupts
   5327144 ±  7%     -82.8%     914048 ± 11%  interrupts.CPU46.RES:Rescheduling_interrupts
   5257718 ±  8%     -81.3%     985293 ±  6%  interrupts.CPU47.RES:Rescheduling_interrupts
   5499804 ±  9%     -83.6%     900741 ±  6%  interrupts.CPU48.RES:Rescheduling_interrupts
   5461934 ±  6%     -84.3%     856262 ±  5%  interrupts.CPU49.RES:Rescheduling_interrupts
    410.50 ± 29%     +66.2%     682.25 ± 27%  interrupts.CPU5.135:PCI-MSI.1574917-edge.eth3-TxRx-5
   5322409 ±  6%     -80.5%    1038106 ± 19%  interrupts.CPU5.RES:Rescheduling_interrupts
   5415902 ±  7%     -84.4%     842431 ± 16%  interrupts.CPU50.RES:Rescheduling_interrupts
   5463008 ±  8%     -83.7%     891835 ±  5%  interrupts.CPU51.RES:Rescheduling_interrupts
   5435994 ±  9%     -84.1%     861989 ±  5%  interrupts.CPU52.RES:Rescheduling_interrupts
   5404265 ±  5%     -83.9%     871721 ±  3%  interrupts.CPU53.RES:Rescheduling_interrupts
   5266220 ±  9%     -82.7%     908427 ±  6%  interrupts.CPU54.RES:Rescheduling_interrupts
   5331954 ±  7%     -85.1%     794559 ±  3%  interrupts.CPU55.RES:Rescheduling_interrupts
   5295238 ±  8%     -84.4%     826535 ± 10%  interrupts.CPU56.RES:Rescheduling_interrupts
   5388888 ± 10%     -84.7%     827111 ±  6%  interrupts.CPU57.RES:Rescheduling_interrupts
   5463886 ±  7%     -85.7%     780785 ±  6%  interrupts.CPU58.RES:Rescheduling_interrupts
   5529169 ±  7%     -84.8%     838490 ± 12%  interrupts.CPU59.RES:Rescheduling_interrupts
    329.50 ± 10%     +62.5%     535.50 ± 38%  interrupts.CPU6.136:PCI-MSI.1574918-edge.eth3-TxRx-6
   5389699 ±  9%     -81.7%     988800 ± 20%  interrupts.CPU6.RES:Rescheduling_interrupts
   5491752 ±  7%     -84.5%     852401 ±  9%  interrupts.CPU60.RES:Rescheduling_interrupts
   5457844 ±  6%     -83.9%     879582 ± 11%  interrupts.CPU61.RES:Rescheduling_interrupts
   5508841 ±  9%     -85.4%     802775 ±  3%  interrupts.CPU62.RES:Rescheduling_interrupts
   5336253 ±  5%     -83.5%     882307 ± 14%  interrupts.CPU63.RES:Rescheduling_interrupts
   5309329 ±  7%     -83.5%     876896 ±  6%  interrupts.CPU64.RES:Rescheduling_interrupts
   5363307 ±  7%     -85.0%     806230 ± 10%  interrupts.CPU65.RES:Rescheduling_interrupts
   5457885 ±  5%     -84.9%     824626 ±  5%  interrupts.CPU66.RES:Rescheduling_interrupts
   5395328 ±  7%     -84.9%     817040 ± 15%  interrupts.CPU67.RES:Rescheduling_interrupts
   5524030 ±  6%     -84.9%     834101 ± 10%  interrupts.CPU68.RES:Rescheduling_interrupts
   5307307 ±  4%     -83.2%     892619 ± 12%  interrupts.CPU69.RES:Rescheduling_interrupts
   5226577 ±  6%     -80.1%    1041309 ± 22%  interrupts.CPU7.RES:Rescheduling_interrupts
   5273712 ± 10%     -82.5%     924302 ±  9%  interrupts.CPU70.RES:Rescheduling_interrupts
   5439451 ±  8%     -85.7%     779669 ± 14%  interrupts.CPU71.RES:Rescheduling_interrupts
   5472132 ± 10%     -82.8%     942220 ±  6%  interrupts.CPU72.RES:Rescheduling_interrupts
   5454922 ±  8%     -82.4%     959813 ± 11%  interrupts.CPU73.RES:Rescheduling_interrupts
   5264833 ±  7%     -82.3%     931252 ±  4%  interrupts.CPU74.RES:Rescheduling_interrupts
   5366339 ±  5%     -84.0%     857687 ±  9%  interrupts.CPU75.RES:Rescheduling_interrupts
   5353625 ±  8%     -82.4%     944030 ±  6%  interrupts.CPU76.RES:Rescheduling_interrupts
   5409551 ±  8%     -82.7%     937628 ±  8%  interrupts.CPU77.RES:Rescheduling_interrupts
   5278318 ±  7%     -83.4%     876637 ± 11%  interrupts.CPU78.RES:Rescheduling_interrupts
   5260302 ±  7%     -84.2%     832718 ±  3%  interrupts.CPU79.RES:Rescheduling_interrupts
   5337611 ± 10%     -80.1%    1063874 ± 18%  interrupts.CPU8.RES:Rescheduling_interrupts
   5400408 ±  7%     -82.8%     927683 ±  4%  interrupts.CPU80.RES:Rescheduling_interrupts
   5417027 ±  7%     -82.9%     928597 ± 10%  interrupts.CPU81.RES:Rescheduling_interrupts
   5350995 ±  7%     -82.2%     954080 ± 10%  interrupts.CPU82.RES:Rescheduling_interrupts
   5386013 ±  8%     -82.4%     949069 ±  5%  interrupts.CPU83.RES:Rescheduling_interrupts
   5404818 ±  8%     -84.0%     863636 ± 15%  interrupts.CPU84.RES:Rescheduling_interrupts
   5421469 ±  6%     -82.5%     951461 ±  9%  interrupts.CPU85.RES:Rescheduling_interrupts
   5355367 ±  7%     -82.3%     945379 ±  6%  interrupts.CPU86.RES:Rescheduling_interrupts
   5274728 ±  7%     -84.0%     842507 ±  7%  interrupts.CPU87.RES:Rescheduling_interrupts
   5202607 ±  8%     -82.6%     903419 ± 15%  interrupts.CPU88.RES:Rescheduling_interrupts
   5198129 ±  6%     -82.3%     919425 ± 11%  interrupts.CPU89.RES:Rescheduling_interrupts
    345.25 ±  6%     +28.6%     444.00 ± 23%  interrupts.CPU9.139:PCI-MSI.1574921-edge.eth3-TxRx-9
   5346854 ±  8%     -81.3%    1000363 ± 19%  interrupts.CPU9.RES:Rescheduling_interrupts
   5457231 ±  6%     -82.3%     964307 ± 12%  interrupts.CPU90.RES:Rescheduling_interrupts
   5427939 ± 10%     -84.0%     870559 ±  9%  interrupts.CPU91.RES:Rescheduling_interrupts
   5469138 ±  8%     -84.3%     857784 ±  9%  interrupts.CPU92.RES:Rescheduling_interrupts
   5338540 ± 10%     -83.1%     902982 ± 10%  interrupts.CPU93.RES:Rescheduling_interrupts
   5183783 ±  5%     -82.4%     913877 ±  8%  interrupts.CPU94.RES:Rescheduling_interrupts
   5310673 ±  9%     -82.7%     920964 ± 10%  interrupts.CPU95.RES:Rescheduling_interrupts
   5244217 ±  8%     -80.2%    1037244 ± 21%  interrupts.CPU96.RES:Rescheduling_interrupts
   5237430 ±  8%     -81.4%     973729 ± 23%  interrupts.CPU97.RES:Rescheduling_interrupts
   5199551 ±  8%     -80.4%    1020424 ± 21%  interrupts.CPU98.RES:Rescheduling_interrupts
   5408078 ±  9%     -81.8%     981841 ± 17%  interrupts.CPU99.RES:Rescheduling_interrupts
  1.03e+09 ±  7%     -82.6%   1.79e+08 ±  5%  interrupts.RES:Rescheduling_interrupts
      2010 ± 77%    +210.6%       6244 ±  9%  interrupts.TLB:TLB_shootdowns
      8784 ±  9%    +222.5%      28326 ± 14%  softirqs.CPU0.SCHED
    103747 ±  6%     -12.4%      90886        softirqs.CPU1.RCU
      6778 ±  2%    +270.1%      25086 ± 12%  softirqs.CPU1.SCHED
      5984 ± 11%    +316.6%      24928 ± 17%  softirqs.CPU10.SCHED
      5884 ±  6%    +310.7%      24168 ± 16%  softirqs.CPU100.SCHED
      6217 ±  7%    +309.5%      25461 ± 18%  softirqs.CPU101.SCHED
    103860 ±  7%     -12.5%      90899        softirqs.CPU102.RCU
      6159 ±  6%    +335.1%      26803 ±  9%  softirqs.CPU102.SCHED
      5901 ±  5%    +327.9%      25254 ± 14%  softirqs.CPU103.SCHED
      5831 ± 10%    +326.5%      24869 ± 10%  softirqs.CPU104.SCHED
    103012 ±  6%     -12.4%      90289        softirqs.CPU105.RCU
      5862 ± 10%    +342.7%      25953 ± 16%  softirqs.CPU105.SCHED
      5802 ± 10%    +324.1%      24611 ± 17%  softirqs.CPU106.SCHED
      5837 ±  6%    +352.0%      26381 ± 11%  softirqs.CPU107.SCHED
      5945 ±  5%    +296.4%      23568 ± 15%  softirqs.CPU108.SCHED
    101651 ±  7%     -12.1%      89351        softirqs.CPU109.RCU
      5995 ±  6%    +299.5%      23954 ± 10%  softirqs.CPU109.SCHED
    102493 ±  7%     -12.8%      89395        softirqs.CPU11.RCU
      5943 ±  3%    +332.8%      25721 ± 11%  softirqs.CPU11.SCHED
    101602 ±  7%     -12.3%      89099        softirqs.CPU110.RCU
      6084 ± 10%    +317.0%      25376 ± 14%  softirqs.CPU110.SCHED
      5930 ±  4%    +316.6%      24707 ± 13%  softirqs.CPU111.SCHED
    101164 ±  6%     -13.2%      87804        softirqs.CPU112.RCU
      5863 ±  3%    +349.0%      26324 ± 12%  softirqs.CPU112.SCHED
      5996 ±  9%    +292.9%      23560 ± 15%  softirqs.CPU113.SCHED
    100390 ±  7%     -13.0%      87356        softirqs.CPU114.RCU
      6141 ±  9%    +297.8%      24432 ± 19%  softirqs.CPU114.SCHED
    101384 ±  7%     -13.5%      87713        softirqs.CPU115.RCU
      6294 ±  5%    +301.3%      25261 ± 10%  softirqs.CPU115.SCHED
      6189 ±  6%    +297.0%      24573 ± 15%  softirqs.CPU116.SCHED
    101237 ±  7%     -13.0%      88086        softirqs.CPU117.RCU
      5981 ±  7%    +337.6%      26178 ± 13%  softirqs.CPU117.SCHED
      5751 ± 10%    +339.4%      25270 ± 18%  softirqs.CPU118.SCHED
    100840 ±  7%     -12.7%      88078        softirqs.CPU119.RCU
      6039 ±  7%    +302.4%      24298 ± 11%  softirqs.CPU119.SCHED
    101308 ±  7%     -12.3%      88886        softirqs.CPU12.RCU
      6103 ±  7%    +292.6%      23962 ± 16%  softirqs.CPU12.SCHED
      6223 ±  5%    +302.1%      25026 ± 10%  softirqs.CPU120.SCHED
      6298 ±  2%    +258.4%      22573 ± 10%  softirqs.CPU121.SCHED
      6275 ±  4%    +295.8%      24838 ± 13%  softirqs.CPU122.SCHED
      6294 ±  7%    +255.9%      22402 ± 12%  softirqs.CPU123.SCHED
      6437 ±  3%    +253.8%      22777 ±  9%  softirqs.CPU124.SCHED
      6449 ±  5%    +275.2%      24198 ± 18%  softirqs.CPU125.SCHED
      6386 ±  7%    +290.0%      24909 ±  8%  softirqs.CPU126.SCHED
      6253 ±  4%    +266.2%      22902 ± 10%  softirqs.CPU127.SCHED
      6099 ±  4%    +283.6%      23396 ± 12%  softirqs.CPU128.SCHED
      6249 ±  4%    +298.9%      24928 ± 11%  softirqs.CPU129.SCHED
      5985 ±  6%    +299.9%      23935 ± 12%  softirqs.CPU13.SCHED
      6338 ±  2%    +276.8%      23880 ± 17%  softirqs.CPU130.SCHED
      6086 ±  7%    +268.6%      22436 ± 17%  softirqs.CPU131.SCHED
      6428 ±  3%    +287.9%      24934 ± 13%  softirqs.CPU132.SCHED
      6304 ±  7%    +274.4%      23601 ± 17%  softirqs.CPU133.SCHED
      6402 ±  6%    +285.8%      24702 ± 11%  softirqs.CPU134.SCHED
      6363 ±  3%    +276.0%      23926 ± 17%  softirqs.CPU135.SCHED
      6650 ±  9%    +285.7%      25654 ± 11%  softirqs.CPU136.SCHED
      6122 ±  4%    +287.5%      23724 ± 15%  softirqs.CPU137.SCHED
      6316 ±  6%    +275.6%      23725 ± 12%  softirqs.CPU138.SCHED
      6265 ±  3%    +264.0%      22808 ± 12%  softirqs.CPU139.SCHED
    101084 ±  6%     -11.6%      89336 ±  2%  softirqs.CPU14.RCU
      5966 ±  6%    +324.0%      25296 ± 15%  softirqs.CPU14.SCHED
      6291 ±  7%    +289.9%      24527 ± 16%  softirqs.CPU140.SCHED
      6209 ±  7%    +287.3%      24048 ± 15%  softirqs.CPU141.SCHED
      6189 ±  4%    +278.4%      23418 ± 15%  softirqs.CPU142.SCHED
      6315 ±  6%    +289.0%      24568 ±  7%  softirqs.CPU143.SCHED
      6274 ±  4%    +232.9%      20889 ±  9%  softirqs.CPU144.SCHED
      6060 ±  5%    +268.9%      22356 ± 12%  softirqs.CPU145.SCHED
      6202 ±  6%    +220.5%      19881 ±  5%  softirqs.CPU146.SCHED
      6013 ±  7%    +260.8%      21698 ±  4%  softirqs.CPU147.SCHED
      6186 ±  7%    +249.4%      21616 ± 11%  softirqs.CPU148.SCHED
      6026 ±  8%    +268.5%      22209 ±  7%  softirqs.CPU149.SCHED
      6022 ±  3%    +314.5%      24959 ± 15%  softirqs.CPU15.SCHED
      6389 ± 12%    +221.2%      20523 ± 12%  softirqs.CPU150.SCHED
      6022 ±  7%    +264.4%      21948 ±  7%  softirqs.CPU151.SCHED
      5994 ± 11%    +259.0%      21520 ±  8%  softirqs.CPU152.SCHED
      6345 ± 10%    +231.1%      21009 ± 19%  softirqs.CPU153.SCHED
      6205 ±  6%    +240.7%      21138 ±  5%  softirqs.CPU154.SCHED
      6375 ±  6%    +262.2%      23094 ±  7%  softirqs.CPU155.SCHED
    101975 ±  5%     -11.0%      90741        softirqs.CPU156.RCU
      6414 ±  4%    +234.9%      21481 ± 14%  softirqs.CPU156.SCHED
      6104 ±  4%    +254.9%      21662 ±  6%  softirqs.CPU157.SCHED
      6297 ±  6%    +220.8%      20202 ±  9%  softirqs.CPU158.SCHED
      6190 ±  6%    +233.6%      20649 ±  8%  softirqs.CPU159.SCHED
    100872 ±  7%     -13.3%      87414        softirqs.CPU16.RCU
      5986 ±  6%    +334.8%      26026 ± 11%  softirqs.CPU16.SCHED
     97549 ±  4%     -11.9%      85921        softirqs.CPU160.RCU
      6282 ±  6%    +238.4%      21257 ±  4%  softirqs.CPU160.SCHED
     97838 ±  4%     -12.0%      86096        softirqs.CPU161.RCU
      6147 ±  8%    +227.7%      20145 ± 13%  softirqs.CPU161.SCHED
     97393 ±  4%     -12.2%      85552        softirqs.CPU162.RCU
      6387 ±  6%    +234.7%      21381 ±  3%  softirqs.CPU162.SCHED
     96953 ±  4%     -10.9%      86337 ±  2%  softirqs.CPU163.RCU
      6273 ±  5%    +247.4%      21793 ± 11%  softirqs.CPU163.SCHED
     96532 ±  4%     -12.2%      84762        softirqs.CPU164.RCU
      6347 ±  4%    +246.1%      21971 ±  2%  softirqs.CPU164.SCHED
     97220 ±  4%     -11.9%      85666        softirqs.CPU165.RCU
      6104 ±  6%    +267.9%      22461 ±  9%  softirqs.CPU165.SCHED
     98222 ±  5%     -12.1%      86365        softirqs.CPU166.RCU
      5870 ±  9%    +276.4%      22097 ± 11%  softirqs.CPU166.SCHED
     97921 ±  4%     -12.9%      85258 ±  2%  softirqs.CPU167.RCU
      6142 ±  8%    +232.1%      20400 ± 10%  softirqs.CPU167.SCHED
      6301 ±  3%    +251.3%      22137 ±  3%  softirqs.CPU168.SCHED
     96680 ±  6%     -11.6%      85423 ±  3%  softirqs.CPU169.RCU
      6306 ±  6%    +277.0%      23777 ±  9%  softirqs.CPU169.SCHED
      6122 ±  5%    +290.7%      23916 ± 14%  softirqs.CPU17.SCHED
      6035 ±  2%    +256.7%      21527 ± 11%  softirqs.CPU170.SCHED
      6226 ±  3%    +238.6%      21083 ±  6%  softirqs.CPU171.SCHED
      6292          +293.8%      24778 ±  4%  softirqs.CPU172.SCHED
      6087 ±  4%    +286.4%      23521 ±  3%  softirqs.CPU173.SCHED
      6220 ±  4%    +229.3%      20480 ±  3%  softirqs.CPU174.SCHED
      6264 ±  3%    +252.1%      22057        softirqs.CPU175.SCHED
      6311 ±  3%    +261.1%      22787 ±  9%  softirqs.CPU176.SCHED
      6133 ±  3%    +274.8%      22985 ±  8%  softirqs.CPU177.SCHED
      6072 ±  2%    +267.5%      22315 ± 11%  softirqs.CPU178.SCHED
      6562          +238.3%      22203 ±  3%  softirqs.CPU179.SCHED
      6249 ±  7%    +281.8%      23861 ± 18%  softirqs.CPU18.SCHED
      6178 ±  3%    +236.2%      20770 ± 11%  softirqs.CPU180.SCHED
      6095          +267.5%      22396 ±  7%  softirqs.CPU181.SCHED
      6284 ±  2%    +272.9%      23432 ±  4%  softirqs.CPU182.SCHED
      6390 ±  2%    +237.1%      21543 ±  8%  softirqs.CPU183.SCHED
      6191 ±  4%    +252.5%      21824 ±  8%  softirqs.CPU184.SCHED
      6240 ±  3%    +254.4%      22112 ± 11%  softirqs.CPU185.SCHED
      6327 ±  2%    +254.3%      22419 ±  3%  softirqs.CPU186.SCHED
      6264 ±  7%    +253.0%      22110 ±  9%  softirqs.CPU187.SCHED
      6599 ±  3%    +218.6%      21028 ± 10%  softirqs.CPU188.SCHED
      6216 ±  5%    +272.5%      23156 ±  6%  softirqs.CPU189.SCHED
    100748 ±  7%     -13.6%      87038        softirqs.CPU19.RCU
      6079 ±  5%    +305.3%      24640 ± 10%  softirqs.CPU19.SCHED
      6083          +267.5%      22357 ±  8%  softirqs.CPU190.SCHED
      6235 ±  3%    +263.4%      22661 ±  7%  softirqs.CPU191.SCHED
    102386 ±  6%     -12.4%      89724        softirqs.CPU2.RCU
      6121          +305.5%      24823 ± 15%  softirqs.CPU2.SCHED
      6153 ±  8%    +294.7%      24285 ± 13%  softirqs.CPU20.SCHED
      5950 ±  6%    +329.8%      25575 ± 13%  softirqs.CPU21.SCHED
      5967 ±  7%    +320.7%      25103 ± 18%  softirqs.CPU22.SCHED
      6269 ± 10%    +287.9%      24319 ± 14%  softirqs.CPU23.SCHED
      6190 ±  6%    +277.9%      23395 ± 10%  softirqs.CPU24.SCHED
      6141 ±  7%    +259.2%      22057 ±  8%  softirqs.CPU25.SCHED
      6227 ±  6%    +286.6%      24074 ± 16%  softirqs.CPU26.SCHED
      6095 ±  2%    +264.6%      22225 ± 13%  softirqs.CPU27.SCHED
      6576 ±  8%    +228.7%      21616 ±  9%  softirqs.CPU28.SCHED
      6383 ±  6%    +271.7%      23724 ± 19%  softirqs.CPU29.SCHED
      6182 ±  8%    +260.4%      22280 ± 14%  softirqs.CPU3.SCHED
      6376 ±  6%    +278.1%      24112 ±  8%  softirqs.CPU30.SCHED
      6234 ±  5%    +258.6%      22354 ±  9%  softirqs.CPU31.SCHED
      6251 ±  2%    +272.4%      23276 ± 12%  softirqs.CPU32.SCHED
      6274 ±  4%    +294.2%      24732 ± 11%  softirqs.CPU33.SCHED
      6252 ±  3%    +273.3%      23335 ± 17%  softirqs.CPU34.SCHED
      6258 ±  5%    +250.2%      21915 ± 16%  softirqs.CPU35.SCHED
      6163 ±  4%    +307.6%      25121 ± 15%  softirqs.CPU36.SCHED
      6293 ±  3%    +274.7%      23577 ± 18%  softirqs.CPU37.SCHED
      6305 ±  7%    +286.3%      24356 ±  9%  softirqs.CPU38.SCHED
      6198 ±  6%    +277.3%      23385 ± 17%  softirqs.CPU39.SCHED
      6146 ±  7%    +286.1%      23729 ± 16%  softirqs.CPU4.SCHED
      6345 ±  6%    +288.8%      24669 ± 10%  softirqs.CPU40.SCHED
      6266 ±  4%    +275.1%      23506 ± 13%  softirqs.CPU41.SCHED
      6229 ±  4%    +281.1%      23739 ± 12%  softirqs.CPU42.SCHED
      6377 ±  4%    +253.0%      22510 ± 12%  softirqs.CPU43.SCHED
      6238 ±  6%    +294.0%      24581 ± 12%  softirqs.CPU44.SCHED
      6143 ±  4%    +276.0%      23097 ± 15%  softirqs.CPU45.SCHED
      6480 ±  2%    +259.6%      23302 ± 12%  softirqs.CPU46.SCHED
      6459 ±  5%    +272.5%      24065 ±  7%  softirqs.CPU47.SCHED
      6864 ± 10%    +190.4%      19938 ±  7%  softirqs.CPU48.SCHED
      6317 ±  3%    +232.8%      21021 ± 14%  softirqs.CPU49.SCHED
    100929 ±  7%     -11.2%      89579        softirqs.CPU5.RCU
      6162 ±  5%    +302.9%      24829 ± 18%  softirqs.CPU5.SCHED
      6180 ±  5%    +221.0%      19839 ±  5%  softirqs.CPU50.SCHED
      6223 ±  6%    +255.6%      22129 ±  4%  softirqs.CPU51.SCHED
      6326 ±  7%    +232.8%      21052 ±  9%  softirqs.CPU52.SCHED
    100873 ±  5%     -10.9%      89873        softirqs.CPU53.RCU
      6128 ±  7%    +252.4%      21593 ±  9%  softirqs.CPU53.SCHED
      6157 ±  7%    +232.8%      20493 ± 12%  softirqs.CPU54.SCHED
      6267 ±  6%    +251.4%      22028 ±  6%  softirqs.CPU55.SCHED
      6226 ±  6%    +249.5%      21759 ±  7%  softirqs.CPU56.SCHED
      6043 ±  8%    +232.8%      20110 ± 11%  softirqs.CPU57.SCHED
      6289 ±  3%    +231.0%      20814 ±  8%  softirqs.CPU58.SCHED
      6062 ±  7%    +270.1%      22438 ±  6%  softirqs.CPU59.SCHED
    103009 ±  7%     -12.2%      90417        softirqs.CPU6.RCU
      6268 ±  5%    +306.2%      25461 ± 10%  softirqs.CPU6.SCHED
      6231 ±  5%    +241.9%      21307 ± 14%  softirqs.CPU60.SCHED
      6156 ±  5%    +250.9%      21604 ±  5%  softirqs.CPU61.SCHED
      6356 ± 11%    +207.0%      19513 ±  8%  softirqs.CPU62.SCHED
      6014 ±  8%    +232.7%      20007 ±  8%  softirqs.CPU63.SCHED
     98408 ±  4%     -12.3%      86345        softirqs.CPU64.RCU
      6268 ±  7%    +228.0%      20561 ±  6%  softirqs.CPU64.SCHED
     98385 ±  4%     -11.9%      86675        softirqs.CPU65.RCU
      6377 ±  9%    +214.6%      20061 ± 13%  softirqs.CPU65.SCHED
     97721 ±  4%     -12.2%      85813        softirqs.CPU66.RCU
      6277 ±  7%    +235.6%      21067 ±  5%  softirqs.CPU66.SCHED
     97451 ±  4%     -12.4%      85358        softirqs.CPU67.RCU
      6158 ±  6%    +249.9%      21547 ± 11%  softirqs.CPU67.SCHED
     97063 ±  4%     -12.3%      85088        softirqs.CPU68.RCU
      6355 ±  5%    +239.4%      21570 ±  2%  softirqs.CPU68.SCHED
     98041 ±  4%     -10.6%      87675 ±  3%  softirqs.CPU69.RCU
      6200 ±  5%    +263.6%      22543 ±  5%  softirqs.CPU69.SCHED
    101857 ±  6%     -11.8%      89792        softirqs.CPU7.RCU
      5993 ±  5%    +309.9%      24569 ± 15%  softirqs.CPU7.SCHED
     98359 ±  4%     -11.6%      86918        softirqs.CPU70.RCU
      5967 ±  7%    +265.9%      21834 ± 10%  softirqs.CPU70.SCHED
      6310 ±  6%    +234.5%      21106 ± 10%  softirqs.CPU71.SCHED
      6125 ±  6%    +238.3%      20722 ±  6%  softirqs.CPU72.SCHED
      6342 ±  5%    +254.2%      22464 ±  8%  softirqs.CPU73.SCHED
      6138 ±  3%    +252.5%      21637 ±  8%  softirqs.CPU74.SCHED
      6203 ±  2%    +241.9%      21209 ±  6%  softirqs.CPU75.SCHED
      6229 ±  2%    +291.6%      24393 ±  5%  softirqs.CPU76.SCHED
      6349 ±  5%    +257.7%      22716 ±  5%  softirqs.CPU77.SCHED
      6316 ±  6%    +218.4%      20110 ±  3%  softirqs.CPU78.SCHED
      6189 ±  3%    +259.7%      22263 ±  2%  softirqs.CPU79.SCHED
    101827 ±  6%     -12.3%      89264        softirqs.CPU8.RCU
      5995 ±  6%    +304.7%      24265 ±  9%  softirqs.CPU8.SCHED
      6432 ±  4%    +244.4%      22155 ±  8%  softirqs.CPU80.SCHED
      6241 ±  4%    +258.4%      22370 ±  9%  softirqs.CPU81.SCHED
      6337 ±  6%    +248.2%      22065 ±  8%  softirqs.CPU82.SCHED
      6525 ±  4%    +236.2%      21940 ±  4%  softirqs.CPU83.SCHED
      6285 ±  5%    +222.8%      20287 ± 12%  softirqs.CPU84.SCHED
      6332          +239.5%      21497 ±  6%  softirqs.CPU85.SCHED
      6222 ±  2%    +262.9%      22581 ±  6%  softirqs.CPU86.SCHED
      6269 ±  4%    +232.5%      20845 ± 10%  softirqs.CPU87.SCHED
      6164 ±  3%    +245.8%      21318 ±  8%  softirqs.CPU88.SCHED
      6396 ±  3%    +238.8%      21668 ± 12%  softirqs.CPU89.SCHED
    101992 ±  6%     -11.9%      89810        softirqs.CPU9.RCU
      5955 ±  8%    +319.6%      24988 ± 15%  softirqs.CPU9.SCHED
      6372 ±  2%    +246.9%      22106 ±  5%  softirqs.CPU90.SCHED
      6362 ±  8%    +247.9%      22134 ±  9%  softirqs.CPU91.SCHED
      6398 ±  3%    +227.9%      20982 ± 11%  softirqs.CPU92.SCHED
      6301 ±  4%    +256.2%      22446 ±  6%  softirqs.CPU93.SCHED
      6320          +243.2%      21693 ±  8%  softirqs.CPU94.SCHED
      6532 ±  3%    +230.6%      21597 ±  4%  softirqs.CPU95.SCHED
    108543 ±  7%     -18.3%      88650 ±  5%  softirqs.CPU96.RCU
      6408 ± 11%    +298.8%      25553 ± 15%  softirqs.CPU96.SCHED
    104355 ±  6%     -11.2%      92682 ±  4%  softirqs.CPU97.RCU
      6009 ± 11%    +321.3%      25321 ± 14%  softirqs.CPU97.SCHED
      5702 ±  7%    +351.9%      25771 ± 14%  softirqs.CPU98.SCHED
      6109 ± 10%    +281.7%      23318 ± 13%  softirqs.CPU99.SCHED
   1194898 ±  3%    +269.1%    4410557 ±  3%  softirqs.SCHED
     10.77 ± 10%      -6.8        3.99 ±  7%  perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      9.06 ± 12%      -6.2        2.85 ± 10%  perf-profile.calltrace.cycles-pp.select_idle_sibling.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common
     36.77            -5.8       30.94 ±  3%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write.ksys_write
     34.18            -5.2       28.98 ±  2%  perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write
     33.59            -5.2       28.42 ±  2%  perf-profile.calltrace.cycles-pp.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write
     33.34            -5.1       28.22 ±  2%  perf-profile.calltrace.cycles-pp.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write
      5.97 ± 14%      -4.7        1.31 ± 20%  perf-profile.calltrace.cycles-pp.available_idle_cpu.select_idle_sibling.select_task_rq_fair.try_to_wake_up.autoremove_wake_function
     42.08            -3.9       38.20 ±  2%  perf-profile.calltrace.cycles-pp.pipe_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     42.50            -3.8       38.75 ±  2%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     88.28            -3.7       84.54        perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe
     88.86            -3.7       85.18        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe
     23.37            -3.0       20.35 ±  2%  perf-profile.calltrace.cycles-pp.pipe_wait.pipe_read.new_sync_read.vfs_read.ksys_read
     44.79            -3.0       41.78        perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     45.66            -2.8       42.85        perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      3.99 ±  8%      -2.7        1.29 ± 23%  perf-profile.calltrace.cycles-pp._raw_spin_lock.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      3.63 ±  8%      -2.6        1.00 ± 29%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.try_to_wake_up.autoremove_wake_function.__wake_up_common
     21.63 ±  2%      -2.6       19.03 ±  2%  perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_read.new_sync_read.vfs_read
     21.38 ±  2%      -2.6       18.82 ±  2%  perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_read.new_sync_read
     30.25            -2.4       27.86        perf-profile.calltrace.cycles-pp.pipe_read.new_sync_read.vfs_read.ksys_read.do_syscall_64
     30.76            -2.3       28.47        perf-profile.calltrace.cycles-pp.new_sync_read.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     34.05            -1.5       32.53        perf-profile.calltrace.cycles-pp.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     34.95            -1.4       33.57        perf-profile.calltrace.cycles-pp.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.51            -0.6        1.87        perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.pipe_wait.pipe_read
      2.02            -0.5        1.50        perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.pipe_wait.pipe_read
      1.55 ±  4%      -0.5        1.05 ± 19%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.__wake_up_common_lock.pipe_write.new_sync_write
      1.27            -0.5        0.82 ±  4%  perf-profile.calltrace.cycles-pp.reweight_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function
      1.76 ±  4%      -0.4        1.33 ± 14%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write
      0.96 ±  3%      -0.4        0.55 ±  4%  perf-profile.calltrace.cycles-pp.___perf_sw_event.__schedule.schedule.pipe_wait.pipe_read
      1.22            -0.4        0.82 ±  4%  perf-profile.calltrace.cycles-pp.reweight_entity.dequeue_task_fair.__schedule.schedule.pipe_wait
      0.63            -0.4        0.26 ±100%  perf-profile.calltrace.cycles-pp.anon_pipe_buf_release.pipe_read.new_sync_read.vfs_read.ksys_read
      1.05            -0.3        0.78 ±  3%  perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.pipe_wait
      0.92            -0.2        0.69 ±  3%  perf-profile.calltrace.cycles-pp.ttwu_do_wakeup.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      0.88            -0.2        0.65 ±  4%  perf-profile.calltrace.cycles-pp.check_preempt_curr.ttwu_do_wakeup.try_to_wake_up.autoremove_wake_function.__wake_up_common
      2.54            -0.2        2.32        perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.pipe_wait
      0.90            -0.2        0.70 ±  2%  perf-profile.calltrace.cycles-pp.set_next_entity.pick_next_task_fair.__schedule.schedule.pipe_wait
      0.73            -0.2        0.55 ±  4%  perf-profile.calltrace.cycles-pp.check_preempt_wakeup.check_preempt_curr.ttwu_do_wakeup.try_to_wake_up.autoremove_wake_function
      0.95 ±  5%      -0.2        0.78 ±  2%  perf-profile.calltrace.cycles-pp.update_curr.dequeue_entity.dequeue_task_fair.__schedule.schedule
      0.65            +0.0        0.70 ±  2%  perf-profile.calltrace.cycles-pp.__fget_light.__fdget_pos.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.67            +0.1        0.74 ±  2%  perf-profile.calltrace.cycles-pp.__fdget_pos.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.89 ±  2%      +0.1        0.95 ±  2%  perf-profile.calltrace.cycles-pp.native_write_msr
      1.30 ±  2%      +0.1        1.41        perf-profile.calltrace.cycles-pp.selinux_file_permission.security_file_permission.vfs_read.ksys_read.do_syscall_64
      0.79 ±  3%      +0.1        0.90 ±  3%  perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.exit_to_usermode_loop
      0.66            +0.1        0.79        perf-profile.calltrace.cycles-pp.__fget_light.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.69            +0.1        0.82        perf-profile.calltrace.cycles-pp.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.81 ±  2%      +0.1        0.96 ±  2%  perf-profile.calltrace.cycles-pp.mutex_lock.pipe_write.new_sync_write.vfs_write.ksys_write
      1.14 ±  3%      +0.2        1.32        perf-profile.calltrace.cycles-pp.mutex_unlock.pipe_write.new_sync_write.vfs_write.ksys_write
      0.71 ±  3%      +0.2        0.96 ±  2%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter.pipe_write.new_sync_write
      0.55 ±  4%      +0.2        0.80 ±  6%  perf-profile.calltrace.cycles-pp.file_has_perm.security_file_permission.vfs_read.ksys_read.do_syscall_64
      0.77 ±  3%      +0.3        1.04 ±  2%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter.pipe_write.new_sync_write.vfs_write
      0.89            +0.3        1.17 ±  2%  perf-profile.calltrace.cycles-pp.selinux_file_permission.security_file_permission.vfs_write.ksys_write.do_syscall_64
      2.41 ±  4%      +0.4        2.76 ±  2%  perf-profile.calltrace.cycles-pp.copy_page_to_iter.pipe_read.new_sync_read.vfs_read.ksys_read
      2.08 ±  3%      +0.4        2.45 ±  2%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      2.14            +0.5        2.60 ±  2%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.12 ±173%      +0.5        0.60 ±  3%  perf-profile.calltrace.cycles-pp.fsnotify.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.13 ±173%      +0.5        0.64 ±  2%  perf-profile.calltrace.cycles-pp.file_update_time.pipe_write.new_sync_write.vfs_write.ksys_write
      1.47 ±  3%      +0.5        2.00 ±  6%  perf-profile.calltrace.cycles-pp.update_load_avg.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up
      1.47            +0.5        2.01 ±  3%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.41            +0.5        1.94 ±  2%  perf-profile.calltrace.cycles-pp.copy_page_from_iter.pipe_write.new_sync_write.vfs_write.ksys_write
      0.39 ± 57%      +0.5        0.92 ±  4%  perf-profile.calltrace.cycles-pp.migrate_task_rq_fair.set_task_cpu.try_to_wake_up.autoremove_wake_function.__wake_up_common
      0.00            +0.6        0.56 ±  3%  perf-profile.calltrace.cycles-pp.mutex_lock.pipe_read.new_sync_read.vfs_read.ksys_read
      0.00            +0.6        0.56 ±  6%  perf-profile.calltrace.cycles-pp.avc_has_perm.file_has_perm.security_file_permission.vfs_read.ksys_read
      0.13 ±173%      +0.6        0.70 ±  5%  perf-profile.calltrace.cycles-pp.file_has_perm.security_file_permission.vfs_write.ksys_write.do_syscall_64
      0.00            +0.6        0.64 ± 12%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +0.8        0.76 ±  5%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.pipe_read.new_sync_read.vfs_read.ksys_read
      0.00            +0.9        0.85 ± 12%  perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_write.new_sync_write
      0.00            +0.9        0.86 ± 12%  perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_write.new_sync_write.vfs_write
     11.62 ±  3%      +0.9       12.55 ±  2%  perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.pipe_wait.pipe_read
      0.00            +1.0        0.96 ± 11%  perf-profile.calltrace.cycles-pp.pipe_wait.pipe_write.new_sync_write.vfs_write.ksys_write
      2.83            +1.0        3.84 ±  3%  perf-profile.calltrace.cycles-pp.syscall_return_via_sysret
      3.37            +1.1        4.45 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64
     12.51 ±  4%      +1.1       13.66        perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function.__wake_up_common
     12.78 ±  4%      +1.2       13.95        perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      0.00            +1.3        1.31 ±  5%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +1.3        1.31 ±  5%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +1.3        1.31 ±  5%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64
      0.00            +1.3        1.32 ±  5%  perf-profile.calltrace.cycles-pp.secondary_startup_64
      6.66 ±  7%      +1.8        8.50 ±  2%  perf-profile.calltrace.cycles-pp.update_cfs_group.dequeue_task_fair.__schedule.schedule.pipe_wait
      6.47 ±  7%      +2.1        8.57 ±  2%  perf-profile.calltrace.cycles-pp.update_cfs_group.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function
      2.79 ±  2%      +4.0        6.75 ±  2%  perf-profile.calltrace.cycles-pp.set_task_cpu.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
     10.79 ± 10%      -6.7        4.05 ±  7%  perf-profile.children.cycles-pp.select_task_rq_fair
      9.24 ± 12%      -6.3        2.95 ± 10%  perf-profile.children.cycles-pp.select_idle_sibling
     37.16            -5.4       31.72 ±  3%  perf-profile.children.cycles-pp.__wake_up_common_lock
     33.51            -4.8       28.70 ±  2%  perf-profile.children.cycles-pp.try_to_wake_up
     34.24            -4.8       29.48 ±  2%  perf-profile.children.cycles-pp.__wake_up_common
     33.60            -4.7       28.88 ±  2%  perf-profile.children.cycles-pp.autoremove_wake_function
      6.04 ± 14%      -4.7        1.35 ± 20%  perf-profile.children.cycles-pp.available_idle_cpu
      7.03 ±  7%      -4.1        2.94 ± 19%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
     42.12            -3.9       38.24 ±  2%  perf-profile.children.cycles-pp.pipe_write
     42.52            -3.7       38.79 ±  2%  perf-profile.children.cycles-pp.new_sync_write
     88.33            -3.7       84.61        perf-profile.children.cycles-pp.do_syscall_64
      6.32 ±  8%      -3.6        2.68 ± 14%  perf-profile.children.cycles-pp._raw_spin_lock
     88.96            -3.6       85.31        perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     44.83            -3.0       41.84        perf-profile.children.cycles-pp.vfs_write
     45.69            -2.8       42.91        perf-profile.children.cycles-pp.ksys_write
     30.29            -2.4       27.92        perf-profile.children.cycles-pp.pipe_read
     30.78            -2.3       28.50        perf-profile.children.cycles-pp.new_sync_read
     23.45            -2.1       21.35        perf-profile.children.cycles-pp.pipe_wait
     27.81            -1.7       26.14        perf-profile.children.cycles-pp.schedule
     34.09            -1.5       32.58        perf-profile.children.cycles-pp.vfs_read
     34.98            -1.4       33.60        perf-profile.children.cycles-pp.ksys_read
     27.71            -1.2       26.49        perf-profile.children.cycles-pp.__schedule
      1.51 ± 10%      -1.1        0.39 ± 14%  perf-profile.children.cycles-pp.cpumask_next_wrap
      2.54            -0.8        1.75 ±  4%  perf-profile.children.cycles-pp.reweight_entity
      3.18 ±  3%      -0.8        2.41 ±  3%  perf-profile.children.cycles-pp.update_curr
      1.44 ±  5%      -0.7        0.78 ±  2%  perf-profile.children.cycles-pp.update_rq_clock
      3.91            -0.5        3.42 ±  2%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.82 ±  6%      -0.5        0.35 ±  3%  perf-profile.children.cycles-pp.find_next_bit
      1.14            -0.4        0.71 ±  3%  perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      1.27            -0.4        0.87 ±  2%  perf-profile.children.cycles-pp.__update_load_avg_se
      2.72 ±  2%      -0.4        2.35 ±  8%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      0.37            -0.3        0.03 ±100%  perf-profile.children.cycles-pp.__mutex_unlock_slowpath
      0.67 ±  2%      -0.3        0.35 ±  3%  perf-profile.children.cycles-pp.__enqueue_entity
      1.67 ±  4%      -0.3        1.35 ±  5%  perf-profile.children.cycles-pp.___perf_sw_event
      1.21            -0.3        0.89 ±  3%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.40 ± 13%      -0.3        0.12 ± 25%  perf-profile.children.cycles-pp.reschedule_interrupt
      0.61            -0.3        0.35 ±  4%  perf-profile.children.cycles-pp.account_entity_dequeue
      0.94 ±  2%      -0.2        0.71 ±  3%  perf-profile.children.cycles-pp.ttwu_do_wakeup
      0.89 ±  2%      -0.2        0.67 ±  4%  perf-profile.children.cycles-pp.check_preempt_curr
      0.81            -0.2        0.61 ±  3%  perf-profile.children.cycles-pp.pick_next_entity
      0.32 ±  2%      -0.2        0.14        perf-profile.children.cycles-pp.__mutex_lock
      0.76 ±  2%      -0.2        0.58 ±  4%  perf-profile.children.cycles-pp.check_preempt_wakeup
      0.52            -0.2        0.35 ±  3%  perf-profile.children.cycles-pp.account_entity_enqueue
      4.68            -0.2        4.53        perf-profile.children.cycles-pp.switch_mm_irqs_off
      2.57            -0.1        2.42        perf-profile.children.cycles-pp.dequeue_entity
      2.19 ±  2%      -0.1        2.05 ±  3%  perf-profile.children.cycles-pp.load_new_mm_cr3
      0.63            -0.1        0.50 ±  3%  perf-profile.children.cycles-pp.anon_pipe_buf_release
      0.41 ±  2%      -0.1        0.30 ±  3%  perf-profile.children.cycles-pp.update_min_vruntime
      0.38            -0.1        0.27 ±  3%  perf-profile.children.cycles-pp.rb_erase_cached
      1.25            -0.1        1.15        perf-profile.children.cycles-pp.set_next_entity
      0.70            -0.1        0.60 ±  4%  perf-profile.children.cycles-pp.__calc_delta
      0.28            -0.1        0.18 ±  2%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.18 ±  2%      -0.1        0.10        perf-profile.children.cycles-pp.deactivate_task
      0.53 ±  2%      -0.1        0.47 ±  3%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.13            -0.1        0.08        perf-profile.children.cycles-pp.rb_next
      0.45 ±  2%      -0.0        0.41 ±  4%  perf-profile.children.cycles-pp.sched_clock
      0.43 ±  2%      -0.0        0.39 ±  4%  perf-profile.children.cycles-pp.native_sched_clock
      0.33 ±  3%      -0.0        0.28 ±  4%  perf-profile.children.cycles-pp.clear_buddies
      0.17 ±  2%      -0.0        0.13 ±  5%  perf-profile.children.cycles-pp.set_next_buddy
      0.17 ±  3%      -0.0        0.12 ±  3%  perf-profile.children.cycles-pp.wakeup_preempt_entity
      0.21 ±  5%      -0.0        0.17 ±  6%  perf-profile.children.cycles-pp.update_cfs_rq_h_load
      0.41            -0.0        0.38 ±  2%  perf-profile.children.cycles-pp.prepare_to_wait
      0.11 ±  3%      -0.0        0.08        perf-profile.children.cycles-pp.finish_wait
      0.12 ±  3%      -0.0        0.10 ±  4%  perf-profile.children.cycles-pp.rb_insert_color_cached
      0.11 ±  3%      -0.0        0.10 ±  5%  perf-profile.children.cycles-pp.__list_add_valid
      0.16 ±  4%      +0.0        0.17 ±  2%  perf-profile.children.cycles-pp.resched_curr
      0.18 ±  4%      +0.0        0.21 ±  3%  perf-profile.children.cycles-pp.__sb_start_write
      0.09 ±  4%      +0.0        0.13 ±  3%  perf-profile.children.cycles-pp.__sb_end_write
      0.11 ±  7%      +0.0        0.15 ±  5%  perf-profile.children.cycles-pp.ktime_get_coarse_real_ts64
      0.17            +0.0        0.21 ±  2%  perf-profile.children.cycles-pp.generic_pipe_buf_confirm
      0.01 ±173%      +0.0        0.06 ±  9%  perf-profile.children.cycles-pp.__strcspn_sse42
      0.01 ±173%      +0.0        0.06 ±  9%  perf-profile.children.cycles-pp.generic_start_main
      0.01 ±173%      +0.0        0.06 ±  9%  perf-profile.children.cycles-pp.main
      0.01 ±173%      +0.0        0.06 ±  9%  perf-profile.children.cycles-pp.run_builtin
      0.29 ±  3%      +0.0        0.33 ±  3%  perf-profile.children.cycles-pp.cpus_share_cache
      0.18 ±  2%      +0.0        0.22 ±  3%  perf-profile.children.cycles-pp.activate_task
      0.09            +0.0        0.14 ±  6%  perf-profile.children.cycles-pp.iov_iter_init
      0.00            +0.1        0.05        perf-profile.children.cycles-pp.bpf_fd_pass
      0.23 ±  6%      +0.1        0.29 ±  9%  perf-profile.children.cycles-pp.scheduler_tick
      0.18 ±  3%      +0.1        0.24 ±  3%  perf-profile.children.cycles-pp.__task_rq_lock
      0.30 ±  6%      +0.1        0.36 ± 10%  perf-profile.children.cycles-pp.tick_sched_timer
      0.28 ±  6%      +0.1        0.33 ± 10%  perf-profile.children.cycles-pp.update_process_times
      0.20 ±  6%      +0.1        0.26 ±  9%  perf-profile.children.cycles-pp.task_tick_fair
      0.28 ±  6%      +0.1        0.34 ±  9%  perf-profile.children.cycles-pp.tick_sched_handle
      0.97            +0.1        1.04 ±  2%  perf-profile.children.cycles-pp.native_write_msr
      0.41            +0.1        0.48 ±  4%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.36 ±  6%      +0.1        0.43 ±  8%  perf-profile.children.cycles-pp.__hrtimer_run_queues
      0.09            +0.1        0.16 ±  6%  perf-profile.children.cycles-pp.timespec64_trunc
      0.13 ±  6%      +0.1        0.21 ±  2%  perf-profile.children.cycles-pp.attach_entity_load_avg
      0.00            +0.1        0.07 ± 14%  perf-profile.children.cycles-pp.menu_select
      0.00            +0.1        0.08 ± 11%  perf-profile.children.cycles-pp.attach_task
      0.51 ±  5%      +0.1        0.58 ±  8%  perf-profile.children.cycles-pp.hrtimer_interrupt
      0.11 ±  4%      +0.1        0.19 ±  6%  perf-profile.children.cycles-pp.inode_has_perm
      0.20 ±  4%      +0.1        0.29 ±  5%  perf-profile.children.cycles-pp.rcu_all_qs
      0.26            +0.1        0.35 ±  3%  perf-profile.children.cycles-pp.__x64_sys_write
      0.46 ±  2%      +0.1        0.55 ±  3%  perf-profile.children.cycles-pp._cond_resched
      0.38 ±  5%      +0.1        0.51 ±  3%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.00            +0.1        0.13 ± 11%  perf-profile.children.cycles-pp.poll_idle
      0.19 ±  4%      +0.1        0.33 ±  6%  perf-profile.children.cycles-pp.remove_entity_load_avg
      0.39            +0.1        0.53 ±  4%  perf-profile.children.cycles-pp.__might_fault
      0.51 ±  2%      +0.1        0.66 ±  2%  perf-profile.children.cycles-pp.file_update_time
      0.06 ± 13%      +0.2        0.21 ±  7%  perf-profile.children.cycles-pp.irq_exit
      0.06 ±  9%      +0.2        0.21 ±  7%  perf-profile.children.cycles-pp.__softirqentry_text_start
      0.73 ±  2%      +0.2        0.89 ±  3%  perf-profile.children.cycles-pp.fsnotify
      1.32            +0.2        1.48        perf-profile.children.cycles-pp.__fget_light
      0.00            +0.2        0.17 ±  7%  perf-profile.children.cycles-pp.load_balance
      0.00            +0.2        0.17 ±  7%  perf-profile.children.cycles-pp.rebalance_domains
      0.40            +0.2        0.57 ±  5%  perf-profile.children.cycles-pp.current_time
      0.48            +0.2        0.66 ±  7%  perf-profile.children.cycles-pp.__inode_security_revalidate
      0.51 ±  2%      +0.2        0.69 ±  5%  perf-profile.children.cycles-pp.__might_sleep
      1.39            +0.2        1.60        perf-profile.children.cycles-pp.__fdget_pos
      1.60 ±  3%      +0.2        1.83 ±  2%  perf-profile.children.cycles-pp.mutex_unlock
      0.59 ±  6%      +0.2        0.83 ±  7%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      0.65 ±  6%      +0.2        0.89 ±  7%  perf-profile.children.cycles-pp.apic_timer_interrupt
      0.74            +0.2        0.99 ±  5%  perf-profile.children.cycles-pp.___might_sleep
      0.78 ±  3%      +0.3        1.06 ±  2%  perf-profile.children.cycles-pp.copyin
      0.74 ±  3%      +0.3        1.03 ±  4%  perf-profile.children.cycles-pp.avc_has_perm
      1.68            +0.3        2.00 ±  2%  perf-profile.children.cycles-pp.mutex_lock
      2.21 ±  5%      +0.3        2.53        perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      2.43 ±  4%      +0.4        2.81 ±  2%  perf-profile.children.cycles-pp.copy_page_to_iter
      2.21            +0.4        2.59        perf-profile.children.cycles-pp.selinux_file_permission
      0.52 ±  3%      +0.4        0.96 ±  4%  perf-profile.children.cycles-pp.migrate_task_rq_fair
      1.06 ±  2%      +0.5        1.54 ±  5%  perf-profile.children.cycles-pp.file_has_perm
      0.00            +0.5        0.49 ± 12%  perf-profile.children.cycles-pp.intel_idle
      0.00            +0.5        0.54 ± 10%  perf-profile.children.cycles-pp.schedule_idle
      1.43            +0.5        1.98 ±  3%  perf-profile.children.cycles-pp.copy_page_from_iter
      3.58 ±  2%      +0.6        4.17 ±  3%  perf-profile.children.cycles-pp.update_load_avg
      0.00            +0.6        0.64 ± 11%  perf-profile.children.cycles-pp.cpuidle_enter_state
      3.63            +1.0        4.64 ±  3%  perf-profile.children.cycles-pp.security_file_permission
      3.38            +1.1        4.46 ±  3%  perf-profile.children.cycles-pp.entry_SYSCALL_64
      3.23            +1.2        4.39 ±  3%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.00            +1.3        1.31 ±  5%  perf-profile.children.cycles-pp.start_secondary
      0.00            +1.3        1.32 ±  5%  perf-profile.children.cycles-pp.secondary_startup_64
      0.00            +1.3        1.32 ±  5%  perf-profile.children.cycles-pp.cpu_startup_entry
      0.00            +1.3        1.32 ±  5%  perf-profile.children.cycles-pp.do_idle
     12.87 ±  4%      +1.5       14.33        perf-profile.children.cycles-pp.ttwu_do_activate
     11.67 ±  3%      +1.5       13.14        perf-profile.children.cycles-pp.dequeue_task_fair
     12.62 ±  4%      +1.5       14.12        perf-profile.children.cycles-pp.enqueue_task_fair
      2.81 ±  2%      +4.0        6.82 ±  2%  perf-profile.children.cycles-pp.set_task_cpu
     13.32 ±  7%      +4.9       18.24        perf-profile.children.cycles-pp.update_cfs_group
      5.97 ± 14%      -4.6        1.33 ± 20%  perf-profile.self.cycles-pp.available_idle_cpu
      7.01 ±  7%      -4.1        2.93 ± 19%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      0.88 ± 10%      -0.7        0.23 ± 14%  perf-profile.self.cycles-pp.cpumask_next_wrap
      1.22 ±  7%      -0.7        0.56 ±  2%  perf-profile.self.cycles-pp.select_idle_sibling
      1.69 ±  3%      -0.6        1.07        perf-profile.self.cycles-pp.update_curr
      1.10 ±  6%      -0.6        0.49 ±  5%  perf-profile.self.cycles-pp.update_rq_clock
      1.24            -0.4        0.84 ±  2%  perf-profile.self.cycles-pp.__update_load_avg_se
      0.71 ±  6%      -0.4        0.32 ±  4%  perf-profile.self.cycles-pp.find_next_bit
      1.07            -0.4        0.68 ±  3%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      1.29            -0.4        0.91 ±  3%  perf-profile.self.cycles-pp.select_task_rq_fair
      1.55 ±  4%      -0.3        1.21 ±  5%  perf-profile.self.cycles-pp.___perf_sw_event
      0.66 ±  2%      -0.3        0.34 ±  3%  perf-profile.self.cycles-pp.__enqueue_entity
      2.27 ±  3%      -0.2        2.03        perf-profile.self.cycles-pp.__schedule
      0.50            -0.2        0.31 ±  4%  perf-profile.self.cycles-pp.account_entity_dequeue
      0.85            -0.2        0.67 ±  5%  perf-profile.self.cycles-pp.enqueue_task_fair
      0.80            -0.2        0.62 ±  3%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.86            -0.2        0.70 ±  4%  perf-profile.self.cycles-pp.pick_next_task_fair
      0.60 ±  2%      -0.2        0.44        perf-profile.self.cycles-pp.try_to_wake_up
      0.53            -0.2        0.38 ±  3%  perf-profile.self.cycles-pp.pipe_wait
      0.47            -0.1        0.33 ±  3%  perf-profile.self.cycles-pp.account_entity_enqueue
      0.81            -0.1        0.66 ±  4%  perf-profile.self.cycles-pp.reweight_entity
      2.18 ±  2%      -0.1        2.04 ±  3%  perf-profile.self.cycles-pp.load_new_mm_cr3
      0.61            -0.1        0.48 ±  4%  perf-profile.self.cycles-pp.anon_pipe_buf_release
      0.36 ±  2%      -0.1        0.25 ±  4%  perf-profile.self.cycles-pp.enqueue_entity
      0.39 ±  2%      -0.1        0.28 ±  3%  perf-profile.self.cycles-pp.update_min_vruntime
      0.16 ±  4%      -0.1        0.05 ±  8%  perf-profile.self.cycles-pp.__mutex_lock
      0.70            -0.1        0.60 ±  4%  perf-profile.self.cycles-pp.__calc_delta
      0.27 ±  3%      -0.1        0.18 ±  2%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.38 ±  6%      -0.1        0.29 ±  3%  perf-profile.self.cycles-pp.finish_task_switch
      0.35 ±  3%      -0.1        0.27 ±  4%  perf-profile.self.cycles-pp.check_preempt_wakeup
      0.18 ±  2%      -0.1        0.10 ±  5%  perf-profile.self.cycles-pp.deactivate_task
      0.65            -0.1        0.57 ±  2%  perf-profile.self.cycles-pp.dequeue_task_fair
      0.36            -0.1        0.30 ±  4%  perf-profile.self.cycles-pp.pick_next_entity
      0.13 ±  5%      -0.1        0.07        perf-profile.self.cycles-pp.check_preempt_curr
      0.26            -0.1        0.20 ±  3%  perf-profile.self.cycles-pp.rb_erase_cached
      0.12            -0.0        0.07        perf-profile.self.cycles-pp.rb_next
      0.83 ±  2%      -0.0        0.78 ±  2%  perf-profile.self.cycles-pp._raw_spin_lock
      0.16 ±  2%      -0.0        0.11 ±  7%  perf-profile.self.cycles-pp.set_next_buddy
      0.23 ±  3%      -0.0        0.18 ±  2%  perf-profile.self.cycles-pp.dequeue_entity
      0.42            -0.0        0.37 ±  3%  perf-profile.self.cycles-pp.native_sched_clock
      0.28 ±  4%      -0.0        0.24 ±  4%  perf-profile.self.cycles-pp.clear_buddies
      0.15 ±  5%      -0.0        0.10 ±  4%  perf-profile.self.cycles-pp.wakeup_preempt_entity
      0.23 ±  2%      -0.0        0.19 ±  3%  perf-profile.self.cycles-pp.prepare_to_wait
      0.21 ±  5%      -0.0        0.17 ±  6%  perf-profile.self.cycles-pp.update_cfs_rq_h_load
      0.08 ±  5%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.finish_wait
      0.19 ±  3%      -0.0        0.17 ±  4%  perf-profile.self.cycles-pp.set_next_entity
      0.12 ±  4%      -0.0        0.11 ±  4%  perf-profile.self.cycles-pp.autoremove_wake_function
      0.12 ±  3%      -0.0        0.10 ±  4%  perf-profile.self.cycles-pp.rb_insert_color_cached
      0.11 ±  4%      -0.0        0.09 ±  4%  perf-profile.self.cycles-pp.__list_add_valid
      0.07 ±  5%      -0.0        0.06        perf-profile.self.cycles-pp.sched_clock_cpu
      0.05            +0.0        0.06        perf-profile.self.cycles-pp.kill_fasync
      0.12 ±  3%      +0.0        0.14 ±  3%  perf-profile.self.cycles-pp.exit_to_usermode_loop
      0.15 ±  3%      +0.0        0.16 ±  2%  perf-profile.self.cycles-pp.__might_fault
      0.19            +0.0        0.21 ±  3%  perf-profile.self.cycles-pp.__wake_up_common_lock
      0.10 ±  8%      +0.0        0.13 ±  6%  perf-profile.self.cycles-pp.ktime_get_coarse_real_ts64
      0.18 ±  4%      +0.0        0.21 ±  3%  perf-profile.self.cycles-pp.__sb_start_write
      0.15            +0.0        0.18 ±  2%  perf-profile.self.cycles-pp.generic_pipe_buf_confirm
      0.09 ±  4%      +0.0        0.12 ±  3%  perf-profile.self.cycles-pp.iov_iter_init
      0.09            +0.0        0.13 ±  5%  perf-profile.self.cycles-pp.__sb_end_write
      0.28 ±  4%      +0.0        0.33 ±  2%  perf-profile.self.cycles-pp.cpus_share_cache
      0.18 ±  2%      +0.0        0.22 ±  3%  perf-profile.self.cycles-pp.activate_task
      0.08 ±  5%      +0.1        0.13 ±  3%  perf-profile.self.cycles-pp.__fdget_pos
      0.17            +0.1        0.23 ±  3%  perf-profile.self.cycles-pp.file_update_time
      0.17 ±  3%      +0.1        0.23 ±  7%  perf-profile.self.cycles-pp.ksys_write
      0.97            +0.1        1.03 ±  2%  perf-profile.self.cycles-pp.native_write_msr
      0.08 ±  5%      +0.1        0.15 ±  5%  perf-profile.self.cycles-pp.timespec64_trunc
      0.38            +0.1        0.44 ±  3%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.43 ±  3%      +0.1        0.49 ±  3%  perf-profile.self.cycles-pp.new_sync_read
      0.10 ±  4%      +0.1        0.17 ±  6%  perf-profile.self.cycles-pp.inode_has_perm
      0.15 ±  3%      +0.1        0.22 ±  4%  perf-profile.self.cycles-pp.rcu_all_qs
      0.20 ±  3%      +0.1        0.27 ±  3%  perf-profile.self.cycles-pp.ksys_read
      0.21 ±  2%      +0.1        0.28 ±  6%  perf-profile.self.cycles-pp.current_time
      0.12 ±  6%      +0.1        0.20 ±  2%  perf-profile.self.cycles-pp.attach_entity_load_avg
      0.23            +0.1        0.30 ±  3%  perf-profile.self.cycles-pp.__x64_sys_write
      0.17 ±  3%      +0.1        0.24 ±  4%  perf-profile.self.cycles-pp._cond_resched
      0.17 ±  2%      +0.1        0.25 ±  6%  perf-profile.self.cycles-pp.__inode_security_revalidate
      1.12            +0.1        1.22        perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.67            +0.1        0.77 ±  3%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.23 ±  2%      +0.1        0.33 ±  9%  perf-profile.self.cycles-pp.vfs_write
      0.20 ±  2%      +0.1        0.30 ±  7%  perf-profile.self.cycles-pp.file_has_perm
      0.29 ±  2%      +0.1        0.40 ±  7%  perf-profile.self.cycles-pp.security_file_permission
      0.00            +0.1        0.10 ± 10%  perf-profile.self.cycles-pp.poll_idle
      0.35 ±  7%      +0.1        0.46 ±  3%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.36            +0.1        0.47        perf-profile.self.cycles-pp.new_sync_write
      0.28            +0.1        0.40 ±  4%  perf-profile.self.cycles-pp.copy_page_from_iter
      0.47            +0.1        0.60 ±  2%  perf-profile.self.cycles-pp.vfs_read
      0.70 ±  3%      +0.2        0.85 ±  3%  perf-profile.self.cycles-pp.fsnotify
      1.29            +0.2        1.44 ±  2%  perf-profile.self.cycles-pp.__fget_light
      0.55            +0.2        0.70 ±  3%  perf-profile.self.cycles-pp.copy_page_to_iter
      1.05            +0.2        1.21 ±  2%  perf-profile.self.cycles-pp.mutex_lock
      0.68 ±  2%      +0.2        0.84 ±  3%  perf-profile.self.cycles-pp.pipe_write
      0.45            +0.2        0.61 ±  5%  perf-profile.self.cycles-pp.__might_sleep
      0.76            +0.2        0.93 ±  3%  perf-profile.self.cycles-pp.do_syscall_64
      1.68            +0.2        1.88 ±  2%  perf-profile.self.cycles-pp.selinux_file_permission
      1.58 ±  3%      +0.2        1.79 ±  2%  perf-profile.self.cycles-pp.mutex_unlock
      0.72            +0.2        0.96 ±  5%  perf-profile.self.cycles-pp.___might_sleep
      0.28 ±  3%      +0.3        0.53 ±  5%  perf-profile.self.cycles-pp.migrate_task_rq_fair
      0.74 ±  3%      +0.3        1.02 ±  5%  perf-profile.self.cycles-pp.avc_has_perm
      2.19 ±  5%      +0.3        2.49        perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.00            +0.5        0.48 ± 12%  perf-profile.self.cycles-pp.intel_idle
      1.89 ±  3%      +0.8        2.72 ±  5%  perf-profile.self.cycles-pp.update_load_avg
      3.38            +1.1        4.46 ±  3%  perf-profile.self.cycles-pp.entry_SYSCALL_64
      3.22            +1.2        4.38 ±  3%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      2.28 ±  3%      +3.6        5.85 ±  2%  perf-profile.self.cycles-pp.set_task_cpu
     13.30 ±  7%      +4.9       18.23        perf-profile.self.cycles-pp.update_cfs_group



***************************************************************************************************
lkp-bdw-ep6: 88 threads Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/kconfig/rootfs/runtime/tbox_group/test/testcase/ucode:
  gcc-7/performance/x86_64-rhel-7.6/debian-x86_64-2018-04-03.cgz/300s/lkp-bdw-ep6/small-allocs-mt/vm-scalability/0xb00002e

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
          0:4            5%           0:4     perf-profile.children.cycles-pp.error_exit
          1:4           12%           1:4     perf-profile.children.cycles-pp.error_entry
          1:4            7%           1:4     perf-profile.self.cycles-pp.error_entry
         %stddev     %change         %stddev
             \          |                \  
     22613           +24.6%      28175        vm-scalability.median
   1989974           +24.6%    2479420        vm-scalability.throughput
      1131 ±  4%      +7.8%       1219 ±  3%  vm-scalability.time.involuntary_context_switches
  1.33e+08           +24.5%  1.656e+08        vm-scalability.time.minor_page_faults
    476.50 ±  2%     -25.1%     356.75        vm-scalability.time.percent_of_cpu_this_job_got
      1204 ±  4%     -36.6%     763.78        vm-scalability.time.system_time
 1.446e+08           +24.4%    1.8e+08        vm-scalability.time.voluntary_context_switches
 5.985e+08           +24.5%  7.453e+08        vm-scalability.workload
    915061           +24.5%    1139054        vmstat.system.cs
      3.77 ± 12%      -1.5        2.27        mpstat.cpu.all.sys%
      0.91 ±  4%      +0.1        1.06        mpstat.cpu.all.usr%
   3706921           +12.3%    4163788        meminfo.Memused
    528998 ±  2%     +24.0%     655722        meminfo.PageTables
   1477038           +22.1%    1803658        meminfo.SUnreclaim
   1547764           +21.1%    1874732        meminfo.Slab
     17328           +16.9%      20265        meminfo.max_used_kB
 2.027e+08 ± 52%    +956.6%  2.142e+09 ±  2%  cpuidle.C1.time
  12871136 ± 75%    +372.0%   60753188 ±  7%  cpuidle.C1.usage
  74787475 ± 12%     +66.3%  1.244e+08 ±  5%  cpuidle.C1E.usage
 1.571e+10           -75.4%  3.871e+09 ± 48%  cpuidle.C3.time
 1.051e+08 ±  3%     -70.4%   31151311 ± 24%  cpuidle.C3.usage
 1.748e+09 ± 16%    +600.8%  1.225e+10 ± 12%  cpuidle.C6.time
   2406825 ±  9%    +500.3%   14448623        cpuidle.C6.usage
    762045 ± 10%     +86.8%    1423580 ± 63%  cpuidle.POLL.usage
    132112           +24.1%     163946        proc-vmstat.nr_page_table_pages
    369229           +22.1%     450884        proc-vmstat.nr_slab_unreclaimable
   1347985           +10.2%    1485730        proc-vmstat.numa_hit
   1319458           +10.4%    1457207        proc-vmstat.numa_local
      4456 ±  3%      -5.5%       4212 ±  3%  proc-vmstat.pgactivate
   1737173           +12.9%    1961980        proc-vmstat.pgalloc_normal
 1.337e+08           +24.4%  1.664e+08        proc-vmstat.pgfault
   1685549 ±  2%     +11.1%    1872507 ±  2%  proc-vmstat.pgfree
     12324 ±  4%      +8.8%      13407        slabinfo.anon_vma.active_objs
     12324 ±  4%      +8.8%      13407        slabinfo.anon_vma.num_objs
     24335 ±  4%      +9.3%      26597        slabinfo.anon_vma_chain.active_objs
     24335 ±  4%      +9.3%      26597        slabinfo.anon_vma_chain.num_objs
      8554 ±  4%      +7.3%       9180 ±  5%  slabinfo.kmalloc-512.num_objs
    598.00           +21.4%     726.00 ± 10%  slabinfo.kmem_cache_node.active_objs
    639.25           +20.0%     767.25 ± 10%  slabinfo.kmem_cache_node.num_objs
   6821251           +24.1%    8463898        slabinfo.vm_area_struct.active_objs
    170531           +24.1%     211597        slabinfo.vm_area_struct.active_slabs
   6821276           +24.1%    8463916        slabinfo.vm_area_struct.num_objs
    170531           +24.1%     211597        slabinfo.vm_area_struct.num_slabs
    151.25 ± 30%     -76.9%      35.00        slabinfo.xfs_btree_cur.active_objs
    151.25 ± 30%     -76.9%      35.00        slabinfo.xfs_btree_cur.num_objs
    220.50           -10.0%     198.50        turbostat.Avg_MHz
      2724           -15.8%       2293 ±  2%  turbostat.Bzy_MHz
  12871160 ± 74%    +372.0%   60749021 ±  7%  turbostat.C1
      0.73 ± 52%      +7.0        7.74 ±  3%  turbostat.C1%
  74787402 ± 12%     +66.3%  1.244e+08 ±  5%  turbostat.C1E
 1.051e+08 ±  3%     -70.4%   31150625 ± 24%  turbostat.C3
     56.64           -42.7       13.97 ± 48%  turbostat.C3%
   2396765 ±  9%    +502.4%   14439199        turbostat.C6
      6.29 ± 16%     +37.9       44.23 ± 12%  turbostat.C6%
     87.90           -35.0%      57.14 ±  6%  turbostat.CPU%c1
      3.21 ± 24%    +926.4%      32.92 ± 18%  turbostat.CPU%c6
      1.76 ± 24%   +1551.8%      29.03 ± 11%  turbostat.Pkg%pc2
     60.00 ±  4%      -7.5%      55.50 ±  5%  turbostat.PkgTmp
    153.97           -25.7%     114.38        turbostat.PkgWatt
     12.47           -32.9%       8.36 ±  3%  turbostat.RAMWatt
      9098 ± 12%     +89.2%      17217 ±  8%  sched_debug.cfs_rq:/.load.avg
     35294 ± 20%     +36.3%      48100 ±  4%  sched_debug.cfs_rq:/.load.stddev
     11.98 ± 13%     +45.9%      17.48 ± 15%  sched_debug.cfs_rq:/.load_avg.avg
     70834 ±  5%     -35.8%      45506 ±  5%  sched_debug.cfs_rq:/.min_vruntime.avg
     92174 ± 11%     -22.2%      71682 ± 10%  sched_debug.cfs_rq:/.min_vruntime.max
     58455 ±  5%     -57.4%      24893 ± 17%  sched_debug.cfs_rq:/.min_vruntime.min
      6239 ± 15%    +102.3%      12623 ± 26%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.08 ± 11%     +43.6%       0.12 ±  9%  sched_debug.cfs_rq:/.nr_running.avg
      0.27 ±  5%     +19.1%       0.32 ±  4%  sched_debug.cfs_rq:/.nr_running.stddev
      2.61 ± 19%     +83.9%       4.81 ±  4%  sched_debug.cfs_rq:/.runnable_load_avg.avg
    139.50 ±  7%     +19.9%     167.30 ±  5%  sched_debug.cfs_rq:/.runnable_load_avg.max
     16.50 ± 12%     +42.2%      23.46 ±  2%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
      9067 ± 11%     +89.0%      17135 ± 10%  sched_debug.cfs_rq:/.runnable_weight.avg
     35173 ± 20%     +35.6%      47707 ±  5%  sched_debug.cfs_rq:/.runnable_weight.stddev
     -1153          +834.8%     -10782        sched_debug.cfs_rq:/.spread0.min
      6240 ± 15%    +102.3%      12623 ± 26%  sched_debug.cfs_rq:/.spread0.stddev
    114.71           +14.3%     131.11 ±  4%  sched_debug.cfs_rq:/.util_avg.avg
    101.61           +15.4%     117.30 ±  5%  sched_debug.cfs_rq:/.util_avg.stddev
    256259          +119.3%     562028        sched_debug.cpu.avg_idle.avg
    645155 ± 15%     +55.0%    1000000        sched_debug.cpu.avg_idle.max
     91032 ± 15%    +352.7%     412131 ±  2%  sched_debug.cpu.avg_idle.stddev
      0.00 ± 11%     +22.1%       0.00 ±  3%  sched_debug.cpu.next_balance.stddev
   1743472 ±  3%     +56.1%    2722232 ± 14%  sched_debug.cpu.nr_switches.max
     86537 ± 43%    +775.9%     757950 ± 39%  sched_debug.cpu.nr_switches.stddev
     10.25 ± 11%    +152.5%      25.88 ± 23%  sched_debug.cpu.nr_uninterruptible.max
     -6.33          +212.2%     -19.77        sched_debug.cpu.nr_uninterruptible.min
      3.21 ±  4%     +95.7%       6.28 ± 25%  sched_debug.cpu.nr_uninterruptible.stddev
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     10.56 ±  4%     +30.3%      13.75 ±  3%  perf-stat.i.MPKI
 3.259e+09           +15.9%  3.776e+09        perf-stat.i.branch-instructions
      0.84            +0.1        0.95 ±  2%  perf-stat.i.branch-miss-rate%
  23719999           +36.6%   32406630        perf-stat.i.branch-misses
     20.24 ±  2%     -19.3        0.92 ±  3%  perf-stat.i.cache-miss-rate%
  22661784 ±  5%     -95.7%     966072        perf-stat.i.cache-misses
 1.132e+08 ±  4%     +57.5%  1.784e+08 ±  2%  perf-stat.i.cache-references
    924435           +24.5%    1151267        perf-stat.i.context-switches
      1.74           -21.4%       1.37 ±  4%  perf-stat.i.cpi
 1.923e+10            -9.9%  1.732e+10 ±  3%  perf-stat.i.cpu-cycles
    815.74 ± 15%   +1177.7%      10422        perf-stat.i.cpu-migrations
      1779 ± 28%   +2788.4%      51403 ±  5%  perf-stat.i.cycles-between-cache-misses
      0.19 ±  4%      -0.0        0.14 ± 10%  perf-stat.i.dTLB-load-miss-rate%
  3.14e+09           +16.6%   3.66e+09        perf-stat.i.dTLB-loads
      0.06 ±  7%      -0.0        0.03 ± 29%  perf-stat.i.dTLB-store-miss-rate%
  1.12e+09           +30.9%  1.466e+09        perf-stat.i.dTLB-stores
     14.07 ±  3%      +6.3       20.33 ±  6%  perf-stat.i.iTLB-load-miss-rate%
   1281739 ±  3%     +46.6%    1879343 ±  7%  perf-stat.i.iTLB-load-misses
   9438199 ±  2%     -13.9%    8127724 ±  4%  perf-stat.i.iTLB-loads
  1.19e+10           +14.4%  1.361e+10        perf-stat.i.instructions
      9245 ±  2%     -21.5%       7253 ±  7%  perf-stat.i.instructions-per-iTLB-miss
      0.61           +27.2%       0.78 ±  3%  perf-stat.i.ipc
    426825           +24.6%     531629        perf-stat.i.minor-faults
     96.99            -9.4       87.54        perf-stat.i.node-load-miss-rate%
   9536042           -96.6%     321484 ± 36%  perf-stat.i.node-load-misses
     64.92           -56.6        8.28 ± 13%  perf-stat.i.node-store-miss-rate%
   4431276 ±  2%     -99.7%      13931 ± 21%  perf-stat.i.node-store-misses
   2223334 ±  4%     -94.5%     123128 ± 11%  perf-stat.i.node-stores
    426825           +24.6%     531629        perf-stat.i.page-faults
      9.52 ±  4%     +37.6%      13.11 ±  2%  perf-stat.overall.MPKI
      0.73            +0.1        0.86        perf-stat.overall.branch-miss-rate%
     20.00 ±  2%     -19.5        0.54 ±  2%  perf-stat.overall.cache-miss-rate%
      1.62           -21.2%       1.27 ±  3%  perf-stat.overall.cpi
    851.12 ±  5%   +2005.4%      17919 ±  3%  perf-stat.overall.cycles-between-cache-misses
      0.18 ±  4%      -0.0        0.14 ±  8%  perf-stat.overall.dTLB-load-miss-rate%
      0.06 ±  7%      -0.0        0.03 ± 28%  perf-stat.overall.dTLB-store-miss-rate%
     11.96 ±  2%      +6.8       18.77 ±  4%  perf-stat.overall.iTLB-load-miss-rate%
      9290 ±  2%     -21.6%       7279 ±  7%  perf-stat.overall.instructions-per-iTLB-miss
      0.62           +27.1%       0.79 ±  3%  perf-stat.overall.ipc
     97.10           -45.3       51.79 ± 37%  perf-stat.overall.node-load-miss-rate%
     66.60           -56.2       10.36 ± 26%  perf-stat.overall.node-store-miss-rate%
      6227            -8.3%       5713        perf-stat.overall.path-length
 3.248e+09           +15.9%  3.764e+09        perf-stat.ps.branch-instructions
  23650177           +36.6%   32303758        perf-stat.ps.branch-misses
  22585376 ±  5%     -95.7%     963905        perf-stat.ps.cache-misses
 1.129e+08 ±  4%     +57.5%  1.778e+08 ±  2%  perf-stat.ps.cache-references
    921340           +24.5%    1147455        perf-stat.ps.context-switches
 1.916e+10            -9.9%  1.727e+10 ±  3%  perf-stat.ps.cpu-cycles
    813.83 ± 15%   +1176.4%      10387        perf-stat.ps.cpu-migrations
  3.13e+09           +16.6%  3.648e+09        perf-stat.ps.dTLB-loads
 1.116e+09           +30.9%  1.461e+09        perf-stat.ps.dTLB-stores
   1277627 ±  3%     +46.6%    1873208 ±  7%  perf-stat.ps.iTLB-load-misses
   9406334 ±  2%     -13.9%    8100828 ±  4%  perf-stat.ps.iTLB-loads
 1.186e+10           +14.4%  1.357e+10        perf-stat.ps.instructions
    425397           +24.6%     529869        perf-stat.ps.minor-faults
   9503798           -96.6%     320762 ± 36%  perf-stat.ps.node-load-misses
   4416024 ±  2%     -99.7%      13891 ± 21%  perf-stat.ps.node-store-misses
   2215742 ±  4%     -94.5%     122740 ± 11%  perf-stat.ps.node-stores
    425397           +24.6%     529869        perf-stat.ps.page-faults
 3.727e+12           +14.2%  4.258e+12        perf-stat.total.instructions
     17853 ±  9%     +99.2%      35566 ±  9%  softirqs.CPU0.RCU
    117439 ± 11%     +46.3%     171782        softirqs.CPU0.TIMER
     23068 ±  3%     +75.6%      40503 ± 15%  softirqs.CPU1.RCU
     41689 ±  2%     +41.3%      58902 ± 36%  softirqs.CPU1.SCHED
    102274 ±  2%     +64.5%     168216        softirqs.CPU1.TIMER
     22173 ±  6%     +55.3%      34426 ± 25%  softirqs.CPU10.RCU
     41255            +9.5%      45182 ±  2%  softirqs.CPU10.SCHED
    105559 ±  3%     +59.6%     168428 ±  2%  softirqs.CPU10.TIMER
    107915 ±  3%     +56.9%     169305        softirqs.CPU11.TIMER
     24851 ± 18%     +39.1%      34578 ± 11%  softirqs.CPU12.RCU
     41165           +10.5%      45498        softirqs.CPU12.SCHED
    105091 ±  3%     +61.1%     169340        softirqs.CPU12.TIMER
     22107 ±  4%     +50.9%      33361 ±  7%  softirqs.CPU13.RCU
     41280            +9.5%      45196 ±  2%  softirqs.CPU13.SCHED
    104854 ±  2%     +60.6%     168413        softirqs.CPU13.TIMER
    104868 ±  2%     +60.9%     168735        softirqs.CPU14.TIMER
    106241           +59.5%     169446        softirqs.CPU15.TIMER
    106413 ±  2%     +58.6%     168802        softirqs.CPU16.TIMER
     21005 ±  2%     -20.6%      16683 ± 14%  softirqs.CPU17.RCU
    110697 ± 11%     +53.1%     169499        softirqs.CPU17.TIMER
     41627            +9.5%      45589        softirqs.CPU18.SCHED
    104756 ±  2%     +61.6%     169303        softirqs.CPU18.TIMER
     20999 ±  6%     -19.8%      16838 ± 13%  softirqs.CPU19.RCU
     41316            +9.9%      45405        softirqs.CPU19.SCHED
    105320 ±  2%     +60.6%     169097        softirqs.CPU19.TIMER
     25266 ± 16%     +60.8%      40635 ±  7%  softirqs.CPU2.RCU
     41092           +29.3%      53125 ± 23%  softirqs.CPU2.SCHED
    105412 ±  2%     +59.8%     168409        softirqs.CPU2.TIMER
    104736 ±  2%     +61.8%     169442        softirqs.CPU20.TIMER
    105434 ±  2%     +60.0%     168686        softirqs.CPU21.TIMER
     23707 ± 15%     -21.9%      18517 ± 18%  softirqs.CPU22.RCU
     22865           -21.3%      17991 ± 15%  softirqs.CPU23.RCU
    107180 ±  3%      -7.1%      99568 ±  2%  softirqs.CPU26.TIMER
     22117 ±  6%     -15.5%      18686 ±  7%  softirqs.CPU27.RCU
    107169 ±  3%      -9.1%      97429        softirqs.CPU27.TIMER
     20965 ±  3%     +63.9%      34367 ± 12%  softirqs.CPU3.RCU
     41289 ±  2%     +10.2%      45514        softirqs.CPU3.SCHED
    107126 ±  3%     +58.3%     169576        softirqs.CPU3.TIMER
     22918 ± 11%     +22.6%      28093 ± 13%  softirqs.CPU30.RCU
    107521 ±  3%      -8.0%      98939 ±  2%  softirqs.CPU30.TIMER
     22052 ±  2%     +26.6%      27917 ± 18%  softirqs.CPU31.RCU
    107233 ±  3%      -9.1%      97458        softirqs.CPU31.TIMER
     24313 ±  4%     +24.6%      30306 ± 17%  softirqs.CPU33.RCU
     23856 ±  6%     +48.3%      35374 ± 10%  softirqs.CPU34.RCU
     23613 ±  6%     +50.4%      35524 ± 13%  softirqs.CPU35.RCU
     26445 ± 10%     +22.2%      32310 ±  7%  softirqs.CPU36.RCU
     25247 ± 11%     +38.7%      35014 ±  9%  softirqs.CPU38.RCU
     24034 ±  2%     +26.9%      30488 ±  4%  softirqs.CPU39.RCU
     22346 ±  5%     +50.6%      33653 ±  9%  softirqs.CPU4.RCU
     41087           +10.7%      45476        softirqs.CPU4.SCHED
    105197 ±  3%     +59.7%     167961 ±  2%  softirqs.CPU4.TIMER
     23680 ±  3%     +26.9%      30044 ± 12%  softirqs.CPU40.RCU
     22599 ± 17%     +50.1%      33911 ± 17%  softirqs.CPU43.RCU
     16255 ±  7%     -30.3%      11329 ±  9%  softirqs.CPU44.RCU
    105102 ±  2%     +60.1%     168254        softirqs.CPU44.TIMER
     31030 ±  2%     +22.8%      38113 ±  9%  softirqs.CPU45.RCU
     41424           +10.1%      45607        softirqs.CPU45.SCHED
    107986 ±  2%     +58.5%     171115        softirqs.CPU45.TIMER
     24014 ±  5%     +48.3%      35616 ±  9%  softirqs.CPU46.RCU
     41038           +10.9%      45500 ±  2%  softirqs.CPU46.SCHED
    105978 ±  3%     +59.0%     168504        softirqs.CPU46.TIMER
     23279 ±  4%     +54.3%      35913 ±  9%  softirqs.CPU47.RCU
     40779           +11.7%      45564        softirqs.CPU47.SCHED
    105522 ±  2%     +60.1%     168920        softirqs.CPU47.TIMER
     25039 ±  6%     +33.6%      33441 ±  7%  softirqs.CPU48.RCU
     41055            +9.3%      44885 ±  2%  softirqs.CPU48.SCHED
    104604 ±  3%     +60.3%     167711 ±  2%  softirqs.CPU48.TIMER
     40930           +11.3%      45562        softirqs.CPU49.SCHED
    103881 ±  2%     +62.7%     169055        softirqs.CPU49.TIMER
     22696 ±  5%     +61.1%      36556 ± 21%  softirqs.CPU5.RCU
     41239           +10.2%      45444 ±  2%  softirqs.CPU5.SCHED
    105011 ±  3%     +61.1%     169181        softirqs.CPU5.TIMER
     26042 ±  3%     +38.0%      35934 ±  8%  softirqs.CPU50.RCU
     40987           +10.7%      45393 ±  2%  softirqs.CPU50.SCHED
    105050 ±  3%     +60.4%     168503        softirqs.CPU50.TIMER
     41154           +10.7%      45543        softirqs.CPU51.SCHED
    104348 ±  2%     +61.7%     168696        softirqs.CPU51.TIMER
     40684           +12.3%      45678        softirqs.CPU52.SCHED
    105842 ±  2%     +59.8%     169171        softirqs.CPU52.TIMER
     40924           +10.5%      45215 ±  2%  softirqs.CPU53.SCHED
    104488 ±  3%     +60.8%     168029 ±  2%  softirqs.CPU53.TIMER
     40962           +11.4%      45620        softirqs.CPU54.SCHED
    103436 ±  2%     +63.2%     168859        softirqs.CPU54.TIMER
     24028 ±  6%     +65.3%      39723 ± 13%  softirqs.CPU55.RCU
     40689           +12.0%      45575        softirqs.CPU55.SCHED
    105258 ±  2%     +60.2%     168674        softirqs.CPU55.TIMER
     23701 ±  5%     +57.9%      37435 ±  6%  softirqs.CPU56.RCU
     41036           +10.5%      45338 ±  2%  softirqs.CPU56.SCHED
    106255 ±  3%     +59.0%     168959        softirqs.CPU56.TIMER
     24101 ±  5%     +50.5%      36262 ±  6%  softirqs.CPU57.RCU
     41244           +10.0%      45372 ±  2%  softirqs.CPU57.SCHED
    105166 ±  4%     +60.1%     168325        softirqs.CPU57.TIMER
     26021 ±  6%     +48.9%      38758 ±  7%  softirqs.CPU58.RCU
     41388            +9.6%      45371 ±  2%  softirqs.CPU58.SCHED
    103775           +62.0%     168136        softirqs.CPU58.TIMER
     25424 ±  6%     +48.6%      37787 ±  6%  softirqs.CPU59.RCU
     41425            +9.9%      45539        softirqs.CPU59.SCHED
    105272           +60.9%     169353        softirqs.CPU59.TIMER
     23815 ±  7%     +49.4%      35573 ±  5%  softirqs.CPU6.RCU
     41200           +11.3%      45864        softirqs.CPU6.SCHED
    105113 ±  3%     +61.4%     169639        softirqs.CPU6.TIMER
    104361 ±  2%     +61.0%     168062        softirqs.CPU60.TIMER
     24714 ± 16%     -39.5%      14955 ±  9%  softirqs.CPU61.RCU
     41376           +10.4%      45685        softirqs.CPU61.SCHED
    103324 ±  3%     +63.7%     169143        softirqs.CPU61.TIMER
     41365           +10.1%      45553        softirqs.CPU62.SCHED
    103598 ±  2%     +62.9%     168742        softirqs.CPU62.TIMER
     20623 ± 10%     -23.1%      15855 ± 11%  softirqs.CPU63.RCU
     40797           +10.8%      45202 ±  2%  softirqs.CPU63.SCHED
    106760           +57.4%     168067        softirqs.CPU63.TIMER
    103749 ±  2%     +61.3%     167297 ±  2%  softirqs.CPU64.TIMER
     24936 ±  5%     -23.7%      19023 ± 15%  softirqs.CPU66.RCU
     25162 ±  9%     -23.0%      19385 ± 17%  softirqs.CPU67.RCU
     23345 ±  6%     -10.3%      20952 ±  8%  softirqs.CPU68.RCU
     27222 ± 16%     -25.0%      20428 ± 13%  softirqs.CPU69.RCU
     22281 ±  3%     +59.6%      35557 ±  9%  softirqs.CPU7.RCU
     41332           +10.2%      45550        softirqs.CPU7.SCHED
    106502 ±  3%     +59.0%     169306        softirqs.CPU7.TIMER
    107659 ±  2%      -8.0%      99032        softirqs.CPU70.TIMER
     23110 ±  8%     -19.9%      18515 ±  9%  softirqs.CPU71.RCU
    106360 ±  3%      -8.8%      97006        softirqs.CPU71.TIMER
     26482 ± 23%     -29.6%      18631 ± 21%  softirqs.CPU72.RCU
    120806 ± 22%     -19.2%      97653 ±  3%  softirqs.CPU73.TIMER
     24066 ± 13%     -26.0%      17798 ± 12%  softirqs.CPU74.RCU
    106042 ±  2%      -7.2%      98459        softirqs.CPU74.TIMER
    107408 ±  5%      -9.7%      96956        softirqs.CPU75.TIMER
     20448 ± 12%     +33.9%      27373 ±  5%  softirqs.CPU78.RCU
     20966 ±  6%     +16.8%      24490 ±  2%  softirqs.CPU8.RCU
     40801           +15.6%      47176 ±  4%  softirqs.CPU8.SCHED
    106037 ±  3%     +58.2%     167784 ±  2%  softirqs.CPU8.TIMER
     24892 ± 12%     +32.1%      32891 ±  6%  softirqs.CPU80.RCU
     21590 ±  9%     +40.3%      30293 ±  5%  softirqs.CPU82.RCU
     20655 ±  8%     +33.5%      27573 ± 10%  softirqs.CPU83.RCU
     21226 ±  2%     +45.9%      30976 ±  9%  softirqs.CPU86.RCU
    127541 ± 22%     -18.8%     103512 ±  4%  softirqs.CPU87.TIMER
     41118           +10.1%      45286 ±  2%  softirqs.CPU9.SCHED
    104193 ±  3%     +61.8%     168581        softirqs.CPU9.TIMER
   2109779 ±  4%     +16.5%    2458673 ±  8%  softirqs.RCU
   9403725 ±  2%     +27.2%   11960127        softirqs.TIMER
    238.50 ± 27%     +78.3%     425.25 ± 44%  interrupts.36:IR-PCI-MSI.1572867-edge.eth0-TxRx-2
    590.50 ± 35%     -48.8%     302.25 ± 28%  interrupts.41:IR-PCI-MSI.1572872-edge.eth0-TxRx-7
    150.75 ±  5%     -98.7%       2.00 ±145%  interrupts.CPU0.TLB:TLB_shootdowns
    136.75 ± 18%     -85.6%      19.75 ±153%  interrupts.CPU1.TLB:TLB_shootdowns
      5744 ±  6%     -67.4%       1874 ± 43%  interrupts.CPU10.RES:Rescheduling_interrupts
    153.25 ± 14%     -85.3%      22.50 ±111%  interrupts.CPU10.TLB:TLB_shootdowns
      5684 ±  7%     -68.2%       1807 ± 43%  interrupts.CPU11.RES:Rescheduling_interrupts
    124.25 ± 10%     -85.9%      17.50 ±173%  interrupts.CPU11.TLB:TLB_shootdowns
      5372 ±  4%     -65.2%       1870 ± 42%  interrupts.CPU12.RES:Rescheduling_interrupts
      5424 ±  5%     -64.8%       1909 ± 46%  interrupts.CPU13.RES:Rescheduling_interrupts
    136.00 ± 42%     -87.9%      16.50 ±169%  interrupts.CPU13.TLB:TLB_shootdowns
      5616 ±  5%     -65.9%       1916 ± 42%  interrupts.CPU14.RES:Rescheduling_interrupts
    136.00 ± 12%     -86.0%      19.00 ±161%  interrupts.CPU14.TLB:TLB_shootdowns
    238.50 ± 27%     +78.3%     425.25 ± 44%  interrupts.CPU15.36:IR-PCI-MSI.1572867-edge.eth0-TxRx-2
      5672 ±  5%     -64.1%       2034 ± 43%  interrupts.CPU15.RES:Rescheduling_interrupts
    135.25 ± 28%     -86.1%      18.75 ±157%  interrupts.CPU15.TLB:TLB_shootdowns
      5561 ±  7%     -64.7%       1962 ± 46%  interrupts.CPU16.RES:Rescheduling_interrupts
    118.50 ± 48%     -84.8%      18.00 ±163%  interrupts.CPU16.TLB:TLB_shootdowns
      5589 ±  3%     -67.3%       1826 ± 42%  interrupts.CPU17.RES:Rescheduling_interrupts
    126.50 ± 42%     -92.1%      10.00 ±139%  interrupts.CPU17.TLB:TLB_shootdowns
      5403 ±  3%     -63.8%       1957 ± 46%  interrupts.CPU18.RES:Rescheduling_interrupts
    146.00 ± 20%     -84.8%      22.25 ±160%  interrupts.CPU18.TLB:TLB_shootdowns
      5318 ±  2%     -62.4%       2002 ± 37%  interrupts.CPU19.RES:Rescheduling_interrupts
    137.50 ± 41%     -98.5%       2.00 ±117%  interrupts.CPU19.TLB:TLB_shootdowns
    122.25 ± 47%     -84.0%      19.50 ±152%  interrupts.CPU2.TLB:TLB_shootdowns
    590.50 ± 35%     -48.8%     302.25 ± 28%  interrupts.CPU20.41:IR-PCI-MSI.1572872-edge.eth0-TxRx-7
      5573 ±  4%     -63.8%       2015 ± 45%  interrupts.CPU20.RES:Rescheduling_interrupts
    124.75 ±  9%     -86.4%      17.00 ±163%  interrupts.CPU20.TLB:TLB_shootdowns
    114.25 ± 48%     -85.8%      16.25 ±166%  interrupts.CPU21.TLB:TLB_shootdowns
    127.50 ± 14%     -53.5%      59.25 ± 57%  interrupts.CPU22.TLB:TLB_shootdowns
      4912 ±  6%     -33.1%       3286 ± 26%  interrupts.CPU24.RES:Rescheduling_interrupts
      5119 ±  7%     -38.9%       3126 ± 29%  interrupts.CPU25.RES:Rescheduling_interrupts
    129.50 ± 26%     -53.5%      60.25 ± 58%  interrupts.CPU25.TLB:TLB_shootdowns
      5152 ±  6%     -38.2%       3185 ± 30%  interrupts.CPU26.RES:Rescheduling_interrupts
    107.75 ±  4%     -47.3%      56.75 ± 57%  interrupts.CPU26.TLB:TLB_shootdowns
      5184 ±  5%     -38.4%       3195 ± 23%  interrupts.CPU27.RES:Rescheduling_interrupts
    144.25 ±  6%     -75.9%      34.75 ± 92%  interrupts.CPU27.TLB:TLB_shootdowns
      5319 ±  6%     -37.0%       3352 ± 24%  interrupts.CPU28.RES:Rescheduling_interrupts
    125.00 ± 26%     -52.6%      59.25 ± 57%  interrupts.CPU28.TLB:TLB_shootdowns
      6434 ± 30%     -47.4%       3383 ± 27%  interrupts.CPU29.RES:Rescheduling_interrupts
    145.25 ± 17%     -70.2%      43.25 ± 96%  interrupts.CPU29.TLB:TLB_shootdowns
      6155 ± 30%     -68.5%       1938 ± 44%  interrupts.CPU3.RES:Rescheduling_interrupts
    146.75 ± 11%     -93.4%       9.75 ±149%  interrupts.CPU3.TLB:TLB_shootdowns
      5173 ±  9%     -38.7%       3171 ± 26%  interrupts.CPU31.RES:Rescheduling_interrupts
    115.50 ± 33%     -66.9%      38.25 ± 88%  interrupts.CPU31.TLB:TLB_shootdowns
      5004 ±  9%     -35.5%       3227 ± 25%  interrupts.CPU32.RES:Rescheduling_interrupts
      5096 ±  4%     -37.7%       3172 ± 25%  interrupts.CPU33.RES:Rescheduling_interrupts
      5111 ±  6%     -37.9%       3176 ± 27%  interrupts.CPU34.RES:Rescheduling_interrupts
    142.75 ± 10%     -54.5%      65.00 ± 59%  interrupts.CPU34.TLB:TLB_shootdowns
      5150 ±  3%     -39.7%       3104 ± 27%  interrupts.CPU35.RES:Rescheduling_interrupts
      5140 ±  6%     -36.1%       3287 ± 26%  interrupts.CPU36.RES:Rescheduling_interrupts
    139.50 ±  8%     -64.5%      49.50 ± 60%  interrupts.CPU36.TLB:TLB_shootdowns
      5536 ±  7%     -41.6%       3232 ± 23%  interrupts.CPU37.RES:Rescheduling_interrupts
    154.25 ±  8%     -61.1%      60.00 ± 58%  interrupts.CPU38.TLB:TLB_shootdowns
      5564 ±  8%     -42.7%       3190 ± 27%  interrupts.CPU39.RES:Rescheduling_interrupts
      5209 ±  4%     -44.1%       2913 ± 34%  interrupts.CPU4.RES:Rescheduling_interrupts
    127.75 ± 35%     -77.5%      28.75 ±112%  interrupts.CPU4.TLB:TLB_shootdowns
      5604 ±  8%     -43.3%       3177 ± 24%  interrupts.CPU40.RES:Rescheduling_interrupts
      5427 ±  8%     -42.1%       3143 ± 27%  interrupts.CPU41.RES:Rescheduling_interrupts
      5521 ±  4%     -39.0%       3368 ± 25%  interrupts.CPU42.RES:Rescheduling_interrupts
      5503 ±  7%     -35.2%       3563 ± 20%  interrupts.CPU43.RES:Rescheduling_interrupts
      5574 ±  8%     -61.3%       2159 ± 45%  interrupts.CPU44.RES:Rescheduling_interrupts
    122.00 ± 42%     -83.8%      19.75 ±155%  interrupts.CPU44.TLB:TLB_shootdowns
      5454 ± 10%     -61.0%       2126 ± 42%  interrupts.CPU45.RES:Rescheduling_interrupts
    143.50 ± 19%     -87.3%      18.25 ±160%  interrupts.CPU45.TLB:TLB_shootdowns
      5901 ±  8%     -64.0%       2126 ± 42%  interrupts.CPU46.RES:Rescheduling_interrupts
    115.50 ± 27%     -83.1%      19.50 ±152%  interrupts.CPU46.TLB:TLB_shootdowns
      5922 ±  8%     -63.7%       2149 ± 47%  interrupts.CPU47.RES:Rescheduling_interrupts
    101.00 ± 49%     -80.4%      19.75 ±164%  interrupts.CPU47.TLB:TLB_shootdowns
      5722 ± 10%     -65.1%       1998 ± 44%  interrupts.CPU48.RES:Rescheduling_interrupts
    138.75 ±  9%     -86.8%      18.25 ±160%  interrupts.CPU48.TLB:TLB_shootdowns
      5587 ±  8%     -64.6%       1980 ± 42%  interrupts.CPU49.RES:Rescheduling_interrupts
     85.25 ± 55%     -79.5%      17.50 ±153%  interrupts.CPU49.TLB:TLB_shootdowns
      5320 ±  2%     -65.8%       1817 ± 41%  interrupts.CPU5.RES:Rescheduling_interrupts
    106.50 ± 30%     -79.1%      22.25 ±168%  interrupts.CPU5.TLB:TLB_shootdowns
      6284 ± 11%     -67.9%       2015 ± 44%  interrupts.CPU50.RES:Rescheduling_interrupts
    151.75 ± 19%     -89.1%      16.50 ±162%  interrupts.CPU50.TLB:TLB_shootdowns
      5578 ±  8%     -62.2%       2107 ± 44%  interrupts.CPU51.RES:Rescheduling_interrupts
    118.50 ± 31%     -83.1%      20.00 ±144%  interrupts.CPU51.TLB:TLB_shootdowns
      5902 ±  9%     -64.4%       2101 ± 43%  interrupts.CPU52.RES:Rescheduling_interrupts
      5842 ±  9%     -65.1%       2039 ± 43%  interrupts.CPU53.RES:Rescheduling_interrupts
    165.25 ± 12%     -87.1%      21.25 ±109%  interrupts.CPU53.TLB:TLB_shootdowns
      5673 ±  6%     -65.9%       1936 ± 41%  interrupts.CPU54.RES:Rescheduling_interrupts
    142.50 ± 11%     -90.4%      13.75 ±169%  interrupts.CPU54.TLB:TLB_shootdowns
      5558 ±  6%     -63.0%       2057 ± 42%  interrupts.CPU55.RES:Rescheduling_interrupts
    117.75 ± 48%     -84.7%      18.00 ±121%  interrupts.CPU55.TLB:TLB_shootdowns
      5492 ±  6%     -64.5%       1949 ± 41%  interrupts.CPU56.RES:Rescheduling_interrupts
    140.00 ± 17%     -86.8%      18.50 ±139%  interrupts.CPU56.TLB:TLB_shootdowns
      5747 ±  7%     -64.3%       2051 ± 46%  interrupts.CPU57.RES:Rescheduling_interrupts
    100.00 ± 24%     -80.5%      19.50 ±164%  interrupts.CPU57.TLB:TLB_shootdowns
      5875 ±  6%     -65.0%       2057 ± 44%  interrupts.CPU58.RES:Rescheduling_interrupts
    143.75 ± 11%     -98.3%       2.50 ±131%  interrupts.CPU58.TLB:TLB_shootdowns
      5431 ±  5%     -64.2%       1941 ± 44%  interrupts.CPU59.RES:Rescheduling_interrupts
    144.00 ± 15%     -99.0%       1.50 ± 74%  interrupts.CPU59.TLB:TLB_shootdowns
      5267 ±  4%     -63.4%       1929 ± 42%  interrupts.CPU6.RES:Rescheduling_interrupts
     93.50 ± 49%     -79.1%      19.50 ±167%  interrupts.CPU6.TLB:TLB_shootdowns
      5481 ±  4%     -63.9%       1978 ± 46%  interrupts.CPU60.RES:Rescheduling_interrupts
    155.50 ±  9%     -87.9%      18.75 ±164%  interrupts.CPU60.TLB:TLB_shootdowns
      5312 ±  4%     -62.0%       2016 ± 42%  interrupts.CPU61.RES:Rescheduling_interrupts
    114.50 ± 56%     -83.8%      18.50 ±157%  interrupts.CPU61.TLB:TLB_shootdowns
      5311 ±  4%     -61.6%       2042 ± 47%  interrupts.CPU62.RES:Rescheduling_interrupts
     94.25 ± 54%     -79.6%      19.25 ±158%  interrupts.CPU62.TLB:TLB_shootdowns
      5368 ±  6%     -62.3%       2026 ± 42%  interrupts.CPU63.RES:Rescheduling_interrupts
    147.25 ± 11%     -99.3%       1.00 ± 70%  interrupts.CPU63.TLB:TLB_shootdowns
      5561 ±  5%     -63.5%       2032 ± 42%  interrupts.CPU64.RES:Rescheduling_interrupts
    149.25 ±  7%     -95.1%       7.25 ±149%  interrupts.CPU64.TLB:TLB_shootdowns
      5673 ±  4%     -59.9%       2274 ± 46%  interrupts.CPU65.RES:Rescheduling_interrupts
    111.50 ± 43%     -83.2%      18.75 ±170%  interrupts.CPU65.TLB:TLB_shootdowns
      5351 ±  4%     -28.8%       3812 ± 20%  interrupts.CPU66.RES:Rescheduling_interrupts
      5357 ±  6%     -35.2%       3469 ± 27%  interrupts.CPU68.RES:Rescheduling_interrupts
    144.00 ± 23%     -52.3%      68.75 ± 63%  interrupts.CPU68.TLB:TLB_shootdowns
      5189 ±  6%     -38.7%       3181 ± 24%  interrupts.CPU69.RES:Rescheduling_interrupts
      5671 ±  2%     -64.5%       2010 ± 44%  interrupts.CPU7.RES:Rescheduling_interrupts
    122.00 ± 33%     -82.2%      21.75 ±154%  interrupts.CPU7.TLB:TLB_shootdowns
      5628 ±  6%     -40.5%       3346 ± 28%  interrupts.CPU70.RES:Rescheduling_interrupts
    143.50 ± 16%     -53.1%      67.25 ± 58%  interrupts.CPU70.TLB:TLB_shootdowns
      5133           -35.0%       3335 ± 24%  interrupts.CPU71.RES:Rescheduling_interrupts
    157.75 ± 13%     -63.7%      57.25 ± 56%  interrupts.CPU71.TLB:TLB_shootdowns
      5564 ±  4%     -40.1%       3333 ± 26%  interrupts.CPU72.RES:Rescheduling_interrupts
      5505 ±  5%     -42.5%       3166 ± 25%  interrupts.CPU73.RES:Rescheduling_interrupts
    134.00 ±  5%     -69.4%      41.00 ± 92%  interrupts.CPU73.TLB:TLB_shootdowns
      5274           -37.1%       3318 ± 25%  interrupts.CPU74.RES:Rescheduling_interrupts
      5310 ±  6%     -39.9%       3190 ± 25%  interrupts.CPU75.RES:Rescheduling_interrupts
    134.75 ± 11%     -59.6%      54.50 ± 58%  interrupts.CPU75.TLB:TLB_shootdowns
      5343 ± 13%     -40.4%       3185 ± 25%  interrupts.CPU76.RES:Rescheduling_interrupts
    136.50 ± 20%     -65.8%      46.75 ± 60%  interrupts.CPU76.TLB:TLB_shootdowns
      5318 ± 12%     -41.0%       3137 ± 24%  interrupts.CPU77.RES:Rescheduling_interrupts
    153.00 ± 13%     -71.1%      44.25 ± 74%  interrupts.CPU77.TLB:TLB_shootdowns
      5196 ± 13%     -39.9%       3125 ± 24%  interrupts.CPU78.RES:Rescheduling_interrupts
    158.50 ±  9%     -59.8%      63.75 ± 58%  interrupts.CPU78.TLB:TLB_shootdowns
      5299 ±  5%     -42.0%       3072 ± 25%  interrupts.CPU79.RES:Rescheduling_interrupts
    158.50 ± 10%     -73.7%      41.75 ± 85%  interrupts.CPU79.TLB:TLB_shootdowns
    152.75 ± 12%     -87.7%      18.75 ±167%  interrupts.CPU8.TLB:TLB_shootdowns
      5296 ±  6%     -36.5%       3366 ± 27%  interrupts.CPU80.RES:Rescheduling_interrupts
    163.00 ± 10%     -74.2%      42.00 ± 71%  interrupts.CPU80.TLB:TLB_shootdowns
      5307 ±  7%     -37.3%       3326 ± 23%  interrupts.CPU81.RES:Rescheduling_interrupts
      5326 ± 10%     -38.1%       3295 ± 25%  interrupts.CPU82.RES:Rescheduling_interrupts
      5253 ± 11%     -39.5%       3179 ± 28%  interrupts.CPU83.RES:Rescheduling_interrupts
    123.50 ± 36%     -68.4%      39.00 ± 78%  interrupts.CPU83.TLB:TLB_shootdowns
      5059 ±  4%     -37.4%       3169 ± 24%  interrupts.CPU84.RES:Rescheduling_interrupts
      5356 ±  6%     -42.1%       3100 ± 26%  interrupts.CPU85.RES:Rescheduling_interrupts
    158.25 ± 16%     -62.6%      59.25 ± 57%  interrupts.CPU85.TLB:TLB_shootdowns
      5482 ±  3%     -37.5%       3425 ± 26%  interrupts.CPU86.RES:Rescheduling_interrupts
    172.00 ± 11%     -66.7%      57.25 ± 57%  interrupts.CPU86.TLB:TLB_shootdowns
      5817 ±  5%     -38.9%       3555 ± 18%  interrupts.CPU87.RES:Rescheduling_interrupts
      5078 ±  4%     -62.4%       1909 ± 44%  interrupts.CPU9.RES:Rescheduling_interrupts
    148.50 ± 17%     -88.7%      16.75 ±162%  interrupts.CPU9.TLB:TLB_shootdowns
    482362 ±  2%     -38.4%     297362 ± 29%  interrupts.RES:Rescheduling_interrupts
     11357 ± 18%     -73.9%       2959 ±  7%  interrupts.TLB:TLB_shootdowns
     16.98 ±  5%     -10.0        6.97 ±  4%  perf-profile.calltrace.cycles-pp.__do_page_fault.do_page_fault.page_fault.do_access
     17.08 ±  5%     -10.0        7.10 ±  3%  perf-profile.calltrace.cycles-pp.do_page_fault.page_fault.do_access
     18.50 ±  4%      -9.6        8.90 ±  4%  perf-profile.calltrace.cycles-pp.page_fault.do_access
     13.54 ±  6%      -8.7        4.79 ±  3%  perf-profile.calltrace.cycles-pp.down_read.__do_page_fault.do_page_fault.page_fault.do_access
     13.36 ±  6%      -8.7        4.67 ±  3%  perf-profile.calltrace.cycles-pp.call_rwsem_down_read_failed.down_read.__do_page_fault.do_page_fault.page_fault
     13.32 ±  6%      -8.7        4.65 ±  3%  perf-profile.calltrace.cycles-pp.rwsem_down_read_failed.call_rwsem_down_read_failed.down_read.__do_page_fault.do_page_fault
     20.89 ±  3%      -8.7       12.23 ±  3%  perf-profile.calltrace.cycles-pp.do_access
      8.00 ± 11%      -8.0        0.00        perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.rwsem_down_read_failed.call_rwsem_down_read_failed.down_read.__do_page_fault
      7.38 ± 12%      -7.4        0.00        perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irq.rwsem_down_read_failed.call_rwsem_down_read_failed.down_read
      1.71 ±  8%      -1.2        0.52        perf-profile.calltrace.cycles-pp.down_write_killable.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.79 ±  2%      -0.8        0.97 ±  7%  perf-profile.calltrace.cycles-pp.handle_mm_fault.__do_page_fault.do_page_fault.page_fault.do_access
      1.60 ±  3%      -0.8        0.80 ±  7%  perf-profile.calltrace.cycles-pp.__handle_mm_fault.handle_mm_fault.__do_page_fault.do_page_fault.page_fault
      1.41 ±  7%      -0.6        0.77 ±  3%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule_idle.do_idle.cpu_startup_entry
      0.62 ±  2%      -0.3        0.28 ±100%  perf-profile.calltrace.cycles-pp.arch_get_unmapped_area_topdown.get_unmapped_area.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff
      0.76 ±  3%      -0.3        0.43 ± 57%  perf-profile.calltrace.cycles-pp.__rwsem_mark_wake.rwsem_wake.call_rwsem_wake.up_write.vm_mmap_pgoff
      0.60 ±  2%      -0.3        0.27 ±100%  perf-profile.calltrace.cycles-pp.unmapped_area_topdown.arch_get_unmapped_area_topdown.get_unmapped_area.do_mmap.vm_mmap_pgoff
      0.55 ±  6%      -0.3        0.25 ±100%  perf-profile.calltrace.cycles-pp.up_read.__do_page_fault.do_page_fault.page_fault.do_access
      0.68 ±  2%      -0.1        0.56 ±  6%  perf-profile.calltrace.cycles-pp.get_unmapped_area.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64
      0.84 ±  3%      -0.1        0.73 ±  6%  perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.wake_up_q.rwsem_wake.call_rwsem_wake
      1.42            -0.1        1.32 ±  3%  perf-profile.calltrace.cycles-pp.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.44 ±  2%      +0.2        1.66 ±  2%  perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.rwsem_down_read_failed.call_rwsem_down_read_failed
      1.19 ±  2%      +0.2        1.42 ±  2%  perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.rwsem_down_read_failed
      1.12 ±  7%      +0.3        1.42 ±  2%  perf-profile.calltrace.cycles-pp.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry
      0.80 ±  5%      +0.4        1.18 ±  2%  perf-profile.calltrace.cycles-pp.get_next_timer_interrupt.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select.do_idle
      1.47 ±  6%      +0.4        1.89 ±  2%  perf-profile.calltrace.cycles-pp.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry.start_secondary
      0.63 ±  4%      +0.4        1.06 ±  2%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule_idle.do_idle.cpu_startup_entry
      0.00            +0.7        0.68 ± 13%  perf-profile.calltrace.cycles-pp.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt
      0.00            +0.7        0.71 ±  2%  perf-profile.calltrace.cycles-pp.__next_timer_interrupt.get_next_timer_interrupt.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select
      0.00            +0.8        0.77 ± 13%  perf-profile.calltrace.cycles-pp.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt
      0.00            +0.8        0.78 ±  3%  perf-profile.calltrace.cycles-pp.set_next_entity.pick_next_task_fair.__schedule.schedule_idle.do_idle
      0.00            +0.9        0.90 ±  3%  perf-profile.calltrace.cycles-pp.update_load_avg.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up
      4.49            +0.9        5.39 ±  4%  perf-profile.calltrace.cycles-pp.do_rw_once
      0.00            +0.9        0.93 ± 14%  perf-profile.calltrace.cycles-pp.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt
      0.75 ±  6%      +1.1        1.83 ± 11%  perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state
      0.75 ±  3%      +1.1        1.88 ±  4%  perf-profile.calltrace.cycles-pp.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.wake_up_q
      2.76 ±  5%      +1.2        3.94        perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      3.82 ±  2%      +1.2        5.01 ±  4%  perf-profile.calltrace.cycles-pp.call_rwsem_wake.up_write.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64
      3.82 ±  2%      +1.2        5.01 ±  4%  perf-profile.calltrace.cycles-pp.rwsem_wake.call_rwsem_wake.up_write.vm_mmap_pgoff.ksys_mmap_pgoff
      3.83 ±  2%      +1.2        5.02 ±  4%  perf-profile.calltrace.cycles-pp.up_write.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.84 ±  3%      +1.2        2.07 ±  4%  perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.wake_up_q.rwsem_wake
      0.85 ±  4%      +1.2        2.10 ±  4%  perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.wake_up_q.rwsem_wake.call_rwsem_wake
      2.95 ±  2%      +1.3        4.26 ±  3%  perf-profile.calltrace.cycles-pp.try_to_wake_up.wake_up_q.rwsem_wake.call_rwsem_wake.up_write
      3.04 ±  2%      +1.4        4.43 ±  3%  perf-profile.calltrace.cycles-pp.wake_up_q.rwsem_wake.call_rwsem_wake.up_write.vm_mmap_pgoff
      1.43 ±  6%      +1.4        2.84 ± 12%  perf-profile.calltrace.cycles-pp.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state.do_idle
      2.61 ± 10%      +2.0        4.61 ± 10%  perf-profile.calltrace.cycles-pp.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state.do_idle.cpu_startup_entry
      2.88 ±  9%      +2.1        5.00 ± 10%  perf-profile.calltrace.cycles-pp.apic_timer_interrupt.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
     52.91            +5.9       58.80        perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
     66.55            +7.8       74.35        perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
     66.60            +7.8       74.43        perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64
     66.61            +7.8       74.44        perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64
     67.15            +8.1       75.29        perf-profile.calltrace.cycles-pp.secondary_startup_64
     56.16            +8.6       64.78        perf-profile.calltrace.cycles-pp.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
     17.01 ±  5%     -10.0        7.01 ±  4%  perf-profile.children.cycles-pp.__do_page_fault
     17.10 ±  5%     -10.0        7.13 ±  3%  perf-profile.children.cycles-pp.do_page_fault
     17.96 ±  4%      -9.7        8.21 ±  4%  perf-profile.children.cycles-pp.page_fault
     21.78 ±  3%      -9.0       12.75 ±  4%  perf-profile.children.cycles-pp.do_access
     13.54 ±  6%      -8.7        4.81 ±  3%  perf-profile.children.cycles-pp.down_read
     13.36 ±  6%      -8.7        4.67 ±  3%  perf-profile.children.cycles-pp.call_rwsem_down_read_failed
     13.34 ±  6%      -8.7        4.66 ±  3%  perf-profile.children.cycles-pp.rwsem_down_read_failed
      9.04 ± 11%      -8.6        0.47 ±  9%  perf-profile.children.cycles-pp._raw_spin_lock_irq
      8.45 ± 12%      -8.2        0.29 ±  3%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      2.51 ±  2%      -2.5        0.04 ± 59%  perf-profile.children.cycles-pp.sched_ttwu_pending
      3.34 ±  5%      -2.4        0.98 ±  3%  perf-profile.children.cycles-pp.switch_mm_irqs_off
      1.95 ±  4%      -1.7        0.20 ±  5%  perf-profile.children.cycles-pp.switch_mm
      1.71 ±  8%      -1.2        0.52        perf-profile.children.cycles-pp.down_write_killable
      1.63 ±  8%      -1.1        0.49 ±  2%  perf-profile.children.cycles-pp.call_rwsem_down_write_failed_killable
      1.63 ±  8%      -1.1        0.49 ±  2%  perf-profile.children.cycles-pp.rwsem_down_write_failed_killable
      1.83            -0.8        1.00 ±  7%  perf-profile.children.cycles-pp.handle_mm_fault
      1.65 ±  3%      -0.8        0.83 ±  7%  perf-profile.children.cycles-pp.__handle_mm_fault
      0.56 ±  2%      -0.4        0.18 ±  8%  perf-profile.children.cycles-pp.load_new_mm_cr3
      2.66 ±  2%      -0.4        2.28 ±  4%  perf-profile.children.cycles-pp.ttwu_do_activate
      2.62 ±  2%      -0.4        2.24 ±  4%  perf-profile.children.cycles-pp.enqueue_task_fair
      0.40 ±  5%      -0.3        0.07 ± 13%  perf-profile.children.cycles-pp.down_read_trylock
      0.75 ±  3%      -0.3        0.46 ±  9%  perf-profile.children.cycles-pp.do_anonymous_page
      0.77 ±  7%      -0.3        0.49 ±  8%  perf-profile.children.cycles-pp.finish_task_switch
      0.97 ±  4%      -0.3        0.71 ±  5%  perf-profile.children.cycles-pp._raw_spin_lock
      2.30 ±  2%      -0.3        2.04 ±  4%  perf-profile.children.cycles-pp.enqueue_entity
      0.79 ±  4%      -0.2        0.57 ±  7%  perf-profile.children.cycles-pp.__rwsem_mark_wake
      0.49 ±  3%      -0.2        0.28 ±  2%  perf-profile.children.cycles-pp.__update_load_avg_se
      0.35 ± 10%      -0.2        0.16 ±  7%  perf-profile.children.cycles-pp.update_cfs_rq_h_load
      0.90 ±  2%      -0.2        0.73 ±  6%  perf-profile.children.cycles-pp.update_curr
      0.31 ± 15%      -0.1        0.16 ±  6%  perf-profile.children.cycles-pp.tick_nohz_irq_exit
      0.18 ± 18%      -0.1        0.05 ± 58%  perf-profile.children.cycles-pp.timekeeping_max_deferment
      0.22            -0.1        0.10 ± 11%  perf-profile.children.cycles-pp.cpuacct_charge
      0.24 ±  6%      -0.1        0.11 ± 25%  perf-profile.children.cycles-pp.__list_add_valid
      0.91 ±  3%      -0.1        0.79 ±  7%  perf-profile.children.cycles-pp.select_task_rq_fair
      0.68 ±  2%      -0.1        0.57 ±  6%  perf-profile.children.cycles-pp.get_unmapped_area
      1.42            -0.1        1.33 ±  3%  perf-profile.children.cycles-pp.do_mmap
      0.62 ±  2%      -0.1        0.52 ±  6%  perf-profile.children.cycles-pp.arch_get_unmapped_area_topdown
      0.60 ±  2%      -0.1        0.51 ±  7%  perf-profile.children.cycles-pp.unmapped_area_topdown
      0.20 ± 28%      -0.1        0.12 ± 11%  perf-profile.children.cycles-pp.call_cpuidle
      0.55 ±  6%      -0.1        0.48 ±  5%  perf-profile.children.cycles-pp.up_read
      0.10 ± 43%      -0.1        0.04 ± 57%  perf-profile.children.cycles-pp._raw_spin_trylock
      0.16 ±  6%      -0.0        0.11 ± 13%  perf-profile.children.cycles-pp.pick_next_task_idle
      0.15 ±  9%      -0.0        0.10 ±  4%  perf-profile.children.cycles-pp.clear_buddies
      0.15 ±  8%      -0.0        0.12 ±  8%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.22 ±  3%      -0.0        0.19 ±  5%  perf-profile.children.cycles-pp.vma_interval_tree_insert
      0.09 ±  4%      -0.0        0.07 ± 12%  perf-profile.children.cycles-pp.put_prev_task_fair
      0.09 ± 12%      +0.0        0.11 ±  3%  perf-profile.children.cycles-pp.__calc_delta
      0.07 ± 12%      +0.0        0.10 ±  5%  perf-profile.children.cycles-pp.account_entity_dequeue
      0.08 ± 10%      +0.0        0.11 ±  7%  perf-profile.children.cycles-pp.rcu_dynticks_eqs_exit
      0.20 ± 11%      +0.0        0.23 ±  9%  perf-profile.children.cycles-pp.__perf_sw_event
      0.32 ±  3%      +0.0        0.35 ±  2%  perf-profile.children.cycles-pp.update_ts_time_stats
      0.10 ±  4%      +0.0        0.13 ±  3%  perf-profile.children.cycles-pp.rcu_eqs_enter
      0.07 ±  7%      +0.0        0.10 ±  7%  perf-profile.children.cycles-pp.sync_regs
      0.07 ±  6%      +0.0        0.10 ±  8%  perf-profile.children.cycles-pp.__intel_pmu_enable_all
      0.10 ± 15%      +0.0        0.14 ± 15%  perf-profile.children.cycles-pp.native_apic_msr_eoi_write
      0.11 ± 19%      +0.0        0.15 ± 20%  perf-profile.children.cycles-pp.update_blocked_averages
      0.17 ± 10%      +0.0        0.21 ±  3%  perf-profile.children.cycles-pp.rcu_idle_exit
      0.08 ±  6%      +0.0        0.12 ±  8%  perf-profile.children.cycles-pp.rb_erase_cached
      0.18 ±  8%      +0.0        0.23 ±  8%  perf-profile.children.cycles-pp.hrtimer_get_next_event
      0.14 ± 11%      +0.0        0.19 ±  6%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.06 ± 17%      +0.0        0.11 ±  9%  perf-profile.children.cycles-pp.tsc_verify_tsc_adjust
      0.00            +0.1        0.05        perf-profile.children.cycles-pp.rb_erase
      0.10 ±  8%      +0.1        0.15 ±  4%  perf-profile.children.cycles-pp.menu_reflect
      0.28 ±  5%      +0.1        0.33 ±  5%  perf-profile.children.cycles-pp.__switch_to_asm
      0.07 ± 19%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.arch_cpu_idle_enter
      0.11 ± 21%      +0.1        0.17 ± 22%  perf-profile.children.cycles-pp.run_rebalance_domains
      0.26 ±  7%      +0.1        0.32 ±  5%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.18 ±  4%      +0.1        0.24        perf-profile.children.cycles-pp.tick_nohz_idle_enter
      0.20 ±  8%      +0.1        0.27 ±  3%  perf-profile.children.cycles-pp.reweight_entity
      0.08 ± 33%      +0.1        0.15 ± 26%  perf-profile.children.cycles-pp.update_sd_lb_stats
      0.08 ±  6%      +0.1        0.14 ±  8%  perf-profile.children.cycles-pp.select_idle_sibling
      0.07 ±  5%      +0.1        0.14 ± 10%  perf-profile.children.cycles-pp.pick_next_entity
      0.06 ±  6%      +0.1        0.13 ±  3%  perf-profile.children.cycles-pp.deactivate_task
      0.00            +0.1        0.07 ± 17%  perf-profile.children.cycles-pp.interrupt_entry
      0.00            +0.1        0.07 ± 13%  perf-profile.children.cycles-pp.perf_event_task_tick
      0.00            +0.1        0.07 ± 21%  perf-profile.children.cycles-pp.run_local_timers
      0.32 ±  8%      +0.1        0.39 ±  4%  perf-profile.children.cycles-pp.swapgs_restore_regs_and_return_to_usermode
      0.00            +0.1        0.07 ± 14%  perf-profile.children.cycles-pp.run_posix_cpu_timers
      0.09 ± 29%      +0.1        0.17 ± 28%  perf-profile.children.cycles-pp.find_busiest_group
      0.00            +0.1        0.08 ± 14%  perf-profile.children.cycles-pp.pmd_page_vaddr
      0.00            +0.1        0.08 ±  6%  perf-profile.children.cycles-pp.leave_mm
      0.03 ±100%      +0.1        0.10 ±  4%  perf-profile.children.cycles-pp.rb_next
      0.00            +0.1        0.08 ± 19%  perf-profile.children.cycles-pp.rcu_irq_enter
      0.46 ±  6%      +0.1        0.55 ±  3%  perf-profile.children.cycles-pp.native_write_msr
      0.00            +0.1        0.09 ± 13%  perf-profile.children.cycles-pp.__hrtimer_get_next_event
      0.04 ± 60%      +0.1        0.14 ± 20%  perf-profile.children.cycles-pp.rcu_sched_clock_irq
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.children.cycles-pp.mga_dirty_update
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.children.cycles-pp.memcpy_toio
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.children.cycles-pp.fb_flashcursor
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.children.cycles-pp.bit_cursor
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.children.cycles-pp.soft_cursor
      0.01 ±173%      +0.1        0.12 ± 22%  perf-profile.children.cycles-pp.pm_qos_request
      0.28 ±  4%      +0.1        0.39 ±  3%  perf-profile.children.cycles-pp.hrtimer_next_event_without
      0.20 ±  4%      +0.1        0.30 ±  4%  perf-profile.children.cycles-pp.lapic_next_deadline
      0.30 ±  4%      +0.1        0.41 ±  7%  perf-profile.children.cycles-pp.wake_q_add_safe
      0.52 ±  4%      +0.1        0.63 ±  2%  perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      0.12 ± 27%      +0.1        0.24 ± 25%  perf-profile.children.cycles-pp.load_balance
      0.01 ±173%      +0.1        0.14 ± 27%  perf-profile.children.cycles-pp.io_serial_in
      0.01 ±173%      +0.1        0.13 ±  9%  perf-profile.children.cycles-pp.tick_nohz_tick_stopped
      0.32 ±  4%      +0.1        0.44 ±  4%  perf-profile.children.cycles-pp.sched_clock
      0.30 ±  4%      +0.1        0.43 ±  5%  perf-profile.children.cycles-pp.native_sched_clock
      0.14 ±  8%      +0.1        0.27 ±  7%  perf-profile.children.cycles-pp.account_entity_enqueue
      0.66 ±  3%      +0.1        0.80        perf-profile.children.cycles-pp.native_irq_return_iret
      0.13 ±  6%      +0.1        0.28 ± 16%  perf-profile.children.cycles-pp.cpuidle_governor_latency_req
      0.06 ± 34%      +0.1        0.21 ± 27%  perf-profile.children.cycles-pp.serial8250_console_putchar
      0.00            +0.1        0.15 ±  7%  perf-profile.children.cycles-pp.timerqueue_del
      0.07 ± 31%      +0.1        0.21 ± 27%  perf-profile.children.cycles-pp.wait_for_xmitr
      0.38 ±  6%      +0.1        0.53 ±  5%  perf-profile.children.cycles-pp.read_tsc
      0.14 ±  6%      +0.2        0.29 ±  3%  perf-profile.children.cycles-pp.__hrtimer_next_event_base
      0.06 ± 34%      +0.2        0.21 ± 28%  perf-profile.children.cycles-pp.uart_console_write
      0.31 ±  4%      +0.2        0.47 ±  4%  perf-profile.children.cycles-pp.__switch_to
      0.07 ± 31%      +0.2        0.22 ± 26%  perf-profile.children.cycles-pp.serial8250_console_write
      0.34 ±  2%      +0.2        0.50 ±  4%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.00            +0.2        0.16 ±  9%  perf-profile.children.cycles-pp.timerqueue_add
      0.07 ± 33%      +0.2        0.23 ± 27%  perf-profile.children.cycles-pp.console_unlock
      0.04 ± 57%      +0.2        0.20 ±  9%  perf-profile.children.cycles-pp.__remove_hrtimer
      0.00            +0.2        0.17 ± 34%  perf-profile.children.cycles-pp.irq_work_interrupt
      0.00            +0.2        0.17 ± 34%  perf-profile.children.cycles-pp.smp_irq_work_interrupt
      0.00            +0.2        0.17 ± 34%  perf-profile.children.cycles-pp.irq_work_run
      0.00            +0.2        0.17 ± 34%  perf-profile.children.cycles-pp.printk
      0.00            +0.2        0.17 ± 34%  perf-profile.children.cycles-pp.vprintk_emit
      0.33 ±  4%      +0.2        0.50        perf-profile.children.cycles-pp.find_next_bit
      0.01 ±173%      +0.2        0.19 ± 11%  perf-profile.children.cycles-pp.enqueue_hrtimer
      0.14 ± 12%      +0.2        0.33 ± 14%  perf-profile.children.cycles-pp.scheduler_tick
      0.05 ± 62%      +0.2        0.24 ± 24%  perf-profile.children.cycles-pp.irq_work_run_list
      1.47            +0.2        1.66 ±  2%  perf-profile.children.cycles-pp.dequeue_entity
      0.21 ±  7%      +0.2        0.41 ±  5%  perf-profile.children.cycles-pp.perf_mux_hrtimer_handler
      0.36 ±  2%      +0.2        0.57 ±  5%  perf-profile.children.cycles-pp.ttwu_do_wakeup
      1.60            +0.2        1.83 ±  2%  perf-profile.children.cycles-pp.dequeue_task_fair
      0.08 ± 13%      +0.3        0.34 ± 11%  perf-profile.children.cycles-pp.tick_irq_enter
      0.51 ±  3%      +0.3        0.79 ±  2%  perf-profile.children.cycles-pp.__next_timer_interrupt
      0.20 ±  4%      +0.3        0.51 ±  5%  perf-profile.children.cycles-pp.resched_curr
      0.23 ±  4%      +0.3        0.55 ±  5%  perf-profile.children.cycles-pp.check_preempt_curr
      1.14 ±  7%      +0.3        1.46 ±  2%  perf-profile.children.cycles-pp.tick_nohz_next_event
      0.11 ± 13%      +0.3        0.45 ± 12%  perf-profile.children.cycles-pp.irq_enter
      0.45 ±  4%      +0.4        0.80 ±  3%  perf-profile.children.cycles-pp.set_next_entity
      0.81 ±  5%      +0.4        1.20 ±  2%  perf-profile.children.cycles-pp.get_next_timer_interrupt
      0.34 ±  7%      +0.4        0.77 ± 12%  perf-profile.children.cycles-pp.update_process_times
      1.48 ±  6%      +0.4        1.93 ±  2%  perf-profile.children.cycles-pp.tick_nohz_get_sleep_length
      0.37 ±  8%      +0.5        0.86 ± 12%  perf-profile.children.cycles-pp.tick_sched_handle
      0.48 ±  9%      +0.5        1.02 ± 13%  perf-profile.children.cycles-pp.tick_sched_timer
      0.84 ±  2%      +0.6        1.41 ±  2%  perf-profile.children.cycles-pp.pick_next_task_fair
      4.42            +0.9        5.35 ±  4%  perf-profile.children.cycles-pp.do_rw_once
      0.85 ±  8%      +1.1        2.00 ±  9%  perf-profile.children.cycles-pp.__hrtimer_run_queues
      3.89 ±  2%      +1.2        5.07 ±  4%  perf-profile.children.cycles-pp.up_write
      2.80 ±  5%      +1.2        4.03        perf-profile.children.cycles-pp.menu_select
      4.00 ±  2%      +1.3        5.33 ±  4%  perf-profile.children.cycles-pp.rwsem_wake
      4.00 ±  2%      +1.3        5.34 ±  4%  perf-profile.children.cycles-pp.call_rwsem_wake
      1.58 ±  6%      +1.5        3.06 ± 10%  perf-profile.children.cycles-pp.hrtimer_interrupt
      3.27 ±  2%      +1.5        4.78 ±  4%  perf-profile.children.cycles-pp.try_to_wake_up
      3.39 ±  2%      +1.6        4.98 ±  3%  perf-profile.children.cycles-pp.wake_up_q
      2.82 ± 11%      +2.1        4.88 ±  8%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      3.11 ± 10%      +2.2        5.31 ±  9%  perf-profile.children.cycles-pp.apic_timer_interrupt
     53.36            +6.1       59.49        perf-profile.children.cycles-pp.intel_idle
     66.61            +7.8       74.44        perf-profile.children.cycles-pp.start_secondary
     67.15            +8.1       75.29        perf-profile.children.cycles-pp.secondary_startup_64
     67.15            +8.1       75.29        perf-profile.children.cycles-pp.cpu_startup_entry
     67.16            +8.1       75.30        perf-profile.children.cycles-pp.do_idle
     56.88            +9.0       65.89        perf-profile.children.cycles-pp.cpuidle_enter_state
      8.45 ± 12%      -8.2        0.29 ±  3%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      2.78 ±  6%      -2.0        0.80 ±  3%  perf-profile.self.cycles-pp.switch_mm_irqs_off
      1.48 ±  5%      -0.8        0.67 ±  5%  perf-profile.self.cycles-pp.rwsem_down_read_failed
      0.84 ±  2%      -0.5        0.31 ±  7%  perf-profile.self.cycles-pp.try_to_wake_up
      0.85 ±  3%      -0.5        0.33 ±  3%  perf-profile.self.cycles-pp.__handle_mm_fault
      0.71 ±  3%      -0.4        0.32 ± 15%  perf-profile.self.cycles-pp._raw_spin_lock_irq
      0.56 ±  2%      -0.4        0.18 ±  8%  perf-profile.self.cycles-pp.load_new_mm_cr3
      0.40 ±  5%      -0.3        0.06 ± 11%  perf-profile.self.cycles-pp.down_read_trylock
      0.72 ±  6%      -0.3        0.41 ±  6%  perf-profile.self.cycles-pp.finish_task_switch
      0.39 ±  4%      -0.2        0.15 ± 11%  perf-profile.self.cycles-pp.__rwsem_mark_wake
      0.91 ±  4%      -0.2        0.68 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock
      0.37 ±  3%      -0.2        0.14 ±  7%  perf-profile.self.cycles-pp.up_read
      0.47 ±  3%      -0.2        0.26        perf-profile.self.cycles-pp.__update_load_avg_se
      0.59 ± 20%      -0.2        0.40 ± 20%  perf-profile.self.cycles-pp.ktime_get
      0.35 ± 10%      -0.2        0.16 ±  6%  perf-profile.self.cycles-pp.update_cfs_rq_h_load
      0.34 ±  6%      -0.1        0.20 ±  4%  perf-profile.self.cycles-pp.enqueue_task_fair
      0.18 ± 18%      -0.1        0.04 ± 58%  perf-profile.self.cycles-pp.timekeeping_max_deferment
      0.47 ±  7%      -0.1        0.33 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.21 ±  8%      -0.1        0.08 ±  8%  perf-profile.self.cycles-pp.rwsem_down_write_failed_killable
      0.22            -0.1        0.10 ± 11%  perf-profile.self.cycles-pp.cpuacct_charge
      0.23 ±  8%      -0.1        0.11 ± 25%  perf-profile.self.cycles-pp.__list_add_valid
      0.36 ±  3%      -0.1        0.26 ±  8%  perf-profile.self.cycles-pp.enqueue_entity
      0.59 ±  2%      -0.1        0.50 ±  6%  perf-profile.self.cycles-pp.unmapped_area_topdown
      0.13 ±  9%      -0.1        0.04 ± 59%  perf-profile.self.cycles-pp.sched_ttwu_pending
      0.20 ± 28%      -0.1        0.11 ±  7%  perf-profile.self.cycles-pp.call_cpuidle
      0.16 ± 18%      -0.1        0.08 ± 13%  perf-profile.self.cycles-pp.down_read
      0.56 ±  5%      -0.1        0.49 ±  8%  perf-profile.self.cycles-pp.update_curr
      0.10 ± 43%      -0.1        0.04 ± 58%  perf-profile.self.cycles-pp._raw_spin_trylock
      0.27            -0.1        0.21 ± 13%  perf-profile.self.cycles-pp.find_vma
      0.20 ±  9%      -0.0        0.15 ±  8%  perf-profile.self.cycles-pp.handle_mm_fault
      0.15 ±  8%      -0.0        0.12 ±  8%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.22 ±  3%      -0.0        0.19 ±  5%  perf-profile.self.cycles-pp.vma_interval_tree_insert
      0.15 ±  4%      +0.0        0.17 ±  2%  perf-profile.self.cycles-pp.__do_page_fault
      0.07 ±  7%      +0.0        0.09 ±  9%  perf-profile.self.cycles-pp.account_entity_dequeue
      0.09 ± 12%      +0.0        0.11 ±  3%  perf-profile.self.cycles-pp.__calc_delta
      0.08 ± 10%      +0.0        0.11        perf-profile.self.cycles-pp.rcu_idle_exit
      0.08 ±  8%      +0.0        0.11 ±  7%  perf-profile.self.cycles-pp.rcu_dynticks_eqs_exit
      0.06 ±  9%      +0.0        0.09 ±  7%  perf-profile.self.cycles-pp.sync_regs
      0.09 ±  4%      +0.0        0.13 ±  6%  perf-profile.self.cycles-pp.rcu_eqs_enter
      0.09 ± 11%      +0.0        0.13 ± 17%  perf-profile.self.cycles-pp.native_apic_msr_eoi_write
      0.08 ±  8%      +0.0        0.12        perf-profile.self.cycles-pp.menu_reflect
      0.06 ± 11%      +0.0        0.10 ± 14%  perf-profile.self.cycles-pp.rb_erase_cached
      0.63 ±  2%      +0.0        0.68 ±  3%  perf-profile.self.cycles-pp.do_idle
      0.13 ± 10%      +0.0        0.17 ±  6%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.00            +0.1        0.05 ±  8%  perf-profile.self.cycles-pp.hrtimer_next_event_without
      0.00            +0.1        0.05 ±  8%  perf-profile.self.cycles-pp.update_ts_time_stats
      0.00            +0.1        0.06 ± 15%  perf-profile.self.cycles-pp.sched_clock_cpu
      0.28 ±  6%      +0.1        0.33 ±  5%  perf-profile.self.cycles-pp.__switch_to_asm
      0.00            +0.1        0.06 ± 14%  perf-profile.self.cycles-pp.__hrtimer_get_next_event
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.new_slab
      0.00            +0.1        0.06 ± 20%  perf-profile.self.cycles-pp.__remove_hrtimer
      0.22 ±  8%      +0.1        0.28 ±  7%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.31 ±  8%      +0.1        0.37 ±  5%  perf-profile.self.cycles-pp.swapgs_restore_regs_and_return_to_usermode
      0.07 ±  7%      +0.1        0.13 ± 11%  perf-profile.self.cycles-pp.pick_next_entity
      0.06 ±  6%      +0.1        0.13 ±  3%  perf-profile.self.cycles-pp.deactivate_task
      0.00            +0.1        0.07 ±  7%  perf-profile.self.cycles-pp.clockevents_program_event
      0.00            +0.1        0.07 ± 17%  perf-profile.self.cycles-pp.interrupt_entry
      0.00            +0.1        0.07 ± 13%  perf-profile.self.cycles-pp.perf_event_task_tick
      0.20 ±  9%      +0.1        0.27 ±  3%  perf-profile.self.cycles-pp.reweight_entity
      0.04 ± 58%      +0.1        0.11 ±  7%  perf-profile.self.cycles-pp.get_next_timer_interrupt
      0.00            +0.1        0.07 ± 10%  perf-profile.self.cycles-pp.scheduler_tick
      0.00            +0.1        0.07 ± 14%  perf-profile.self.cycles-pp.run_posix_cpu_timers
      0.49 ±  5%      +0.1        0.56 ±  4%  perf-profile.self.cycles-pp.update_load_avg
      0.00            +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.pmd_page_vaddr
      0.00            +0.1        0.07 ±  5%  perf-profile.self.cycles-pp.lapic_next_deadline
      0.46 ±  6%      +0.1        0.55 ±  3%  perf-profile.self.cycles-pp.native_write_msr
      0.06 ±  7%      +0.1        0.14 ± 16%  perf-profile.self.cycles-pp.hrtimer_interrupt
      0.12 ±  5%      +0.1        0.21 ±  5%  perf-profile.self.cycles-pp.wake_up_q
      0.01 ±173%      +0.1        0.10        perf-profile.self.cycles-pp.rb_next
      0.00            +0.1        0.09 ±  9%  perf-profile.self.cycles-pp.tick_nohz_tick_stopped
      0.00            +0.1        0.09 ± 29%  perf-profile.self.cycles-pp.smp_apic_timer_interrupt
      0.01 ±173%      +0.1        0.11 ± 26%  perf-profile.self.cycles-pp.memcpy_toio
      0.01 ±173%      +0.1        0.11 ± 22%  perf-profile.self.cycles-pp.pm_qos_request
      0.00            +0.1        0.11 ±  8%  perf-profile.self.cycles-pp.perf_mux_hrtimer_handler
      0.00            +0.1        0.11 ± 10%  perf-profile.self.cycles-pp.timerqueue_add
      0.01 ±173%      +0.1        0.12 ± 25%  perf-profile.self.cycles-pp.rcu_sched_clock_irq
      0.30 ±  4%      +0.1        0.41 ±  7%  perf-profile.self.cycles-pp.wake_q_add_safe
      0.00            +0.1        0.11 ±  6%  perf-profile.self.cycles-pp.__hrtimer_run_queues
      0.51 ±  4%      +0.1        0.62 ±  2%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.29 ±  4%      +0.1        0.41 ±  6%  perf-profile.self.cycles-pp.native_sched_clock
      0.01 ±173%      +0.1        0.14 ± 27%  perf-profile.self.cycles-pp.io_serial_in
      0.25 ±  3%      +0.1        0.37 ±  5%  perf-profile.self.cycles-pp.pick_next_task_fair
      1.22            +0.1        1.35 ±  4%  perf-profile.self.cycles-pp.__schedule
      0.37 ±  7%      +0.1        0.50 ±  6%  perf-profile.self.cycles-pp.read_tsc
      0.13 ±  6%      +0.1        0.26 ±  7%  perf-profile.self.cycles-pp.account_entity_enqueue
      0.23 ±  6%      +0.1        0.36 ±  5%  perf-profile.self.cycles-pp.__next_timer_interrupt
      0.11 ±  9%      +0.1        0.24 ±  4%  perf-profile.self.cycles-pp.__hrtimer_next_event_base
      0.66 ±  3%      +0.1        0.80        perf-profile.self.cycles-pp.native_irq_return_iret
      0.30 ±  6%      +0.2        0.45 ±  5%  perf-profile.self.cycles-pp.__switch_to
      0.28 ±  5%      +0.2        0.44 ±  2%  perf-profile.self.cycles-pp.find_next_bit
      0.25 ±  6%      +0.3        0.52 ±  6%  perf-profile.self.cycles-pp.set_next_entity
      0.40 ±  5%      +0.3        0.69 ±  8%  perf-profile.self.cycles-pp.cpuidle_enter_state
      0.20 ±  4%      +0.3        0.51 ±  5%  perf-profile.self.cycles-pp.resched_curr
      2.47 ±  3%      +0.5        2.96 ±  4%  perf-profile.self.cycles-pp.do_access
      1.15 ±  5%      +0.6        1.73        perf-profile.self.cycles-pp.menu_select
      3.62            +0.8        4.42 ±  4%  perf-profile.self.cycles-pp.do_rw_once
     51.40            +7.8       59.22        perf-profile.self.cycles-pp.intel_idle



***************************************************************************************************
lkp-hsw-d01: 8 threads Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz with 8G memory
=========================================================================================
cluster/compiler/cpufreq_governor/ip/kconfig/nr_threads/rootfs/runtime/tbox_group/test/testcase/ucode:
  cs-localhost/gcc-7/performance/ipv4/x86_64-rhel-7.6/200%/debian-x86_64-2018-04-03.cgz/900s/lkp-hsw-d01/TCP_STREAM/netperf/0x25

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
          1:4          -25%            :4     dmesg.WARNING:at#for_ip_interrupt_entry/0x
         %stddev     %change         %stddev
             \          |                \  
      3373           +73.3%       5846        netperf.Throughput_Mbps
     53970           +73.3%      93550        netperf.Throughput_total_Mbps
   1010414 ± 72%  +41768.7%   4.23e+08        netperf.time.involuntary_context_switches
    262.00           +60.1%     419.33        netperf.time.percent_of_cpu_this_job_got
      2251           +59.7%       3594        netperf.time.system_time
    112.55           +67.5%     188.47        netperf.time.user_time
   3808423           -98.3%      65118 ± 38%  netperf.time.voluntary_context_switches
 3.706e+08           +73.3%  6.424e+08        netperf.workload
      3517 ± 55%    +176.6%       9729 ± 33%  cpuidle.POLL.time
      3472 ± 50%    +135.8%       8187 ± 38%  cpuidle.POLL.usage
    120964 ±  2%     -13.7%     104409 ±  7%  meminfo.DirectMap4k
   1565488            -9.5%    1416373        meminfo.Memused
     97.00            -4.1%      93.00        vmstat.cpu.sy
     12575 ± 12%   +7364.3%     938689        vmstat.system.cs
      6.52           +11.9       18.47        mpstat.cpu.all.soft%
     90.86           -15.6       75.28        mpstat.cpu.all.sys%
      2.44 ±  2%      +3.6        6.07        mpstat.cpu.all.usr%
      3566            +3.3%       3683        turbostat.Avg_MHz
      0.42 ±  3%     -79.5%       0.09 ±  5%  turbostat.CPU%c1
     40.02           +39.2%      55.70        turbostat.CorWatt
     49.70           +28.3%      63.79        turbostat.PkgWatt
     15728 ± 16%     -69.8%       4752 ± 82%  interrupts.CPU1.RES:Rescheduling_interrupts
     16828 ± 14%     -30.3%      11728 ± 29%  interrupts.CPU2.RES:Rescheduling_interrupts
      7241 ±  6%     -64.1%       2599 ±124%  interrupts.CPU3.CAL:Function_call_interrupts
     14194 ±  3%     -92.8%       1024 ± 55%  interrupts.CPU4.RES:Rescheduling_interrupts
     13830 ± 10%     -89.6%       1444 ± 47%  interrupts.CPU5.RES:Rescheduling_interrupts
    127410 ±  4%     -48.8%      65278 ± 26%  interrupts.RES:Rescheduling_interrupts
    159057            +2.3%     162779        proc-vmstat.nr_dirty_background_threshold
    318505            +2.3%     325958        proc-vmstat.nr_dirty_threshold
   1626033            +2.3%    1663305        proc-vmstat.nr_free_pages
      7341            -5.2%       6959 ±  2%  proc-vmstat.nr_slab_unreclaimable
 1.858e+08           +16.3%  2.161e+08        proc-vmstat.numa_hit
 1.858e+08           +16.3%  2.161e+08        proc-vmstat.numa_local
 1.481e+09           +16.4%  1.724e+09        proc-vmstat.pgalloc_normal
 1.481e+09           +16.4%  1.724e+09        proc-vmstat.pgfree
      7407 ±  2%      -9.7%       6685 ±  5%  slabinfo.anon_vma_chain.active_objs
      2068 ±  7%     +16.8%       2415 ±  3%  slabinfo.cred_jar.active_objs
      2068 ±  7%     +16.8%       2415 ±  3%  slabinfo.cred_jar.num_objs
      2484           -35.4%       1604 ± 10%  slabinfo.kmalloc-1k.active_objs
      2566           -35.6%       1654 ± 10%  slabinfo.kmalloc-1k.num_objs
      2535           -20.8%       2008        slabinfo.kmalloc-96.active_objs
      2535           -20.8%       2008        slabinfo.kmalloc-96.num_objs
      2157           -20.4%       1717 ± 10%  slabinfo.skbuff_fclone_cache.active_objs
      2206           -22.1%       1718 ± 10%  slabinfo.skbuff_fclone_cache.num_objs
   2530722         +1727.5%   46248079        softirqs.CPU0.NET_RX
   2609005 ±  2%   +1685.3%   46579298        softirqs.CPU1.NET_RX
   2484840         +1775.7%   46608167        softirqs.CPU2.NET_RX
    434517 ±  4%     -10.0%     391098        softirqs.CPU2.TIMER
   2493566         +1756.3%   46287289        softirqs.CPU3.NET_RX
     94184 ±  2%      -8.6%      86088 ±  4%  softirqs.CPU3.RCU
   2700700 ±  9%   +1606.1%   46077887        softirqs.CPU4.NET_RX
   2725143 ±  8%   +1595.0%   46189900        softirqs.CPU5.NET_RX
   2490447         +1765.9%   46469321        softirqs.CPU6.NET_RX
    434086 ±  3%      -9.5%     392911        softirqs.CPU6.TIMER
   2479618         +1764.9%   46243232        softirqs.CPU7.NET_RX
     92240 ±  2%      -9.3%      83656 ±  4%  softirqs.CPU7.RCU
    422709 ±  3%      -7.9%     389154        softirqs.CPU7.TIMER
  20514045 ±  2%   +1707.1%  3.707e+08        softirqs.NET_RX
    284.97 ±  8%     -15.8%     240.04        sched_debug.cfs_rq:/.load_avg.max
     60.25 ± 12%     -22.6%      46.62 ±  4%  sched_debug.cfs_rq:/.load_avg.stddev
     75946 ± 19%     -66.7%      25254 ± 30%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.02 ± 57%    +136.0%       0.04 ± 18%  sched_debug.cfs_rq:/.nr_running.stddev
    173.83 ±  2%     -13.2%     150.94 ±  3%  sched_debug.cfs_rq:/.runnable_load_avg.max
     31.01 ±  5%     -18.3%      25.32 ±  6%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
    158427 ± 53%     -74.7%      40007 ± 47%  sched_debug.cfs_rq:/.spread0.max
     75936 ± 19%     -66.8%      25248 ± 30%  sched_debug.cfs_rq:/.spread0.stddev
    863.70 ±  2%     +10.0%     949.88 ±  3%  sched_debug.cfs_rq:/.util_avg.min
     86.13 ±  9%     -56.0%      37.94 ± 39%  sched_debug.cfs_rq:/.util_avg.stddev
    238.77 ± 43%     +92.1%     458.60 ±  9%  sched_debug.cfs_rq:/.util_est_enqueued.min
    264.42 ±  6%     -41.5%     154.69 ±  9%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
     42486 ± 47%     -79.8%       8571 ± 35%  sched_debug.cpu.avg_idle.min
      3.28 ±  6%     -42.6%       1.89 ±  2%  sched_debug.cpu.clock.stddev
      3.29 ±  6%     -42.6%       1.89 ±  2%  sched_debug.cpu.clock_task.stddev
     27019 ±  4%     -12.4%      23658 ±  7%  sched_debug.cpu.load.stddev
    878548 ± 18%   +5841.5%   52199104        sched_debug.cpu.nr_switches.avg
   1612240 ± 17%   +3167.5%   52680426        sched_debug.cpu.nr_switches.max
    524642         +9743.9%   51645448        sched_debug.cpu.nr_switches.min
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     89.20           -38.3%      55.00        perf-stat.i.MPKI
 4.603e+08          +377.8%  2.199e+09        perf-stat.i.branch-instructions
      2.18            +0.4        2.60        perf-stat.i.branch-miss-rate%
  10173458          +460.7%   57045617        perf-stat.i.branch-misses
     41.14           -40.4        0.70 ± 25%  perf-stat.i.cache-miss-rate%
  84597670           -97.0%    2563290 ± 18%  perf-stat.i.cache-misses
 2.059e+08          +193.3%   6.04e+08        perf-stat.i.cache-references
     12585 ± 12%   +7375.8%     940853        perf-stat.i.context-switches
     12.12           -77.7%       2.70        perf-stat.i.cpi
 2.792e+10            +4.9%   2.93e+10        perf-stat.i.cpu-cycles
     73.96           +16.8%      86.42 ±  2%  perf-stat.i.cpu-migrations
    334.69        +10192.1%      34446 ± 46%  perf-stat.i.cycles-between-cache-misses
      0.16 ± 11%      +1.3        1.47 ±  4%  perf-stat.i.dTLB-load-miss-rate%
   1682997 ± 10%   +3303.7%   57283460 ±  3%  perf-stat.i.dTLB-load-misses
 1.028e+09          +270.0%  3.803e+09        perf-stat.i.dTLB-loads
      0.23 ± 33%      +0.2        0.48 ± 10%  perf-stat.i.dTLB-store-miss-rate%
   1902010 ± 34%    +599.1%   13296530 ± 10%  perf-stat.i.dTLB-store-misses
 8.128e+08          +235.6%  2.728e+09        perf-stat.i.dTLB-stores
     90.48           -23.7       66.75        perf-stat.i.iTLB-load-miss-rate%
    636565 ±  6%   +1492.7%   10138519        perf-stat.i.iTLB-load-misses
     79913 ± 14%   +6159.8%    5002428        perf-stat.i.iTLB-loads
 2.328e+09          +371.6%  1.098e+10        perf-stat.i.instructions
      3716 ±  5%     -68.3%       1178 ±  2%  perf-stat.i.instructions-per-iTLB-miss
      0.08          +344.8%       0.37        perf-stat.i.ipc
  63784934           -97.6%    1562161 ± 23%  perf-stat.i.node-loads
  19974210 ±  3%     -95.5%     890433 ± 16%  perf-stat.i.node-stores
     88.45           -37.8%      55.02        perf-stat.overall.MPKI
      2.21            +0.4        2.59        perf-stat.overall.branch-miss-rate%
     41.09           -40.7        0.42 ± 18%  perf-stat.overall.cache-miss-rate%
     11.99           -77.7%       2.67        perf-stat.overall.cpi
    330.01         +3494.0%      11860 ± 19%  perf-stat.overall.cycles-between-cache-misses
      0.16 ± 11%      +1.3        1.48 ±  4%  perf-stat.overall.dTLB-load-miss-rate%
      0.23 ± 33%      +0.3        0.48 ±  9%  perf-stat.overall.dTLB-store-miss-rate%
     88.90           -21.9       66.96        perf-stat.overall.iTLB-load-miss-rate%
      3670 ±  6%     -70.5%       1083        perf-stat.overall.instructions-per-iTLB-miss
      0.08          +349.4%       0.37        perf-stat.overall.ipc
      5659          +172.0%      15391        perf-stat.overall.path-length
 4.598e+08          +377.8%  2.197e+09        perf-stat.ps.branch-instructions
  10162343          +460.7%   56982017        perf-stat.ps.branch-misses
  84503333           -97.0%    2561315 ± 18%  perf-stat.ps.cache-misses
 2.057e+08          +193.3%  6.033e+08        perf-stat.ps.cache-references
     12571 ± 12%   +7375.8%     939800        perf-stat.ps.context-switches
 2.789e+10            +4.9%  2.926e+10        perf-stat.ps.cpu-cycles
     73.88           +16.8%      86.32 ±  2%  perf-stat.ps.cpu-migrations
   1681117 ± 10%   +3303.6%   57219251 ±  3%  perf-stat.ps.dTLB-load-misses
 1.027e+09          +270.0%  3.798e+09        perf-stat.ps.dTLB-loads
   1899893 ± 34%    +599.1%   13281641 ± 10%  perf-stat.ps.dTLB-store-misses
 8.119e+08          +235.6%  2.725e+09        perf-stat.ps.dTLB-stores
    635854 ±  6%   +1492.7%   10127160        perf-stat.ps.iTLB-load-misses
     79823 ± 14%   +6159.8%    4996833        perf-stat.ps.iTLB-loads
 2.325e+09          +371.6%  1.097e+10        perf-stat.ps.instructions
  63713791           -97.5%    1561094 ± 23%  perf-stat.ps.node-loads
  19951942 ±  3%     -95.5%     889635 ± 16%  perf-stat.ps.node-stores
 2.097e+12          +371.5%  9.887e+12        perf-stat.total.instructions
     52.66           -41.4       11.31        perf-profile.calltrace.cycles-pp.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
     52.69           -41.3       11.35        perf-profile.calltrace.cycles-pp.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
     50.53           -41.2        9.35        perf-profile.calltrace.cycles-pp.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg
     50.73           -41.0        9.73        perf-profile.calltrace.cycles-pp._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg
     49.46           -40.3        9.19        perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter
     65.85           -31.1       34.75        perf-profile.calltrace.cycles-pp.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64
     65.90           -30.9       35.04        perf-profile.calltrace.cycles-pp.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     66.25           -29.8       36.40        perf-profile.calltrace.cycles-pp.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     66.27           -29.7       36.53        perf-profile.calltrace.cycles-pp.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
     21.12           -11.0       10.09        perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg
     21.34           -11.0       10.33        perf-profile.calltrace.cycles-pp.copyin._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
     21.82           -10.8       10.98        perf-profile.calltrace.cycles-pp._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
     97.81            -4.6       93.17        perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe
     97.95            -4.4       93.50        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe
      1.57 ±  4%      -0.8        0.76 ±  3%  perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages_nodemask.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked
      1.71 ±  4%      -0.8        0.95        perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg
      1.89 ±  3%      -0.6        1.32 ±  2%  perf-profile.calltrace.cycles-pp.skb_page_frag_refill.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      1.91 ±  3%      -0.5        1.37        perf-profile.calltrace.cycles-pp.sk_page_frag_refill.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.83 ±  8%      -0.3        0.51 ±  2%  perf-profile.calltrace.cycles-pp.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv
      1.16 ±  2%      -0.2        0.91 ±  2%  perf-profile.calltrace.cycles-pp.__check_object_size.simple_copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg
      1.12 ±  5%      -0.2        0.90 ±  5%  perf-profile.calltrace.cycles-pp.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu
      1.20 ±  2%      -0.1        1.09        perf-profile.calltrace.cycles-pp.simple_copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.tcp_recvmsg.inet_recvmsg
      0.14 ±173%      +0.5        0.62 ± 13%  perf-profile.calltrace.cycles-pp.tcp_current_mss.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      0.00            +0.5        0.53        perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.schedule_timeout
      0.00            +0.5        0.54        perf-profile.calltrace.cycles-pp.__fget_light.sockfd_lookup_light.__sys_sendto.__x64_sys_sendto.do_syscall_64
      0.14 ±173%      +0.5        0.69 ± 11%  perf-profile.calltrace.cycles-pp.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +0.6        0.56 ±  6%  perf-profile.calltrace.cycles-pp.reweight_entity.dequeue_task_fair.__schedule.schedule.schedule_timeout
      0.00            +0.6        0.57 ±  5%  perf-profile.calltrace.cycles-pp.__switch_to_asm
      0.00            +0.6        0.58 ±  2%  perf-profile.calltrace.cycles-pp.selinux_ip_postroute.nf_hook_slow.ip_output.__ip_queue_xmit.__tcp_transmit_skb
      0.00            +0.6        0.58 ±  4%  perf-profile.calltrace.cycles-pp.__fget_light.sockfd_lookup_light.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64
      0.00            +0.6        0.61 ±  9%  perf-profile.calltrace.cycles-pp.selinux_socket_sock_rcv_skb.security_sock_rcv_skb.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu
      0.00            +0.6        0.63 ±  6%  perf-profile.calltrace.cycles-pp.update_curr.dequeue_entity.dequeue_task_fair.__schedule.schedule
      0.00            +0.6        0.63 ±  4%  perf-profile.calltrace.cycles-pp.sockfd_lookup_light.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +0.7        0.66        perf-profile.calltrace.cycles-pp.nf_hook_slow.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg
      0.00            +0.7        0.67 ± 12%  perf-profile.calltrace.cycles-pp.__free_pages_ok.skb_release_data.__kfree_skb.tcp_clean_rtx_queue.tcp_ack
      0.00            +0.7        0.67 ±  6%  perf-profile.calltrace.cycles-pp.__check_object_size.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +0.7        0.67        perf-profile.calltrace.cycles-pp.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common
      0.42 ± 57%      +0.7        1.13 ±  5%  perf-profile.calltrace.cycles-pp.syscall_return_via_sysret
      0.00            +0.7        0.72 ±  4%  perf-profile.calltrace.cycles-pp.sockfd_lookup_light.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +0.8        0.80 ±  3%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      0.00            +0.9        0.86 ±  7%  perf-profile.calltrace.cycles-pp.__alloc_skb.__tcp_send_ack.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
      0.00            +0.9        0.95 ±  2%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      0.00            +1.0        0.97 ±  7%  perf-profile.calltrace.cycles-pp.__tcp_send_ack.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      6.74            +1.0        7.72        perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg
      0.59 ±  5%      +1.0        1.61        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64
      0.00            +1.0        1.03 ± 17%  perf-profile.calltrace.cycles-pp.security_sock_rcv_skb.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish
      0.00            +1.1        1.08        perf-profile.calltrace.cycles-pp.__schedule.preempt_schedule_common._cond_resched.kmem_cache_alloc_node.__alloc_skb
      0.00            +1.1        1.10        perf-profile.calltrace.cycles-pp.preempt_schedule_common._cond_resched.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb
      0.00            +1.1        1.13        perf-profile.calltrace.cycles-pp._cond_resched.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked
      0.00            +1.2        1.18 ±  9%  perf-profile.calltrace.cycles-pp.skb_release_data.__kfree_skb.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established
      0.00            +1.2        1.19 ±  2%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.schedule_timeout.wait_woken
      0.00            +1.2        1.24 ± 23%  perf-profile.calltrace.cycles-pp.select_idle_sibling.select_task_rq_fair.try_to_wake_up.__wake_up_common.__wake_up_common_lock
      0.00            +1.3        1.34 ±  3%  perf-profile.calltrace.cycles-pp.sk_filter_trim_cap.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver
      0.00            +1.3        1.35 ±  6%  perf-profile.calltrace.cycles-pp.__schedule.preempt_schedule_common._cond_resched.__release_sock.release_sock
      0.00            +1.4        1.38 ±  6%  perf-profile.calltrace.cycles-pp.preempt_schedule_common._cond_resched.__release_sock.release_sock.tcp_sendmsg
      0.00            +1.4        1.38 ± 10%  perf-profile.calltrace.cycles-pp.__kfree_skb.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv
      0.00            +1.4        1.39 ±  6%  perf-profile.calltrace.cycles-pp._cond_resched.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg
      0.00            +1.4        1.43 ±  2%  perf-profile.calltrace.cycles-pp.__switch_to
      0.00            +1.5        1.45 ±  8%  perf-profile.calltrace.cycles-pp.loopback_xmit.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output
      0.00            +1.5        1.49 ±  3%  perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.schedule_timeout
      0.00            +1.6        1.61 ±  5%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.schedule_timeout.wait_woken
      0.00            +1.6        1.64 ±  6%  perf-profile.calltrace.cycles-pp.kmem_cache_alloc_node.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg
      1.02 ±  5%      +1.7        2.68        perf-profile.calltrace.cycles-pp.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      0.00            +1.7        1.68 ±  4%  perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable
      0.00            +1.7        1.72 ±  6%  perf-profile.calltrace.cycles-pp.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit
      6.73            +1.8        8.49        perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
      1.05 ±  4%      +1.9        2.90 ±  2%  perf-profile.calltrace.cycles-pp.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +2.4        2.37 ±  8%  perf-profile.calltrace.cycles-pp.tcp_clean_rtx_queue.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.__release_sock
      0.00            +2.6        2.59        perf-profile.calltrace.cycles-pp.__schedule.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.6        2.63        perf-profile.calltrace.cycles-pp.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.7        2.71        perf-profile.calltrace.cycles-pp.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +3.0        2.96        perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock
      0.00            +3.1        3.09        perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable
      0.00            +3.2        3.15 ±  5%  perf-profile.calltrace.cycles-pp.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock
      0.00            +3.3        3.31 ±  4%  perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.schedule_timeout.wait_woken
      5.79            +3.6        9.43        perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      0.00            +3.7        3.74        perf-profile.calltrace.cycles-pp.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb
      1.96 ±  2%      +3.9        5.81        perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv
      0.00            +4.4        4.41 ±  2%  perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked
      0.78 ±  9%      +4.5        5.28        perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established
      0.00            +4.7        4.68 ±  2%  perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg
      0.00            +5.2        5.18 ±  2%  perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      4.73 ±  2%      +5.6       10.33        perf-profile.calltrace.cycles-pp.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish
      4.76            +5.8       10.57        perf-profile.calltrace.cycles-pp.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver
      0.00            +5.8        5.82        perf-profile.calltrace.cycles-pp.tcp_write_xmit.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.00            +6.6        6.55        perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv.__release_sock
      0.00            +6.6        6.58        perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock
      0.00            +6.9        6.89        perf-profile.calltrace.cycles-pp.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established
      0.00            +7.2        7.23        perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv
      0.00            +7.5        7.54        perf-profile.calltrace.cycles-pp.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv
      0.00            +7.8        7.80        perf-profile.calltrace.cycles-pp.tcp_rcv_established.tcp_v4_do_rcv.__release_sock.release_sock.tcp_sendmsg
      0.00            +7.9        7.91        perf-profile.calltrace.cycles-pp.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu
      0.00            +7.9        7.94        perf-profile.calltrace.cycles-pp.tcp_v4_do_rcv.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg
      0.00            +8.1        8.10 ±  3%  perf-profile.calltrace.cycles-pp.__schedule.schedule.schedule_timeout.wait_woken.sk_wait_data
      0.00            +8.3        8.28 ±  2%  perf-profile.calltrace.cycles-pp.schedule.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg
      0.00            +8.4        8.39 ±  2%  perf-profile.calltrace.cycles-pp.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg.inet_recvmsg
      0.00            +8.7        8.72 ±  3%  perf-profile.calltrace.cycles-pp.wait_woken.sk_wait_data.tcp_recvmsg.inet_recvmsg.__sys_recvfrom
     29.47            +8.7       38.20        perf-profile.calltrace.cycles-pp.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto
      5.70            +9.1       14.84        perf-profile.calltrace.cycles-pp.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv
      5.78            +9.5       15.27        perf-profile.calltrace.cycles-pp.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core
      5.79            +9.6       15.38        perf-profile.calltrace.cycles-pp.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog
      5.85            +9.7       15.58        perf-profile.calltrace.cycles-pp.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog.net_rx_action
      0.00            +9.9        9.88 ±  3%  perf-profile.calltrace.cycles-pp.sk_wait_data.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom
      0.00           +10.3       10.30 ±  3%  perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked
      6.03           +10.5       16.50        perf-profile.calltrace.cycles-pp.ip_rcv.__netif_receive_skb_one_core.process_backlog.net_rx_action.__softirqentry_text_start
      6.19           +11.0       17.17        perf-profile.calltrace.cycles-pp.__netif_receive_skb_one_core.process_backlog.net_rx_action.__softirqentry_text_start.do_softirq_own_stack
      0.00           +11.5       11.49 ±  3%  perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg
      6.31           +11.7       18.04        perf-profile.calltrace.cycles-pp.process_backlog.net_rx_action.__softirqentry_text_start.do_softirq_own_stack.do_softirq
      0.00           +12.1       12.09        perf-profile.calltrace.cycles-pp.__release_sock.release_sock.tcp_sendmsg.sock_sendmsg.__sys_sendto
      0.13 ±173%     +12.3       12.43        perf-profile.calltrace.cycles-pp.release_sock.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto
      6.40           +12.3       18.72        perf-profile.calltrace.cycles-pp.net_rx_action.__softirqentry_text_start.do_softirq_own_stack.do_softirq.__local_bh_enable_ip
      0.60 ±  3%     +12.6       13.25 ±  3%  perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg
      6.48           +12.7       19.14        perf-profile.calltrace.cycles-pp.__softirqentry_text_start.do_softirq_own_stack.do_softirq.__local_bh_enable_ip.ip_finish_output2
      0.63 ±  4%     +12.8       13.39 ±  3%  perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto
      6.49           +12.8       19.27        perf-profile.calltrace.cycles-pp.do_softirq_own_stack.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output
      6.57           +13.1       19.71        perf-profile.calltrace.cycles-pp.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit
      6.58           +13.4       19.94        perf-profile.calltrace.cycles-pp.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb
      0.57 ±  8%     +14.1       14.72        perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames
      0.00           +17.8       17.77        perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit
     30.13           +21.2       51.28        perf-profile.calltrace.cycles-pp.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64
     30.43           +21.4       51.88        perf-profile.calltrace.cycles-pp.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     31.04           +22.0       53.08        perf-profile.calltrace.cycles-pp.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     31.08           +22.1       53.22        perf-profile.calltrace.cycles-pp.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe
     71.87           -52.5       19.37        perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
     52.67           -41.3       11.32        perf-profile.children.cycles-pp.__skb_datagram_iter
     52.69           -41.3       11.35        perf-profile.children.cycles-pp.skb_copy_datagram_iter
     50.54           -41.2        9.36        perf-profile.children.cycles-pp.copyout
     50.76           -41.0        9.75        perf-profile.children.cycles-pp._copy_to_iter
     65.86           -31.0       34.83        perf-profile.children.cycles-pp.tcp_recvmsg
     65.90           -30.9       35.04        perf-profile.children.cycles-pp.inet_recvmsg
     66.25           -29.8       36.41        perf-profile.children.cycles-pp.__sys_recvfrom
     66.27           -29.7       36.55        perf-profile.children.cycles-pp.__x64_sys_recvfrom
     21.36           -11.0       10.34        perf-profile.children.cycles-pp.copyin
     21.84           -10.8       11.01        perf-profile.children.cycles-pp._copy_from_iter_full
     98.12            -4.9       93.25        perf-profile.children.cycles-pp.do_syscall_64
     98.25            -4.7       93.60        perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
      2.22 ± 11%      -1.8        0.39 ±  3%  perf-profile.children.cycles-pp.apic_timer_interrupt
      2.81 ±  5%      -1.4        1.37 ±  8%  perf-profile.children.cycles-pp.skb_release_data
      2.08 ±  2%      -1.4        0.67 ± 12%  perf-profile.children.cycles-pp.__free_pages_ok
      3.35 ±  4%      -1.2        2.16 ±  7%  perf-profile.children.cycles-pp.__kfree_skb
      1.59 ±  3%      -0.8        0.78 ±  3%  perf-profile.children.cycles-pp.get_page_from_freelist
      1.73 ±  4%      -0.8        0.96 ±  2%  perf-profile.children.cycles-pp.__alloc_pages_nodemask
      1.03 ± 19%      -0.7        0.31 ±  4%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      0.91 ±  3%      -0.6        0.32 ±  8%  perf-profile.children.cycles-pp.free_one_page
      1.89 ±  3%      -0.6        1.32 ±  2%  perf-profile.children.cycles-pp.skb_page_frag_refill
      0.80 ± 12%      -0.5        0.25 ±  6%  perf-profile.children.cycles-pp.hrtimer_interrupt
      1.92 ±  3%      -0.5        1.38        perf-profile.children.cycles-pp.sk_page_frag_refill
      0.57 ±  3%      -0.5        0.07 ± 20%  perf-profile.children.cycles-pp.skb_clone
      0.66 ± 12%      -0.5        0.20 ±  8%  perf-profile.children.cycles-pp.__hrtimer_run_queues
      0.56 ±  9%      -0.5        0.10 ± 16%  perf-profile.children.cycles-pp.tcp_queue_rcv
      0.51 ±  6%      -0.4        0.08 ± 12%  perf-profile.children.cycles-pp.tcp_check_space
      0.46 ± 15%      -0.3        0.13 ±  6%  perf-profile.children.cycles-pp.tick_sched_timer
      0.41 ± 13%      -0.3        0.10 ± 12%  perf-profile.children.cycles-pp.tick_sched_handle
      0.40 ± 14%      -0.3        0.10 ± 12%  perf-profile.children.cycles-pp.update_process_times
      0.57 ± 35%      -0.3        0.30 ± 23%  perf-profile.children.cycles-pp.io_serial_in
      0.27 ±  7%      -0.2        0.04 ± 71%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      0.24 ± 20%      -0.2        0.04 ± 71%  perf-profile.children.cycles-pp.scheduler_tick
      0.25 ± 16%      -0.2        0.08 ± 27%  perf-profile.children.cycles-pp.__put_compound_page
      0.16 ± 17%      -0.1        0.03 ± 70%  perf-profile.children.cycles-pp.task_tick_fair
      0.43 ±  2%      -0.1        0.31 ± 12%  perf-profile.children.cycles-pp.__skb_clone
      1.20 ±  2%      -0.1        1.10        perf-profile.children.cycles-pp.simple_copy_to_iter
      0.37 ± 10%      -0.1        0.29 ±  7%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.30 ±  3%      -0.1        0.24 ± 10%  perf-profile.children.cycles-pp.kmem_cache_free
      0.32 ± 12%      -0.1        0.26 ±  9%  perf-profile.children.cycles-pp.kfree
      0.10 ±  5%      +0.0        0.12        perf-profile.children.cycles-pp.alloc_pages_current
      0.04 ± 58%      +0.0        0.07 ±  7%  perf-profile.children.cycles-pp.get_task_policy
      0.00            +0.1        0.06 ±  8%  perf-profile.children.cycles-pp.__x86_indirect_thunk_r9
      0.03 ±100%      +0.1        0.09 ± 14%  perf-profile.children.cycles-pp.rb_erase
      0.00            +0.1        0.06 ± 13%  perf-profile.children.cycles-pp.ns_to_timespec64
      0.07 ±  6%      +0.1        0.13 ±  9%  perf-profile.children.cycles-pp.lock_timer_base
      0.00            +0.1        0.07 ±  7%  perf-profile.children.cycles-pp.tcp_rate_gen
      0.00            +0.1        0.07 ±  7%  perf-profile.children.cycles-pp.perf_exclude_event
      0.00            +0.1        0.07 ±  7%  perf-profile.children.cycles-pp.tcp_v4_inbound_md5_hash
      0.00            +0.1        0.07 ± 11%  perf-profile.children.cycles-pp.rb_insert_color_cached
      0.00            +0.1        0.07 ± 11%  perf-profile.children.cycles-pp.detach_if_pending
      0.11 ± 13%      +0.1        0.18 ±  2%  perf-profile.children.cycles-pp.inet_sendmsg
      0.02 ±173%      +0.1        0.09 ±  9%  perf-profile.children.cycles-pp.sock_put
      0.00            +0.1        0.07 ± 12%  perf-profile.children.cycles-pp.rb_first
      0.00            +0.1        0.07 ± 23%  perf-profile.children.cycles-pp.__fdget
      0.00            +0.1        0.08 ± 12%  perf-profile.children.cycles-pp.activate_task
      0.00            +0.1        0.08 ±  6%  perf-profile.children.cycles-pp.tcp_chrono_start
      0.01 ±173%      +0.1        0.09 ±  9%  perf-profile.children.cycles-pp.eth_type_trans
      0.00            +0.1        0.08 ± 20%  perf-profile.children.cycles-pp.tcp_chrono_stop
      0.00            +0.1        0.08 ± 17%  perf-profile.children.cycles-pp.__copy_skb_header
      0.00            +0.1        0.08 ± 20%  perf-profile.children.cycles-pp.tcp_push
      0.00            +0.1        0.08 ± 14%  perf-profile.children.cycles-pp.wakeup_preempt_entity
      0.00            +0.1        0.09 ±  5%  perf-profile.children.cycles-pp.selinux_xfrm_sock_rcv_skb
      0.08 ± 61%      +0.1        0.17 ±  4%  perf-profile.children.cycles-pp.ip_send_check
      0.00            +0.1        0.09 ±  9%  perf-profile.children.cycles-pp.__raise_softirq_irqoff
      0.00            +0.1        0.09 ± 24%  perf-profile.children.cycles-pp.netdev_pick_tx
      0.00            +0.1        0.09 ±  9%  perf-profile.children.cycles-pp.tcp_update_pacing_rate
      0.00            +0.1        0.09 ± 20%  perf-profile.children.cycles-pp.jiffies_to_usecs
      0.07 ± 21%      +0.1        0.16 ±  7%  perf-profile.children.cycles-pp.security_socket_recvmsg
      0.01 ±173%      +0.1        0.11        perf-profile.children.cycles-pp.tcp_stream_memory_free
      0.00            +0.1        0.10 ± 16%  perf-profile.children.cycles-pp.rcu_note_context_switch
      0.00            +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.__sock_wfree
      0.00            +0.1        0.10 ± 12%  perf-profile.children.cycles-pp.tcp_send_delayed_ack
      0.00            +0.1        0.10 ±  4%  perf-profile.children.cycles-pp.deactivate_task
      0.03 ±100%      +0.1        0.13 ±  6%  perf-profile.children.cycles-pp.__kfree_skb_flush
      0.00            +0.1        0.11 ±  8%  perf-profile.children.cycles-pp.tcp_v4_fill_cb
      1.55 ±  5%      +0.1        1.66 ±  3%  perf-profile.children.cycles-pp.__check_object_size
      0.01 ±173%      +0.1        0.12 ± 26%  perf-profile.children.cycles-pp.netlbl_enabled
      0.00            +0.1        0.11 ±  8%  perf-profile.children.cycles-pp.tcp_established_options
      0.00            +0.1        0.11 ± 11%  perf-profile.children.cycles-pp.bictcp_cwnd_event
      0.00            +0.1        0.12 ± 35%  perf-profile.children.cycles-pp.tcp_rate_check_app_limited
      0.15 ±  8%      +0.1        0.27 ±  9%  perf-profile.children.cycles-pp.security_socket_sendmsg
      0.00            +0.1        0.12 ± 22%  perf-profile.children.cycles-pp.tcp_newly_delivered
      0.01 ±173%      +0.1        0.13 ± 12%  perf-profile.children.cycles-pp.selinux_ipv4_postroute
      0.08 ± 14%      +0.1        0.19 ±  6%  perf-profile.children.cycles-pp.sock_recvmsg
      0.16 ± 15%      +0.1        0.28 ± 13%  perf-profile.children.cycles-pp.ksize
      0.03 ±100%      +0.1        0.15 ±  3%  perf-profile.children.cycles-pp.check_stack_object
      0.00            +0.1        0.12 ± 11%  perf-profile.children.cycles-pp.tcp_rate_skb_sent
      0.00            +0.1        0.12 ±  6%  perf-profile.children.cycles-pp.bictcp_acked
      0.10 ± 17%      +0.1        0.22 ±  7%  perf-profile.children.cycles-pp.rcu_all_qs
      0.14 ± 13%      +0.1        0.26 ±  3%  perf-profile.children.cycles-pp.tcp_add_backlog
      0.00            +0.1        0.12 ± 15%  perf-profile.children.cycles-pp.check_cfs_rq_runtime
      0.00            +0.1        0.12 ± 10%  perf-profile.children.cycles-pp.resched_curr
      0.03 ±100%      +0.1        0.15 ± 21%  perf-profile.children.cycles-pp.netif_skb_features
      0.00            +0.1        0.13 ± 27%  perf-profile.children.cycles-pp.tcp_event_data_recv
      0.00            +0.1        0.13 ±  3%  perf-profile.children.cycles-pp.tcp_recv_timestamp
      0.17 ±  7%      +0.1        0.30 ±  8%  perf-profile.children.cycles-pp.skb_entail
      0.00            +0.1        0.14 ± 12%  perf-profile.children.cycles-pp.cpumask_next
      0.00            +0.1        0.14 ± 12%  perf-profile.children.cycles-pp.skb_clone_tx_timestamp
      0.00            +0.1        0.14 ± 20%  perf-profile.children.cycles-pp.woken_wake_function
      0.07 ± 21%      +0.1        0.21 ±  6%  perf-profile.children.cycles-pp.tcp_release_cb
      0.29 ±  4%      +0.1        0.43 ±  3%  perf-profile.children.cycles-pp.___might_sleep
      0.00            +0.1        0.14 ± 52%  perf-profile.children.cycles-pp.bictcp_cong_avoid
      0.01 ±173%      +0.1        0.16 ±  8%  perf-profile.children.cycles-pp.__list_add_valid
      0.01 ±173%      +0.1        0.16 ±  5%  perf-profile.children.cycles-pp.raw_local_deliver
      0.03 ±100%      +0.1        0.17 ± 10%  perf-profile.children.cycles-pp.__tcp_ack_snd_check
      0.03 ±100%      +0.1        0.17 ± 21%  perf-profile.children.cycles-pp.tcp_wfree
      0.11 ± 23%      +0.2        0.26 ±  6%  perf-profile.children.cycles-pp.import_single_range
      0.00            +0.2        0.15 ±  3%  perf-profile.children.cycles-pp.tcp_v4_send_check
      0.00            +0.2        0.15 ± 11%  perf-profile.children.cycles-pp.tcp_update_skb_after_send
      0.00            +0.2        0.16 ± 16%  perf-profile.children.cycles-pp.__check_heap_object
      0.01 ±173%      +0.2        0.17 ±  4%  perf-profile.children.cycles-pp.selinux_netlbl_sock_rcv_skb
      0.04 ± 59%      +0.2        0.20 ±  2%  perf-profile.children.cycles-pp.__tcp_select_window
      0.00            +0.2        0.16 ±  5%  perf-profile.children.cycles-pp.__tcp_v4_send_check
      0.00            +0.2        0.16 ± 12%  perf-profile.children.cycles-pp.__usecs_to_jiffies
      0.01 ±173%      +0.2        0.18 ± 15%  perf-profile.children.cycles-pp.inet_ehashfn
      0.03 ±100%      +0.2        0.20 ±  4%  perf-profile.children.cycles-pp.rb_next
      0.07 ±  5%      +0.2        0.25 ± 14%  perf-profile.children.cycles-pp.ksoftirqd_running
      0.00            +0.2        0.19 ±  6%  perf-profile.children.cycles-pp.remove_wait_queue
      0.16 ±  7%      +0.2        0.35 ±  8%  perf-profile.children.cycles-pp.sock_has_perm
      0.03 ±100%      +0.2        0.22 ± 17%  perf-profile.children.cycles-pp.selinux_ipv4_output
      0.00            +0.2        0.19 ± 10%  perf-profile.children.cycles-pp.__enqueue_entity
      0.00            +0.2        0.19 ± 13%  perf-profile.children.cycles-pp.kmalloc_slab
      0.06 ± 59%      +0.2        0.25 ±  8%  perf-profile.children.cycles-pp.tcp_cleanup_rbuf
      0.49 ± 13%      +0.2        0.70 ± 11%  perf-profile.children.cycles-pp.tcp_send_mss
      0.00            +0.2        0.21 ± 10%  perf-profile.children.cycles-pp.add_wait_queue
      0.00            +0.2        0.22 ± 11%  perf-profile.children.cycles-pp.set_next_buddy
      0.19 ±  9%      +0.2        0.41 ± 10%  perf-profile.children.cycles-pp.__might_fault
      0.00            +0.2        0.22 ± 13%  perf-profile.children.cycles-pp.copy_user_generic_unrolled
      0.48 ± 13%      +0.2        0.71 ± 11%  perf-profile.children.cycles-pp.tcp_current_mss
      0.08 ± 22%      +0.2        0.30 ± 19%  perf-profile.children.cycles-pp.validate_xmit_skb
      0.00            +0.2        0.22 ± 12%  perf-profile.children.cycles-pp.find_next_bit
      0.00            +0.2        0.23 ±  2%  perf-profile.children.cycles-pp.account_entity_enqueue
      0.35 ± 25%      +0.2        0.57 ±  9%  perf-profile.children.cycles-pp.ipv4_mtu
      0.00            +0.2        0.24 ±  5%  perf-profile.children.cycles-pp.ip_rcv_finish_core
      0.00            +0.2        0.24 ± 23%  perf-profile.children.cycles-pp.tcp_rearm_rto
      0.09 ± 17%      +0.2        0.33        perf-profile.children.cycles-pp.ip_finish_output
      0.00            +0.3        0.26 ± 12%  perf-profile.children.cycles-pp.native_load_tls
      0.16 ± 15%      +0.3        0.42 ±  5%  perf-profile.children.cycles-pp.tcp_rcv_space_adjust
      0.04 ± 59%      +0.3        0.31 ± 13%  perf-profile.children.cycles-pp.tcp_ack_update_rtt
      0.11 ±  4%      +0.3        0.38 ± 11%  perf-profile.children.cycles-pp.ip_rcv_core
      0.00            +0.3        0.27 ± 11%  perf-profile.children.cycles-pp.clear_buddies
      0.00            +0.3        0.28 ±  7%  perf-profile.children.cycles-pp.cpumask_next_wrap
      0.12 ±  5%      +0.3        0.40 ±  7%  perf-profile.children.cycles-pp.__might_sleep
      0.04 ± 58%      +0.3        0.36 ±  4%  perf-profile.children.cycles-pp.ip_rcv_finish
      0.08 ± 10%      +0.3        0.40 ±  2%  perf-profile.children.cycles-pp.__sk_dst_check
      0.00            +0.3        0.32 ±  5%  perf-profile.children.cycles-pp.__calc_delta
      0.00            +0.3        0.33 ± 16%  perf-profile.children.cycles-pp.cpuacct_charge
      0.00            +0.3        0.35 ±  7%  perf-profile.children.cycles-pp.update_min_vruntime
      0.00            +0.4        0.35 ± 14%  perf-profile.children.cycles-pp.native_sched_clock
      0.00            +0.4        0.36 ± 13%  perf-profile.children.cycles-pp.sched_clock
      0.03 ±100%      +0.4        0.39 ± 10%  perf-profile.children.cycles-pp.update_rq_clock
      0.04 ± 58%      +0.4        0.41 ±  8%  perf-profile.children.cycles-pp.ktime_get_with_offset
      0.09 ± 12%      +0.4        0.46 ±  9%  perf-profile.children.cycles-pp.ipv4_dst_check
      0.08 ± 15%      +0.4        0.46        perf-profile.children.cycles-pp.skb_release_head_state
      0.00            +0.4        0.38 ± 18%  perf-profile.children.cycles-pp.finish_task_switch
      0.00            +0.4        0.39 ±  4%  perf-profile.children.cycles-pp.rb_erase_cached
      0.00            +0.4        0.39 ±  5%  perf-profile.children.cycles-pp.dst_release
      0.09 ± 16%      +0.4        0.49 ±  2%  perf-profile.children.cycles-pp.skb_release_all
      0.26 ±  7%      +0.4        0.66 ±  3%  perf-profile.children.cycles-pp.mod_timer
      0.01 ±173%      +0.4        0.42 ±  5%  perf-profile.children.cycles-pp.__update_load_avg_se
      0.15 ± 11%      +0.4        0.56 ±  5%  perf-profile.children.cycles-pp.avc_has_perm
      0.00            +0.4        0.41        perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      0.15 ± 18%      +0.4        0.57 ±  4%  perf-profile.children.cycles-pp.__netif_receive_skb_core
      0.00            +0.4        0.43 ±  9%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.00            +0.4        0.43 ± 12%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.34 ± 16%      +0.4        0.77 ± 14%  perf-profile.children.cycles-pp.__virt_addr_valid
      0.34 ±  2%      +0.4        0.78 ±  6%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      0.26 ±  7%      +0.4        0.70 ±  3%  perf-profile.children.cycles-pp.sk_reset_timer
      0.03 ±100%      +0.5        0.48 ± 10%  perf-profile.children.cycles-pp.account_entity_dequeue
      0.08 ±  8%      +0.5        0.56 ±  4%  perf-profile.children.cycles-pp.selinux_parse_skb
      0.24 ±  7%      +0.5        0.73 ±  2%  perf-profile.children.cycles-pp.tcp_mstamp_refresh
      0.05 ±  9%      +0.5        0.55 ±  7%  perf-profile.children.cycles-pp.native_write_msr
      0.18            +0.5        0.69 ± 22%  perf-profile.children.cycles-pp._raw_spin_lock_bh
      0.16 ± 23%      +0.5        0.70 ±  8%  perf-profile.children.cycles-pp.enqueue_to_backlog
      0.30 ±  7%      +0.5        0.85 ± 12%  perf-profile.children.cycles-pp.__kmalloc_node_track_caller
      0.00            +0.5        0.55 ±  5%  perf-profile.children.cycles-pp.pick_next_entity
      0.31 ±  4%      +0.6        0.87 ±  3%  perf-profile.children.cycles-pp._raw_spin_lock
      0.03 ±100%      +0.6        0.60 ±  3%  perf-profile.children.cycles-pp.__switch_to_asm
      0.31 ±  7%      +0.6        0.88 ± 10%  perf-profile.children.cycles-pp.__kmalloc_reserve
      0.19 ± 16%      +0.6        0.76 ±  6%  perf-profile.children.cycles-pp.tcp_event_new_data_sent
      0.00            +0.6        0.59 ±  7%  perf-profile.children.cycles-pp.check_preempt_wakeup
      0.35 ±  4%      +0.6        0.95 ±  3%  perf-profile.children.cycles-pp.ktime_get
      0.11 ±  3%      +0.6        0.74 ±  8%  perf-profile.children.cycles-pp.___perf_sw_event
      0.18 ± 21%      +0.6        0.81 ± 14%  perf-profile.children.cycles-pp.__ip_local_out
      0.00            +0.7        0.65 ±  2%  perf-profile.children.cycles-pp.check_preempt_curr
      0.00            +0.7        0.67 ±  9%  perf-profile.children.cycles-pp.put_prev_entity
      0.45 ± 12%      +0.7        1.13 ±  2%  perf-profile.children.cycles-pp.__fget_light
      0.20 ±  5%      +0.7        0.89 ±  5%  perf-profile.children.cycles-pp.read_tsc
      0.10 ± 15%      +0.7        0.80 ±  3%  perf-profile.children.cycles-pp.tcp_schedule_loss_probe
      0.18 ± 19%      +0.7        0.89 ± 10%  perf-profile.children.cycles-pp.ip_local_out
      0.00            +0.7        0.71 ±  4%  perf-profile.children.cycles-pp.ttwu_do_wakeup
      0.60 ±  8%      +0.7        1.33 ±  4%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.20 ± 16%      +0.7        0.94 ±  5%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.00            +0.7        0.75 ±  8%  perf-profile.children.cycles-pp.available_idle_cpu
      0.21 ±  7%      +0.8        0.98 ±  7%  perf-profile.children.cycles-pp.__tcp_send_ack
      0.19 ± 14%      +0.8        0.98 ±  3%  perf-profile.children.cycles-pp.selinux_sock_rcv_skb_compat
      0.00            +0.8        0.82 ±  2%  perf-profile.children.cycles-pp.update_cfs_group
      0.54 ± 11%      +0.8        1.36 ±  3%  perf-profile.children.cycles-pp.sockfd_lookup_light
      0.20 ±  7%      +0.8        1.04 ±  4%  perf-profile.children.cycles-pp.__inet_lookup_established
      0.22 ± 10%      +0.9        1.10 ±  7%  perf-profile.children.cycles-pp.lock_sock_nested
      0.23 ±  4%      +0.9        1.15 ±  3%  perf-profile.children.cycles-pp.selinux_ip_postroute_compat
      0.00            +0.9        0.93 ±  3%  perf-profile.children.cycles-pp.set_next_entity
      0.59 ±  5%      +1.0        1.61        perf-profile.children.cycles-pp.entry_SYSCALL_64
      0.07 ±  7%      +1.0        1.11 ±  9%  perf-profile.children.cycles-pp.update_load_avg
      0.23 ± 17%      +1.1        1.28 ±  9%  perf-profile.children.cycles-pp.netif_rx_internal
      0.24 ± 13%      +1.1        1.30 ± 10%  perf-profile.children.cycles-pp.netif_rx
      0.29 ±  8%      +1.1        1.40        perf-profile.children.cycles-pp.selinux_ip_postroute
      0.31 ±  8%      +1.2        1.49 ±  3%  perf-profile.children.cycles-pp.selinux_socket_sock_rcv_skb
      0.05 ± 60%      +1.2        1.26 ±  3%  perf-profile.children.cycles-pp.load_new_mm_cr3
      0.09 ± 12%      +1.2        1.31        perf-profile.children.cycles-pp.enqueue_entity
      0.03 ±100%      +1.2        1.26        perf-profile.children.cycles-pp.reweight_entity
      0.34 ±  7%      +1.3        1.67 ±  4%  perf-profile.children.cycles-pp.security_sock_rcv_skb
      0.14 ±  7%      +1.4        1.53 ±  2%  perf-profile.children.cycles-pp.__switch_to
      0.09 ± 27%      +1.4        1.52 ±  2%  perf-profile.children.cycles-pp.dequeue_entity
      0.35 ±  7%      +1.5        1.87 ±  4%  perf-profile.children.cycles-pp.sk_filter_trim_cap
      0.34 ±  8%      +1.6        1.94 ±  3%  perf-profile.children.cycles-pp.kmem_cache_alloc_node
      0.39 ±  9%      +1.7        2.06 ±  4%  perf-profile.children.cycles-pp.nf_hook_slow
      0.04 ± 63%      +1.7        1.78 ±  5%  perf-profile.children.cycles-pp.select_idle_sibling
      0.43 ±  8%      +1.8        2.19 ±  5%  perf-profile.children.cycles-pp.loopback_xmit
      0.13 ± 21%      +1.8        1.92 ±  3%  perf-profile.children.cycles-pp.update_curr
      1.05 ±  4%      +1.9        2.91        perf-profile.children.cycles-pp.sk_stream_alloc_skb
      0.11 ± 14%      +2.0        2.15 ±  3%  perf-profile.children.cycles-pp.select_task_rq_fair
      0.85 ±  8%      +2.1        2.91 ±  6%  perf-profile.children.cycles-pp.tcp_clean_rtx_queue
      0.48 ±  6%      +2.1        2.54 ±  3%  perf-profile.children.cycles-pp.dev_hard_start_xmit
      0.17 ±  7%      +2.3        2.48 ±  3%  perf-profile.children.cycles-pp.preempt_schedule_common
      1.19 ±  5%      +2.4        3.54        perf-profile.children.cycles-pp.__alloc_skb
      0.14 ± 15%      +2.6        2.72        perf-profile.children.cycles-pp.exit_to_usermode_loop
      0.29 ±  7%      +2.6        2.88 ±  3%  perf-profile.children.cycles-pp._cond_resched
      0.18 ±  6%      +2.8        2.98        perf-profile.children.cycles-pp.enqueue_task_fair
      0.20 ±  7%      +2.9        3.10        perf-profile.children.cycles-pp.ttwu_do_activate
      1.15 ±  5%      +2.9        4.08 ±  3%  perf-profile.children.cycles-pp.tcp_ack
      0.23 ±  9%      +3.0        3.20 ±  3%  perf-profile.children.cycles-pp.switch_mm_irqs_off
      0.11 ±  4%      +3.1        3.20 ±  2%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.69 ±  6%      +3.1        3.79 ±  2%  perf-profile.children.cycles-pp.__dev_queue_xmit
      0.15 ± 14%      +3.2        3.34 ±  4%  perf-profile.children.cycles-pp.dequeue_task_fair
      0.40 ±  9%      +6.5        6.92        perf-profile.children.cycles-pp.try_to_wake_up
      0.41 ±  6%      +6.8        7.24        perf-profile.children.cycles-pp.__wake_up_common
      0.42 ±  5%      +7.2        7.57        perf-profile.children.cycles-pp.__wake_up_common_lock
      0.57 ±  6%      +7.8        8.40 ±  2%  perf-profile.children.cycles-pp.schedule_timeout
      0.04 ± 58%      +7.9        7.91        perf-profile.children.cycles-pp.sock_def_readable
      0.57 ±  6%      +8.2        8.72 ±  3%  perf-profile.children.cycles-pp.wait_woken
     29.49            +8.8       38.25        perf-profile.children.cycles-pp.tcp_sendmsg_locked
      5.74            +9.2       14.91        perf-profile.children.cycles-pp.tcp_v4_rcv
      5.81            +9.5       15.29        perf-profile.children.cycles-pp.ip_protocol_deliver_rcu
      5.83            +9.6       15.39        perf-profile.children.cycles-pp.ip_local_deliver_finish
      5.88            +9.7       15.59        perf-profile.children.cycles-pp.ip_local_deliver
      0.00            +9.9        9.89 ±  3%  perf-profile.children.cycles-pp.sk_wait_data
      0.69 ±  2%     +10.2       10.94 ±  2%  perf-profile.children.cycles-pp.schedule
      6.07           +10.4       16.51        perf-profile.children.cycles-pp.ip_rcv
      1.59 ±  8%     +10.5       12.10        perf-profile.children.cycles-pp.__release_sock
      6.24           +10.9       17.18        perf-profile.children.cycles-pp.__netif_receive_skb_one_core
      1.80 ±  7%     +11.0       12.78        perf-profile.children.cycles-pp.release_sock
      6.36           +11.7       18.06        perf-profile.children.cycles-pp.process_backlog
      5.99 ±  2%     +12.2       18.18        perf-profile.children.cycles-pp.tcp_rcv_established
      6.46           +12.3       18.77        perf-profile.children.cycles-pp.net_rx_action
      0.85 ±  3%     +12.4       13.23        perf-profile.children.cycles-pp.__schedule
      6.09 ±  2%     +12.4       18.53        perf-profile.children.cycles-pp.tcp_v4_do_rcv
      6.68 ±  2%     +12.5       19.16        perf-profile.children.cycles-pp.__softirqentry_text_start
      6.54           +12.7       19.28        perf-profile.children.cycles-pp.do_softirq_own_stack
      6.62           +13.1       19.75        perf-profile.children.cycles-pp.do_softirq
      6.72           +13.5       20.25        perf-profile.children.cycles-pp.__local_bh_enable_ip
      3.59 ±  2%     +16.4       19.99        perf-profile.children.cycles-pp.__tcp_push_pending_frames
      7.12           +17.4       24.55        perf-profile.children.cycles-pp.ip_finish_output2
      7.40           +19.5       26.87        perf-profile.children.cycles-pp.ip_output
      7.60           +21.2       28.77        perf-profile.children.cycles-pp.__ip_queue_xmit
     30.14           +21.2       51.31        perf-profile.children.cycles-pp.tcp_sendmsg
     30.43           +21.4       51.88        perf-profile.children.cycles-pp.sock_sendmsg
     31.05           +22.0       53.09        perf-profile.children.cycles-pp.__sys_sendto
      3.56 ±  2%     +22.1       25.68        perf-profile.children.cycles-pp.tcp_write_xmit
     31.09           +22.2       53.24        perf-profile.children.cycles-pp.__x64_sys_sendto
      7.92           +24.0       31.94        perf-profile.children.cycles-pp.__tcp_transmit_skb
     70.78           -51.5       19.24        perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      1.16 ±  3%      -0.9        0.30 ± 10%  perf-profile.self.cycles-pp.__free_pages_ok
      2.25 ±  3%      -0.6        1.63 ±  3%  perf-profile.self.cycles-pp.tcp_sendmsg_locked
      0.67 ±  4%      -0.5        0.13 ±  9%  perf-profile.self.cycles-pp.free_one_page
      1.18 ±  5%      -0.5        0.65 ±  8%  perf-profile.self.cycles-pp.__check_object_size
      0.57 ±  3%      -0.5        0.07 ± 25%  perf-profile.self.cycles-pp.skb_clone
      0.80 ±  3%      -0.5        0.34 ± 11%  perf-profile.self.cycles-pp.get_page_from_freelist
      0.27 ±  5%      -0.2        0.04 ± 71%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      0.42 ±  2%      -0.2        0.23 ± 12%  perf-profile.self.cycles-pp.__skb_clone
      0.41 ± 28%      -0.1        0.30 ± 23%  perf-profile.self.cycles-pp.io_serial_in
      0.45 ±  4%      -0.1        0.37 ±  5%  perf-profile.self.cycles-pp.__skb_datagram_iter
      0.36 ±  9%      -0.1        0.28 ±  9%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.31 ± 13%      -0.1        0.25 ±  7%  perf-profile.self.cycles-pp.kfree
      0.04 ± 58%      +0.0        0.07 ±  7%  perf-profile.self.cycles-pp.get_task_policy
      0.01 ±173%      +0.0        0.06 ± 13%  perf-profile.self.cycles-pp.sk_page_frag_refill
      0.11 ±  4%      +0.1        0.17 ±  2%  perf-profile.self.cycles-pp.tcp_mstamp_refresh
      0.03 ±100%      +0.1        0.08 ± 20%  perf-profile.self.cycles-pp.rb_erase
      0.00            +0.1        0.06 ±  8%  perf-profile.self.cycles-pp.__x86_indirect_thunk_r9
      0.01 ±173%      +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.tcp_send_mss
      0.17 ± 10%      +0.1        0.22 ± 11%  perf-profile.self.cycles-pp.skb_entail
      0.00            +0.1        0.06 ± 13%  perf-profile.self.cycles-pp.sk_reset_timer
      0.00            +0.1        0.06 ± 13%  perf-profile.self.cycles-pp.rb_first
      0.07 ± 17%      +0.1        0.13 ± 14%  perf-profile.self.cycles-pp.tcp_add_backlog
      0.00            +0.1        0.06 ± 19%  perf-profile.self.cycles-pp.ttwu_do_wakeup
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.perf_exclude_event
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.detach_if_pending
      0.38 ±  7%      +0.1        0.45        perf-profile.self.cycles-pp.__alloc_skb
      0.00            +0.1        0.07 ± 14%  perf-profile.self.cycles-pp.jiffies_to_usecs
      0.00            +0.1        0.07 ±  7%  perf-profile.self.cycles-pp.__wake_up_common_lock
      0.00            +0.1        0.07 ±  7%  perf-profile.self.cycles-pp.tcp_rate_gen
      0.00            +0.1        0.07 ±  7%  perf-profile.self.cycles-pp.add_wait_queue
      0.01 ±173%      +0.1        0.08 ± 10%  perf-profile.self.cycles-pp.eth_type_trans
      0.09 ± 19%      +0.1        0.16 ± 10%  perf-profile.self.cycles-pp.sockfd_lookup_light
      0.10 ± 12%      +0.1        0.17 ±  4%  perf-profile.self.cycles-pp.inet_sendmsg
      0.00            +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.rb_insert_color_cached
      0.00            +0.1        0.07 ± 11%  perf-profile.self.cycles-pp.sched_clock_cpu
      0.00            +0.1        0.07 ± 23%  perf-profile.self.cycles-pp.tcp_chrono_stop
      0.00            +0.1        0.07 ± 23%  perf-profile.self.cycles-pp.__fdget
      0.00            +0.1        0.07 ± 12%  perf-profile.self.cycles-pp.tcp_chrono_start
      0.00            +0.1        0.07 ± 12%  perf-profile.self.cycles-pp.skb_release_head_state
      0.00            +0.1        0.07 ±  6%  perf-profile.self.cycles-pp.wakeup_preempt_entity
      0.16 ±  8%      +0.1        0.24 ± 10%  perf-profile.self.cycles-pp.kmem_cache_free
      0.00            +0.1        0.08 ± 12%  perf-profile.self.cycles-pp.activate_task
      0.00            +0.1        0.08 ± 16%  perf-profile.self.cycles-pp.__copy_skb_header
      0.00            +0.1        0.08 ± 24%  perf-profile.self.cycles-pp.copyin
      0.09 ± 14%      +0.1        0.17 ± 17%  perf-profile.self.cycles-pp.__might_fault
      0.00            +0.1        0.08        perf-profile.self.cycles-pp.selinux_xfrm_sock_rcv_skb
      0.00            +0.1        0.08 ± 10%  perf-profile.self.cycles-pp.sock_put
      0.16 ± 12%      +0.1        0.24 ±  9%  perf-profile.self.cycles-pp._copy_to_iter
      0.00            +0.1        0.08 ± 20%  perf-profile.self.cycles-pp.tcp_push
      0.00            +0.1        0.08 ± 24%  perf-profile.self.cycles-pp.netdev_pick_tx
      0.17 ± 22%      +0.1        0.25 ±  4%  perf-profile.self.cycles-pp._copy_from_iter_full
      0.00            +0.1        0.09 ± 14%  perf-profile.self.cycles-pp.__raise_softirq_irqoff
      0.00            +0.1        0.09 ±  5%  perf-profile.self.cycles-pp.tcp_update_skb_after_send
      0.00            +0.1        0.09 ± 10%  perf-profile.self.cycles-pp.exit_to_usermode_loop
      0.00            +0.1        0.09 ± 14%  perf-profile.self.cycles-pp.ip_local_deliver_finish
      0.01 ±173%      +0.1        0.10 ±  8%  perf-profile.self.cycles-pp.tcp_stream_memory_free
      0.00            +0.1        0.09 ± 18%  perf-profile.self.cycles-pp.bictcp_cong_avoid
      0.00            +0.1        0.09 ± 15%  perf-profile.self.cycles-pp.__kfree_skb_flush
      0.00            +0.1        0.09 ±  9%  perf-profile.self.cycles-pp.tcp_update_pacing_rate
      0.08 ± 62%      +0.1        0.17 ±  4%  perf-profile.self.cycles-pp.ip_send_check
      0.00            +0.1        0.09 ± 13%  perf-profile.self.cycles-pp.check_cfs_rq_runtime
      0.00            +0.1        0.09 ± 10%  perf-profile.self.cycles-pp.__netif_receive_skb_one_core
      0.01 ±173%      +0.1        0.11 ± 11%  perf-profile.self.cycles-pp.check_stack_object
      0.04 ± 57%      +0.1        0.13 ±  3%  perf-profile.self.cycles-pp.__tcp_push_pending_frames
      0.03 ±100%      +0.1        0.12 ± 13%  perf-profile.self.cycles-pp.simple_copy_to_iter
      0.00            +0.1        0.10 ± 12%  perf-profile.self.cycles-pp.rcu_note_context_switch
      0.00            +0.1        0.10 ± 12%  perf-profile.self.cycles-pp.tcp_rcv_space_adjust
      0.00            +0.1        0.10 ±  4%  perf-profile.self.cycles-pp.__sock_wfree
      0.00            +0.1        0.10 ± 14%  perf-profile.self.cycles-pp.tcp_v4_fill_cb
      0.00            +0.1        0.10 ±  8%  perf-profile.self.cycles-pp.tcp_send_delayed_ack
      0.00            +0.1        0.10 ± 14%  perf-profile.self.cycles-pp.tcp_queue_rcv
      0.09 ± 17%      +0.1        0.19 ± 10%  perf-profile.self.cycles-pp.rcu_all_qs
      0.07 ± 14%      +0.1        0.18 ±  7%  perf-profile.self.cycles-pp.__release_sock
      0.00            +0.1        0.10 ±  9%  perf-profile.self.cycles-pp.tcp_established_options
      0.00            +0.1        0.10 ±  4%  perf-profile.self.cycles-pp.deactivate_task
      0.06 ± 14%      +0.1        0.16 ± 12%  perf-profile.self.cycles-pp.tcp_v4_do_rcv
      0.01 ±173%      +0.1        0.12        perf-profile.self.cycles-pp.sock_sendmsg
      0.01 ±173%      +0.1        0.12 ± 13%  perf-profile.self.cycles-pp.__tcp_send_ack
      0.01 ±173%      +0.1        0.12 ± 13%  perf-profile.self.cycles-pp.selinux_ipv4_postroute
      0.16 ± 11%      +0.1        0.27 ± 12%  perf-profile.self.cycles-pp.tcp_current_mss
      0.00            +0.1        0.11 ±  7%  perf-profile.self.cycles-pp.bictcp_cwnd_event
      0.00            +0.1        0.11 ± 14%  perf-profile.self.cycles-pp.resched_curr
      0.00            +0.1        0.11 ±  7%  perf-profile.self.cycles-pp.ip_rcv_finish
      0.00            +0.1        0.11 ±  4%  perf-profile.self.cycles-pp.schedule_timeout
      0.00            +0.1        0.11 ± 36%  perf-profile.self.cycles-pp.tcp_rate_check_app_limited
      0.15 ± 16%      +0.1        0.27 ± 13%  perf-profile.self.cycles-pp.ksize
      0.18 ±  8%      +0.1        0.29 ±  2%  perf-profile.self.cycles-pp.ktime_get
      0.00            +0.1        0.12 ± 10%  perf-profile.self.cycles-pp.lock_sock_nested
      0.00            +0.1        0.12 ± 10%  perf-profile.self.cycles-pp.tcp_rate_skb_sent
      0.00            +0.1        0.12 ± 10%  perf-profile.self.cycles-pp.selinux_ipv4_output
      0.00            +0.1        0.12 ±  4%  perf-profile.self.cycles-pp.skb_clone_tx_timestamp
      0.00            +0.1        0.12 ± 10%  perf-profile.self.cycles-pp.bictcp_acked
      0.00            +0.1        0.12 ± 22%  perf-profile.self.cycles-pp.tcp_newly_delivered
      0.09 ± 21%      +0.1        0.20 ±  6%  perf-profile.self.cycles-pp.import_single_range
      0.00            +0.1        0.12 ± 29%  perf-profile.self.cycles-pp.netlbl_enabled
      0.00            +0.1        0.12 ± 18%  perf-profile.self.cycles-pp.netif_skb_features
      0.00            +0.1        0.12 ± 16%  perf-profile.self.cycles-pp.__x64_sys_recvfrom
      0.00            +0.1        0.13 ± 24%  perf-profile.self.cycles-pp.tcp_event_data_recv
      0.00            +0.1        0.13 ±  7%  perf-profile.self.cycles-pp.selinux_netlbl_sock_rcv_skb
      0.06 ± 13%      +0.1        0.19 ±  4%  perf-profile.self.cycles-pp.tcp_release_cb
      0.00            +0.1        0.13 ± 16%  perf-profile.self.cycles-pp.do_softirq_own_stack
      0.00            +0.1        0.13 ±  6%  perf-profile.self.cycles-pp.tcp_recv_timestamp
      0.00            +0.1        0.13 ± 18%  perf-profile.self.cycles-pp.sk_wait_data
      0.00            +0.1        0.13 ±  9%  perf-profile.self.cycles-pp.tcp_v4_send_check
      0.01 ±173%      +0.1        0.15 ± 19%  perf-profile.self.cycles-pp.update_rq_clock
      0.01 ±173%      +0.1        0.15 ±  3%  perf-profile.self.cycles-pp.raw_local_deliver
      0.29 ±  3%      +0.1        0.42 ±  5%  perf-profile.self.cycles-pp.___might_sleep
      0.00            +0.1        0.14 ± 20%  perf-profile.self.cycles-pp.woken_wake_function
      0.01 ±173%      +0.1        0.15 ± 11%  perf-profile.self.cycles-pp.__list_add_valid
      0.00            +0.1        0.14 ± 25%  perf-profile.self.cycles-pp.validate_xmit_skb
      0.00            +0.1        0.14 ±  5%  perf-profile.self.cycles-pp.ip_finish_output
      0.03 ±100%      +0.1        0.17 ± 18%  perf-profile.self.cycles-pp.__x64_sys_sendto
      0.00            +0.1        0.14 ± 14%  perf-profile.self.cycles-pp.__tcp_ack_snd_check
      0.09 ± 14%      +0.1        0.24 ±  3%  perf-profile.self.cycles-pp.skb_page_frag_refill
      0.03 ±100%      +0.1        0.17 ± 19%  perf-profile.self.cycles-pp.tcp_wfree
      0.01 ±173%      +0.1        0.16        perf-profile.self.cycles-pp.rb_next
      0.00            +0.1        0.15 ±  6%  perf-profile.self.cycles-pp.__tcp_v4_send_check
      0.05 ± 58%      +0.2        0.20 ±  4%  perf-profile.self.cycles-pp.ip_local_deliver
      0.00            +0.2        0.15 ±  9%  perf-profile.self.cycles-pp.__usecs_to_jiffies
      0.04 ± 60%      +0.2        0.19 ±  2%  perf-profile.self.cycles-pp.__tcp_select_window
      0.02 ±173%      +0.2        0.17 ± 19%  perf-profile.self.cycles-pp.release_sock
      0.43 ± 19%      +0.2        0.58 ±  6%  perf-profile.self.cycles-pp.skb_release_data
      0.00            +0.2        0.15 ± 15%  perf-profile.self.cycles-pp.__check_heap_object
      0.00            +0.2        0.16 ± 15%  perf-profile.self.cycles-pp.__sk_dst_check
      0.01 ±173%      +0.2        0.18 ± 16%  perf-profile.self.cycles-pp.inet_ehashfn
      0.07 ±  5%      +0.2        0.24 ± 17%  perf-profile.self.cycles-pp.ksoftirqd_running
      0.00            +0.2        0.17 ±  4%  perf-profile.self.cycles-pp.__ip_local_out
      0.00            +0.2        0.17        perf-profile.self.cycles-pp.__wake_up_common
      0.06 ± 26%      +0.2        0.23 ±  7%  perf-profile.self.cycles-pp.tcp_event_new_data_sent
      0.03 ±100%      +0.2        0.20 ±  6%  perf-profile.self.cycles-pp.tcp_sendmsg
      0.01 ±173%      +0.2        0.19 ± 12%  perf-profile.self.cycles-pp.sk_stream_alloc_skb
      0.00            +0.2        0.17 ±  7%  perf-profile.self.cycles-pp.schedule
      0.00            +0.2        0.18 ± 14%  perf-profile.self.cycles-pp.security_sock_rcv_skb
      0.00            +0.2        0.18 ± 11%  perf-profile.self.cycles-pp.__enqueue_entity
      0.16 ±  7%      +0.2        0.34 ±  8%  perf-profile.self.cycles-pp.sock_has_perm
      0.00            +0.2        0.18 ± 13%  perf-profile.self.cycles-pp.ktime_get_with_offset
      0.00            +0.2        0.18 ±  4%  perf-profile.self.cycles-pp.cpumask_next_wrap
      0.00            +0.2        0.18 ± 10%  perf-profile.self.cycles-pp.kmalloc_slab
      0.00            +0.2        0.18 ± 12%  perf-profile.self.cycles-pp.put_prev_entity
      0.05 ± 60%      +0.2        0.23 ±  7%  perf-profile.self.cycles-pp.tcp_cleanup_rbuf
      0.00            +0.2        0.19 ±  6%  perf-profile.self.cycles-pp.set_next_entity
      0.00            +0.2        0.20 ± 12%  perf-profile.self.cycles-pp.set_next_buddy
      0.00            +0.2        0.20 ± 20%  perf-profile.self.cycles-pp.netif_rx_internal
      0.00            +0.2        0.20 ± 14%  perf-profile.self.cycles-pp._cond_resched
      0.01 ±173%      +0.2        0.21 ±  2%  perf-profile.self.cycles-pp.inet_recvmsg
      0.00            +0.2        0.20 ± 14%  perf-profile.self.cycles-pp.tcp_ack_update_rtt
      0.00            +0.2        0.20 ±  4%  perf-profile.self.cycles-pp.ip_rcv
      0.00            +0.2        0.20 ± 28%  perf-profile.self.cycles-pp.tcp_rearm_rto
      0.00            +0.2        0.20 ±  6%  perf-profile.self.cycles-pp.find_next_bit
      0.00            +0.2        0.21        perf-profile.self.cycles-pp.account_entity_enqueue
      0.00            +0.2        0.21 ± 12%  perf-profile.self.cycles-pp.enqueue_entity
      0.00            +0.2        0.21 ±  4%  perf-profile.self.cycles-pp.sk_filter_trim_cap
      0.05 ± 67%      +0.2        0.26 ± 10%  perf-profile.self.cycles-pp.selinux_ip_postroute
      0.01 ±173%      +0.2        0.23 ± 12%  perf-profile.self.cycles-pp.ip_protocol_deliver_rcu
      0.00            +0.2        0.22 ± 13%  perf-profile.self.cycles-pp.copy_user_generic_unrolled
      0.00            +0.2        0.22 ± 11%  perf-profile.self.cycles-pp.clear_buddies
      0.14 ± 15%      +0.2        0.36 ±  6%  perf-profile.self.cycles-pp.mod_timer
      0.00            +0.2        0.23 ±  3%  perf-profile.self.cycles-pp.ip_rcv_finish_core
      0.14 ± 18%      +0.2        0.37 ±  7%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.16 ± 18%      +0.2        0.39 ±  4%  perf-profile.self.cycles-pp.__sys_sendto
      0.31 ± 19%      +0.2        0.55 ±  7%  perf-profile.self.cycles-pp.ipv4_mtu
      0.00            +0.2        0.24        perf-profile.self.cycles-pp.do_softirq
      0.00            +0.2        0.24 ±  7%  perf-profile.self.cycles-pp.dequeue_entity
      0.04 ± 58%      +0.2        0.28 ±  7%  perf-profile.self.cycles-pp.sock_def_readable
      0.00            +0.2        0.25 ± 13%  perf-profile.self.cycles-pp.native_load_tls
      0.00            +0.3        0.25 ±  3%  perf-profile.self.cycles-pp.rb_erase_cached
      0.07 ± 12%      +0.3        0.32 ±  8%  perf-profile.self.cycles-pp.selinux_sock_rcv_skb_compat
      0.11 ±  4%      +0.3        0.37 ± 11%  perf-profile.self.cycles-pp.ip_rcv_core
      0.11 ± 11%      +0.3        0.37 ±  7%  perf-profile.self.cycles-pp.__might_sleep
      0.00            +0.3        0.27 ± 16%  perf-profile.self.cycles-pp.finish_task_switch
      0.09 ± 19%      +0.3        0.36 ±  8%  perf-profile.self.cycles-pp.__sys_recvfrom
      0.00            +0.3        0.27 ±  4%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.00            +0.3        0.29 ±  8%  perf-profile.self.cycles-pp.pick_next_entity
      0.00            +0.3        0.30 ± 23%  perf-profile.self.cycles-pp.nf_hook_slow
      0.07 ± 19%      +0.3        0.37 ±  8%  perf-profile.self.cycles-pp.__softirqentry_text_start
      0.00            +0.3        0.31 ± 13%  perf-profile.self.cycles-pp.native_sched_clock
      0.04 ± 57%      +0.3        0.35 ±  3%  perf-profile.self.cycles-pp.select_task_rq_fair
      0.00            +0.3        0.32 ± 15%  perf-profile.self.cycles-pp.check_preempt_wakeup
      0.00            +0.3        0.32 ±  6%  perf-profile.self.cycles-pp.__calc_delta
      0.90 ±  3%      +0.3        1.22 ±  3%  perf-profile.self.cycles-pp.tcp_write_xmit
      0.00            +0.3        0.33 ± 11%  perf-profile.self.cycles-pp.wait_woken
      0.08 ± 15%      +0.3        0.41 ±  3%  perf-profile.self.cycles-pp.ip_output
      0.00            +0.3        0.33 ± 16%  perf-profile.self.cycles-pp.cpuacct_charge
      0.05 ± 67%      +0.3        0.38 ±  6%  perf-profile.self.cycles-pp.loopback_xmit
      0.01 ±173%      +0.3        0.34 ±  9%  perf-profile.self.cycles-pp.dev_hard_start_xmit
      0.16 ±  7%      +0.3        0.49 ±  9%  perf-profile.self.cycles-pp.tcp_rcv_established
      0.07 ± 15%      +0.3        0.41 ±  9%  perf-profile.self.cycles-pp.enqueue_to_backlog
      0.00            +0.3        0.34 ±  9%  perf-profile.self.cycles-pp.update_min_vruntime
      0.01 ±173%      +0.3        0.35 ±  4%  perf-profile.self.cycles-pp.tcp_schedule_loss_probe
      0.08 ± 17%      +0.3        0.43 ± 10%  perf-profile.self.cycles-pp.ipv4_dst_check
      0.00            +0.4        0.36 ± 10%  perf-profile.self.cycles-pp.try_to_wake_up
      0.09 ± 14%      +0.4        0.46 ±  2%  perf-profile.self.cycles-pp.selinux_ip_postroute_compat
      0.24 ± 12%      +0.4        0.61 ± 12%  perf-profile.self.cycles-pp.do_syscall_64
      0.11 ±  4%      +0.4        0.49 ±  4%  perf-profile.self.cycles-pp.__local_bh_enable_ip
      0.00            +0.4        0.38 ±  3%  perf-profile.self.cycles-pp.dst_release
      0.11 ± 19%      +0.4        0.50 ±  3%  perf-profile.self.cycles-pp.selinux_socket_sock_rcv_skb
      0.00            +0.4        0.39 ±  7%  perf-profile.self.cycles-pp.account_entity_dequeue
      0.01 ±173%      +0.4        0.40 ±  5%  perf-profile.self.cycles-pp.__update_load_avg_se
      0.00            +0.4        0.39        perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.17 ± 10%      +0.4        0.57 ± 14%  perf-profile.self.cycles-pp.__kmalloc_node_track_caller
      0.32 ± 13%      +0.4        0.73 ± 15%  perf-profile.self.cycles-pp.__virt_addr_valid
      0.14 ± 14%      +0.4        0.56 ±  4%  perf-profile.self.cycles-pp.avc_has_perm
      0.14 ± 11%      +0.4        0.57 ±  4%  perf-profile.self.cycles-pp.__netif_receive_skb_core
      0.11 ±  9%      +0.4        0.54 ±  2%  perf-profile.self.cycles-pp.tcp_clean_rtx_queue
      0.01 ±173%      +0.4        0.45 ±  9%  perf-profile.self.cycles-pp.select_idle_sibling
      0.07            +0.4        0.51 ±  4%  perf-profile.self.cycles-pp.selinux_parse_skb
      0.17 ± 10%      +0.4        0.62 ± 11%  perf-profile.self.cycles-pp.tcp_ack
      0.15 ±  4%      +0.5        0.61 ± 14%  perf-profile.self.cycles-pp._raw_spin_lock_bh
      0.14 ±  3%      +0.5        0.60 ± 14%  perf-profile.self.cycles-pp.__ip_queue_xmit
      0.06 ± 13%      +0.5        0.53 ±  3%  perf-profile.self.cycles-pp.net_rx_action
      0.21 ± 10%      +0.5        0.70 ±  5%  perf-profile.self.cycles-pp.kmem_cache_alloc_node
      0.05 ±  9%      +0.5        0.55 ±  7%  perf-profile.self.cycles-pp.native_write_msr
      0.07 ± 26%      +0.5        0.57 ±  7%  perf-profile.self.cycles-pp.enqueue_task_fair
      0.10 ±  5%      +0.5        0.61 ±  6%  perf-profile.self.cycles-pp.process_backlog
      0.00            +0.5        0.53 ±  4%  perf-profile.self.cycles-pp.reweight_entity
      0.20 ±  2%      +0.5        0.74 ±  5%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.01 ±173%      +0.6        0.57 ±  7%  perf-profile.self.cycles-pp.update_load_avg
      0.10 ±  8%      +0.6        0.65 ±  8%  perf-profile.self.cycles-pp.___perf_sw_event
      0.03 ±100%      +0.6        0.60 ±  3%  perf-profile.self.cycles-pp.__switch_to_asm
      0.00            +0.6        0.59 ±  4%  perf-profile.self.cycles-pp.dequeue_task_fair
      0.21 ±  3%      +0.6        0.80 ±  3%  perf-profile.self.cycles-pp._raw_spin_lock
      0.17 ±  9%      +0.6        0.79 ±  6%  perf-profile.self.cycles-pp.tcp_v4_rcv
      0.12 ±  5%      +0.6        0.75 ±  8%  perf-profile.self.cycles-pp.__dev_queue_xmit
      0.19 ±  6%      +0.6        0.83 ±  6%  perf-profile.self.cycles-pp.read_tsc
      0.16 ±  7%      +0.7        0.83        perf-profile.self.cycles-pp.__inet_lookup_established
      0.44 ± 12%      +0.7        1.12 ±  2%  perf-profile.self.cycles-pp.__fget_light
      0.15 ± 10%      +0.7        0.83 ±  2%  perf-profile.self.cycles-pp.ip_finish_output2
      0.16 ± 15%      +0.7        0.86 ±  5%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.60 ±  8%      +0.7        1.33 ±  4%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      0.00            +0.7        0.74 ±  8%  perf-profile.self.cycles-pp.available_idle_cpu
      0.36 ± 18%      +0.7        1.10 ±  6%  perf-profile.self.cycles-pp.tcp_recvmsg
      0.00            +0.8        0.79 ±  2%  perf-profile.self.cycles-pp.update_cfs_group
      0.07 ± 20%      +0.8        0.92 ±  9%  perf-profile.self.cycles-pp.update_curr
      0.03 ±100%      +0.9        0.90 ±  3%  perf-profile.self.cycles-pp.pick_next_task_fair
      0.59 ±  5%      +1.0        1.61        perf-profile.self.cycles-pp.entry_SYSCALL_64
      0.05 ± 60%      +1.2        1.26 ±  3%  perf-profile.self.cycles-pp.load_new_mm_cr3
      0.14 ±  7%      +1.4        1.50        perf-profile.self.cycles-pp.__switch_to
      0.33 ±  9%      +1.4        1.74        perf-profile.self.cycles-pp.__tcp_transmit_skb
      0.17 ± 11%      +1.6        1.78 ±  3%  perf-profile.self.cycles-pp.__schedule
      0.18 ± 10%      +1.8        1.94 ±  6%  perf-profile.self.cycles-pp.switch_mm_irqs_off



***************************************************************************************************
lkp-bdw-ep3: 88 threads Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz with 64G memory
=========================================================================================
compiler/cpufreq_governor/ipc/kconfig/mode/nr_threads/rootfs/tbox_group/testcase/ucode:
  gcc-7/performance/pipe/x86_64-rhel-7.6/process/50%/debian-x86_64-2018-04-03.cgz/lkp-bdw-ep3/hackbench/0xb00002e

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
           :4           25%           1:4     dmesg.WARNING:at#for_ip_interrupt_entry/0x
         %stddev     %change         %stddev
             \          |                \  
    153838           +98.7%     305708 ±  2%  hackbench.throughput
 4.148e+09 ±  3%     -60.2%   1.65e+09 ±  3%  hackbench.time.involuntary_context_switches
    692334 ±  5%     +98.3%    1372559 ±  2%  hackbench.time.minor_page_faults
      8748            -5.7%       8252        hackbench.time.percent_of_cpu_this_job_got
     49209 ±  4%      -7.4%      45588        hackbench.time.system_time
      5159 ±  5%     +19.3%       6155        hackbench.time.user_time
 6.228e+09 ±  4%     -49.6%  3.137e+09 ±  2%  hackbench.time.voluntary_context_switches
 9.768e+08 ±  4%    +100.0%  1.954e+09 ±  2%  hackbench.workload
      0.72 ± 13%      +5.2        5.90 ±  3%  mpstat.cpu.all.idle%
      8.79            +2.2       10.95        mpstat.cpu.all.usr%
  23800610 ±  5%    +580.4%  1.619e+08 ±  5%  numa-numastat.node0.local_node
  23809191 ±  5%    +580.2%   1.62e+08 ±  5%  numa-numastat.node0.numa_hit
  25296092 ±  9%    +553.7%  1.654e+08 ±  3%  numa-numastat.node1.local_node
  25316014 ±  9%    +553.3%  1.654e+08 ±  3%  numa-numastat.node1.numa_hit
     90.00            -8.3%      82.50        vmstat.cpu.sy
      8.00           +31.2%      10.50 ±  4%  vmstat.cpu.us
    880.00           +14.0%       1003        vmstat.procs.r
  16631099           -49.8%    8354306 ±  2%  vmstat.system.cs
   1309416           -57.8%     553186 ±  3%  vmstat.system.in
    318920 ±  5%     -23.9%     242632 ± 13%  meminfo.DirectMap4k
     77750           +12.4%      87416        meminfo.KReclaimable
     77750           +12.4%      87416        meminfo.SReclaimable
    202607           +13.5%     229915        meminfo.SUnreclaim
    280358           +13.2%     317332        meminfo.Slab
      4295 ±  3%     -14.5%       3670        meminfo.max_used_kB
  53732096 ±  5%   +1921.9%  1.086e+09 ±  3%  cpuidle.C1.time
   4332030 ±  5%   +3925.2%  1.744e+08 ±  2%  cpuidle.C1.usage
  24091351 ± 12%    +711.3%  1.954e+08 ±  9%  cpuidle.C1E.time
    796456 ±  8%   +3769.3%   30817532 ±  8%  cpuidle.C1E.usage
 1.074e+08 ± 90%    +241.2%  3.665e+08 ± 29%  cpuidle.C3.time
    568722 ± 30%   +7999.2%   46062089 ±  7%  cpuidle.C3.usage
    236953 ± 22%    +201.3%     714057 ± 18%  cpuidle.C6.usage
   4933783 ± 12%  +10643.7%  5.301e+08 ±  2%  cpuidle.POLL.time
   3632461 ± 10%   +7610.7%  2.801e+08 ±  3%  cpuidle.POLL.usage
      2767            -2.6%       2694        turbostat.Avg_MHz
   4330167 ±  5%   +3926.9%  1.744e+08 ±  2%  turbostat.C1
      0.10 ±  4%      +1.9        1.97 ±  3%  turbostat.C1%
    792579 ±  8%   +3787.9%   30815070 ±  8%  turbostat.C1E
      0.04 ± 10%      +0.3        0.35 ± 10%  turbostat.C1E%
    567785 ± 30%   +8012.5%   46061622 ±  7%  turbostat.C3
      0.20 ± 91%      +0.5        0.66 ± 30%  turbostat.C3%
    227729 ± 25%    +209.6%     704946 ± 18%  turbostat.C6
      0.39 ± 26%      +0.3        0.66 ± 19%  turbostat.C6%
      0.46 ± 18%    +545.2%       3.00 ±  5%  turbostat.CPU%c1
 8.178e+08 ±  4%     -57.4%  3.483e+08 ±  3%  turbostat.IRQ
      7.79            +5.2%       8.20        turbostat.RAMWatt
    280450 ± 10%     -24.4%     211962 ±  6%  numa-meminfo.node0.Active
    280266 ± 10%     -24.4%     211778 ±  6%  numa-meminfo.node0.Active(anon)
    197677 ± 12%     -20.3%     157578 ± 22%  numa-meminfo.node0.AnonPages
      6059 ± 98%    +190.3%      17593 ±  5%  numa-meminfo.node0.Inactive
      5753 ±103%    +200.7%      17301 ±  5%  numa-meminfo.node0.Inactive(anon)
     42122 ± 15%     +21.6%      51234 ±  9%  numa-meminfo.node0.KReclaimable
     34470           -42.8%      19702 ± 60%  numa-meminfo.node0.KernelStack
     42122 ± 15%     +21.6%      51234 ±  9%  numa-meminfo.node0.SReclaimable
    107913 ± 23%     +53.9%     166077 ± 10%  numa-meminfo.node1.Active
    107913 ± 23%     +53.9%     166077 ± 10%  numa-meminfo.node1.Active(anon)
     12833 ± 47%     -85.1%       1906 ± 57%  numa-meminfo.node1.Inactive
     12832 ± 47%     -85.2%       1901 ± 57%  numa-meminfo.node1.Inactive(anon)
     13491 ± 14%     -26.9%       9859        numa-meminfo.node1.Mapped
    819851 ±  3%     +24.6%    1021638 ± 13%  numa-meminfo.node1.MemUsed
      1638 ± 20%   +2194.8%      37600 ± 74%  numa-meminfo.node1.PageTables
     70076 ± 10%     -24.5%      52936 ±  6%  numa-vmstat.node0.nr_active_anon
     49440 ± 12%     -20.3%      39387 ± 22%  numa-vmstat.node0.nr_anon_pages
      1442 ±105%    +200.2%       4329 ±  5%  numa-vmstat.node0.nr_inactive_anon
     34509           -42.9%      19696 ± 60%  numa-vmstat.node0.nr_kernel_stack
     10528 ± 15%     +21.6%      12807 ±  9%  numa-vmstat.node0.nr_slab_reclaimable
     70076 ± 10%     -24.5%      52936 ±  6%  numa-vmstat.node0.nr_zone_active_anon
      1442 ±105%    +200.2%       4329 ±  5%  numa-vmstat.node0.nr_zone_inactive_anon
  12662621 ±  8%    +546.2%   81827282 ±  5%  numa-vmstat.node0.numa_hit
  12653757 ±  8%    +546.6%   81817254 ±  5%  numa-vmstat.node0.numa_local
     26980 ± 23%     +53.9%      41522 ± 10%  numa-vmstat.node1.nr_active_anon
      3207 ± 47%     -84.9%     483.00 ± 56%  numa-vmstat.node1.nr_inactive_anon
    408.75 ± 20%   +2200.9%       9405 ± 74%  numa-vmstat.node1.nr_page_table_pages
     26980 ± 23%     +53.9%      41522 ± 10%  numa-vmstat.node1.nr_zone_active_anon
      3207 ± 47%     -84.9%     483.00 ± 56%  numa-vmstat.node1.nr_zone_inactive_anon
  13372184 ±  7%    +527.0%   83845398 ±  3%  numa-vmstat.node1.numa_hit
  13205189 ±  7%    +533.7%   83679281 ±  3%  numa-vmstat.node1.numa_local
      4651            +3.5%       4814        proc-vmstat.nr_inactive_anon
     25957 ±  3%      -9.0%      23632 ±  7%  proc-vmstat.nr_shmem
     19437           +12.4%      21855        proc-vmstat.nr_slab_reclaimable
     50652           +13.5%      57479        proc-vmstat.nr_slab_unreclaimable
      4651            +3.5%       4814        proc-vmstat.nr_zone_inactive_anon
     75488 ±  4%     +88.3%     142159 ±  4%  proc-vmstat.numa_hint_faults
      5427 ± 48%    +665.7%      41558 ±  7%  proc-vmstat.numa_hint_faults_local
  49129540 ±  6%    +566.3%  3.274e+08 ±  4%  proc-vmstat.numa_hit
  49101026 ±  6%    +566.6%  3.273e+08 ±  4%  proc-vmstat.numa_local
     71713 ±  7%     +47.1%     105471 ±  9%  proc-vmstat.numa_pages_migrated
    126971 ± 17%     +63.8%     207920 ±  7%  proc-vmstat.numa_pte_updates
     22537 ±  5%     -12.6%      19691 ± 10%  proc-vmstat.pgactivate
  49279250 ±  6%    +564.8%  3.276e+08 ±  4%  proc-vmstat.pgalloc_normal
   1876510 ±  4%     +49.9%    2813333        proc-vmstat.pgfault
  49210824 ±  6%    +565.5%  3.275e+08 ±  4%  proc-vmstat.pgfree
     71713 ±  7%     +47.1%     105471 ±  9%  proc-vmstat.pgmigrate_success
     16776 ±  3%     +41.4%      23720 ±  2%  slabinfo.cred_jar.active_objs
    400.00 ±  3%     +41.1%     564.50 ±  2%  slabinfo.cred_jar.active_slabs
     16826 ±  3%     +41.0%      23729 ±  2%  slabinfo.cred_jar.num_objs
    400.00 ±  3%     +41.1%     564.50 ±  2%  slabinfo.cred_jar.num_slabs
     12896 ±  2%     +55.7%      20085 ±  2%  slabinfo.files_cache.active_objs
    279.75 ±  2%     +56.0%     436.50 ±  2%  slabinfo.files_cache.active_slabs
     12896 ±  2%     +55.9%      20110 ±  2%  slabinfo.files_cache.num_objs
    279.75 ±  2%     +56.0%     436.50 ±  2%  slabinfo.files_cache.num_slabs
      8841 ±  2%     +41.3%      12494 ±  2%  slabinfo.kmalloc-192.active_objs
      8868 ±  2%     +40.9%      12495 ±  2%  slabinfo.kmalloc-192.num_objs
      8409 ±  2%     +33.4%      11218 ±  2%  slabinfo.kmalloc-1k.active_objs
      8500           +32.7%      11281 ±  2%  slabinfo.kmalloc-1k.num_objs
     55688 ±  2%     +25.4%      69830 ±  2%  slabinfo.kmalloc-32.active_objs
    435.25 ±  2%     +25.3%     545.25 ±  2%  slabinfo.kmalloc-32.active_slabs
     55794 ±  2%     +25.2%      69861 ±  2%  slabinfo.kmalloc-32.num_objs
    435.25 ±  2%     +25.3%     545.25 ±  2%  slabinfo.kmalloc-32.num_slabs
     50626           +14.3%      57854        slabinfo.kmalloc-64.active_objs
    792.25           +14.0%     903.50        slabinfo.kmalloc-64.active_slabs
     50725           +14.1%      57857        slabinfo.kmalloc-64.num_objs
    792.25           +14.0%     903.50        slabinfo.kmalloc-64.num_slabs
     33093           +21.4%      40168 ±  2%  slabinfo.lsm_file_cache.active_objs
     33093           +21.4%      40168 ±  2%  slabinfo.lsm_file_cache.num_objs
     10675 ±  2%     +17.8%      12572        slabinfo.mm_struct.active_objs
     10686 ±  2%     +18.3%      12644        slabinfo.mm_struct.num_objs
    150.25 ± 22%     +86.4%     280.00 ±  7%  slabinfo.nfs_read_data.active_objs
    150.25 ± 22%     +86.4%     280.00 ±  7%  slabinfo.nfs_read_data.num_objs
     12084 ±  4%     +63.6%      19774 ±  2%  slabinfo.pid.active_objs
    377.50 ±  4%     +63.6%     617.75 ±  2%  slabinfo.pid.active_slabs
     12091 ±  4%     +63.5%      19774 ±  2%  slabinfo.pid.num_objs
    377.50 ±  4%     +63.6%     617.75 ±  2%  slabinfo.pid.num_slabs
     18195 ±  3%     +65.9%      30187 ±  2%  slabinfo.proc_inode_cache.active_objs
    420.00 ±  2%     +49.2%     626.75 ±  2%  slabinfo.proc_inode_cache.active_slabs
     20602 ±  2%     +49.2%      30742 ±  2%  slabinfo.proc_inode_cache.num_objs
    420.00 ±  2%     +49.2%     626.75 ±  2%  slabinfo.proc_inode_cache.num_slabs
      5955 ±  3%     +36.9%       8151        slabinfo.sighand_cache.active_objs
    398.25 ±  3%     +36.8%     545.00        slabinfo.sighand_cache.active_slabs
      5980 ±  3%     +36.8%       8184        slabinfo.sighand_cache.num_objs
    398.25 ±  3%     +36.8%     545.00        slabinfo.sighand_cache.num_slabs
      8134 ±  2%     +61.6%      13142        slabinfo.signal_cache.active_objs
    271.50 ±  2%     +62.0%     439.75        slabinfo.signal_cache.active_slabs
      8156 ±  2%     +62.0%      13211        slabinfo.signal_cache.num_objs
    271.50 ±  2%     +62.0%     439.75        slabinfo.signal_cache.num_slabs
    587.00 ±  4%     +22.4%     718.25 ±  7%  slabinfo.skbuff_ext_cache.active_objs
    299.50 ±  9%     +37.6%     412.25 ± 10%  slabinfo.skbuff_fclone_cache.active_objs
    299.50 ±  9%     +37.6%     412.25 ± 10%  slabinfo.skbuff_fclone_cache.num_objs
     14076 ±  2%     +49.9%      21094 ±  2%  slabinfo.task_delay_info.active_objs
    275.50 ±  2%     +49.9%     413.00 ±  2%  slabinfo.task_delay_info.active_slabs
     14076 ±  2%     +49.8%      21094 ±  2%  slabinfo.task_delay_info.num_objs
    275.50 ±  2%     +49.9%     413.00 ±  2%  slabinfo.task_delay_info.num_slabs
     14181 ±173%   +5330.2%     770107 ± 19%  sched_debug.cfs_rq:/.MIN_vruntime.avg
   1248006 ±173%   +3048.5%   39293144 ± 15%  sched_debug.cfs_rq:/.MIN_vruntime.max
    132279 ±173%   +3913.7%    5309323 ± 17%  sched_debug.cfs_rq:/.MIN_vruntime.stddev
     11926 ±  4%      +6.6%      12708 ±  3%  sched_debug.cfs_rq:/.load.avg
    985.53 ± 57%    -100.0%       0.00        sched_debug.cfs_rq:/.load.min
     17.27 ±  9%     +16.5%      20.12 ±  3%  sched_debug.cfs_rq:/.load_avg.avg
    120.95           +32.7%     160.48 ±  3%  sched_debug.cfs_rq:/.load_avg.max
      4.19 ± 10%    -100.0%       0.00        sched_debug.cfs_rq:/.load_avg.min
     23.68 ± 13%     +43.0%      33.85 ±  6%  sched_debug.cfs_rq:/.load_avg.stddev
     14181 ±173%   +5330.2%     770107 ± 19%  sched_debug.cfs_rq:/.max_vruntime.avg
   1248006 ±173%   +3048.5%   39293144 ± 15%  sched_debug.cfs_rq:/.max_vruntime.max
    132279 ±173%   +3913.7%    5309323 ± 17%  sched_debug.cfs_rq:/.max_vruntime.stddev
  27609898 ±  4%     +97.5%   54533868        sched_debug.cfs_rq:/.min_vruntime.avg
  28871301 ±  4%     +97.2%   56935960        sched_debug.cfs_rq:/.min_vruntime.max
  26420823 ±  4%     +98.1%   52335610        sched_debug.cfs_rq:/.min_vruntime.min
    545662 ±  2%     +68.8%     921032 ±  6%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.45 ± 29%    -100.0%       0.00        sched_debug.cfs_rq:/.nr_running.min
      0.09 ± 14%    +160.7%       0.23 ±  7%  sched_debug.cfs_rq:/.nr_running.stddev
     10.09           +17.6%      11.87 ±  5%  sched_debug.cfs_rq:/.runnable_load_avg.avg
     26.37 ±  4%    +155.5%      67.36 ±  6%  sched_debug.cfs_rq:/.runnable_load_avg.max
      2.21 ± 21%    -100.0%       0.00        sched_debug.cfs_rq:/.runnable_load_avg.min
      3.93 ±  3%    +279.2%      14.90 ±  4%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
    946.77 ± 40%    -100.0%       0.00        sched_debug.cfs_rq:/.runnable_weight.min
   1390582 ± 15%     +99.8%    2778829 ± 11%  sched_debug.cfs_rq:/.spread0.max
    545094 ±  2%     +68.9%     920449 ±  6%  sched_debug.cfs_rq:/.spread0.stddev
      1427           +33.4%       1903 ±  5%  sched_debug.cfs_rq:/.util_avg.max
    674.80 ±  2%     -55.3%     301.89 ±  4%  sched_debug.cfs_rq:/.util_avg.min
    138.91 ±  2%    +159.1%     359.88 ±  5%  sched_debug.cfs_rq:/.util_avg.stddev
      1104 ±  6%     +65.0%       1822 ±  9%  sched_debug.cfs_rq:/.util_est_enqueued.max
    147.53 ±  4%     -99.8%       0.23 ±150%  sched_debug.cfs_rq:/.util_est_enqueued.min
    165.30 ±  5%    +169.3%     445.20 ±  6%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
    192846 ±  5%     -49.3%      97859 ± 22%  sched_debug.cpu.avg_idle.avg
    804717 ±  7%     -55.5%     357839 ± 19%  sched_debug.cpu.avg_idle.max
    219042 ±  9%     -68.7%      68486 ± 30%  sched_debug.cpu.avg_idle.stddev
     77.05           -87.3%       9.80 ± 16%  sched_debug.cpu.clock.stddev
     77.05           -87.3%       9.80 ± 16%  sched_debug.cpu.clock_task.stddev
     15601 ±  4%     +41.3%      22048 ±  8%  sched_debug.cpu.curr->pid.avg
     17105 ±  3%     +52.2%      26041        sched_debug.cpu.curr->pid.max
     13482 ± 13%    -100.0%       0.00        sched_debug.cpu.curr->pid.min
    669.86 ± 21%    +771.1%       5834 ±  5%  sched_debug.cpu.curr->pid.stddev
     12064 ±  4%      +7.0%      12903        sched_debug.cpu.load.avg
      3844 ± 20%    -100.0%       0.00        sched_debug.cpu.load.min
      0.00           -49.5%       0.00 ±  2%  sched_debug.cpu.next_balance.stddev
     20.19 ±  7%     +90.2%      38.41 ±  6%  sched_debug.cpu.nr_running.max
      2.78 ± 10%    -100.0%       0.00        sched_debug.cpu.nr_running.min
      2.83 ±  7%    +244.4%       9.73 ±  8%  sched_debug.cpu.nr_running.stddev
  58589622 ±  3%     -51.5%   28431003        sched_debug.cpu.nr_switches.avg
  62934647 ±  4%     -52.8%   29681852        sched_debug.cpu.nr_switches.max
  55281901 ±  4%     -50.6%   27315579 ±  2%  sched_debug.cpu.nr_switches.min
   1585559 ±  7%     -66.4%     532561 ± 19%  sched_debug.cpu.nr_switches.stddev
      1.13 ±  6%     -58.6%       0.47 ± 19%  sched_debug.cpu.nr_uninterruptible.avg
    835.68 ±  7%     -18.9%     677.75 ±  9%  sched_debug.cpu.nr_uninterruptible.max
   -839.98           -24.7%    -632.18        sched_debug.cpu.nr_uninterruptible.min
    341.82 ±  2%     -26.2%     252.25 ±  2%  sched_debug.cpu.nr_uninterruptible.stddev
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     13.59           -31.3%       9.34        perf-stat.i.MPKI
 2.558e+10            +4.9%  2.683e+10        perf-stat.i.branch-instructions
      1.68            -0.1        1.57        perf-stat.i.branch-miss-rate%
 4.303e+08            -2.6%  4.192e+08        perf-stat.i.branch-misses
      1.35 ± 13%      +1.1        2.44 ±  3%  perf-stat.i.cache-miss-rate%
  22383328 ± 12%     +37.6%   30794639 ±  3%  perf-stat.i.cache-misses
 1.742e+09           -27.2%  1.268e+09        perf-stat.i.cache-references
  16711899           -49.8%    8386287 ±  2%  perf-stat.i.context-switches
      1.90            -8.6%       1.73        perf-stat.i.cpi
 2.426e+11            -2.5%  2.366e+11        perf-stat.i.cpu-cycles
   3690924           -31.3%    2535389        perf-stat.i.cpu-migrations
     26463 ± 14%     -68.7%       8292 ±  2%  perf-stat.i.cycles-between-cache-misses
      1.61 ±  2%      -1.0        0.62 ±  4%  perf-stat.i.dTLB-load-miss-rate%
 6.218e+08 ±  2%     -58.1%  2.605e+08 ±  4%  perf-stat.i.dTLB-load-misses
 3.784e+10           +10.7%  4.188e+10        perf-stat.i.dTLB-loads
      0.23 ± 13%      -0.1        0.09 ±  6%  perf-stat.i.dTLB-store-miss-rate%
  53212458 ± 13%     -56.1%   23386017 ±  5%  perf-stat.i.dTLB-store-misses
 2.277e+10           +10.3%  2.512e+10        perf-stat.i.dTLB-stores
     54.37            +4.9       59.28        perf-stat.i.iTLB-load-miss-rate%
 1.464e+08           -21.2%  1.154e+08        perf-stat.i.iTLB-load-misses
 1.234e+08           -35.7%   79364459        perf-stat.i.iTLB-loads
 1.283e+11            +6.9%  1.372e+11        perf-stat.i.instructions
    880.24           +35.5%       1192        perf-stat.i.instructions-per-iTLB-miss
      0.53            +9.6%       0.58        perf-stat.i.ipc
      2942           +49.5%       4399        perf-stat.i.minor-faults
     31728 ± 13%    +250.1%     111091        perf-stat.i.node-loads
     60.95 ±  2%      +4.4       65.30        perf-stat.i.node-store-miss-rate%
   4426721 ± 11%     +36.3%    6034367 ±  4%  perf-stat.i.node-store-misses
      2942           +49.5%       4399        perf-stat.i.page-faults
     13.58           -32.0%       9.24        perf-stat.overall.MPKI
      1.68            -0.1        1.56        perf-stat.overall.branch-miss-rate%
      1.28 ± 12%      +1.1        2.43 ±  3%  perf-stat.overall.cache-miss-rate%
      1.89            -8.8%       1.72        perf-stat.overall.cpi
     11015 ± 12%     -30.2%       7690 ±  3%  perf-stat.overall.cycles-between-cache-misses
      1.62 ±  2%      -1.0        0.62 ±  4%  perf-stat.overall.dTLB-load-miss-rate%
      0.23 ± 13%      -0.1        0.09 ±  6%  perf-stat.overall.dTLB-store-miss-rate%
     54.25            +5.0       59.25        perf-stat.overall.iTLB-load-miss-rate%
    876.69           +35.7%       1189        perf-stat.overall.instructions-per-iTLB-miss
      0.53            +9.7%       0.58        perf-stat.overall.ipc
     59.73            +5.3       65.03        perf-stat.overall.node-store-miss-rate%
     81575           -46.0%      44018        perf-stat.overall.path-length
 2.554e+10            +4.9%  2.678e+10        perf-stat.ps.branch-instructions
 4.296e+08            -2.6%  4.185e+08        perf-stat.ps.branch-misses
  22352645 ± 12%     +37.5%   30745597 ±  3%  perf-stat.ps.cache-misses
 1.739e+09           -27.2%  1.265e+09        perf-stat.ps.cache-references
  16683950           -49.8%    8372624 ±  2%  perf-stat.ps.context-switches
 2.422e+11            -2.5%  2.362e+11        perf-stat.ps.cpu-cycles
   3684773           -31.3%    2531256        perf-stat.ps.cpu-migrations
 6.208e+08 ±  2%     -58.1%  2.601e+08 ±  4%  perf-stat.ps.dTLB-load-misses
 3.777e+10           +10.7%  4.181e+10        perf-stat.ps.dTLB-loads
  53123636 ± 13%     -56.0%   23347990 ±  5%  perf-stat.ps.dTLB-store-misses
 2.273e+10           +10.3%  2.508e+10        perf-stat.ps.dTLB-stores
 1.461e+08           -21.2%  1.152e+08        perf-stat.ps.iTLB-load-misses
 1.232e+08           -35.7%   79234932        perf-stat.ps.iTLB-loads
 1.281e+11            +6.9%   1.37e+11        perf-stat.ps.instructions
      2941           +49.4%       4394        perf-stat.ps.minor-faults
     31702 ± 13%    +249.9%     110928        perf-stat.ps.node-loads
   4420571 ± 11%     +36.3%    6024719 ±  4%  perf-stat.ps.node-store-misses
      2941           +49.4%       4394        perf-stat.ps.page-faults
 7.965e+13 ±  3%      +7.9%  8.597e+13        perf-stat.total.instructions
   7907192 ±  7%     -65.3%    2744983 ±  5%  interrupts.CPU0.RES:Rescheduling_interrupts
   7879338 ±  4%     -65.8%    2692484 ±  4%  interrupts.CPU1.RES:Rescheduling_interrupts
   8076515 ±  4%     -67.3%    2639859 ±  5%  interrupts.CPU10.RES:Rescheduling_interrupts
   7968189 ±  3%     -66.8%    2647952 ±  5%  interrupts.CPU11.RES:Rescheduling_interrupts
   8075928 ±  5%     -66.8%    2677825 ±  5%  interrupts.CPU12.RES:Rescheduling_interrupts
   8075539           -67.5%    2624832 ±  5%  interrupts.CPU13.RES:Rescheduling_interrupts
   7723509 ±  6%     -65.9%    2632327 ±  5%  interrupts.CPU14.RES:Rescheduling_interrupts
   7834428 ±  4%     -65.9%    2673383 ±  5%  interrupts.CPU15.RES:Rescheduling_interrupts
   8049419 ±  2%     -66.8%    2670225 ±  5%  interrupts.CPU16.RES:Rescheduling_interrupts
   8188249 ±  3%     -67.1%    2691762 ±  5%  interrupts.CPU17.RES:Rescheduling_interrupts
   8245719 ±  4%     -67.6%    2671587 ±  5%  interrupts.CPU18.RES:Rescheduling_interrupts
   7753225 ±  2%     -65.6%    2668497 ±  4%  interrupts.CPU19.RES:Rescheduling_interrupts
   7996357 ±  6%     -66.2%    2701426 ±  6%  interrupts.CPU2.RES:Rescheduling_interrupts
      7910           -38.3%       4879 ± 32%  interrupts.CPU20.NMI:Non-maskable_interrupts
      7910           -38.3%       4879 ± 32%  interrupts.CPU20.PMI:Performance_monitoring_interrupts
   7802096 ±  6%     -65.4%    2696084 ±  4%  interrupts.CPU20.RES:Rescheduling_interrupts
   8164572 ±  6%     -66.9%    2704626 ±  4%  interrupts.CPU21.RES:Rescheduling_interrupts
   7737892 ±  3%     -66.1%    2626537 ±  5%  interrupts.CPU22.RES:Rescheduling_interrupts
   8227605 ±  4%     -67.4%    2680912 ±  6%  interrupts.CPU23.RES:Rescheduling_interrupts
   8107839 ±  4%     -67.0%    2675843 ±  6%  interrupts.CPU24.RES:Rescheduling_interrupts
   8205331 ±  4%     -67.5%    2666889 ±  6%  interrupts.CPU25.RES:Rescheduling_interrupts
   8184538 ±  4%     -67.2%    2683667 ±  5%  interrupts.CPU26.RES:Rescheduling_interrupts
   8214878 ±  5%     -67.4%    2678184 ±  5%  interrupts.CPU27.RES:Rescheduling_interrupts
   8066732 ±  3%     -67.1%    2651527 ±  7%  interrupts.CPU28.RES:Rescheduling_interrupts
   7858555 ±  7%     -66.1%    2662174 ±  5%  interrupts.CPU29.RES:Rescheduling_interrupts
   8216677 ±  4%     -66.9%    2719353 ±  6%  interrupts.CPU3.RES:Rescheduling_interrupts
   8389827 ±  3%     -68.1%    2677489 ±  7%  interrupts.CPU30.RES:Rescheduling_interrupts
   8190575 ±  3%     -67.0%    2703788 ±  6%  interrupts.CPU31.RES:Rescheduling_interrupts
   8166540 ±  4%     -66.9%    2700764 ±  5%  interrupts.CPU32.RES:Rescheduling_interrupts
   8262283 ±  6%     -67.6%    2676297 ±  5%  interrupts.CPU33.RES:Rescheduling_interrupts
   8115476 ±  5%     -67.4%    2644124 ±  6%  interrupts.CPU34.RES:Rescheduling_interrupts
   8364746 ±  4%     -68.2%    2658800 ±  5%  interrupts.CPU35.RES:Rescheduling_interrupts
   8090220 ±  4%     -67.4%    2635600 ±  6%  interrupts.CPU36.RES:Rescheduling_interrupts
   8075067 ±  5%     -67.1%    2658923 ±  5%  interrupts.CPU37.RES:Rescheduling_interrupts
   8071398 ±  5%     -67.5%    2626615 ±  6%  interrupts.CPU38.RES:Rescheduling_interrupts
   7982751 ±  5%     -66.6%    2668407 ±  5%  interrupts.CPU39.RES:Rescheduling_interrupts
   7800603 ±  5%     -65.6%    2686417 ±  6%  interrupts.CPU4.RES:Rescheduling_interrupts
   8203708 ±  4%     -67.3%    2679908 ±  5%  interrupts.CPU40.RES:Rescheduling_interrupts
   8349146 ±  5%     -68.2%    2652917 ±  6%  interrupts.CPU41.RES:Rescheduling_interrupts
   8098734 ±  4%     -67.2%    2658123 ±  5%  interrupts.CPU42.RES:Rescheduling_interrupts
   7923066 ±  6%     -66.6%    2648845 ±  4%  interrupts.CPU43.RES:Rescheduling_interrupts
   7900824 ±  3%     -65.1%    2754062 ±  4%  interrupts.CPU44.RES:Rescheduling_interrupts
   7799516 ±  6%     -65.1%    2725471 ±  4%  interrupts.CPU45.RES:Rescheduling_interrupts
   7919277 ±  3%     -65.5%    2729511 ±  5%  interrupts.CPU46.RES:Rescheduling_interrupts
   8029186 ±  4%     -66.0%    2732856 ±  6%  interrupts.CPU47.RES:Rescheduling_interrupts
   7944496 ±  3%     -66.0%    2700632 ±  5%  interrupts.CPU48.RES:Rescheduling_interrupts
   7918948 ±  3%     -65.8%    2708380 ±  5%  interrupts.CPU49.RES:Rescheduling_interrupts
   7933219 ±  5%     -66.1%    2691056 ±  6%  interrupts.CPU5.RES:Rescheduling_interrupts
   7837676 ±  3%     -65.6%    2694888 ±  5%  interrupts.CPU50.RES:Rescheduling_interrupts
   7813208 ±  5%     -65.6%    2686475 ±  4%  interrupts.CPU51.RES:Rescheduling_interrupts
   8109743 ±  3%     -67.1%    2665073 ±  5%  interrupts.CPU52.RES:Rescheduling_interrupts
   8079377 ±  6%     -66.9%    2676582 ±  5%  interrupts.CPU53.RES:Rescheduling_interrupts
   8062209 ±  2%     -66.8%    2676575 ±  5%  interrupts.CPU54.RES:Rescheduling_interrupts
   8076429 ±  2%     -66.7%    2689929 ±  5%  interrupts.CPU55.RES:Rescheduling_interrupts
   8254255 ±  5%     -67.5%    2678904 ±  5%  interrupts.CPU56.RES:Rescheduling_interrupts
   8036155 ±  3%     -66.9%    2656186 ±  5%  interrupts.CPU57.RES:Rescheduling_interrupts
   7898524 ±  4%     -66.0%    2682632 ±  6%  interrupts.CPU58.RES:Rescheduling_interrupts
   7858408 ±  3%     -66.1%    2662168 ±  5%  interrupts.CPU59.RES:Rescheduling_interrupts
   7926533 ±  6%     -66.3%    2673277 ±  5%  interrupts.CPU6.RES:Rescheduling_interrupts
   7810995 ±  3%     -65.3%    2706538 ±  5%  interrupts.CPU60.RES:Rescheduling_interrupts
   7932530 ±  4%     -65.7%    2723798 ±  5%  interrupts.CPU61.RES:Rescheduling_interrupts
   8241267 ±  4%     -67.1%    2709828 ±  6%  interrupts.CPU62.RES:Rescheduling_interrupts
   7770742           -65.2%    2700894 ±  3%  interrupts.CPU63.RES:Rescheduling_interrupts
   7746078 ±  6%     -64.7%    2732871 ±  5%  interrupts.CPU64.RES:Rescheduling_interrupts
   7740813 ±  5%     -64.4%    2758010 ±  4%  interrupts.CPU65.RES:Rescheduling_interrupts
   7655999 ±  5%     -65.7%    2629513 ±  5%  interrupts.CPU66.RES:Rescheduling_interrupts
   7985065 ±  4%     -66.7%    2661104 ±  5%  interrupts.CPU67.RES:Rescheduling_interrupts
   7917249 ±  6%     -66.2%    2677075 ±  6%  interrupts.CPU68.RES:Rescheduling_interrupts
   8150372 ±  5%     -66.6%    2724488 ±  5%  interrupts.CPU69.RES:Rescheduling_interrupts
   7741434 ±  8%     -65.4%    2677177 ±  4%  interrupts.CPU7.RES:Rescheduling_interrupts
   8268452 ±  3%     -67.3%    2701071 ±  4%  interrupts.CPU70.RES:Rescheduling_interrupts
   8137427 ±  5%     -66.8%    2700660 ±  5%  interrupts.CPU71.RES:Rescheduling_interrupts
   8115251 ±  3%     -66.8%    2694771 ±  7%  interrupts.CPU72.RES:Rescheduling_interrupts
   7950079 ±  4%     -66.3%    2681675 ±  6%  interrupts.CPU73.RES:Rescheduling_interrupts
   8264121 ±  4%     -66.9%    2738999 ±  7%  interrupts.CPU74.RES:Rescheduling_interrupts
   8090436 ±  5%     -66.1%    2744352 ±  5%  interrupts.CPU75.RES:Rescheduling_interrupts
   8033506 ±  6%     -66.3%    2710454 ±  4%  interrupts.CPU76.RES:Rescheduling_interrupts
   8329143 ±  4%     -67.2%    2733860 ±  6%  interrupts.CPU77.RES:Rescheduling_interrupts
   8057850 ±  6%     -66.6%    2688605 ±  6%  interrupts.CPU78.RES:Rescheduling_interrupts
   8123715 ±  4%     -66.9%    2692107 ±  6%  interrupts.CPU79.RES:Rescheduling_interrupts
   8095833 ±  4%     -67.3%    2649671 ±  4%  interrupts.CPU8.RES:Rescheduling_interrupts
   7939186 ±  5%     -66.6%    2648633 ±  5%  interrupts.CPU80.RES:Rescheduling_interrupts
   7911924 ±  6%     -66.4%    2658161 ±  6%  interrupts.CPU81.RES:Rescheduling_interrupts
   7847920 ±  4%     -66.0%    2669725 ±  6%  interrupts.CPU82.RES:Rescheduling_interrupts
   7934826 ±  3%     -66.0%    2695904 ±  5%  interrupts.CPU83.RES:Rescheduling_interrupts
   8174869 ±  5%     -66.9%    2705065 ±  6%  interrupts.CPU84.RES:Rescheduling_interrupts
   8190728 ±  5%     -67.1%    2696060 ±  6%  interrupts.CPU85.RES:Rescheduling_interrupts
     73.00 ± 31%     -68.8%      22.75 ± 47%  interrupts.CPU85.TLB:TLB_shootdowns
   8062738 ±  6%     -66.9%    2668706 ±  5%  interrupts.CPU86.RES:Rescheduling_interrupts
    242.00 ± 44%     -88.4%      28.00 ± 87%  interrupts.CPU86.TLB:TLB_shootdowns
   7949468 ±  4%     -66.1%    2697234 ±  7%  interrupts.CPU87.RES:Rescheduling_interrupts
    535.25 ± 44%     -89.4%      56.75 ± 83%  interrupts.CPU87.TLB:TLB_shootdowns
   8178249 ±  5%     -67.5%    2656806 ±  5%  interrupts.CPU9.RES:Rescheduling_interrupts
    174.25 ±  4%      -9.9%     157.00 ±  9%  interrupts.IWI:IRQ_work_interrupts
    662793 ±  4%     -10.8%     591227 ± 10%  interrupts.NMI:Non-maskable_interrupts
    662793 ±  4%     -10.8%     591227 ± 10%  interrupts.PMI:Performance_monitoring_interrupts
 7.064e+08 ±  4%     -66.6%  2.362e+08 ±  5%  interrupts.RES:Rescheduling_interrupts
     92630 ±  3%     -29.9%      64927 ± 23%  softirqs.CPU0.RCU
     12582          +498.1%      75255 ±  2%  softirqs.CPU0.SCHED
     94579 ±  3%     -29.9%      66271 ± 22%  softirqs.CPU1.RCU
      8637 ±  4%    +731.1%      71785 ±  3%  softirqs.CPU1.SCHED
    223774 ±  3%     -10.5%     200274        softirqs.CPU1.TIMER
     94771 ±  4%     -31.6%      64792 ± 24%  softirqs.CPU10.RCU
      9558 ±  3%    +646.1%      71312        softirqs.CPU10.SCHED
    224397 ±  3%     -11.6%     198376        softirqs.CPU10.TIMER
      9327 ±  3%    +662.5%      71125        softirqs.CPU11.SCHED
    225873 ±  3%     -11.3%     200325        softirqs.CPU11.TIMER
     95406 ±  4%     -31.1%      65778 ± 24%  softirqs.CPU12.RCU
      9529 ±  4%    +651.8%      71639 ±  2%  softirqs.CPU12.SCHED
     94585 ±  4%     -30.7%      65576 ± 23%  softirqs.CPU13.RCU
      9345          +664.6%      71456        softirqs.CPU13.SCHED
     98217 ±  4%     -32.3%      66501 ± 24%  softirqs.CPU14.RCU
      9269 ±  5%    +672.3%      71583 ±  2%  softirqs.CPU14.SCHED
    101535 ±  4%     -33.2%      67804 ± 23%  softirqs.CPU15.RCU
      9402          +667.7%      72179 ±  2%  softirqs.CPU15.SCHED
    227590 ±  3%     -10.1%     204508        softirqs.CPU15.TIMER
    100898 ±  3%     -32.2%      68436 ± 22%  softirqs.CPU16.RCU
      9327 ±  5%    +668.5%      71678 ±  2%  softirqs.CPU16.SCHED
      9657 ±  4%    +638.0%      71269        softirqs.CPU17.SCHED
    101164 ±  3%     -33.1%      67669 ± 23%  softirqs.CPU18.RCU
      9780 ±  4%    +634.2%      71814        softirqs.CPU18.SCHED
    249003 ± 16%     -18.8%     202264        softirqs.CPU18.TIMER
    101023 ±  4%     -32.4%      68322 ± 24%  softirqs.CPU19.RCU
      9395 ±  2%    +664.7%      71841        softirqs.CPU19.SCHED
     92515 ±  6%     -29.0%      65661 ± 22%  softirqs.CPU2.RCU
      9330 ±  3%    +667.8%      71635        softirqs.CPU2.SCHED
    101586 ±  4%     -30.4%      70686 ± 21%  softirqs.CPU20.RCU
      9026 ±  5%    +696.7%      71913        softirqs.CPU20.SCHED
    101045 ±  4%     -31.9%      68824 ± 25%  softirqs.CPU21.RCU
      9061 ±  4%    +695.8%      72108        softirqs.CPU21.SCHED
    100812 ±  4%     -33.4%      67167 ± 23%  softirqs.CPU22.RCU
     10450 ±  5%    +583.6%      71444        softirqs.CPU22.SCHED
    226398 ±  3%     -12.6%     197925        softirqs.CPU22.TIMER
     99442 ±  4%     -32.5%      67129 ± 22%  softirqs.CPU23.RCU
     10094 ±  6%    +609.6%      71627        softirqs.CPU23.SCHED
    101730 ±  5%     -31.4%      69795 ± 28%  softirqs.CPU24.RCU
      9923 ±  6%    +625.9%      72032        softirqs.CPU24.SCHED
     98882 ±  3%     -32.4%      66886 ± 23%  softirqs.CPU25.RCU
      9768 ±  2%    +633.8%      71677        softirqs.CPU25.SCHED
    102432 ±  4%     -32.2%      69419 ± 29%  softirqs.CPU26.RCU
      9867 ±  4%    +625.8%      71612        softirqs.CPU26.SCHED
     99190 ±  4%     -32.8%      66636 ± 23%  softirqs.CPU27.RCU
      9679 ±  5%    +643.3%      71945        softirqs.CPU27.SCHED
     99670 ±  3%     -33.2%      66622 ± 23%  softirqs.CPU28.RCU
      9928 ±  5%    +626.3%      72102        softirqs.CPU28.SCHED
     98783 ±  3%     -29.9%      69256 ± 21%  softirqs.CPU29.RCU
      9613 ±  4%    +649.9%      72088        softirqs.CPU29.SCHED
      9317 ±  3%    +660.7%      70876 ±  2%  softirqs.CPU3.SCHED
    103758 ±  8%     -35.5%      66974 ± 23%  softirqs.CPU30.RCU
      9996 ±  4%    +618.2%      71792        softirqs.CPU30.SCHED
    104130 ±  8%     -35.4%      67217 ± 23%  softirqs.CPU31.RCU
      9752 ±  5%    +642.9%      72446        softirqs.CPU31.SCHED
      9663 ±  7%    +639.8%      71492        softirqs.CPU32.SCHED
    100087 ±  3%     -30.8%      69268 ± 20%  softirqs.CPU33.RCU
      9918 ±  4%    +622.9%      71700        softirqs.CPU33.SCHED
    100339 ±  4%     -33.6%      66623 ± 23%  softirqs.CPU34.RCU
      9669 ±  6%    +643.4%      71881        softirqs.CPU34.SCHED
     99561 ±  4%     -32.6%      67076 ± 22%  softirqs.CPU35.RCU
      9834 ±  5%    +632.8%      72071        softirqs.CPU35.SCHED
    100417 ±  4%     -33.7%      66560 ± 23%  softirqs.CPU36.RCU
      9770 ±  5%    +635.0%      71812        softirqs.CPU36.SCHED
    100194 ±  4%     -32.8%      67292 ± 21%  softirqs.CPU37.RCU
      9739 ±  5%    +646.2%      72669 ±  2%  softirqs.CPU37.SCHED
    102351 ±  5%     -32.8%      68804 ± 29%  softirqs.CPU38.RCU
      9605 ±  5%    +642.9%      71364        softirqs.CPU38.SCHED
      9546 ±  5%    +648.4%      71452        softirqs.CPU39.SCHED
     94151 ±  3%     -30.6%      65375 ± 24%  softirqs.CPU4.RCU
      9047 ±  2%    +688.2%      71307        softirqs.CPU4.SCHED
     99771 ±  4%     -33.3%      66534 ± 23%  softirqs.CPU40.RCU
      9737 ±  5%    +642.0%      72251        softirqs.CPU40.SCHED
      9719 ±  6%    +637.5%      71680        softirqs.CPU41.SCHED
    100231 ±  3%     -33.6%      66546 ± 22%  softirqs.CPU42.RCU
      9676 ±  6%    +644.9%      72080        softirqs.CPU42.SCHED
    100667 ±  3%     -33.7%      66747 ± 23%  softirqs.CPU43.RCU
      9574 ±  5%    +653.3%      72125        softirqs.CPU43.SCHED
      9181 ±  3%    +685.1%      72085        softirqs.CPU44.SCHED
    223876 ±  3%      -9.2%     203365 ±  2%  softirqs.CPU44.TIMER
      9022 ±  3%    +696.3%      71845        softirqs.CPU45.SCHED
      9308 ±  6%    +679.7%      72576        softirqs.CPU46.SCHED
     93424 ±  4%     -31.1%      64366 ± 23%  softirqs.CPU47.RCU
      9226 ±  3%    +675.3%      71527        softirqs.CPU47.SCHED
    223109 ±  3%     -11.8%     196809        softirqs.CPU47.TIMER
     93635 ±  4%     -30.7%      64885 ± 24%  softirqs.CPU48.RCU
      9193          +673.4%      71103        softirqs.CPU48.SCHED
      9290 ±  4%    +670.0%      71536        softirqs.CPU49.SCHED
      9369 ±  5%    +660.9%      71288        softirqs.CPU5.SCHED
      9378 ±  3%    +663.2%      71575 ±  2%  softirqs.CPU50.SCHED
     95810 ±  4%     -32.6%      64592 ± 23%  softirqs.CPU51.RCU
      9257 ±  7%    +667.5%      71049        softirqs.CPU51.SCHED
     95964 ±  6%     -33.0%      64325 ± 23%  softirqs.CPU52.RCU
      9376 ±  4%    +670.5%      72248        softirqs.CPU52.SCHED
     96401 ±  9%     -33.1%      64526 ± 23%  softirqs.CPU53.RCU
      9506 ±  3%    +654.1%      71688        softirqs.CPU53.SCHED
     94282 ±  4%     -31.3%      64755 ± 23%  softirqs.CPU54.RCU
      9318 ±  3%    +671.1%      71858        softirqs.CPU54.SCHED
     93263 ±  5%     -29.7%      65519 ± 23%  softirqs.CPU55.RCU
      9157 ±  2%    +683.7%      71763        softirqs.CPU55.SCHED
    249449 ± 17%     -20.0%     199504        softirqs.CPU55.TIMER
     94229 ±  4%     -27.6%      68182 ± 21%  softirqs.CPU56.RCU
      9362 ±  4%    +670.3%      72123        softirqs.CPU56.SCHED
      9253          +672.7%      71494        softirqs.CPU57.SCHED
     96183 ±  4%     -31.1%      66313 ± 24%  softirqs.CPU58.RCU
      9246 ±  6%    +685.5%      72630        softirqs.CPU58.SCHED
     97126 ±  5%     -32.1%      65911 ± 23%  softirqs.CPU59.RCU
      9211 ±  4%    +682.5%      72082        softirqs.CPU59.SCHED
     94256 ±  4%     -31.0%      65003 ± 24%  softirqs.CPU6.RCU
      9399 ±  4%    +658.1%      71263        softirqs.CPU6.SCHED
     97371           -28.8%      69350 ± 21%  softirqs.CPU60.RCU
      9386 ±  4%    +674.4%      72688 ±  2%  softirqs.CPU60.SCHED
     98321 ±  4%     -32.1%      66758 ± 23%  softirqs.CPU61.RCU
      9556 ±  6%    +651.0%      71763        softirqs.CPU61.SCHED
     97098 ±  5%     -31.5%      66505 ± 23%  softirqs.CPU62.RCU
      9622 ±  3%    +650.6%      72224        softirqs.CPU62.SCHED
    225671 ±  3%     -10.8%     201399        softirqs.CPU62.TIMER
     97749 ±  4%     -32.1%      66409 ± 24%  softirqs.CPU63.RCU
      8916 ±  2%    +706.1%      71871        softirqs.CPU63.SCHED
     98285 ±  4%     -29.3%      69493 ± 21%  softirqs.CPU64.RCU
      9102 ±  6%    +697.1%      72551        softirqs.CPU64.SCHED
    102312 ±  5%     -35.1%      66364 ± 23%  softirqs.CPU65.RCU
      9487 ±  5%    +666.2%      72689        softirqs.CPU65.SCHED
    102612 ±  5%     -33.4%      68343 ± 22%  softirqs.CPU66.RCU
      9647 ±  4%    +637.8%      71178        softirqs.CPU66.SCHED
    221993 ±  3%     -11.0%     197633        softirqs.CPU66.TIMER
    101938 ±  4%     -33.4%      67844 ± 23%  softirqs.CPU67.RCU
     10046 ±  5%    +620.7%      72409        softirqs.CPU67.SCHED
      9816 ±  3%    +640.5%      72686        softirqs.CPU68.SCHED
    100438 ±  3%     -32.7%      67626 ± 23%  softirqs.CPU69.RCU
      9722 ±  4%    +641.5%      72092        softirqs.CPU69.SCHED
     94007 ±  4%     -31.0%      64901 ± 23%  softirqs.CPU7.RCU
      9322 ±  5%    +657.1%      70585        softirqs.CPU7.SCHED
    101201 ±  4%     -32.8%      67967 ± 23%  softirqs.CPU70.RCU
      9676 ±  5%    +641.3%      71731        softirqs.CPU70.SCHED
      9766 ±  5%    +639.5%      72225        softirqs.CPU71.SCHED
    102196 ±  3%     -33.3%      68126 ± 23%  softirqs.CPU72.RCU
      9890 ±  4%    +631.5%      72352        softirqs.CPU72.SCHED
    101042 ±  4%     -33.1%      67566 ± 23%  softirqs.CPU73.RCU
      9602 ±  5%    +647.8%      71803        softirqs.CPU73.SCHED
    218286 ±  3%     -10.8%     194675        softirqs.CPU73.TIMER
    100551 ±  4%     -32.7%      67664 ± 23%  softirqs.CPU74.RCU
     10061 ±  4%    +625.2%      72970        softirqs.CPU74.SCHED
      9649 ±  4%    +653.4%      72696        softirqs.CPU75.SCHED
      9771 ±  5%    +633.6%      71679        softirqs.CPU76.SCHED
      9781 ±  5%    +638.8%      72263        softirqs.CPU77.SCHED
      9662 ±  7%    +644.0%      71887        softirqs.CPU78.SCHED
     91380 ±  3%     -31.1%      62973 ± 23%  softirqs.CPU79.RCU
     10295 ±  8%    +602.6%      72328        softirqs.CPU79.SCHED
     93799 ±  4%     -30.5%      65185 ± 23%  softirqs.CPU8.RCU
      9402 ±  3%    +663.1%      71747        softirqs.CPU8.SCHED
     95342 ±  5%     -33.3%      63626 ± 23%  softirqs.CPU80.RCU
      9880 ±  5%    +634.7%      72596        softirqs.CPU80.SCHED
     93608 ±  3%     -31.7%      63926 ± 22%  softirqs.CPU81.RCU
      9858 ±  5%    +642.7%      73217        softirqs.CPU81.SCHED
     92997 ±  3%     -31.3%      63907 ± 23%  softirqs.CPU82.RCU
      9511 ±  5%    +663.4%      72606        softirqs.CPU82.SCHED
      9608 ±  5%    +652.6%      72312        softirqs.CPU83.SCHED
      9722 ±  4%    +646.8%      72601        softirqs.CPU84.SCHED
      9969 ±  8%    +623.3%      72106 ±  2%  softirqs.CPU85.SCHED
     92461 ±  3%     -28.2%      66415 ± 21%  softirqs.CPU86.RCU
      9824 ±  4%    +629.6%      71677        softirqs.CPU86.SCHED
      9428 ±  5%    +666.5%      72267        softirqs.CPU87.SCHED
     94652 ±  4%     -28.4%      67792 ± 21%  softirqs.CPU9.RCU
      9347 ±  5%    +662.3%      71249        softirqs.CPU9.SCHED
   8542415 ±  4%     -31.1%    5883048 ± 24%  softirqs.RCU
    843538 ±  3%    +650.5%    6330950        softirqs.SCHED
     85.86           -27.7       58.20 ± 49%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe
     85.10           -27.5       57.58 ± 49%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe
     35.20           -12.8       22.37 ± 51%  perf-profile.calltrace.cycles-pp.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     33.98           -12.8       21.23 ± 51%  perf-profile.calltrace.cycles-pp.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     25.70 ±  3%     -12.6       13.15 ±  8%  perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write
     24.98 ±  3%     -12.4       12.63 ±  8%  perf-profile.calltrace.cycles-pp.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write.new_sync_write
     24.71 ±  3%     -12.2       12.48 ±  8%  perf-profile.calltrace.cycles-pp.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.pipe_write
     28.25 ±  3%     -11.6       16.66 ±  8%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write.ksys_write
     20.64           -11.2        9.48 ±  6%  perf-profile.calltrace.cycles-pp.pipe_wait.pipe_read.new_sync_read.vfs_read.ksys_read
     40.01           -10.5       29.46 ± 47%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     41.30           -10.3       31.05 ± 48%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     18.54           -10.0        8.49 ±  6%  perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_read.new_sync_read.vfs_read
     18.26            -9.9        8.37 ±  7%  perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_read.new_sync_read
     29.05            -9.0       20.01        perf-profile.calltrace.cycles-pp.pipe_read.new_sync_read.vfs_read.ksys_read.do_syscall_64
     29.74            -8.8       20.92        perf-profile.calltrace.cycles-pp.new_sync_read.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      6.69 ±  3%      -4.7        2.02 ± 57%  perf-profile.calltrace.cycles-pp.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
     36.24            -4.6       31.62 ±  2%  perf-profile.calltrace.cycles-pp.pipe_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
      9.94 ±  4%      -4.6        5.33 ±  8%  perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      6.55 ±  3%      -4.6        1.97 ± 57%  perf-profile.calltrace.cycles-pp.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      9.63 ±  4%      -4.5        5.16 ±  9%  perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function.__wake_up_common
     36.82            -4.3       32.53 ±  2%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      8.20 ±  3%      -4.2        4.02 ±  5%  perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.pipe_wait.pipe_read
      6.36 ±  3%      -3.9        2.50 ±  3%  perf-profile.calltrace.cycles-pp.__schedule.schedule.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      6.13 ± 25%      -3.4        2.76 ±  3%  perf-profile.calltrace.cycles-pp.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      3.86 ±  6%      -2.7        1.17 ±  7%  perf-profile.calltrace.cycles-pp._raw_spin_lock.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock
      3.34 ±  8%      -2.4        0.90 ± 10%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.try_to_wake_up.autoremove_wake_function.__wake_up_common
      4.36 ± 35%      -2.3        2.10 ±  4%  perf-profile.calltrace.cycles-pp.select_idle_sibling.select_task_rq_fair.try_to_wake_up.autoremove_wake_function.__wake_up_common
      2.80            -1.8        1.00 ±  6%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.pipe_wait.pipe_read
      4.03 ±  3%      -1.5        2.54 ±  5%  perf-profile.calltrace.cycles-pp.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function
      2.34            -1.4        0.91 ±  5%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.pipe_wait.pipe_read
      2.29 ± 49%      -1.4        0.93 ±  5%  perf-profile.calltrace.cycles-pp.available_idle_cpu.select_idle_sibling.select_task_rq_fair.try_to_wake_up.autoremove_wake_function
      2.43 ± 10%      -1.2        1.21 ± 15%  perf-profile.calltrace.cycles-pp.update_cfs_group.dequeue_task_fair.__schedule.schedule.pipe_wait
      1.99 ±  3%      -1.2        0.77 ± 58%  perf-profile.calltrace.cycles-pp.__switch_to
      2.13 ±  3%      -1.2        0.91 ±  3%  perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      2.00 ±  3%      -1.2        0.79 ±  4%  perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.exit_to_usermode_loop.do_syscall_64
      2.96 ±  2%      -1.2        1.79 ±  4%  perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.pipe_wait
      2.37 ± 11%      -1.1        1.24 ± 15%  perf-profile.calltrace.cycles-pp.update_cfs_group.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.autoremove_wake_function
      1.14 ±  5%      -0.7        0.41 ± 57%  perf-profile.calltrace.cycles-pp.update_curr.dequeue_entity.dequeue_task_fair.__schedule.schedule
      1.21 ±  4%      -0.7        0.51 ± 58%  perf-profile.calltrace.cycles-pp.__switch_to_asm
      1.02 ±  3%      -0.6        0.41 ± 57%  perf-profile.calltrace.cycles-pp.native_write_msr
      1.17 ±  4%      -0.4        0.77 ±  4%  perf-profile.calltrace.cycles-pp.update_load_avg.dequeue_entity.dequeue_task_fair.__schedule.schedule
      0.60 ±  5%      -0.1        0.54 ±  4%  perf-profile.calltrace.cycles-pp.migrate_task_rq_fair.set_task_cpu.try_to_wake_up.autoremove_wake_function.__wake_up_common
      0.94 ±  3%      +0.2        1.19 ±  9%  perf-profile.calltrace.cycles-pp.touch_atime.pipe_read.new_sync_read.vfs_read.ksys_read
      0.58 ±  5%      +0.2        0.83 ±  9%  perf-profile.calltrace.cycles-pp.atime_needs_update.touch_atime.pipe_read.new_sync_read.vfs_read
      1.63            +0.3        1.90 ±  7%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyout.copy_page_to_iter.pipe_read.new_sync_read
      1.71            +0.3        2.05 ±  7%  perf-profile.calltrace.cycles-pp.copyout.copy_page_to_iter.pipe_read.new_sync_read.vfs_read
      0.66            +0.4        1.01 ±  7%  perf-profile.calltrace.cycles-pp.file_update_time.pipe_write.new_sync_write.vfs_write.ksys_write
      0.59 ±  4%      +0.4        1.01 ±  8%  perf-profile.calltrace.cycles-pp.mutex_lock.pipe_read.new_sync_read.vfs_read.ksys_read
      0.99 ±  4%      +0.4        1.41 ± 11%  perf-profile.calltrace.cycles-pp.__fget_light.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.42 ± 57%      +0.4        0.85 ±  9%  perf-profile.calltrace.cycles-pp.avc_has_perm.file_has_perm.security_file_permission.vfs_read.ksys_read
      0.58            +0.5        1.05 ±  3%  perf-profile.calltrace.cycles-pp.fsnotify.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.59 ±  2%      +0.5        2.07 ±  9%  perf-profile.calltrace.cycles-pp.selinux_file_permission.security_file_permission.vfs_read.ksys_read.do_syscall_64
      0.96            +0.5        1.45 ±  7%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter.pipe_write.new_sync_write
      0.12 ±173%      +0.5        0.62 ± 12%  perf-profile.calltrace.cycles-pp.mutex_unlock.pipe_read.new_sync_read.vfs_read.ksys_read
      1.06 ±  2%      +0.6        1.62 ±  8%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter.pipe_write.new_sync_write.vfs_write
      0.69 ±  3%      +0.6        1.26 ±  9%  perf-profile.calltrace.cycles-pp.file_has_perm.security_file_permission.vfs_write.ksys_write.do_syscall_64
      0.76 ±  7%      +0.6        1.34 ±  8%  perf-profile.calltrace.cycles-pp.file_has_perm.security_file_permission.vfs_read.ksys_read.do_syscall_64
      0.00            +0.6        0.61 ±  6%  perf-profile.calltrace.cycles-pp.__inode_security_revalidate.selinux_file_permission.security_file_permission.vfs_read.ksys_read
      0.00            +0.6        0.64 ±  7%  perf-profile.calltrace.cycles-pp.__inode_security_revalidate.selinux_file_permission.security_file_permission.vfs_write.ksys_write
      1.27 ±  2%      +0.7        1.98 ±  8%  perf-profile.calltrace.cycles-pp.selinux_file_permission.security_file_permission.vfs_write.ksys_write.do_syscall_64
      0.00            +0.7        0.72 ±  6%  perf-profile.calltrace.cycles-pp.__wake_up_common_lock.pipe_read.new_sync_read.vfs_read.ksys_read
      0.00            +0.7        0.72 ±  9%  perf-profile.calltrace.cycles-pp.__schedule.schedule.pipe_wait.pipe_write.new_sync_write
      0.00            +0.7        0.74 ±  9%  perf-profile.calltrace.cycles-pp.schedule.pipe_wait.pipe_write.new_sync_write.vfs_write
      0.00            +0.8        0.78 ± 10%  perf-profile.calltrace.cycles-pp.avc_has_perm.file_has_perm.security_file_permission.vfs_write.ksys_write
      1.24 ±  5%      +0.8        2.08 ±  9%  perf-profile.calltrace.cycles-pp.mutex_lock.pipe_write.new_sync_write.vfs_write.ksys_write
      1.33            +0.8        2.17 ± 18%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.__wake_up_common_lock.pipe_write.new_sync_write
      0.00            +1.1        1.07 ± 10%  perf-profile.calltrace.cycles-pp.pipe_wait.pipe_write.new_sync_write.vfs_write.ksys_write
      0.00            +1.1        1.08 ± 19%  perf-profile.calltrace.cycles-pp.__mutex_lock.pipe_write.new_sync_write.vfs_write.ksys_write
      2.91            +1.1        4.00 ±  7%  perf-profile.calltrace.cycles-pp.copy_page_to_iter.pipe_read.new_sync_read.vfs_read.ksys_read
      1.62 ±  2%      +1.1        2.75 ± 14%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.__wake_up_common_lock.pipe_write.new_sync_write.vfs_write
      0.00            +1.2        1.20 ±  6%  perf-profile.calltrace.cycles-pp.poll_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
      1.98 ±  2%      +1.2        3.22 ±  8%  perf-profile.calltrace.cycles-pp.copy_page_from_iter.pipe_write.new_sync_write.vfs_write.ksys_write
      0.00            +1.3        1.25 ±  2%  perf-profile.calltrace.cycles-pp.__schedule.schedule_idle.do_idle.cpu_startup_entry.start_secondary
      1.72 ±  5%      +1.3        2.98 ±  8%  perf-profile.calltrace.cycles-pp.mutex_unlock.pipe_write.new_sync_write.vfs_write.ksys_write
      0.00            +1.3        1.27 ±  2%  perf-profile.calltrace.cycles-pp.schedule_idle.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      2.74 ±  2%      +1.3        4.05 ±  8%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.09 ±  2%      +1.4        3.49 ±  8%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +2.7        2.71 ± 12%  perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
      0.00            +4.0        4.03 ±  7%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +6.3        6.28 ±  5%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +6.3        6.29 ±  5%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64
      0.00            +6.3        6.29 ±  5%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64
      0.00            +6.4        6.37 ±  5%  perf-profile.calltrace.cycles-pp.secondary_startup_64
     25.16           -13.2       11.92 ±  5%  perf-profile.children.cycles-pp.schedule
     25.78 ±  3%     -12.1       13.66 ±  7%  perf-profile.children.cycles-pp.__wake_up_common
     25.21           -12.0       13.18 ±  5%  perf-profile.children.cycles-pp.__schedule
     25.02 ±  3%     -12.0       13.04 ±  7%  perf-profile.children.cycles-pp.try_to_wake_up
     25.01 ±  3%     -11.9       13.11 ±  7%  perf-profile.children.cycles-pp.autoremove_wake_function
     28.71 ±  3%     -11.3       17.44 ±  7%  perf-profile.children.cycles-pp.__wake_up_common_lock
     85.18           -11.2       74.01        perf-profile.children.cycles-pp.do_syscall_64
     85.98           -11.1       74.89        perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     20.73           -10.1       10.59 ±  5%  perf-profile.children.cycles-pp.pipe_wait
     29.11            -9.0       20.12        perf-profile.children.cycles-pp.pipe_read
     29.77            -8.8       20.97        perf-profile.children.cycles-pp.new_sync_read
     34.04            -6.7       27.37        perf-profile.children.cycles-pp.vfs_read
     35.22            -6.5       28.75        perf-profile.children.cycles-pp.ksys_read
     36.29            -4.6       31.73 ±  2%  perf-profile.children.cycles-pp.pipe_write
     36.85            -4.3       32.57 ±  2%  perf-profile.children.cycles-pp.new_sync_write
      9.98 ±  4%      -4.2        5.73 ±  8%  perf-profile.children.cycles-pp.ttwu_do_activate
      9.69 ±  4%      -4.1        5.60 ±  8%  perf-profile.children.cycles-pp.enqueue_task_fair
      6.71 ±  3%      -4.0        2.73 ±  4%  perf-profile.children.cycles-pp.exit_to_usermode_loop
      8.25 ±  3%      -3.7        4.50 ±  7%  perf-profile.children.cycles-pp.dequeue_task_fair
      5.85 ±  6%      -3.5        2.37 ± 10%  perf-profile.children.cycles-pp._raw_spin_lock
      6.16 ± 25%      -3.2        2.98 ±  5%  perf-profile.children.cycles-pp.select_task_rq_fair
      5.05            -2.7        2.38 ±  3%  perf-profile.children.cycles-pp.switch_mm_irqs_off
      4.60            -2.4        2.23 ±  4%  perf-profile.children.cycles-pp.pick_next_task_fair
     40.06            -2.1       37.91        perf-profile.children.cycles-pp.vfs_write
      4.44 ± 35%      -2.1        2.31 ±  6%  perf-profile.children.cycles-pp.select_idle_sibling
      3.76 ±  2%      -2.1        1.67 ±  4%  perf-profile.children.cycles-pp.update_curr
      6.06 ±  6%      -2.0        4.08 ± 14%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      2.99            -1.8        1.18 ±  5%  perf-profile.children.cycles-pp.reweight_entity
      4.90 ± 10%      -1.6        3.25 ± 15%  perf-profile.children.cycles-pp.update_cfs_group
     41.34            -1.5       39.88        perf-profile.children.cycles-pp.ksys_write
      2.53            -1.3        1.19 ±  4%  perf-profile.children.cycles-pp.load_new_mm_cr3
      2.33 ± 49%      -1.3        1.05 ±  9%  perf-profile.children.cycles-pp.available_idle_cpu
      4.08 ±  3%      -1.2        2.84 ±  6%  perf-profile.children.cycles-pp.enqueue_entity
      2.08 ±  3%      -1.0        1.08 ±  5%  perf-profile.children.cycles-pp.__switch_to
      3.00 ±  2%      -1.0        1.99 ±  3%  perf-profile.children.cycles-pp.dequeue_entity
      1.53            -0.9        0.68 ±  4%  perf-profile.children.cycles-pp.__update_load_avg_se
      3.81 ±  3%      -0.8        2.99 ±  8%  perf-profile.children.cycles-pp.update_load_avg
      1.40            -0.8        0.60 ±  6%  perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      1.64 ±  9%      -0.8        0.85 ±  5%  perf-profile.children.cycles-pp.___perf_sw_event
      1.43 ±  7%      -0.8        0.66 ±  3%  perf-profile.children.cycles-pp.update_rq_clock
      0.92 ±  2%      -0.7        0.27 ±  5%  perf-profile.children.cycles-pp.__enqueue_entity
      1.44 ±  2%      -0.6        0.84 ±  4%  perf-profile.children.cycles-pp.set_next_entity
      1.15            -0.6        0.55 ±  4%  perf-profile.children.cycles-pp.ttwu_do_wakeup
      1.08            -0.6        0.49 ±  5%  perf-profile.children.cycles-pp.check_preempt_curr
      1.32 ±  3%      -0.6        0.74 ±  4%  perf-profile.children.cycles-pp.__switch_to_asm
      0.93 ±  3%      -0.6        0.37 ±  6%  perf-profile.children.cycles-pp.pick_next_entity
      0.90            -0.6        0.35 ±  6%  perf-profile.children.cycles-pp.check_preempt_wakeup
      0.78 ±  6%      -0.6        0.23 ±  7%  perf-profile.children.cycles-pp.__mutex_unlock_slowpath
      1.11 ±  3%      -0.5        0.61 ±  3%  perf-profile.children.cycles-pp.native_write_msr
      0.79 ±  2%      -0.5        0.30 ±  6%  perf-profile.children.cycles-pp.account_entity_dequeue
      1.37            -0.5        0.89 ±  3%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.86 ±  2%      -0.5        0.38 ±  4%  perf-profile.children.cycles-pp.put_prev_entity
      0.75            -0.4        0.36 ±  7%  perf-profile.children.cycles-pp.anon_pipe_buf_release
      0.76            -0.4        0.38 ±  4%  perf-profile.children.cycles-pp.__calc_delta
      0.66 ±  2%      -0.4        0.29 ±  5%  perf-profile.children.cycles-pp.account_entity_enqueue
      0.65 ± 43%      -0.4        0.28 ±  7%  perf-profile.children.cycles-pp.cpumask_next_wrap
      0.51 ±  3%      -0.3        0.20 ±  3%  perf-profile.children.cycles-pp.update_min_vruntime
      0.51 ±  4%      -0.3        0.21 ±  3%  perf-profile.children.cycles-pp.rb_erase_cached
      0.33 ±  4%      -0.2        0.10 ±  4%  perf-profile.children.cycles-pp.wake_up_q
      0.60 ±  4%      -0.2        0.38 ±  4%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.38 ±  2%      -0.2        0.16 ± 10%  perf-profile.children.cycles-pp.clear_buddies
      0.53 ±  4%      -0.2        0.33 ±  3%  perf-profile.children.cycles-pp.sched_clock
      0.50 ±  4%      -0.2        0.32 ±  4%  perf-profile.children.cycles-pp.native_sched_clock
      0.28 ±  4%      -0.2        0.11 ±  3%  perf-profile.children.cycles-pp.update_cfs_rq_h_load
      0.47 ±  7%      -0.2        0.31 ± 11%  perf-profile.children.cycles-pp.reschedule_interrupt
      0.89 ±  4%      -0.2        0.73 ±  4%  perf-profile.children.cycles-pp.finish_task_switch
      0.38 ±  9%      -0.1        0.23 ±  6%  perf-profile.children.cycles-pp.cpuacct_charge
      0.23            -0.1        0.08 ±  5%  perf-profile.children.cycles-pp.set_next_buddy
      0.24 ±  7%      -0.1        0.10 ± 11%  perf-profile.children.cycles-pp.preempt_schedule_common
      0.19 ±  6%      -0.1        0.05 ±  8%  perf-profile.children.cycles-pp.wake_q_add
      0.35            -0.1        0.22 ±  3%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.48 ± 24%      -0.1        0.35 ±  5%  perf-profile.children.cycles-pp.find_next_bit
      0.26 ±  6%      -0.1        0.13 ±  5%  perf-profile.children.cycles-pp.native_load_tls
      0.20 ±  5%      -0.1        0.07 ± 10%  perf-profile.children.cycles-pp.wakeup_preempt_entity
      0.23 ±  4%      -0.1        0.11 ±  7%  perf-profile.children.cycles-pp.deactivate_task
      0.33 ±  3%      -0.1        0.20 ±  8%  perf-profile.children.cycles-pp.cpus_share_cache
      0.18 ±  5%      -0.1        0.07 ±  6%  perf-profile.children.cycles-pp.rb_next
      0.15 ±  3%      -0.1        0.06 ±  7%  perf-profile.children.cycles-pp.native_irq_return_iret
      0.47 ±  2%      -0.1        0.40 ±  2%  perf-profile.children.cycles-pp.prepare_to_wait
      0.21 ±  4%      -0.1        0.14 ±  6%  perf-profile.children.cycles-pp.activate_task
      0.15 ±  3%      -0.1        0.08 ±  5%  perf-profile.children.cycles-pp.rb_insert_color_cached
      0.13 ±  3%      -0.1        0.07 ±  6%  perf-profile.children.cycles-pp.finish_wait
      0.26 ±  6%      -0.1        0.20 ±  9%  perf-profile.children.cycles-pp.cpumask_next
      0.14            -0.1        0.08 ±  5%  perf-profile.children.cycles-pp.__list_add_valid
      0.11 ±  4%      -0.1        0.05        perf-profile.children.cycles-pp.check_cfs_rq_runtime
      0.09 ±  7%      -0.0        0.05        perf-profile.children.cycles-pp.perf_exclude_event
      0.19 ±  2%      -0.0        0.16 ±  7%  perf-profile.children.cycles-pp.resched_curr
      0.11 ±  9%      -0.0        0.09        perf-profile.children.cycles-pp.generic_update_time
      0.08 ± 12%      -0.0        0.06 ±  6%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.03 ±100%      +0.0        0.07 ± 11%  perf-profile.children.cycles-pp.__vfs_write
      0.08 ±  5%      +0.0        0.13 ±  5%  perf-profile.children.cycles-pp.kill_fasync
      0.00            +0.1        0.05 ±  8%  perf-profile.children.cycles-pp.hrtimer_next_event_without
      0.00            +0.1        0.05 ±  8%  perf-profile.children.cycles-pp.tick_nohz_idle_enter
      0.00            +0.1        0.06        perf-profile.children.cycles-pp.read_tsc
      0.04 ± 57%      +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.bpf_fd_pass
      0.28 ±  3%      +0.1        0.35 ±  8%  perf-profile.children.cycles-pp.rw_verify_area
      0.00            +0.1        0.07 ±  5%  perf-profile.children.cycles-pp.tick_nohz_idle_exit
      0.35 ±  4%      +0.1        0.43 ±  6%  perf-profile.children.cycles-pp.hrtimer_interrupt
      0.13 ±  7%      +0.1        0.21 ±  3%  perf-profile.children.cycles-pp.iov_iter_init
      0.00            +0.1        0.08 ±  5%  perf-profile.children.cycles-pp.ktime_get
      0.40 ±  2%      +0.1        0.48 ±  5%  perf-profile.children.cycles-pp.__x64_sys_read
      0.20 ±  4%      +0.1        0.28 ±  6%  perf-profile.children.cycles-pp.tick_sched_timer
      0.12 ±  7%      +0.1        0.20 ±  6%  perf-profile.children.cycles-pp.task_tick_fair
      0.26            +0.1        0.34 ±  8%  perf-profile.children.cycles-pp.__sb_start_write
      0.18 ±  4%      +0.1        0.27 ±  6%  perf-profile.children.cycles-pp.update_process_times
      0.18 ±  3%      +0.1        0.27 ±  7%  perf-profile.children.cycles-pp.tick_sched_handle
      0.13 ±  5%      +0.1        0.22 ±  5%  perf-profile.children.cycles-pp.scheduler_tick
      0.00            +0.1        0.09 ±  8%  perf-profile.children.cycles-pp.free_unref_page
      0.26 ±  3%      +0.1        0.35 ±  6%  perf-profile.children.cycles-pp.__hrtimer_run_queues
      0.00            +0.1        0.10 ± 11%  perf-profile.children.cycles-pp.get_page_from_freelist
      0.00            +0.1        0.10        perf-profile.children.cycles-pp.pick_next_task_idle
      0.14 ±  3%      +0.1        0.25 ±  6%  perf-profile.children.cycles-pp.__sb_end_write
      0.00            +0.1        0.12 ±  3%  perf-profile.children.cycles-pp.__next_timer_interrupt
      0.00            +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.rebalance_domains
      0.00            +0.1        0.13 ±  8%  perf-profile.children.cycles-pp.load_balance
      0.34 ±  2%      +0.1        0.47 ±  5%  perf-profile.children.cycles-pp.__x64_sys_write
      0.00            +0.1        0.13 ±  9%  perf-profile.children.cycles-pp.__alloc_pages_nodemask
      0.13 ± 12%      +0.1        0.27 ±  3%  perf-profile.children.cycles-pp.ktime_get_coarse_real_ts64
      0.03 ±100%      +0.1        0.17 ±  7%  perf-profile.children.cycles-pp.irq_exit
      0.00            +0.2        0.17 ±  6%  perf-profile.children.cycles-pp.__softirqentry_text_start
      0.04 ±107%      +0.2        0.20 ± 12%  perf-profile.children.cycles-pp.scheduler_ipi
      0.23 ±  3%      +0.2        0.40 ±  6%  perf-profile.children.cycles-pp.generic_pipe_buf_confirm
      0.15 ±  3%      +0.2        0.32 ±  5%  perf-profile.children.cycles-pp.timespec64_trunc
      0.53            +0.2        0.71 ±  4%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.00            +0.2        0.18 ±  4%  perf-profile.children.cycles-pp.get_next_timer_interrupt
      0.18 ±  6%      +0.2        0.38 ±  5%  perf-profile.children.cycles-pp.inode_has_perm
      0.00            +0.2        0.20 ±  6%  perf-profile.children.cycles-pp.tick_nohz_next_event
      0.42 ±  5%      +0.2        0.63 ±  5%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      0.47 ±  6%      +0.2        0.68 ±  5%  perf-profile.children.cycles-pp.apic_timer_interrupt
      0.01 ±173%      +0.3        0.27 ± 15%  perf-profile.children.cycles-pp.sched_ttwu_pending
      0.30 ±  3%      +0.3        0.56 ±  4%  perf-profile.children.cycles-pp.rcu_all_qs
      0.00            +0.3        0.27 ±  5%  perf-profile.children.cycles-pp.tick_nohz_get_sleep_length
      0.95 ±  3%      +0.3        1.23 ±  7%  perf-profile.children.cycles-pp.touch_atime
      0.59 ±  5%      +0.3        0.87 ±  6%  perf-profile.children.cycles-pp.atime_needs_update
      0.54 ±  4%      +0.3        0.82 ±  7%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.00            +0.3        0.29 ± 44%  perf-profile.children.cycles-pp.osq_lock
      0.79 ±  4%      +0.3        1.14 ±  5%  perf-profile.children.cycles-pp._cond_resched
      0.11 ± 10%      +0.4        0.46 ± 12%  perf-profile.children.cycles-pp.mutex_spin_on_owner
      0.68            +0.4        1.06 ±  4%  perf-profile.children.cycles-pp.file_update_time
      1.72            +0.4        2.12 ±  3%  perf-profile.children.cycles-pp.copyout
      1.84 ±  3%      +0.4        2.27 ±  9%  perf-profile.children.cycles-pp.__fget_light
      0.54 ±  3%      +0.4        0.98 ±  5%  perf-profile.children.cycles-pp.__might_fault
      0.00            +0.5        0.51 ±  4%  perf-profile.children.cycles-pp.menu_select
      1.94 ±  3%      +0.5        2.46 ±  9%  perf-profile.children.cycles-pp.__fdget_pos
      0.57 ±  4%      +0.5        1.10 ±  4%  perf-profile.children.cycles-pp.current_time
      0.72 ±  3%      +0.6        1.28 ±  5%  perf-profile.children.cycles-pp.__might_sleep
      1.08 ±  2%      +0.6        1.67 ±  5%  perf-profile.children.cycles-pp.copyin
      0.76 ±  4%      +0.6        1.35 ±  3%  perf-profile.children.cycles-pp.__inode_security_revalidate
      0.98 ±  5%      +0.7        1.68 ±  7%  perf-profile.children.cycles-pp.avc_has_perm
      0.86            +0.7        1.57 ±  2%  perf-profile.children.cycles-pp.fsnotify
      0.60 ±  7%      +0.7        1.32 ± 16%  perf-profile.children.cycles-pp.__mutex_lock
      1.05 ±  3%      +0.8        1.86 ±  5%  perf-profile.children.cycles-pp.___might_sleep
      2.84            +0.9        3.75 ± 10%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      2.72            +0.9        3.65 ±  4%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      2.40 ±  3%      +1.2        3.56 ±  4%  perf-profile.children.cycles-pp.mutex_lock
      0.00            +1.2        1.21 ±  6%  perf-profile.children.cycles-pp.poll_idle
      2.95 ±  2%      +1.2        4.17 ±  4%  perf-profile.children.cycles-pp.copy_page_to_iter
      2.89 ±  2%      +1.2        4.13 ±  6%  perf-profile.children.cycles-pp.selinux_file_permission
      1.48 ±  4%      +1.2        2.73 ±  6%  perf-profile.children.cycles-pp.file_has_perm
      0.00            +1.3        1.29 ±  2%  perf-profile.children.cycles-pp.schedule_idle
      2.01 ±  2%      +1.3        3.34 ±  6%  perf-profile.children.cycles-pp.copy_page_from_iter
      2.32 ±  4%      +1.5        3.80 ±  4%  perf-profile.children.cycles-pp.mutex_unlock
      0.00            +2.7        2.74 ± 12%  perf-profile.children.cycles-pp.intel_idle
      4.86 ±  2%      +2.9        7.72 ±  5%  perf-profile.children.cycles-pp.security_file_permission
      4.36 ±  2%      +3.1        7.48 ±  2%  perf-profile.children.cycles-pp.entry_SYSCALL_64
      4.64 ±  2%      +3.5        8.14 ±  5%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.00            +4.1        4.08 ±  7%  perf-profile.children.cycles-pp.cpuidle_enter_state
      0.03 ±100%      +6.3        6.29 ±  5%  perf-profile.children.cycles-pp.start_secondary
      0.03 ±100%      +6.3        6.37 ±  5%  perf-profile.children.cycles-pp.do_idle
      0.03 ±100%      +6.3        6.37 ±  5%  perf-profile.children.cycles-pp.secondary_startup_64
      0.03 ±100%      +6.3        6.37 ±  5%  perf-profile.children.cycles-pp.cpu_startup_entry
      6.05 ±  6%      -2.0        4.08 ± 14%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      4.87 ± 10%      -1.6        3.24 ± 15%  perf-profile.self.cycles-pp.update_cfs_group
      2.53            -1.3        1.19 ±  2%  perf-profile.self.cycles-pp.switch_mm_irqs_off
      2.52            -1.3        1.19 ±  4%  perf-profile.self.cycles-pp.load_new_mm_cr3
      2.13 ±  2%      -1.3        0.87 ±  4%  perf-profile.self.cycles-pp.update_curr
      2.30 ± 49%      -1.3        1.04 ±  9%  perf-profile.self.cycles-pp.available_idle_cpu
      2.54            -1.1        1.46 ±  2%  perf-profile.self.cycles-pp.__schedule
      2.01 ±  3%      -1.0        1.04 ±  5%  perf-profile.self.cycles-pp.__switch_to
      1.41            -0.9        0.54 ±  3%  perf-profile.self.cycles-pp.select_task_rq_fair
      1.50            -0.8        0.66 ±  5%  perf-profile.self.cycles-pp.__update_load_avg_se
      1.52 ±  9%      -0.7        0.78 ±  5%  perf-profile.self.cycles-pp.___perf_sw_event
      1.31            -0.7        0.57 ±  6%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.91 ±  3%      -0.6        0.27 ±  5%  perf-profile.self.cycles-pp.__enqueue_entity
      1.32 ±  3%      -0.6        0.74 ±  4%  perf-profile.self.cycles-pp.__switch_to_asm
      1.03 ±  9%      -0.6        0.46 ±  6%  perf-profile.self.cycles-pp.update_rq_clock
      1.06            -0.6        0.51 ±  4%  perf-profile.self.cycles-pp.pick_next_task_fair
      1.10 ±  3%      -0.5        0.60 ±  3%  perf-profile.self.cycles-pp.native_write_msr
      0.91            -0.5        0.45 ±  6%  perf-profile.self.cycles-pp.reweight_entity
      1.07            -0.4        0.64 ±  5%  perf-profile.self.cycles-pp._raw_spin_lock
      0.75            -0.4        0.35 ±  4%  perf-profile.self.cycles-pp.dequeue_task_fair
      0.65 ±  2%      -0.4        0.26 ±  6%  perf-profile.self.cycles-pp.account_entity_dequeue
      0.98 ±  2%      -0.4        0.59 ±  3%  perf-profile.self.cycles-pp.enqueue_task_fair
      0.73            -0.4        0.35 ±  8%  perf-profile.self.cycles-pp.anon_pipe_buf_release
      0.76            -0.4        0.38 ±  4%  perf-profile.self.cycles-pp.__calc_delta
      0.60 ±  2%      -0.3        0.26 ±  5%  perf-profile.self.cycles-pp.account_entity_enqueue
      0.73            -0.3        0.39 ±  5%  perf-profile.self.cycles-pp.try_to_wake_up
      0.65            -0.3        0.32 ±  3%  perf-profile.self.cycles-pp.pipe_wait
      0.49 ±  3%      -0.3        0.19 ±  4%  perf-profile.self.cycles-pp.update_min_vruntime
      1.03            -0.3        0.74 ±  3%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.42            -0.3        0.16 ±  4%  perf-profile.self.cycles-pp.check_preempt_wakeup
      0.78 ± 20%      -0.2        0.54 ±  4%  perf-profile.self.cycles-pp.select_idle_sibling
      0.43 ±  2%      -0.2        0.20 ±  2%  perf-profile.self.cycles-pp.pick_next_entity
      0.38 ± 45%      -0.2        0.16 ±  9%  perf-profile.self.cycles-pp.cpumask_next_wrap
      0.76 ±  2%      -0.2        0.55 ±  3%  perf-profile.self.cycles-pp.__wake_up_common
      0.46 ±  3%      -0.2        0.26 ±  9%  perf-profile.self.cycles-pp.enqueue_entity
      0.33 ±  3%      -0.2        0.13 ± 11%  perf-profile.self.cycles-pp.clear_buddies
      0.33 ±  2%      -0.2        0.15 ±  3%  perf-profile.self.cycles-pp.rb_erase_cached
      0.48 ±  4%      -0.2        0.30 ±  4%  perf-profile.self.cycles-pp.native_sched_clock
      0.28 ±  2%      -0.2        0.10 ±  4%  perf-profile.self.cycles-pp.update_cfs_rq_h_load
      0.32 ±  2%      -0.2        0.15 ±  2%  perf-profile.self.cycles-pp.schedule
      0.18 ±  8%      -0.2        0.03 ±100%  perf-profile.self.cycles-pp.wake_q_add
      0.38 ±  9%      -0.1        0.23 ±  6%  perf-profile.self.cycles-pp.cpuacct_charge
      0.28 ±  2%      -0.1        0.14 ±  6%  perf-profile.self.cycles-pp.prepare_to_wait
      0.21 ±  4%      -0.1        0.08 ±  6%  perf-profile.self.cycles-pp.set_next_buddy
      1.46 ±  2%      -0.1        1.32        perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.35 ±  2%      -0.1        0.21 ±  2%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.44            -0.1        0.31 ±  6%  perf-profile.self.cycles-pp.finish_task_switch
      0.28            -0.1        0.15 ±  5%  perf-profile.self.cycles-pp.dequeue_entity
      0.25 ±  5%      -0.1        0.12 ±  6%  perf-profile.self.cycles-pp.native_load_tls
      0.18 ±  8%      -0.1        0.06 ±  9%  perf-profile.self.cycles-pp.__mutex_unlock_slowpath
      0.44 ± 22%      -0.1        0.32 ±  6%  perf-profile.self.cycles-pp.find_next_bit
      0.32 ±  4%      -0.1        0.20 ±  6%  perf-profile.self.cycles-pp.cpus_share_cache
      0.22 ±  3%      -0.1        0.10 ±  7%  perf-profile.self.cycles-pp.deactivate_task
      0.17 ±  6%      -0.1        0.06 ±  6%  perf-profile.self.cycles-pp.rb_next
      0.17 ±  8%      -0.1        0.06 ±  6%  perf-profile.self.cycles-pp.wakeup_preempt_entity
      0.18            -0.1        0.08 ±  6%  perf-profile.self.cycles-pp.check_preempt_curr
      0.15 ±  3%      -0.1        0.06 ±  7%  perf-profile.self.cycles-pp.native_irq_return_iret
      0.14 ±  3%      -0.1        0.07 ± 10%  perf-profile.self.cycles-pp.autoremove_wake_function
      0.14 ±  6%      -0.1        0.07 ± 13%  perf-profile.self.cycles-pp.exit_to_usermode_loop
      0.20 ±  2%      -0.1        0.13 ±  6%  perf-profile.self.cycles-pp.activate_task
      0.15 ±  3%      -0.1        0.08 ±  5%  perf-profile.self.cycles-pp.rb_insert_color_cached
      0.22 ±  3%      -0.1        0.16 ±  2%  perf-profile.self.cycles-pp.set_next_entity
      0.13 ±  3%      -0.1        0.08 ±  6%  perf-profile.self.cycles-pp.__list_add_valid
      0.14 ±  3%      -0.1        0.09 ±  4%  perf-profile.self.cycles-pp.put_prev_entity
      0.10 ±  4%      -0.0        0.05        perf-profile.self.cycles-pp.finish_wait
      0.08 ±  5%      -0.0        0.05        perf-profile.self.cycles-pp.perf_exclude_event
      0.18 ±  2%      -0.0        0.15 ±  6%  perf-profile.self.cycles-pp.resched_curr
      0.07 ±  5%      -0.0        0.05 ±  8%  perf-profile.self.cycles-pp.sched_clock_cpu
      0.08 ± 10%      -0.0        0.06        perf-profile.self.cycles-pp.__mark_inode_dirty
      0.07 ±  6%      -0.0        0.05 ±  8%  perf-profile.self.cycles-pp.ttwu_do_wakeup
      0.07 ±  7%      +0.0        0.11 ±  4%  perf-profile.self.cycles-pp.kill_fasync
      0.26 ±  4%      +0.1        0.31 ±  8%  perf-profile.self.cycles-pp.rw_verify_area
      0.36 ±  2%      +0.1        0.41 ±  4%  perf-profile.self.cycles-pp.__x64_sys_read
      0.26 ±  4%      +0.1        0.31 ±  2%  perf-profile.self.cycles-pp.__wake_up_common_lock
      0.00            +0.1        0.06 ±  7%  perf-profile.self.cycles-pp.__next_timer_interrupt
      0.00            +0.1        0.06        perf-profile.self.cycles-pp.read_tsc
      0.12 ±  4%      +0.1        0.19        perf-profile.self.cycles-pp.iov_iter_init
      0.00            +0.1        0.07 ±  7%  perf-profile.self.cycles-pp.__vfs_write
      0.17 ±  4%      +0.1        0.25 ±  5%  perf-profile.self.cycles-pp.__might_fault
      0.00            +0.1        0.07 ± 14%  perf-profile.self.cycles-pp.copyin
      0.00            +0.1        0.08 ±  5%  perf-profile.self.cycles-pp.copyout
      0.00            +0.1        0.08 ±  5%  perf-profile.self.cycles-pp.bpf_fd_pass
      0.25            +0.1        0.33 ±  9%  perf-profile.self.cycles-pp.__sb_start_write
      0.12            +0.1        0.21 ±  5%  perf-profile.self.cycles-pp.__fdget_pos
      0.30 ±  2%      +0.1        0.40 ±  5%  perf-profile.self.cycles-pp.__x64_sys_write
      0.00            +0.1        0.10 ±  7%  perf-profile.self.cycles-pp.do_idle
      0.64            +0.1        0.75 ±  6%  perf-profile.self.cycles-pp.vfs_read
      0.11 ± 13%      +0.1        0.23 ±  3%  perf-profile.self.cycles-pp.ktime_get_coarse_real_ts64
      0.13 ±  5%      +0.1        0.24 ±  6%  perf-profile.self.cycles-pp.__sb_end_write
      0.88 ±  2%      +0.1        1.00 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.30 ±  6%      +0.1        0.43 ±  9%  perf-profile.self.cycles-pp.__mutex_lock
      0.20 ±  4%      +0.1        0.35 ±  6%  perf-profile.self.cycles-pp.generic_pipe_buf_confirm
      0.13 ±  3%      +0.2        0.28 ±  5%  perf-profile.self.cycles-pp.timespec64_trunc
      0.57 ±  4%      +0.2        0.73 ±  7%  perf-profile.self.cycles-pp.new_sync_read
      0.24            +0.2        0.40 ±  6%  perf-profile.self.cycles-pp.file_update_time
      0.16 ±  5%      +0.2        0.32 ±  4%  perf-profile.self.cycles-pp.inode_has_perm
      0.48            +0.2        0.65 ±  4%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      1.56 ±  3%      +0.2        1.73 ±  5%  perf-profile.self.cycles-pp.pipe_read
      0.30 ±  4%      +0.2        0.48 ±  3%  perf-profile.self.cycles-pp.ksys_read
      0.00            +0.2        0.19 ±  6%  perf-profile.self.cycles-pp.menu_select
      0.24 ±  4%      +0.2        0.43 ±  5%  perf-profile.self.cycles-pp.rcu_all_qs
      0.25 ±  2%      +0.2        0.46 ±  6%  perf-profile.self.cycles-pp.ksys_write
      0.24 ±  2%      +0.2        0.46 ±  7%  perf-profile.self.cycles-pp.__inode_security_revalidate
      0.31 ±  3%      +0.2        0.55 ±  6%  perf-profile.self.cycles-pp.current_time
      0.24 ±  4%      +0.2        0.49 ±  5%  perf-profile.self.cycles-pp._cond_resched
      0.50 ±  4%      +0.2        0.75 ±  7%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.50            +0.3        0.75 ±  7%  perf-profile.self.cycles-pp.new_sync_write
      0.39 ±  5%      +0.3        0.65        perf-profile.self.cycles-pp.security_file_permission
      0.66            +0.3        0.94 ±  4%  perf-profile.self.cycles-pp.copy_page_to_iter
      0.00            +0.3        0.29 ± 43%  perf-profile.self.cycles-pp.osq_lock
      0.40 ±  4%      +0.3        0.74 ±  6%  perf-profile.self.cycles-pp.copy_page_from_iter
      0.30 ±  4%      +0.3        0.64 ±  5%  perf-profile.self.cycles-pp.file_has_perm
      0.11 ± 10%      +0.3        0.46 ± 11%  perf-profile.self.cycles-pp.mutex_spin_on_owner
      0.37 ±  3%      +0.4        0.73 ±  7%  perf-profile.self.cycles-pp.vfs_write
      1.79 ±  3%      +0.4        2.20 ±  9%  perf-profile.self.cycles-pp.__fget_light
      1.05 ±  2%      +0.4        1.48 ±  6%  perf-profile.self.cycles-pp.do_syscall_64
      0.64 ±  3%      +0.5        1.12 ±  5%  perf-profile.self.cycles-pp.__might_sleep
      2.08 ±  2%      +0.6        2.68 ±  7%  perf-profile.self.cycles-pp.selinux_file_permission
      0.83            +0.7        1.50        perf-profile.self.cycles-pp.fsnotify
      0.97 ±  5%      +0.7        1.66 ±  7%  perf-profile.self.cycles-pp.avc_has_perm
      1.51 ±  4%      +0.7        2.23 ±  3%  perf-profile.self.cycles-pp.mutex_lock
      1.04 ±  3%      +0.8        1.81 ±  5%  perf-profile.self.cycles-pp.___might_sleep
      2.69            +0.9        3.60 ±  4%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.00            +1.1        1.13 ±  6%  perf-profile.self.cycles-pp.poll_idle
      1.02 ±  5%      +1.2        2.21 ±  5%  perf-profile.self.cycles-pp.pipe_write
      2.28 ±  5%      +1.5        3.73 ±  4%  perf-profile.self.cycles-pp.mutex_unlock
      0.00            +2.7        2.72 ± 12%  perf-profile.self.cycles-pp.intel_idle
      4.36 ±  2%      +2.9        7.24 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64
      4.64 ±  2%      +3.5        8.12 ±  5%  perf-profile.self.cycles-pp.syscall_return_via_sysret



***************************************************************************************************
lkp-hsw-ep4: 72 threads Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/disk/filesize/fs/iterations/kconfig/nr_directories/nr_files_per_directory/nr_threads/rootfs/sync_method/tbox_group/test_size/testcase/ucode:
  gcc-7/performance/1SSD/8K/xfs/8/x86_64-rhel-7.6/16d/256fpd/32/debian-x86_64-2018-04-03.cgz/fsyncBeforeClose/lkp-hsw-ep4/50G/fsmark/0x3d

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
           :4           25%           1:4     dmesg.WARNING:at#for_ip_swapgs_restore_regs_and_return_to_usermode/0x
           :4           25%           1:4     dmesg.WARNING:stack_recursion
         %stddev     %change         %stddev
             \          |                \  
     21213           +22.1%      25903        fsmark.files_per_sec
    341.74           -15.2%     289.92        fsmark.time.elapsed_time
    341.74           -15.2%     289.92        fsmark.time.elapsed_time.max
   3281279           +28.9%    4228658        fsmark.time.involuntary_context_switches
    193420 ± 33%     -35.2%     125315        fsmark.time.minor_page_faults
    283.50            +9.6%     310.75        fsmark.time.percent_of_cpu_this_job_got
    914.23            -7.2%     848.84 ±  2%  fsmark.time.system_time
     56.38            -5.0%      53.54 ±  3%  fsmark.time.user_time
     21200 ± 18%     -55.4%       9453 ±104%  numa-numastat.node1.other_node
     88.46            -1.1%      87.49        iostat.cpu.idle
      6.73 ±  4%      +7.3%       7.22        iostat.cpu.iowait
      4.46 ±  2%      +9.6%       4.89 ±  2%  iostat.cpu.system
    552865           +11.2%     615035        meminfo.Committed_AS
   1898841           -13.4%    1643855 ±  2%  meminfo.SUnreclaim
    213495           +16.8%     249438        meminfo.max_used_kB
      0.04            +0.0        0.06 ± 17%  mpstat.cpu.all.soft%
      4.44 ±  2%      +0.4        4.86 ±  2%  mpstat.cpu.all.sys%
      0.34            +0.1        0.39 ±  4%  mpstat.cpu.all.usr%
     88.00            -1.1%      87.00        vmstat.cpu.id
    352009           +20.2%     423162        vmstat.io.bo
    277063           +17.2%     324816        vmstat.system.cs
    162851 ± 14%     +11.7%     181975        vmstat.system.in
   9403188 ± 11%     +54.5%   14529792 ±  2%  cpuidle.C1.usage
 1.051e+10 ± 23%     -68.2%   3.34e+09 ± 70%  cpuidle.C6.time
  16469304 ± 13%     -70.1%    4923804 ± 63%  cpuidle.C6.usage
  15587343 ± 19%     +86.7%   29102711        cpuidle.POLL.time
   4059501 ±  9%    +118.9%    8886113        cpuidle.POLL.usage
    150934 ± 29%     -51.4%      73304 ±  9%  numa-meminfo.node0.AnonHugePages
      6783 ±  4%     +17.0%       7936        numa-meminfo.node0.KernelStack
      2289 ± 17%     +36.8%       3130 ±  2%  numa-meminfo.node0.PageTables
    933571           -38.2%     576714 ± 31%  numa-meminfo.node0.SUnreclaim
      1871          -100.0%       0.00        numa-meminfo.node1.Active(file)
      7094 ±  5%     -13.8%       6114        numa-meminfo.node1.KernelStack
      3330 ± 12%     -26.6%       2445 ±  8%  numa-meminfo.node1.PageTables
      6784 ±  4%     +17.0%       7935        numa-vmstat.node0.nr_kernel_stack
    572.00 ± 17%     +36.7%     781.75 ±  2%  numa-vmstat.node0.nr_page_table_pages
    233369           -38.2%     144171 ± 31%  numa-vmstat.node0.nr_slab_unreclaimable
    467.75          -100.0%       0.00        numa-vmstat.node1.nr_active_file
      7093 ±  5%     -13.8%       6115        numa-vmstat.node1.nr_kernel_stack
    832.50 ± 12%     -26.5%     611.50 ±  8%  numa-vmstat.node1.nr_page_table_pages
    467.75          -100.0%       0.00        numa-vmstat.node1.nr_zone_active_file
    106.75 ±  7%     -37.2%      67.00 ± 25%  numa-vmstat.node1.nr_zone_write_pending
    803807           -33.0%     538915 ±  2%  slabinfo.kmalloc-1k.active_objs
     25359           -32.8%      17050 ±  2%  slabinfo.kmalloc-1k.active_slabs
    811523           -32.8%     545627 ±  2%  slabinfo.kmalloc-1k.num_objs
     25359           -32.8%      17050 ±  2%  slabinfo.kmalloc-1k.num_slabs
    570.00 ± 16%     -23.0%     439.00 ±  7%  slabinfo.skbuff_fclone_cache.active_objs
    570.00 ± 16%     -23.0%     439.00 ±  7%  slabinfo.skbuff_fclone_cache.num_objs
     16997           -24.3%      12863 ±  5%  slabinfo.xfs_buf_item.active_objs
     17265           -22.2%      13432 ±  5%  slabinfo.xfs_buf_item.num_objs
     13876            +1.3%      14051        proc-vmstat.nr_kernel_stack
    474714           -13.4%     410940 ±  2%  proc-vmstat.nr_slab_unreclaimable
  15871915            -1.1%   15699015        proc-vmstat.numa_hit
  15848187            -1.1%   15675530        proc-vmstat.numa_local
     23727            -1.0%      23484        proc-vmstat.numa_other
    109149 ± 29%     -63.7%      39642 ± 53%  proc-vmstat.numa_pages_migrated
  19171589            -1.5%   18889763        proc-vmstat.pgalloc_normal
   1001796 ±  6%     -18.3%     818819        proc-vmstat.pgfault
    109149 ± 29%     -63.7%      39642 ± 53%  proc-vmstat.pgmigrate_success
 1.214e+08            +2.2%  1.241e+08        proc-vmstat.pgpgout
    203.50            +9.7%     223.25        turbostat.Avg_MHz
      7.79 ±  2%      +1.4        9.24 ±  2%  turbostat.Busy%
   9403172 ± 11%     +54.5%   14529016 ±  2%  turbostat.C1
      3.42 ± 14%      +1.0        4.40 ±  6%  turbostat.C1%
     35.59 ± 26%     +25.3       60.88 ± 19%  turbostat.C3%
  16461065 ± 13%     -70.1%    4917377 ± 63%  turbostat.C6
     42.48 ± 22%     -26.4       16.06 ± 71%  turbostat.C6%
     13.52 ± 15%    +141.7%      32.68 ±  4%  turbostat.CPU%c3
     17.55 ± 34%     -69.4%       5.37 ± 82%  turbostat.CPU%c6
     56.75 ±  3%     +32.6%      75.25 ± 12%  turbostat.CoreTmp
      6.16 ± 16%    +292.5%      24.18 ± 10%  turbostat.Pkg%pc2
      0.10 ± 66%     -92.1%       0.01 ±110%  turbostat.Pkg%pc6
    150.97 ±  2%     -11.7%     133.37 ±  3%  turbostat.PkgWatt
     11.57 ±  2%     -12.6%      10.12        turbostat.RAMWatt
     51.77 ±  4%      -7.0%      48.17 ±  2%  perf-stat.i.MPKI
      3.76 ±  5%      -0.9        2.84 ± 11%  perf-stat.i.branch-miss-rate%
      6.29 ± 13%      -3.2        3.10 ± 21%  perf-stat.i.cache-miss-rate%
  15211156 ±  5%     -75.4%    3738357 ±  9%  perf-stat.i.cache-misses
    279523           +17.6%     328795        perf-stat.i.context-switches
      8659          +173.8%      23705        perf-stat.i.cpu-migrations
      1815 ± 39%    +365.2%       8443 ±  6%  perf-stat.i.cycles-between-cache-misses
     90.13           -50.1       40.01 ±  7%  perf-stat.i.node-load-miss-rate%
   9300569 ±  3%     -88.8%    1041802 ± 27%  perf-stat.i.node-load-misses
     51.87           -37.8       14.10 ± 18%  perf-stat.i.node-store-miss-rate%
   2460337 ±  6%     -88.5%     281932 ± 29%  perf-stat.i.node-store-misses
   2296799 ±  4%     -63.5%     837966 ± 10%  perf-stat.i.node-stores
      3.65 ±  7%      -0.7        2.96 ± 11%  perf-stat.overall.branch-miss-rate%
      4.83 ±  2%      -3.6        1.24 ± 13%  perf-stat.overall.cache-miss-rate%
      1016          +327.2%       4340 ± 11%  perf-stat.overall.cycles-between-cache-misses
      1749 ±  2%     -10.5%       1565 ± 11%  perf-stat.overall.instructions-per-iTLB-miss
     88.24           -47.5       40.75 ± 27%  perf-stat.overall.node-load-miss-rate%
     51.69           -26.5       25.18 ± 29%  perf-stat.overall.node-store-miss-rate%
  15165350 ±  5%     -75.4%    3725691 ±  9%  perf-stat.ps.cache-misses
    278683           +17.6%     327671        perf-stat.ps.context-switches
      8633          +173.6%      23625        perf-stat.ps.cpu-migrations
   9272598 ±  3%     -88.8%    1038257 ± 27%  perf-stat.ps.node-load-misses
   2452947 ±  6%     -88.5%     280886 ± 29%  perf-stat.ps.node-store-misses
   2289928 ±  4%     -63.5%     835264 ± 10%  perf-stat.ps.node-stores
    122832 ± 85%    +503.3%     741095 ± 13%  sched_debug.cfs_rq:/.load.avg
    961972 ± 92%    +328.3%    4120557 ± 20%  sched_debug.cfs_rq:/.load.stddev
      2.79 ± 12%    -100.0%       0.00        sched_debug.cfs_rq:/.load_avg.min
      0.09 ±  9%     +54.9%       0.14 ± 12%  sched_debug.cfs_rq:/.nr_running.avg
      0.29 ±  3%     +20.9%       0.35 ±  6%  sched_debug.cfs_rq:/.nr_running.stddev
      4.49 ± 15%    +275.1%      16.86 ± 25%  sched_debug.cfs_rq:/.runnable_load_avg.avg
    208.04 ± 20%    +161.8%     544.67 ± 44%  sched_debug.cfs_rq:/.runnable_load_avg.max
     26.49 ± 19%    +218.2%      84.28 ± 37%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
    122294 ± 86%    +505.9%     740991 ± 13%  sched_debug.cfs_rq:/.runnable_weight.avg
    960772 ± 92%    +328.8%    4120202 ± 20%  sched_debug.cfs_rq:/.runnable_weight.stddev
    -19999          -109.7%       1942 ±329%  sched_debug.cfs_rq:/.spread0.avg
    -52984           -46.0%     -28592        sched_debug.cfs_rq:/.spread0.min
    128.72 ±  3%     +27.6%     164.26 ±  5%  sched_debug.cfs_rq:/.util_avg.avg
      4.50 ± 20%    -100.0%       0.00        sched_debug.cfs_rq:/.util_avg.min
    112.93 ±  3%     +27.5%     144.04 ±  5%  sched_debug.cfs_rq:/.util_avg.stddev
      9.19 ± 18%     +54.6%      14.20 ± 13%  sched_debug.cfs_rq:/.util_est_enqueued.avg
    182.54 ± 14%     +42.1%     259.35 ± 30%  sched_debug.cfs_rq:/.util_est_enqueued.max
     35.50 ± 13%     +37.6%      48.84 ± 16%  sched_debug.cfs_rq:/.util_est_enqueued.stddev
    489380 ± 11%     +29.1%     631709 ±  4%  sched_debug.cpu.avg_idle.avg
    241820 ±  5%     +37.1%     331628 ±  6%  sched_debug.cpu.avg_idle.stddev
      1353 ±  8%     -23.1%       1040 ± 12%  sched_debug.cpu.curr->pid.stddev
    389123           -45.5%     211975 ± 31%  sched_debug.cpu.nr_switches.min
    136008          +108.0%     282837 ± 34%  sched_debug.cpu.nr_switches.stddev
      1171 ±  4%     -70.4%     346.84 ± 16%  sched_debug.cpu.nr_uninterruptible.max
     -1279           -60.4%    -506.64        sched_debug.cpu.nr_uninterruptible.min
    640.51 ±  4%     -66.5%     214.45 ± 17%  sched_debug.cpu.nr_uninterruptible.stddev
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     49309 ±  6%     -18.7%      40096 ±  5%  softirqs.CPU0.SCHED
     52249           -21.0%      41259        softirqs.CPU1.SCHED
     50368           -21.6%      39476 ±  2%  softirqs.CPU10.SCHED
    147614 ± 12%     -25.5%     109968 ± 20%  softirqs.CPU10.TIMER
     49014 ±  3%     -17.3%      40523        softirqs.CPU11.SCHED
     49979           -18.5%      40750        softirqs.CPU12.SCHED
     50117           -19.4%      40400        softirqs.CPU13.SCHED
     49531           -20.9%      39185 ±  3%  softirqs.CPU14.SCHED
     74603 ±  5%     -27.6%      53984 ±  6%  softirqs.CPU15.RCU
     49907           -19.7%      40064        softirqs.CPU15.SCHED
     74990 ±  4%     -24.3%      56771 ±  5%  softirqs.CPU16.RCU
     50053           -19.7%      40210 ±  2%  softirqs.CPU16.SCHED
     74481 ±  4%     -26.3%      54910 ±  2%  softirqs.CPU17.RCU
     49500           -17.8%      40708        softirqs.CPU17.SCHED
    146323 ± 12%     -23.3%     112239 ± 19%  softirqs.CPU17.TIMER
     50341 ±  2%     -14.2%      43201 ±  5%  softirqs.CPU18.SCHED
     87302 ±  8%     -19.1%      70660 ± 12%  softirqs.CPU19.RCU
     50978           -14.6%      43533 ±  4%  softirqs.CPU19.SCHED
     82496 ±  6%     -11.0%      73438 ±  6%  softirqs.CPU2.RCU
     50171           -19.4%      40445 ±  3%  softirqs.CPU2.SCHED
     49925           -15.5%      42164 ±  2%  softirqs.CPU20.SCHED
     50132           -14.8%      42706 ±  4%  softirqs.CPU21.SCHED
     88152 ±  6%     -15.1%      74855 ±  8%  softirqs.CPU22.RCU
     49883           -14.1%      42865 ±  4%  softirqs.CPU22.SCHED
     89828 ±  5%     -18.8%      72936 ±  8%  softirqs.CPU23.RCU
     50635           -13.9%      43608 ±  4%  softirqs.CPU23.SCHED
     86249 ±  5%     -16.2%      72271 ±  5%  softirqs.CPU24.RCU
     49328           -14.6%      42143 ±  5%  softirqs.CPU24.SCHED
     85224 ±  6%     -14.3%      73017 ±  6%  softirqs.CPU25.RCU
     49865           -14.2%      42774 ±  4%  softirqs.CPU25.SCHED
     84912 ±  5%     -15.1%      72072 ±  7%  softirqs.CPU26.RCU
     49714           -14.3%      42595 ±  4%  softirqs.CPU26.SCHED
     85992 ±  6%     -18.9%      69732 ±  4%  softirqs.CPU27.RCU
     49570           -15.9%      41704 ±  6%  softirqs.CPU27.SCHED
     85178 ±  6%     -16.8%      70856 ±  5%  softirqs.CPU28.RCU
     49400           -13.6%      42678 ±  4%  softirqs.CPU28.SCHED
     50282 ±  2%     -15.9%      42277 ±  4%  softirqs.CPU29.SCHED
     50972 ±  2%     -19.9%      40817        softirqs.CPU3.SCHED
     81672 ±  8%     -22.0%      63680 ±  7%  softirqs.CPU30.RCU
     49828           -13.9%      42878 ±  4%  softirqs.CPU30.SCHED
     81864 ±  7%     -23.5%      62657 ±  5%  softirqs.CPU31.RCU
     49707           -13.8%      42854 ±  4%  softirqs.CPU31.SCHED
     74705 ±  4%     -20.6%      59340 ±  4%  softirqs.CPU32.RCU
     49561           -14.2%      42499 ±  4%  softirqs.CPU32.SCHED
     80684 ±  6%     -23.8%      61512 ±  4%  softirqs.CPU33.RCU
     49831           -13.9%      42913 ±  4%  softirqs.CPU33.SCHED
     84266 ±  8%     -26.5%      61956 ±  6%  softirqs.CPU34.RCU
     49955           -14.2%      42863 ±  4%  softirqs.CPU34.SCHED
     82109 ±  4%     -23.7%      62613 ±  6%  softirqs.CPU35.RCU
     49876           -14.8%      42480 ±  4%  softirqs.CPU35.SCHED
     84864 ±  5%     -22.7%      65600 ±  7%  softirqs.CPU36.RCU
     52414           -27.7%      37890 ±  4%  softirqs.CPU36.SCHED
     86232 ± 10%     -18.7%      70075 ±  5%  softirqs.CPU37.RCU
     51096           -21.8%      39970        softirqs.CPU37.SCHED
     81856 ±  5%     -21.9%      63969 ±  6%  softirqs.CPU38.RCU
     52538           -24.1%      39852 ±  3%  softirqs.CPU38.SCHED
     82684 ±  9%     -15.9%      69543 ±  2%  softirqs.CPU39.RCU
     50665           -20.1%      40482        softirqs.CPU39.SCHED
     50233           -19.8%      40305        softirqs.CPU4.SCHED
     84026 ±  4%     -15.5%      70979 ±  3%  softirqs.CPU40.RCU
     52776           -23.3%      40488        softirqs.CPU40.SCHED
     88484 ±  4%     -19.7%      71041        softirqs.CPU41.RCU
     50907           -20.8%      40313        softirqs.CPU41.SCHED
     82291 ±  7%     -16.5%      68716 ±  3%  softirqs.CPU42.RCU
     52739           -26.3%      38868 ±  3%  softirqs.CPU42.SCHED
     81408 ±  5%     -17.0%      67586 ±  6%  softirqs.CPU43.RCU
     49997           -20.7%      39624 ±  2%  softirqs.CPU43.SCHED
     80917 ±  6%     -14.6%      69141 ±  4%  softirqs.CPU44.RCU
     52401           -23.7%      39992        softirqs.CPU44.SCHED
     79723 ±  5%     -20.6%      63296 ±  5%  softirqs.CPU45.RCU
     49908 ±  2%     -21.3%      39270 ±  4%  softirqs.CPU45.SCHED
     77980 ±  5%     -17.2%      64595 ±  4%  softirqs.CPU46.RCU
     52903           -25.5%      39387 ±  3%  softirqs.CPU46.SCHED
     85498 ±  5%     -15.9%      71881 ±  2%  softirqs.CPU47.RCU
     50522           -19.8%      40531        softirqs.CPU47.SCHED
     84453 ±  4%     -16.1%      70897        softirqs.CPU48.RCU
     54170           -25.3%      40439        softirqs.CPU48.SCHED
     83871 ±  5%     -14.7%      71576        softirqs.CPU49.RCU
     53961           -24.8%      40579        softirqs.CPU49.SCHED
     50771           -20.3%      40449        softirqs.CPU5.SCHED
     77331 ±  7%     -17.0%      64198 ±  3%  softirqs.CPU50.RCU
     53553           -26.4%      39430 ±  3%  softirqs.CPU50.SCHED
     85401 ±  4%     -18.2%      69828        softirqs.CPU51.RCU
     53710           -25.0%      40276        softirqs.CPU51.SCHED
     86122 ±  3%     -15.6%      72685 ±  2%  softirqs.CPU52.RCU
     53929           -24.4%      40767        softirqs.CPU52.SCHED
     83419 ±  3%     -16.1%      69975        softirqs.CPU53.RCU
     52530 ±  3%     -22.0%      40993        softirqs.CPU53.SCHED
     83043 ±  4%     -25.6%      61776 ±  7%  softirqs.CPU54.RCU
     53436           -19.6%      42989 ±  4%  softirqs.CPU54.SCHED
     84898 ±  3%     -25.7%      63065 ±  6%  softirqs.CPU55.RCU
     50636           -15.0%      43025 ±  4%  softirqs.CPU55.SCHED
     78234 ±  5%     -22.6%      60534 ±  7%  softirqs.CPU56.RCU
     52159           -19.9%      41768 ±  3%  softirqs.CPU56.SCHED
     80037 ±  3%     -24.1%      60719 ±  8%  softirqs.CPU57.RCU
     50122           -14.8%      42691 ±  4%  softirqs.CPU57.SCHED
     80052 ±  7%     -22.6%      61984 ±  5%  softirqs.CPU58.RCU
     52497           -18.5%      42788 ±  4%  softirqs.CPU58.SCHED
     81910 ±  8%     -26.1%      60498 ±  9%  softirqs.CPU59.RCU
     51021           -15.1%      43330 ±  4%  softirqs.CPU59.SCHED
     85907 ±  6%     -11.3%      76167 ±  5%  softirqs.CPU6.RCU
     50317 ±  2%     -22.4%      39063 ±  4%  softirqs.CPU6.SCHED
     78818 ±  5%     -11.4%      69806 ±  6%  softirqs.CPU60.RCU
     52183           -18.5%      42515 ±  5%  softirqs.CPU60.SCHED
     79135 ±  7%     -12.0%      69648 ±  6%  softirqs.CPU61.RCU
     50048           -15.0%      42541 ±  4%  softirqs.CPU61.SCHED
     77666 ±  4%     -10.8%      69259 ±  7%  softirqs.CPU62.RCU
     53868           -20.4%      42904 ±  4%  softirqs.CPU62.SCHED
     79282 ±  6%     -12.8%      69161 ±  6%  softirqs.CPU63.RCU
     53523           -20.3%      42680 ±  4%  softirqs.CPU63.SCHED
     78932 ±  6%      -9.8%      71189 ±  6%  softirqs.CPU64.RCU
     53279           -19.7%      42805 ±  4%  softirqs.CPU64.SCHED
     53701           -19.9%      43005 ±  4%  softirqs.CPU65.SCHED
     83994 ±  7%     -11.5%      74344 ±  8%  softirqs.CPU66.RCU
     53514           -19.4%      43157 ±  4%  softirqs.CPU66.SCHED
     83267 ±  8%     -11.5%      73723 ±  8%  softirqs.CPU67.RCU
     53387           -19.3%      43095 ±  4%  softirqs.CPU67.SCHED
     52930           -19.4%      42663 ±  4%  softirqs.CPU68.SCHED
     53164           -18.9%      43096 ±  4%  softirqs.CPU69.SCHED
     49583           -19.3%      40012 ±  3%  softirqs.CPU7.SCHED
     53810           -19.9%      43078 ±  4%  softirqs.CPU70.SCHED
     83169 ±  7%     -11.8%      73349 ±  6%  softirqs.CPU71.RCU
     53193 ±  2%     -23.2%      40837 ±  3%  softirqs.CPU71.SCHED
     49783           -19.6%      40047        softirqs.CPU8.SCHED
     49908 ±  2%     -19.8%      40046 ±  5%  softirqs.CPU9.SCHED
     11576 ±  3%      -8.9%      10551 ±  3%  softirqs.NET_RX
   5953330 ±  6%     -15.5%    5030569 ±  5%  softirqs.RCU
   3687811           -19.2%    2980752        softirqs.SCHED
   9641423 ±  3%     -14.4%    8254862 ±  3%  softirqs.TIMER
      3.56 ± 10%      -1.3        2.30 ±  5%  perf-profile.calltrace.cycles-pp.xfs_log_force_lsn.xfs_file_fsync.do_fsync.__x64_sys_fsync.do_syscall_64
      1.37 ± 20%      -0.9        0.51 ± 58%  perf-profile.calltrace.cycles-pp.schedule.worker_thread.kthread.ret_from_fork
      1.35 ± 20%      -0.9        0.49 ± 58%  perf-profile.calltrace.cycles-pp.__schedule.schedule.worker_thread.kthread.ret_from_fork
      1.78 ± 10%      -0.8        1.02 ±  9%  perf-profile.calltrace.cycles-pp.xlog_cil_force_lsn.xfs_log_force_lsn.xfs_file_fsync.do_fsync.__x64_sys_fsync
      2.10 ±  8%      -0.7        1.45 ±  3%  perf-profile.calltrace.cycles-pp.__xfs_log_force_lsn.xfs_file_fsync.do_fsync.__x64_sys_fsync.do_syscall_64
      1.75 ±  9%      -0.5        1.25 ±  4%  perf-profile.calltrace.cycles-pp.__xfs_log_force_lsn.xfs_log_force_lsn.xfs_file_fsync.do_fsync.__x64_sys_fsync
      1.16 ±  9%      -0.4        0.72 ±  7%  perf-profile.calltrace.cycles-pp.__flush_work.xlog_cil_force_lsn.xfs_log_force_lsn.xfs_file_fsync.do_fsync
      0.65 ± 12%      -0.4        0.28 ±100%  perf-profile.calltrace.cycles-pp.xfs_trans_read_buf_map.xfs_read_agi.xfs_ialloc_read_agi.xfs_dialloc.xfs_ialloc
      1.23 ± 10%      -0.3        0.90 ±  4%  perf-profile.calltrace.cycles-pp.xlog_wait.__xfs_log_force_lsn.xfs_log_force_lsn.xfs_file_fsync.do_fsync
      0.71 ± 11%      -0.3        0.45 ± 58%  perf-profile.calltrace.cycles-pp.xfs_ialloc_read_agi.xfs_dialloc.xfs_ialloc.xfs_dir_ialloc.xfs_create
      0.68 ± 11%      -0.3        0.41 ± 58%  perf-profile.calltrace.cycles-pp.xfs_read_agi.xfs_ialloc_read_agi.xfs_dialloc.xfs_ialloc.xfs_dir_ialloc
      0.76 ±  8%      -0.2        0.60 ±  6%  perf-profile.calltrace.cycles-pp.remove_wait_queue.__xfs_log_force_lsn.xfs_file_fsync.do_fsync.__x64_sys_fsync
      0.74 ±  9%      -0.1        0.59 ±  5%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.remove_wait_queue.__xfs_log_force_lsn.xfs_file_fsync.do_fsync
      0.71 ±  8%      -0.1        0.57 ±  6%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.remove_wait_queue.__xfs_log_force_lsn.xfs_file_fsync
      0.61 ± 13%      +0.2        0.78 ±  6%  perf-profile.calltrace.cycles-pp.xfs_submit_ioend.xfs_vm_writepages.do_writepages.__filemap_fdatawrite_range.file_write_and_wait_range
      1.70 ±  7%      +0.2        1.93 ±  3%  perf-profile.calltrace.cycles-pp.xfs_dir2_node_addname.xfs_dir_createname.xfs_create.xfs_generic_create.path_openat
      1.82 ±  7%      +0.2        2.06 ±  2%  perf-profile.calltrace.cycles-pp.xfs_dir_createname.xfs_create.xfs_generic_create.path_openat.do_filp_open
      0.41 ± 57%      +0.3        0.70 ±  9%  perf-profile.calltrace.cycles-pp.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry.start_secondary
      0.64 ± 11%      +0.3        0.95 ±  9%  perf-profile.calltrace.cycles-pp.__mark_inode_dirty.iomap_set_page_dirty.iomap_write_end.iomap_write_actor.iomap_apply
      0.58 ±  9%      +0.3        0.89 ± 10%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.locked_inode_to_wb_and_lock_list.__mark_inode_dirty.iomap_set_page_dirty
      0.73 ± 11%      +0.3        1.04 ±  7%  perf-profile.calltrace.cycles-pp.iomap_set_page_dirty.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.61 ± 10%      +0.3        0.92 ±  9%  perf-profile.calltrace.cycles-pp.locked_inode_to_wb_and_lock_list.__mark_inode_dirty.iomap_set_page_dirty.iomap_write_end.iomap_write_actor
      0.59 ± 11%      +0.3        0.91 ± 10%  perf-profile.calltrace.cycles-pp._raw_spin_lock.locked_inode_to_wb_and_lock_list.__mark_inode_dirty.iomap_set_page_dirty.iomap_write_end
      0.84 ± 10%      +0.3        1.17 ±  6%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      1.91 ±  4%      +0.3        2.25 ±  6%  perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.26 ±100%      +0.4        0.61 ±  6%  perf-profile.calltrace.cycles-pp.xfs_da3_node_lookup_int.xfs_dir2_node_addname.xfs_dir_createname.xfs_create.xfs_generic_create
      1.81 ±  9%      +0.5        2.28 ±  4%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write
      0.17 ±173%      +0.5        0.66 ±  7%  perf-profile.calltrace.cycles-pp.generic_make_request.submit_bio.xfs_submit_ioend.xfs_vm_writepages.do_writepages
      0.17 ±173%      +0.5        0.67 ±  7%  perf-profile.calltrace.cycles-pp.submit_bio.xfs_submit_ioend.xfs_vm_writepages.do_writepages.__filemap_fdatawrite_range
      0.00            +0.5        0.54 ±  5%  perf-profile.calltrace.cycles-pp.__percpu_counter_compare.xfs_mod_ifree.xfs_trans_unreserve_and_mod_sb.xfs_log_commit_cil.__xfs_trans_commit
      2.09 ±  9%      +0.6        2.65 ±  4%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write.vfs_write
      2.10 ±  9%      +0.6        2.66 ±  4%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write
      2.23 ±  8%      +0.6        2.80 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
      0.13 ±173%      +0.6        0.72 ± 15%  perf-profile.calltrace.cycles-pp.clockevents_program_event.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state
      2.26 ±  8%      +0.6        2.85 ±  4%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.32 ±  8%      +0.6        2.93 ±  4%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.34 ±  8%      +0.6        2.95 ±  4%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      5.09 ±  7%      +0.8        5.85 ±  7%  perf-profile.calltrace.cycles-pp.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state.do_idle.cpu_startup_entry
      0.00            +1.0        1.03 ±  7%  perf-profile.calltrace.cycles-pp.poll_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
      4.49            -1.9        2.58 ±  6%  perf-profile.children.cycles-pp.schedule
      5.77            -1.8        3.94 ±  8%  perf-profile.children.cycles-pp.__schedule
      3.23 ±  4%      -1.8        1.45 ±  8%  perf-profile.children.cycles-pp.pick_next_task_fair
      2.76 ±  5%      -1.7        1.03 ±  6%  perf-profile.children.cycles-pp.load_balance
      2.38 ±  5%      -1.5        0.86 ±  6%  perf-profile.children.cycles-pp.find_busiest_group
      2.30 ±  6%      -1.5        0.82 ±  5%  perf-profile.children.cycles-pp.update_sd_lb_stats
      3.56 ± 10%      -1.3        2.30 ±  5%  perf-profile.children.cycles-pp.xfs_log_force_lsn
      3.85 ±  8%      -1.2        2.69 ±  2%  perf-profile.children.cycles-pp.__xfs_log_force_lsn
      1.78 ± 10%      -0.8        1.02 ±  9%  perf-profile.children.cycles-pp.xlog_cil_force_lsn
      1.17 ±  9%      -0.4        0.72 ±  7%  perf-profile.children.cycles-pp.__flush_work
      3.47 ±  4%      -0.4        3.04 ±  4%  perf-profile.children.cycles-pp._raw_spin_lock
      1.13 ± 11%      -0.4        0.71 ±  8%  perf-profile.children.cycles-pp.schedule_timeout
      1.66 ±  9%      -0.3        1.32 ±  3%  perf-profile.children.cycles-pp.remove_wait_queue
      1.23 ± 10%      -0.3        0.90 ±  4%  perf-profile.children.cycles-pp.xlog_wait
      0.80 ± 10%      -0.3        0.46 ±  5%  perf-profile.children.cycles-pp.wait_for_completion
      2.36 ±  7%      -0.3        2.03 ±  4%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      0.47 ±  7%      -0.2        0.22 ±  8%  perf-profile.children.cycles-pp.idle_cpu
      0.50 ± 23%      -0.2        0.31 ± 10%  perf-profile.children.cycles-pp.update_blocked_averages
      0.52 ± 10%      -0.2        0.33 ± 17%  perf-profile.children.cycles-pp.down_read
      0.39 ±  9%      -0.2        0.23 ± 15%  perf-profile.children.cycles-pp.call_rwsem_down_read_failed
      0.38 ±  8%      -0.2        0.23 ± 15%  perf-profile.children.cycles-pp.rwsem_down_read_failed
      0.68 ± 11%      -0.2        0.52 ± 10%  perf-profile.children.cycles-pp.xfs_read_agi
      0.72 ±  9%      -0.1        0.57 ± 10%  perf-profile.children.cycles-pp.memcpy_erms
      0.71 ± 11%      -0.1        0.57 ± 10%  perf-profile.children.cycles-pp.xfs_ialloc_read_agi
      0.47 ±  3%      -0.1        0.34 ± 10%  perf-profile.children.cycles-pp.update_rq_clock
      0.24 ±  5%      -0.1        0.11 ± 10%  perf-profile.children.cycles-pp.cpumask_next_and
      0.46 ± 13%      -0.1        0.34 ± 12%  perf-profile.children.cycles-pp.xfs_buf_lock
      0.43 ± 14%      -0.1        0.32 ± 13%  perf-profile.children.cycles-pp.__down
      0.29 ± 11%      -0.1        0.17 ± 21%  perf-profile.children.cycles-pp.__update_load_avg_se
      0.43 ± 13%      -0.1        0.32 ± 14%  perf-profile.children.cycles-pp.down
      0.35 ±  7%      -0.1        0.24 ± 24%  perf-profile.children.cycles-pp.__update_load_avg_cfs_rq
      0.38 ± 11%      -0.1        0.28 ±  4%  perf-profile.children.cycles-pp.xfs_cil_prepare_item
      0.18 ±  8%      -0.1        0.09 ±  9%  perf-profile.children.cycles-pp.find_next_and_bit
      0.53 ±  9%      -0.1        0.44 ±  5%  perf-profile.children.cycles-pp.io_schedule
      0.26 ± 11%      -0.1        0.18 ±  5%  perf-profile.children.cycles-pp.xfs_buf_item_pin
      0.38 ±  5%      -0.1        0.31 ±  9%  perf-profile.children.cycles-pp.update_curr
      0.19 ± 16%      -0.1        0.12 ± 15%  perf-profile.children.cycles-pp.switch_mm
      0.18 ±  6%      -0.1        0.13 ± 11%  perf-profile.children.cycles-pp.__list_add_valid
      0.12 ±  8%      -0.1        0.07 ± 58%  perf-profile.children.cycles-pp.update_cfs_rq_h_load
      0.10 ±  8%      -0.0        0.05 ± 58%  perf-profile.children.cycles-pp.cpuacct_charge
      0.14 ± 20%      -0.0        0.10 ± 27%  perf-profile.children.cycles-pp.account_entity_enqueue
      0.17 ± 18%      -0.0        0.13 ±  3%  perf-profile.children.cycles-pp.xfs_verify_agbno
      0.10 ± 15%      -0.0        0.06 ± 20%  perf-profile.children.cycles-pp.xfs_buf_reverify
      0.07 ±  5%      -0.0        0.05 ±  9%  perf-profile.children.cycles-pp.xfs_iext_get_extent
      0.07 ± 17%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.security_d_instantiate
      0.09 ±  7%      +0.0        0.11 ±  7%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.08 ±  8%      +0.0        0.11 ± 12%  perf-profile.children.cycles-pp.blk_mq_get_request
      0.04 ± 57%      +0.0        0.07 ±  7%  perf-profile.children.cycles-pp.xfs_bmap_longest_free_extent
      0.11 ±  9%      +0.0        0.14 ±  3%  perf-profile.children.cycles-pp.xfs_trans_brelse
      0.11 ±  9%      +0.0        0.14 ±  7%  perf-profile.children.cycles-pp.entry_SYSCALL_64
      0.07 ± 11%      +0.0        0.10 ± 10%  perf-profile.children.cycles-pp.xfs_buf_item_put
      0.07 ± 13%      +0.0        0.10 ±  5%  perf-profile.children.cycles-pp.__pagevec_lru_add_fn
      0.08 ±  8%      +0.0        0.11 ±  9%  perf-profile.children.cycles-pp.xfs_fs_inode_init_once
      0.26 ±  8%      +0.0        0.29 ±  2%  perf-profile.children.cycles-pp.native_irq_return_iret
      0.10 ± 15%      +0.0        0.13 ±  5%  perf-profile.children.cycles-pp.__might_sleep
      0.10 ± 11%      +0.0        0.14 ± 11%  perf-profile.children.cycles-pp.rcu_eqs_enter
      0.07 ± 22%      +0.0        0.11 ± 20%  perf-profile.children.cycles-pp.xlog_ungrant_log_space
      0.04 ± 63%      +0.0        0.08 ± 21%  perf-profile.children.cycles-pp.d_lru_add
      0.08 ± 15%      +0.0        0.12 ± 12%  perf-profile.children.cycles-pp.resched_curr
      0.10 ±  8%      +0.0        0.15 ±  7%  perf-profile.children.cycles-pp.xfs_dir3_free_bests_p
      0.15 ±  7%      +0.0        0.19 ±  9%  perf-profile.children.cycles-pp.xfs_dir3_free_hdr_from_disk
      0.01 ±173%      +0.0        0.06 ± 14%  perf-profile.children.cycles-pp.deactivate_task
      0.16 ± 10%      +0.0        0.21 ± 10%  perf-profile.children.cycles-pp.nr_iowait_cpu
      0.07 ± 26%      +0.0        0.12 ± 11%  perf-profile.children.cycles-pp._raw_spin_trylock
      0.07 ± 14%      +0.0        0.12 ± 20%  perf-profile.children.cycles-pp.__d_lookup
      0.14 ± 25%      +0.0        0.19 ±  6%  perf-profile.children.cycles-pp.native_apic_msr_eoi_write
      0.09 ± 14%      +0.0        0.14 ± 16%  perf-profile.children.cycles-pp.d_lookup
      0.19 ± 14%      +0.0        0.24 ± 10%  perf-profile.children.cycles-pp.update_ts_time_stats
      0.25 ± 10%      +0.1        0.30 ±  8%  perf-profile.children.cycles-pp.native_sched_clock
      0.01 ±173%      +0.1        0.07 ± 23%  perf-profile.children.cycles-pp.calc_global_load_tick
      0.00            +0.1        0.05 ±  8%  perf-profile.children.cycles-pp.complete_walk
      0.26 ± 12%      +0.1        0.31 ±  8%  perf-profile.children.cycles-pp.sched_clock
      0.16 ±  6%      +0.1        0.22 ± 13%  perf-profile.children.cycles-pp._cond_resched
      0.04 ±100%      +0.1        0.09 ± 17%  perf-profile.children.cycles-pp.xfs_iflush_int
      0.04 ± 58%      +0.1        0.10 ± 13%  perf-profile.children.cycles-pp.available_idle_cpu
      0.29 ± 13%      +0.1        0.35 ± 10%  perf-profile.children.cycles-pp.__blk_mq_try_issue_directly
      0.31 ±  9%      +0.1        0.37 ±  5%  perf-profile.children.cycles-pp.sched_clock_cpu
      0.00            +0.1        0.06 ± 11%  perf-profile.children.cycles-pp.xfs_allocbt_init_cursor
      0.01 ±173%      +0.1        0.08 ± 14%  perf-profile.children.cycles-pp.list_lru_add
      0.15 ±  7%      +0.1        0.22 ± 20%  perf-profile.children.cycles-pp.__next_timer_interrupt
      0.07 ± 10%      +0.1        0.13 ± 13%  perf-profile.children.cycles-pp.pm_qos_request
      0.38 ±  6%      +0.1        0.45        perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      0.13 ± 11%      +0.1        0.20 ± 13%  perf-profile.children.cycles-pp.find_next_bit
      0.01 ±173%      +0.1        0.08 ±  8%  perf-profile.children.cycles-pp.cpumask_next
      0.01 ±173%      +0.1        0.08 ±  5%  perf-profile.children.cycles-pp.xfs_buf_delwri_submit_buffers
      0.48 ±  3%      +0.1        0.55 ±  4%  perf-profile.children.cycles-pp.__percpu_counter_sum
      0.70 ±  7%      +0.1        0.78 ±  6%  perf-profile.children.cycles-pp.xfs_da3_node_read
      0.27 ± 14%      +0.1        0.35 ±  6%  perf-profile.children.cycles-pp._xfs_buf_ioapply
      0.28 ±  5%      +0.1        0.36 ± 14%  perf-profile.children.cycles-pp.set_next_entity
      0.50 ±  3%      +0.1        0.58 ±  4%  perf-profile.children.cycles-pp.__percpu_counter_compare
      0.30 ± 12%      +0.1        0.38 ±  6%  perf-profile.children.cycles-pp.__xfs_buf_submit
      0.65 ±  5%      +0.1        0.73 ±  4%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.00            +0.1        0.09 ± 19%  perf-profile.children.cycles-pp.set_task_cpu
      0.41 ±  9%      +0.1        0.50 ±  3%  perf-profile.children.cycles-pp.kmem_zone_alloc
      0.30 ± 13%      +0.1        0.40 ± 10%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      0.31 ± 13%      +0.1        0.41 ± 11%  perf-profile.children.cycles-pp.iov_iter_copy_from_user_atomic
      0.30 ± 14%      +0.1        0.40 ± 10%  perf-profile.children.cycles-pp.copyin
      0.25 ±  5%      +0.1        0.36 ± 25%  perf-profile.children.cycles-pp.cpuidle_governor_latency_req
      0.34 ± 16%      +0.1        0.46 ±  4%  perf-profile.children.cycles-pp.tick_irq_enter
      0.13 ± 43%      +0.1        0.25 ± 11%  perf-profile.children.cycles-pp.xfsaild
      0.08 ±  6%      +0.1        0.20 ± 15%  perf-profile.children.cycles-pp.select_idle_sibling
      0.22 ±  5%      +0.1        0.37 ± 17%  perf-profile.children.cycles-pp.get_next_timer_interrupt
      0.48 ±  9%      +0.1        0.63 ± 10%  perf-profile.children.cycles-pp.blk_mq_make_request
      1.25 ±  9%      +0.2        1.40 ±  4%  perf-profile.children.cycles-pp.xfs_da3_node_lookup_int
      0.42 ± 14%      +0.2        0.59 ±  5%  perf-profile.children.cycles-pp.irq_enter
      0.38 ±  7%      +0.2        0.54 ± 11%  perf-profile.children.cycles-pp.tick_nohz_next_event
      0.70 ± 12%      +0.2        0.87 ±  6%  perf-profile.children.cycles-pp.generic_make_request
      0.61 ± 13%      +0.2        0.78 ±  6%  perf-profile.children.cycles-pp.xfs_submit_ioend
      0.71 ± 12%      +0.2        0.88 ±  6%  perf-profile.children.cycles-pp.submit_bio
      0.53 ±  6%      +0.2        0.72 ± 11%  perf-profile.children.cycles-pp.tick_nohz_get_sleep_length
      1.70 ±  7%      +0.2        1.93 ±  3%  perf-profile.children.cycles-pp.xfs_dir2_node_addname
      1.82 ±  7%      +0.2        2.06 ±  2%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.47 ± 14%      +0.3        0.77 ± 16%  perf-profile.children.cycles-pp.clockevents_program_event
      0.73 ± 11%      +0.3        1.04 ±  7%  perf-profile.children.cycles-pp.iomap_set_page_dirty
      0.63 ±  7%      +0.3        0.94 ±  9%  perf-profile.children.cycles-pp.locked_inode_to_wb_and_lock_list
      0.65 ± 10%      +0.3        0.97 ±  9%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.84 ± 10%      +0.3        1.17 ±  6%  perf-profile.children.cycles-pp.iomap_write_end
      1.94 ±  4%      +0.4        2.31 ±  7%  perf-profile.children.cycles-pp.menu_select
      0.65 ±  7%      +0.4        1.07 ± 14%  perf-profile.children.cycles-pp.ktime_get
      1.81 ±  9%      +0.5        2.28 ±  4%  perf-profile.children.cycles-pp.iomap_write_actor
      2.09 ±  9%      +0.6        2.65 ±  4%  perf-profile.children.cycles-pp.iomap_apply
      2.10 ±  9%      +0.6        2.66 ±  4%  perf-profile.children.cycles-pp.iomap_file_buffered_write
      2.23 ±  8%      +0.6        2.80 ±  4%  perf-profile.children.cycles-pp.xfs_file_buffered_aio_write
      2.26 ±  9%      +0.6        2.86 ±  4%  perf-profile.children.cycles-pp.new_sync_write
      2.33 ±  8%      +0.6        2.94 ±  4%  perf-profile.children.cycles-pp.vfs_write
      2.35 ±  8%      +0.6        2.96 ±  4%  perf-profile.children.cycles-pp.ksys_write
      0.42 ± 21%      +0.6        1.04 ±  7%  perf-profile.children.cycles-pp.poll_idle
      5.46 ±  9%      +0.8        6.25 ±  7%  perf-profile.children.cycles-pp.smp_apic_timer_interrupt
      6.03 ±  7%      +0.8        6.86 ±  7%  perf-profile.children.cycles-pp.apic_timer_interrupt
      1.70 ±  5%      -1.1        0.57 ±  5%  perf-profile.self.cycles-pp.update_sd_lb_stats
      0.45 ±  8%      -0.2        0.22 ±  9%  perf-profile.self.cycles-pp.idle_cpu
      1.31            -0.2        1.09 ±  3%  perf-profile.self.cycles-pp._raw_spin_lock
      0.37 ±  8%      -0.2        0.17 ± 26%  perf-profile.self.cycles-pp.try_to_wake_up
      0.71 ±  8%      -0.2        0.54 ±  6%  perf-profile.self.cycles-pp.memcpy_erms
      0.39 ±  2%      -0.2        0.24 ± 12%  perf-profile.self.cycles-pp.update_rq_clock
      0.23 ± 11%      -0.1        0.11 ±  6%  perf-profile.self.cycles-pp.load_balance
      0.27 ± 12%      -0.1        0.16 ± 23%  perf-profile.self.cycles-pp.__update_load_avg_se
      0.33 ±  8%      -0.1        0.23 ± 26%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.29 ± 12%      -0.1        0.19 ± 16%  perf-profile.self.cycles-pp.xlog_write
      0.17 ±  8%      -0.1        0.08 ±  8%  perf-profile.self.cycles-pp.find_next_and_bit
      0.18 ± 29%      -0.1        0.10 ± 14%  perf-profile.self.cycles-pp.update_blocked_averages
      0.25 ± 10%      -0.1        0.18 ±  6%  perf-profile.self.cycles-pp.xfs_buf_item_pin
      0.39 ±  8%      -0.1        0.32 ±  9%  perf-profile.self.cycles-pp.do_idle
      0.67 ±  4%      -0.1        0.60 ± 11%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.09 ± 21%      -0.1        0.03 ±100%  perf-profile.self.cycles-pp.find_busiest_group
      0.10 ± 14%      -0.1        0.04 ± 58%  perf-profile.self.cycles-pp.xlog_cil_force_lsn
      0.18 ±  7%      -0.1        0.12 ± 11%  perf-profile.self.cycles-pp.__list_add_valid
      0.12 ±  8%      -0.1        0.07 ± 58%  perf-profile.self.cycles-pp.update_cfs_rq_h_load
      0.10 ± 11%      -0.0        0.05 ± 58%  perf-profile.self.cycles-pp.cpuacct_charge
      0.14 ± 20%      -0.0        0.10 ± 27%  perf-profile.self.cycles-pp.account_entity_enqueue
      0.22 ±  8%      -0.0        0.18 ± 15%  perf-profile.self.cycles-pp.pick_next_task_fair
      0.07 ±  7%      -0.0        0.03 ±100%  perf-profile.self.cycles-pp.__flush_work
      0.10 ± 15%      -0.0        0.06 ± 20%  perf-profile.self.cycles-pp.xfs_buf_reverify
      0.15 ± 11%      -0.0        0.12 ±  5%  perf-profile.self.cycles-pp.__xfs_log_force_lsn
      0.07 ± 12%      -0.0        0.05        perf-profile.self.cycles-pp.xfs_iext_get_extent
      0.08 ±  8%      +0.0        0.10 ±  7%  perf-profile.self.cycles-pp.percpu_counter_add_batch
      0.04 ± 58%      +0.0        0.07        perf-profile.self.cycles-pp.rcu_core
      0.04 ± 58%      +0.0        0.07 ± 10%  perf-profile.self.cycles-pp.rcu_idle_exit
      0.11 ± 11%      +0.0        0.14 ±  7%  perf-profile.self.cycles-pp.entry_SYSCALL_64
      0.07 ± 17%      +0.0        0.10 ± 15%  perf-profile.self.cycles-pp.__next_timer_interrupt
      0.04 ± 58%      +0.0        0.07 ±  5%  perf-profile.self.cycles-pp.cpuidle_governor_latency_req
      0.08 ± 15%      +0.0        0.11 ± 17%  perf-profile.self.cycles-pp.tick_nohz_next_event
      0.08 ± 13%      +0.0        0.12 ± 11%  perf-profile.self.cycles-pp.xfs_dir3_free_bests_p
      0.12 ±  5%      +0.0        0.15 ±  7%  perf-profile.self.cycles-pp.xfs_dir3_free_hdr_from_disk
      0.09 ±  8%      +0.0        0.13 ± 13%  perf-profile.self.cycles-pp.rcu_eqs_enter
      0.04 ± 58%      +0.0        0.08 ± 15%  perf-profile.self.cycles-pp.note_gp_changes
      0.11 ±  9%      +0.0        0.15 ± 14%  perf-profile.self.cycles-pp.set_next_entity
      0.07 ± 19%      +0.0        0.12 ±  3%  perf-profile.self.cycles-pp.__might_sleep
      0.16 ±  9%      +0.0        0.20 ±  9%  perf-profile.self.cycles-pp.nr_iowait_cpu
      0.07 ± 26%      +0.0        0.11 ±  9%  perf-profile.self.cycles-pp._raw_spin_trylock
      0.08 ± 19%      +0.0        0.12 ± 12%  perf-profile.self.cycles-pp.resched_curr
      0.01 ±173%      +0.0        0.06 ± 14%  perf-profile.self.cycles-pp.deactivate_task
      0.00            +0.1        0.05 ±  8%  perf-profile.self.cycles-pp.xfs_buf_item_unlock
      0.12 ± 10%      +0.1        0.17 ± 16%  perf-profile.self.cycles-pp.find_next_bit
      0.04 ± 58%      +0.1        0.10 ± 13%  perf-profile.self.cycles-pp.available_idle_cpu
      0.24 ± 12%      +0.1        0.29 ±  9%  perf-profile.self.cycles-pp.native_sched_clock
      0.36 ±  7%      +0.1        0.42        perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.07 ±  6%      +0.1        0.13 ± 11%  perf-profile.self.cycles-pp.pm_qos_request
      0.00            +0.1        0.07 ± 23%  perf-profile.self.cycles-pp.calc_global_load_tick
      0.30 ± 13%      +0.1        0.38 ± 10%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.83 ±  7%      +0.1        0.92 ±  5%  perf-profile.self.cycles-pp.cpuidle_enter_state
      0.30 ±  3%      +0.4        0.70 ± 21%  perf-profile.self.cycles-pp.ktime_get
      0.33 ± 18%      +0.6        0.91 ±  8%  perf-profile.self.cycles-pp.poll_idle
    422504 ±  8%     -42.9%     241213 ± 52%  interrupts.189:IR-PCI-MSI.67633153-edge.nvme0q1
    430891           -47.1%     228051 ± 49%  interrupts.192:IR-PCI-MSI.67633156-edge.nvme0q4
    247370           -45.1%     135845 ± 46%  interrupts.201:IR-PCI-MSI.67633165-edge.nvme0q13
    260793 ±  3%     +51.2%     394197 ± 20%  interrupts.212:IR-PCI-MSI.67633176-edge.nvme0q24
    261144 ±  3%     +47.5%     385242 ± 18%  interrupts.216:IR-PCI-MSI.67633180-edge.nvme0q28
    268.00 ± 42%     -34.0%     176.75 ± 11%  interrupts.38:IR-PCI-MSI.1572868-edge.eth0-TxRx-4
    438.00 ± 55%     -58.3%     182.75 ±  8%  interrupts.47:IR-PCI-MSI.1572877-edge.eth0-TxRx-13
    253.25 ± 37%     +47.7%     374.00 ± 22%  interrupts.49:IR-PCI-MSI.1572879-edge.eth0-TxRx-15
    167.75           -12.8%     146.25 ±  2%  interrupts.50:IR-PCI-MSI.1572880-edge.eth0-TxRx-16
    167.75           -12.8%     146.25 ±  3%  interrupts.51:IR-PCI-MSI.1572881-edge.eth0-TxRx-17
    216.25 ± 37%     -34.1%     142.50        interrupts.52:IR-PCI-MSI.1572882-edge.eth0-TxRx-18
    194.75 ± 19%     -26.8%     142.50        interrupts.53:IR-PCI-MSI.1572883-edge.eth0-TxRx-19
    172.25           -17.3%     142.50        interrupts.54:IR-PCI-MSI.1572884-edge.eth0-TxRx-20
    169.00           -14.9%     143.75        interrupts.55:IR-PCI-MSI.1572885-edge.eth0-TxRx-21
    206.75 ± 29%     -31.1%     142.50        interrupts.56:IR-PCI-MSI.1572886-edge.eth0-TxRx-22
    181.00 ±  9%     -21.3%     142.50        interrupts.57:IR-PCI-MSI.1572887-edge.eth0-TxRx-23
    168.75           -15.6%     142.50        interrupts.58:IR-PCI-MSI.1572888-edge.eth0-TxRx-24
    178.25 ±  7%     -20.1%     142.50        interrupts.59:IR-PCI-MSI.1572889-edge.eth0-TxRx-25
    187.25 ±  6%     -23.8%     142.75        interrupts.60:IR-PCI-MSI.1572890-edge.eth0-TxRx-26
    178.50 ±  4%     -20.2%     142.50        interrupts.61:IR-PCI-MSI.1572891-edge.eth0-TxRx-27
    176.00 ±  2%     -19.0%     142.50        interrupts.62:IR-PCI-MSI.1572892-edge.eth0-TxRx-28
    169.25           -15.7%     142.75        interrupts.63:IR-PCI-MSI.1572893-edge.eth0-TxRx-29
    168.75           -15.6%     142.50        interrupts.64:IR-PCI-MSI.1572894-edge.eth0-TxRx-30
    176.50 ±  3%     -19.1%     142.75        interrupts.65:IR-PCI-MSI.1572895-edge.eth0-TxRx-31
    168.50           -15.4%     142.50        interrupts.66:IR-PCI-MSI.1572896-edge.eth0-TxRx-32
    178.25 ± 10%     -20.1%     142.50        interrupts.67:IR-PCI-MSI.1572897-edge.eth0-TxRx-33
    182.00 ± 13%     -21.7%     142.50        interrupts.68:IR-PCI-MSI.1572898-edge.eth0-TxRx-34
    167.75           -15.1%     142.50        interrupts.69:IR-PCI-MSI.1572899-edge.eth0-TxRx-35
    167.75           -14.0%     144.25        interrupts.71:IR-PCI-MSI.1572901-edge.eth0-TxRx-37
    167.75           -12.8%     146.25 ±  3%  interrupts.74:IR-PCI-MSI.1572902-edge.eth0-TxRx-38
    170.25           -14.8%     145.00        interrupts.75:IR-PCI-MSI.1572903-edge.eth0-TxRx-39
    167.75           -14.0%     144.25 ±  2%  interrupts.76:IR-PCI-MSI.1572904-edge.eth0-TxRx-40
    167.75           -13.1%     145.75        interrupts.77:IR-PCI-MSI.1572905-edge.eth0-TxRx-41
    167.75           -12.5%     146.75 ±  4%  interrupts.78:IR-PCI-MSI.1572906-edge.eth0-TxRx-42
    176.25 ±  5%     -17.6%     145.25        interrupts.80:IR-PCI-MSI.1572908-edge.eth0-TxRx-44
    170.50           -14.2%     146.25 ±  2%  interrupts.81:IR-PCI-MSI.1572909-edge.eth0-TxRx-45
    168.25           -14.3%     144.25 ±  2%  interrupts.84:IR-PCI-MSI.1572912-edge.eth0-TxRx-48
    170.50 ±  2%     -15.4%     144.25 ±  2%  interrupts.85:IR-PCI-MSI.1572913-edge.eth0-TxRx-49
    171.25 ±  3%     -13.7%     147.75 ±  5%  interrupts.87:IR-PCI-MSI.1572915-edge.eth0-TxRx-51
    169.75 ±  2%     -12.1%     149.25 ±  6%  interrupts.88:IR-PCI-MSI.1572916-edge.eth0-TxRx-52
    167.75           -10.6%     150.00 ±  6%  interrupts.89:IR-PCI-MSI.1572917-edge.eth0-TxRx-53
    178.75 ±  9%     -20.3%     142.50        interrupts.90:IR-PCI-MSI.1572918-edge.eth0-TxRx-54
    171.50 ±  2%     -16.9%     142.50        interrupts.91:IR-PCI-MSI.1572919-edge.eth0-TxRx-55
    172.75 ±  4%     -17.5%     142.50        interrupts.92:IR-PCI-MSI.1572920-edge.eth0-TxRx-56
    168.25           -15.3%     142.50        interrupts.93:IR-PCI-MSI.1572921-edge.eth0-TxRx-57
    228.00 ± 44%     -37.5%     142.50        interrupts.94:IR-PCI-MSI.1572922-edge.eth0-TxRx-58
    169.00           -15.7%     142.50        interrupts.95:IR-PCI-MSI.1572923-edge.eth0-TxRx-59
    171.00 ±  2%     -16.7%     142.50        interrupts.96:IR-PCI-MSI.1572924-edge.eth0-TxRx-60
    170.00           -16.2%     142.50        interrupts.97:IR-PCI-MSI.1572925-edge.eth0-TxRx-61
    168.50           -15.4%     142.50        interrupts.98:IR-PCI-MSI.1572926-edge.eth0-TxRx-62
    229718 ±  7%     -15.7%     193607 ±  2%  interrupts.CAL:Function_call_interrupts
      3235 ± 11%     -16.4%       2705 ±  4%  interrupts.CPU0.CAL:Function_call_interrupts
     26590 ± 12%     -60.1%      10610 ± 52%  interrupts.CPU0.RES:Rescheduling_interrupts
     22410 ±  4%     -62.3%       8442 ± 46%  interrupts.CPU1.RES:Rescheduling_interrupts
    101.25 ± 21%     -76.8%      23.50 ± 55%  interrupts.CPU1.TLB:TLB_shootdowns
      3227 ± 12%     -14.6%       2755 ±  4%  interrupts.CPU10.CAL:Function_call_interrupts
    816.50 ± 36%     -69.0%     253.00 ± 69%  interrupts.CPU10.NMI:Non-maskable_interrupts
    816.50 ± 36%     -69.0%     253.00 ± 69%  interrupts.CPU10.PMI:Performance_monitoring_interrupts
     21079 ±  3%     -69.2%       6484 ± 50%  interrupts.CPU10.RES:Rescheduling_interrupts
      3201 ± 10%     -13.9%       2755 ±  5%  interrupts.CPU11.CAL:Function_call_interrupts
     18901 ±  7%     -68.6%       5942 ± 48%  interrupts.CPU11.RES:Rescheduling_interrupts
     20101 ±  2%     -67.7%       6491 ± 55%  interrupts.CPU12.RES:Rescheduling_interrupts
    438.00 ± 55%     -58.3%     182.75 ±  8%  interrupts.CPU13.47:IR-PCI-MSI.1572877-edge.eth0-TxRx-13
      3117 ± 13%     -16.7%       2597 ±  8%  interrupts.CPU13.CAL:Function_call_interrupts
     19615 ±  3%     -71.3%       5627 ± 50%  interrupts.CPU13.RES:Rescheduling_interrupts
      3174 ±  6%     -17.9%       2605 ±  2%  interrupts.CPU14.CAL:Function_call_interrupts
     20369 ±  2%     -71.9%       5713 ± 49%  interrupts.CPU14.RES:Rescheduling_interrupts
    253.25 ± 37%     +47.7%     374.00 ± 22%  interrupts.CPU15.49:IR-PCI-MSI.1572879-edge.eth0-TxRx-15
      3243 ± 11%     -15.0%       2755 ±  3%  interrupts.CPU15.CAL:Function_call_interrupts
     20403 ±  3%     -71.5%       5814 ± 47%  interrupts.CPU15.RES:Rescheduling_interrupts
    167.75           -12.8%     146.25 ±  2%  interrupts.CPU16.50:IR-PCI-MSI.1572880-edge.eth0-TxRx-16
      3226 ± 11%     -16.7%       2687 ±  4%  interrupts.CPU16.CAL:Function_call_interrupts
     20912 ±  4%     -73.5%       5540 ± 49%  interrupts.CPU16.RES:Rescheduling_interrupts
    167.75           -12.8%     146.25 ±  3%  interrupts.CPU17.51:IR-PCI-MSI.1572881-edge.eth0-TxRx-17
      3176 ± 11%     -19.9%       2545 ± 10%  interrupts.CPU17.CAL:Function_call_interrupts
     21361 ±  6%     -72.6%       5844 ± 54%  interrupts.CPU17.RES:Rescheduling_interrupts
    216.25 ± 37%     -34.1%     142.50        interrupts.CPU18.52:IR-PCI-MSI.1572882-edge.eth0-TxRx-18
      3179 ± 10%     -19.5%       2559 ±  3%  interrupts.CPU18.CAL:Function_call_interrupts
    194.75 ± 19%     -26.8%     142.50        interrupts.CPU19.53:IR-PCI-MSI.1572883-edge.eth0-TxRx-19
      3514 ±  6%     -23.0%       2704 ±  3%  interrupts.CPU19.CAL:Function_call_interrupts
     23250 ±  5%     -62.0%       8828 ± 49%  interrupts.CPU2.RES:Rescheduling_interrupts
    172.25           -17.3%     142.50        interrupts.CPU20.54:IR-PCI-MSI.1572884-edge.eth0-TxRx-20
      3222 ±  5%     -16.9%       2677 ±  3%  interrupts.CPU20.CAL:Function_call_interrupts
    169.00           -14.9%     143.75        interrupts.CPU21.55:IR-PCI-MSI.1572885-edge.eth0-TxRx-21
      3226 ± 10%     -18.4%       2632 ±  3%  interrupts.CPU21.CAL:Function_call_interrupts
    206.75 ± 29%     -31.1%     142.50        interrupts.CPU22.56:IR-PCI-MSI.1572886-edge.eth0-TxRx-22
      3155 ±  2%     -17.4%       2606 ±  5%  interrupts.CPU22.CAL:Function_call_interrupts
    181.00 ±  9%     -21.3%     142.50        interrupts.CPU23.57:IR-PCI-MSI.1572887-edge.eth0-TxRx-23
      3228 ±  8%     -13.9%       2779 ±  4%  interrupts.CPU23.CAL:Function_call_interrupts
    168.75           -15.6%     142.50        interrupts.CPU24.58:IR-PCI-MSI.1572888-edge.eth0-TxRx-24
      3077 ±  6%     -14.8%       2621 ±  3%  interrupts.CPU24.CAL:Function_call_interrupts
    178.25 ±  7%     -20.1%     142.50        interrupts.CPU25.59:IR-PCI-MSI.1572889-edge.eth0-TxRx-25
      3081 ±  7%     -14.0%       2649 ±  3%  interrupts.CPU25.CAL:Function_call_interrupts
     20741 ±  2%     -19.1%      16783 ± 21%  interrupts.CPU25.RES:Rescheduling_interrupts
    187.25 ±  6%     -23.8%     142.75        interrupts.CPU26.60:IR-PCI-MSI.1572890-edge.eth0-TxRx-26
      3183 ±  6%     -14.0%       2739 ±  3%  interrupts.CPU26.CAL:Function_call_interrupts
     21304 ±  3%     -21.7%      16671 ± 19%  interrupts.CPU26.RES:Rescheduling_interrupts
    178.50 ±  4%     -20.2%     142.50        interrupts.CPU27.61:IR-PCI-MSI.1572891-edge.eth0-TxRx-27
     20098 ±  2%     -23.2%      15432 ± 26%  interrupts.CPU27.RES:Rescheduling_interrupts
    176.00 ±  2%     -19.0%     142.50        interrupts.CPU28.62:IR-PCI-MSI.1572892-edge.eth0-TxRx-28
     20653 ±  2%     -23.6%      15784 ± 18%  interrupts.CPU28.RES:Rescheduling_interrupts
    169.25           -15.7%     142.75        interrupts.CPU29.63:IR-PCI-MSI.1572893-edge.eth0-TxRx-29
      3174 ±  6%     -15.3%       2687 ±  4%  interrupts.CPU29.CAL:Function_call_interrupts
     20427 ±  6%     -25.6%      15189 ± 19%  interrupts.CPU29.RES:Rescheduling_interrupts
      3329 ±  8%     -16.5%       2779 ±  7%  interrupts.CPU3.CAL:Function_call_interrupts
      1115 ± 23%     -64.0%     401.75 ± 67%  interrupts.CPU3.NMI:Non-maskable_interrupts
      1115 ± 23%     -64.0%     401.75 ± 67%  interrupts.CPU3.PMI:Performance_monitoring_interrupts
     23625 ±  3%     -67.6%       7653 ± 43%  interrupts.CPU3.RES:Rescheduling_interrupts
    168.75           -15.6%     142.50        interrupts.CPU30.64:IR-PCI-MSI.1572894-edge.eth0-TxRx-30
      3273 ±  9%     -17.8%       2690 ±  4%  interrupts.CPU30.CAL:Function_call_interrupts
     21141 ±  5%     -28.7%      15072 ± 18%  interrupts.CPU30.RES:Rescheduling_interrupts
    176.50 ±  3%     -19.1%     142.75        interrupts.CPU31.65:IR-PCI-MSI.1572895-edge.eth0-TxRx-31
     18825 ±  3%     -22.2%      14637 ± 20%  interrupts.CPU31.RES:Rescheduling_interrupts
    168.50           -15.4%     142.50        interrupts.CPU32.66:IR-PCI-MSI.1572896-edge.eth0-TxRx-32
      3079 ±  7%     -14.5%       2631 ±  4%  interrupts.CPU32.CAL:Function_call_interrupts
     19548 ±  5%     -25.7%      14528 ± 24%  interrupts.CPU32.RES:Rescheduling_interrupts
    178.25 ± 10%     -20.1%     142.50        interrupts.CPU33.67:IR-PCI-MSI.1572897-edge.eth0-TxRx-33
      3112 ± 10%     -18.6%       2534 ±  2%  interrupts.CPU33.CAL:Function_call_interrupts
     19961 ±  4%     -30.9%      13802 ± 19%  interrupts.CPU33.RES:Rescheduling_interrupts
    182.00 ± 13%     -21.7%     142.50        interrupts.CPU34.68:IR-PCI-MSI.1572898-edge.eth0-TxRx-34
     21207 ±  2%     -31.7%      14495 ± 18%  interrupts.CPU34.RES:Rescheduling_interrupts
    167.75           -15.1%     142.50        interrupts.CPU35.69:IR-PCI-MSI.1572899-edge.eth0-TxRx-35
      3208 ±  3%     -18.6%       2611 ±  4%  interrupts.CPU35.CAL:Function_call_interrupts
     22498 ±  3%     -37.1%      14146 ± 22%  interrupts.CPU35.RES:Rescheduling_interrupts
    422504 ±  8%     -42.9%     241213 ± 52%  interrupts.CPU36.189:IR-PCI-MSI.67633153-edge.nvme0q1
    167.75           -14.0%     144.25        interrupts.CPU37.71:IR-PCI-MSI.1572901-edge.eth0-TxRx-37
      3392 ±  9%     -20.4%       2701 ±  4%  interrupts.CPU37.CAL:Function_call_interrupts
     24259 ±  4%     -73.4%       6454 ± 50%  interrupts.CPU37.RES:Rescheduling_interrupts
     96.25 ±  6%     -61.3%      37.25 ± 58%  interrupts.CPU37.TLB:TLB_shootdowns
    167.75           -12.8%     146.25 ±  3%  interrupts.CPU38.74:IR-PCI-MSI.1572902-edge.eth0-TxRx-38
    247370           -45.1%     135845 ± 46%  interrupts.CPU39.201:IR-PCI-MSI.67633165-edge.nvme0q13
    170.25           -14.8%     145.00        interrupts.CPU39.75:IR-PCI-MSI.1572903-edge.eth0-TxRx-39
    268.00 ± 42%     -34.0%     176.75 ± 11%  interrupts.CPU4.38:IR-PCI-MSI.1572868-edge.eth0-TxRx-4
      3342 ±  9%     -14.6%       2853 ±  2%  interrupts.CPU4.CAL:Function_call_interrupts
     22865 ±  3%     -65.6%       7868 ± 51%  interrupts.CPU4.RES:Rescheduling_interrupts
    167.75           -14.0%     144.25 ±  2%  interrupts.CPU40.76:IR-PCI-MSI.1572904-edge.eth0-TxRx-40
    167.75           -13.1%     145.75        interrupts.CPU41.77:IR-PCI-MSI.1572905-edge.eth0-TxRx-41
      3146 ±  8%     -10.3%       2822 ±  2%  interrupts.CPU41.CAL:Function_call_interrupts
     25503 ±  5%     -66.3%       8586 ± 48%  interrupts.CPU41.RES:Rescheduling_interrupts
    430891           -47.1%     228051 ± 49%  interrupts.CPU42.192:IR-PCI-MSI.67633156-edge.nvme0q4
    167.75           -12.5%     146.75 ±  4%  interrupts.CPU42.78:IR-PCI-MSI.1572906-edge.eth0-TxRx-42
      3229 ±  9%     -14.7%       2755 ±  2%  interrupts.CPU42.CAL:Function_call_interrupts
    176.25 ±  5%     -17.6%     145.25        interrupts.CPU44.80:IR-PCI-MSI.1572908-edge.eth0-TxRx-44
      3143 ±  7%     -10.8%       2803 ±  3%  interrupts.CPU44.CAL:Function_call_interrupts
    170.50           -14.2%     146.25 ±  2%  interrupts.CPU45.81:IR-PCI-MSI.1572909-edge.eth0-TxRx-45
      3366 ±  4%     -18.2%       2754 ±  5%  interrupts.CPU45.CAL:Function_call_interrupts
     27232 ±  3%     -65.8%       9319 ± 50%  interrupts.CPU45.RES:Rescheduling_interrupts
      3189 ±  8%     -17.7%       2624 ±  3%  interrupts.CPU47.CAL:Function_call_interrupts
    168.25           -14.3%     144.25 ±  2%  interrupts.CPU48.84:IR-PCI-MSI.1572912-edge.eth0-TxRx-48
      3190 ±  7%     -18.8%       2590 ±  2%  interrupts.CPU48.CAL:Function_call_interrupts
    170.50 ±  2%     -15.4%     144.25 ±  2%  interrupts.CPU49.85:IR-PCI-MSI.1572913-edge.eth0-TxRx-49
      3107 ±  9%     -12.3%       2725 ±  4%  interrupts.CPU49.CAL:Function_call_interrupts
      3496 ±  7%     -18.5%       2848 ±  4%  interrupts.CPU5.CAL:Function_call_interrupts
      1330 ± 23%     -73.7%     349.75 ± 64%  interrupts.CPU5.NMI:Non-maskable_interrupts
      1330 ± 23%     -73.7%     349.75 ± 64%  interrupts.CPU5.PMI:Performance_monitoring_interrupts
     20995 ±  2%     -67.5%       6822 ± 46%  interrupts.CPU5.RES:Rescheduling_interrupts
    117.50 ± 12%     -68.1%      37.50 ± 65%  interrupts.CPU5.TLB:TLB_shootdowns
    171.25 ±  3%     -13.7%     147.75 ±  5%  interrupts.CPU51.87:IR-PCI-MSI.1572915-edge.eth0-TxRx-51
      3110 ±  8%     -18.7%       2530 ±  5%  interrupts.CPU51.CAL:Function_call_interrupts
    169.75 ±  2%     -12.1%     149.25 ±  6%  interrupts.CPU52.88:IR-PCI-MSI.1572916-edge.eth0-TxRx-52
      3134 ±  5%     -13.5%       2712 ±  4%  interrupts.CPU52.CAL:Function_call_interrupts
    167.75           -10.6%     150.00 ±  6%  interrupts.CPU53.89:IR-PCI-MSI.1572917-edge.eth0-TxRx-53
    178.75 ±  9%     -20.3%     142.50        interrupts.CPU54.90:IR-PCI-MSI.1572918-edge.eth0-TxRx-54
      3131 ±  3%     -10.8%       2793        interrupts.CPU54.CAL:Function_call_interrupts
      5984 ±  2%     +45.7%       8718 ± 17%  interrupts.CPU54.RES:Rescheduling_interrupts
    171.50 ±  2%     -16.9%     142.50        interrupts.CPU55.91:IR-PCI-MSI.1572919-edge.eth0-TxRx-55
      3175 ±  6%     -14.2%       2723 ±  7%  interrupts.CPU55.CAL:Function_call_interrupts
     23559 ±  3%     -32.2%      15973 ± 20%  interrupts.CPU55.RES:Rescheduling_interrupts
    172.75 ±  4%     -17.5%     142.50        interrupts.CPU56.92:IR-PCI-MSI.1572920-edge.eth0-TxRx-56
      3116 ±  6%     -13.7%       2688 ±  2%  interrupts.CPU56.CAL:Function_call_interrupts
    319.75 ±173%    +203.8%     971.50 ± 79%  interrupts.CPU56.NMI:Non-maskable_interrupts
    319.75 ±173%    +203.8%     971.50 ± 79%  interrupts.CPU56.PMI:Performance_monitoring_interrupts
      7140 ±  4%     +93.6%      13823 ± 19%  interrupts.CPU56.RES:Rescheduling_interrupts
    168.25           -15.3%     142.50        interrupts.CPU57.93:IR-PCI-MSI.1572921-edge.eth0-TxRx-57
      3114 ±  6%     -12.2%       2733        interrupts.CPU57.CAL:Function_call_interrupts
    169.50 ±149%    +397.1%     842.50 ± 62%  interrupts.CPU57.NMI:Non-maskable_interrupts
    169.50 ±149%    +397.1%     842.50 ± 62%  interrupts.CPU57.PMI:Performance_monitoring_interrupts
      8056 ±  5%     +86.4%      15014 ± 18%  interrupts.CPU57.RES:Rescheduling_interrupts
    228.00 ± 44%     -37.5%     142.50        interrupts.CPU58.94:IR-PCI-MSI.1572922-edge.eth0-TxRx-58
      3274 ±  8%     -18.4%       2670 ±  2%  interrupts.CPU58.CAL:Function_call_interrupts
     10108 ±  4%    +131.8%      23428 ± 19%  interrupts.CPU58.RES:Rescheduling_interrupts
    169.00           -15.7%     142.50        interrupts.CPU59.95:IR-PCI-MSI.1572923-edge.eth0-TxRx-59
      3393 ±  7%     -18.5%       2766        interrupts.CPU59.CAL:Function_call_interrupts
     27478           -26.8%      20104 ± 19%  interrupts.CPU59.RES:Rescheduling_interrupts
      3244 ±  6%     -15.8%       2733 ±  6%  interrupts.CPU6.CAL:Function_call_interrupts
     21726 ±  5%     -68.1%       6938 ± 47%  interrupts.CPU6.RES:Rescheduling_interrupts
    171.00 ±  2%     -16.7%     142.50        interrupts.CPU60.96:IR-PCI-MSI.1572924-edge.eth0-TxRx-60
      3293 ±  8%     -16.4%       2754 ±  3%  interrupts.CPU60.CAL:Function_call_interrupts
      8316 ±  4%    +172.6%      22668 ± 19%  interrupts.CPU60.RES:Rescheduling_interrupts
    170.00           -16.2%     142.50        interrupts.CPU61.97:IR-PCI-MSI.1572925-edge.eth0-TxRx-61
      3304 ±  7%     -17.0%       2743 ±  2%  interrupts.CPU61.CAL:Function_call_interrupts
      9087 ±  3%    +135.1%      21368 ± 18%  interrupts.CPU61.RES:Rescheduling_interrupts
    168.50           -15.4%     142.50        interrupts.CPU62.98:IR-PCI-MSI.1572926-edge.eth0-TxRx-62
      3175 ± 10%     -17.0%       2635 ±  4%  interrupts.CPU62.CAL:Function_call_interrupts
      9738 ±  5%    +146.8%      24030 ± 20%  interrupts.CPU62.RES:Rescheduling_interrupts
      3326 ±  6%     -18.9%       2698        interrupts.CPU63.CAL:Function_call_interrupts
     10613 ±  4%    +132.6%      24686 ± 23%  interrupts.CPU63.RES:Rescheduling_interrupts
      3243 ±  9%     -17.2%       2685 ±  5%  interrupts.CPU64.CAL:Function_call_interrupts
     11144 ±  6%    +140.1%      26755 ± 20%  interrupts.CPU64.RES:Rescheduling_interrupts
      3191 ±  9%     -15.8%       2686 ±  5%  interrupts.CPU65.CAL:Function_call_interrupts
     11358 ±  3%    +136.3%      26837 ± 19%  interrupts.CPU65.RES:Rescheduling_interrupts
    260793 ±  3%     +51.2%     394197 ± 20%  interrupts.CPU66.212:IR-PCI-MSI.67633176-edge.nvme0q24
      3096 ±  7%     -12.0%       2726        interrupts.CPU66.CAL:Function_call_interrupts
     11325          +145.8%      27837 ± 16%  interrupts.CPU66.RES:Rescheduling_interrupts
      3354 ±  5%     -18.0%       2751 ±  5%  interrupts.CPU67.CAL:Function_call_interrupts
     12209 ±  4%    +134.1%      28578 ± 18%  interrupts.CPU67.RES:Rescheduling_interrupts
      3223 ±  3%     -14.8%       2747 ±  2%  interrupts.CPU68.CAL:Function_call_interrupts
     11952 ±  4%    +141.6%      28870 ± 18%  interrupts.CPU68.RES:Rescheduling_interrupts
      3182 ±  4%     -10.6%       2845 ±  3%  interrupts.CPU69.CAL:Function_call_interrupts
     12156 ±  2%    +146.5%      29970 ± 19%  interrupts.CPU69.RES:Rescheduling_interrupts
      3230 ± 11%     -18.0%       2649 ±  4%  interrupts.CPU7.CAL:Function_call_interrupts
     20915 ±  4%     -68.6%       6561 ± 49%  interrupts.CPU7.RES:Rescheduling_interrupts
    261144 ±  3%     +47.5%     385242 ± 18%  interrupts.CPU70.216:IR-PCI-MSI.67633180-edge.nvme0q28
      3264 ±  9%     -18.2%       2669 ±  5%  interrupts.CPU70.CAL:Function_call_interrupts
     12011 ±  6%    +138.9%      28690 ± 20%  interrupts.CPU70.RES:Rescheduling_interrupts
     10586 ±  4%    +160.7%      27601 ± 20%  interrupts.CPU71.RES:Rescheduling_interrupts
      3230 ± 11%     -37.5%       2018 ± 36%  interrupts.CPU8.CAL:Function_call_interrupts
     21120 ±  3%     -69.5%       6444 ± 50%  interrupts.CPU8.RES:Rescheduling_interrupts
      3077 ±  3%     -12.1%       2706 ±  2%  interrupts.CPU9.CAL:Function_call_interrupts
     18321 ±  4%     -61.6%       7044 ± 66%  interrupts.CPU9.RES:Rescheduling_interrupts
    113.50 ±  6%     -70.0%      34.00 ± 75%  interrupts.CPU9.TLB:TLB_shootdowns
   1200165           -15.3%    1016492        interrupts.RES:Rescheduling_interrupts
      1416 ±  3%     -33.2%     945.75 ± 18%  interrupts.TLB:TLB_shootdowns



***************************************************************************************************
lkp-knm01: 288 threads Intel(R) Xeon Phi(TM) CPU 7295 @ 1.50GHz with 80G memory
=========================================================================================
compiler/cpufreq_governor/kconfig/rootfs/runtime/size/tbox_group/test/testcase:
  gcc-7/performance/x86_64-rhel-7.6/debian-x86_64-2018-04-03.cgz/300s/8T/lkp-knm01/anon-w-seq-hugetlb/vm-scalability

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
          1:4          -25%            :4     dmesg.WARNING:at_ip___perf_sw_event/0x
         %stddev     %change         %stddev
             \          |                \  
      0.00           +21.6%       0.00 ±  2%  vm-scalability.free_time
     51195           +19.5%      61178        vm-scalability.median
  15102040           +29.1%   19503134 ±  2%  vm-scalability.throughput
    278769 ±  3%     +12.5%     313677 ±  2%  vm-scalability.time.involuntary_context_switches
   2078369           +25.7%    2612360        vm-scalability.time.minor_page_faults
     26114            -7.7%      24114        vm-scalability.time.percent_of_cpu_this_job_got
     43024            -8.5%      39385        vm-scalability.time.system_time
     35999            -6.3%      33725        vm-scalability.time.user_time
     41677 ±  2%     +25.9%      52453        vm-scalability.time.voluntary_context_switches
 2.917e+09           +25.8%   3.67e+09        vm-scalability.workload
     10.90            +4.6       15.54        mpstat.cpu.all.idle%
    356341           +11.2%     396100        numa-meminfo.node0.SUnreclaim
     89060           +11.2%      99073        numa-vmstat.node0.nr_slab_unreclaimable
    370738           +10.9%     411308        meminfo.SUnreclaim
    199457           -14.0%     171496        meminfo.max_used_kB
   2631381           +22.1%    3213144        numa-numastat.node0.local_node
   2631352           +22.1%    3213111        numa-numastat.node0.numa_hit
      3.65 ± 65%    +182.8%      10.34 ± 23%  turbostat.CPU%c1
    109.28 ± 57%     +35.9%     148.50        turbostat.PkgWatt
      9.24 ± 57%     +59.2%      14.71        turbostat.RAMWatt
     11.75 ±  3%     +36.2%      16.00        vmstat.cpu.id
    293.75            -8.9%     267.50        vmstat.procs.r
      3821           +13.7%       4345        vmstat.system.cs
   1270080           +25.8%    1597680        proc-vmstat.htlb_buddy_alloc_success
    141.25            +4.8%     148.00        proc-vmstat.nr_dirtied
    316.25            +1.1%     319.75        proc-vmstat.nr_inactive_file
     29411            +1.2%      29774        proc-vmstat.nr_slab_reclaimable
     92697           +11.0%     102867        proc-vmstat.nr_slab_unreclaimable
    130.00            +4.4%     135.75        proc-vmstat.nr_written
    316.25            +1.1%     319.75        proc-vmstat.nr_zone_inactive_file
   2647832           +22.1%    3232944        proc-vmstat.numa_hit
   2647831           +22.1%    3232943        proc-vmstat.numa_local
 6.518e+08           +25.8%  8.198e+08        proc-vmstat.pgalloc_normal
   2624497           +24.1%    3256212        proc-vmstat.pgfault
 6.499e+08 ±  2%     +26.1%  8.191e+08        proc-vmstat.pgfree
      9858 ± 18%     +31.5%      12964 ±  6%  softirqs.CPU0.SCHED
      8707 ± 17%     -23.5%       6664 ±  4%  softirqs.CPU1.RCU
      8672 ± 13%     -26.1%       6409 ± 14%  softirqs.CPU17.RCU
      8191 ± 15%     -27.1%       5970 ±  5%  softirqs.CPU21.RCU
      3485 ± 10%     +89.2%       6595 ± 33%  softirqs.CPU214.SCHED
      8401 ± 13%     -28.5%       6010 ±  9%  softirqs.CPU26.RCU
      8066 ± 14%     -23.0%       6213 ±  4%  softirqs.CPU28.RCU
      8001 ± 16%     -26.9%       5850 ±  4%  softirqs.CPU31.RCU
      8038 ± 17%     -27.8%       5805 ±  5%  softirqs.CPU35.RCU
      8397 ± 20%     -32.9%       5636        softirqs.CPU37.RCU
      9617 ± 25%     -35.7%       6185 ±  9%  softirqs.CPU7.RCU
   1800740 ±  2%     -21.7%    1409793 ±  3%  softirqs.RCU
   1147345 ±  2%     +42.2%    1631093 ±  2%  softirqs.SCHED
   5614313 ± 46%     -79.8%    1133067 ± 70%  sched_debug.cfs_rq:/.MIN_vruntime.avg
  34152262 ± 14%     -24.3%   25869445        sched_debug.cfs_rq:/.MIN_vruntime.max
  11427518 ± 29%     -58.5%    4747222 ± 31%  sched_debug.cfs_rq:/.MIN_vruntime.stddev
    134195 ± 43%     -66.5%      44951 ± 74%  sched_debug.cfs_rq:/.load.avg
    272770 ± 23%     -39.7%     164588 ± 32%  sched_debug.cfs_rq:/.load.stddev
    154.27 ± 42%     -66.2%      52.07 ± 68%  sched_debug.cfs_rq:/.load_avg.avg
    249.52 ± 24%     -36.5%     158.56 ± 27%  sched_debug.cfs_rq:/.load_avg.stddev
   5614313 ± 46%     -79.8%    1133067 ± 70%  sched_debug.cfs_rq:/.max_vruntime.avg
  34152262 ± 14%     -24.3%   25869445        sched_debug.cfs_rq:/.max_vruntime.max
  11427518 ± 29%     -58.5%    4747222 ± 31%  sched_debug.cfs_rq:/.max_vruntime.stddev
  33144200 ± 14%     -23.9%   25210231        sched_debug.cfs_rq:/.min_vruntime.avg
  34475816 ± 14%     -22.9%   26567356        sched_debug.cfs_rq:/.min_vruntime.max
  28107704 ± 10%     -29.2%   19891252 ±  4%  sched_debug.cfs_rq:/.min_vruntime.min
   1073074 ± 19%     -33.3%     715299 ±  2%  sched_debug.cfs_rq:/.min_vruntime.stddev
      0.60 ± 18%     -33.5%       0.40 ± 19%  sched_debug.cfs_rq:/.nr_running.avg
      0.56 ±  9%     -16.1%       0.47 ±  9%  sched_debug.cfs_rq:/.nr_running.stddev
    113.98 ± 45%     -66.3%      38.37 ± 72%  sched_debug.cfs_rq:/.runnable_load_avg.avg
    238.30 ± 25%     -39.1%     145.17 ± 32%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
    134191 ± 43%     -66.5%      44947 ± 74%  sched_debug.cfs_rq:/.runnable_weight.avg
    272773 ± 23%     -39.7%     164589 ± 32%  sched_debug.cfs_rq:/.runnable_weight.stddev
   1018241 ± 19%     -31.0%     702601 ±  2%  sched_debug.cfs_rq:/.spread0.stddev
    318095 ± 30%    +123.5%     710875 ± 13%  sched_debug.cpu.avg_idle.min
    168685 ±  9%     -10.7%     150671        sched_debug.cpu.clock.avg
    169274 ±  9%     -10.7%     151137        sched_debug.cpu.clock.max
    167437 ±  9%     -10.6%     149634        sched_debug.cpu.clock.min
    168685 ±  9%     -10.7%     150671        sched_debug.cpu.clock_task.avg
    169274 ±  9%     -10.7%     151137        sched_debug.cpu.clock_task.max
    167437 ±  9%     -10.6%     149634        sched_debug.cpu.clock_task.min
    134070 ± 43%     -66.4%      45071 ± 73%  sched_debug.cpu.load.avg
    272544 ± 23%     -38.5%     167632 ± 30%  sched_debug.cpu.load.stddev
    500000            +8.4%     541899 ±  3%  sched_debug.cpu.max_idle_balance_cost.min
    656.17 ±  8%     +15.6%     758.50 ±  3%  sched_debug.cpu.nr_switches.min
      1821 ±  5%     -14.5%       1557        sched_debug.cpu.nr_switches.stddev
     -9.81         +1719.1%    -178.50        sched_debug.cpu.nr_uninterruptible.min
     13.55           +54.2%      20.89 ±  8%  sched_debug.cpu.nr_uninterruptible.stddev
    167411 ±  9%     -10.6%     149613        sched_debug.cpu_clk
    163384 ±  9%     -10.9%     145585        sched_debug.ktime
    167855 ±  9%     -10.6%     150003        sched_debug.sched_clk
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
      8.15            +8.1%       8.80        perf-stat.i.MPKI
 1.441e+10           +13.5%  1.636e+10        perf-stat.i.branch-instructions
      1.64 ±  3%      +0.2        1.80 ±  2%  perf-stat.i.branch-miss-rate%
 2.574e+08 ±  4%     +17.1%  3.013e+08 ±  3%  perf-stat.i.branch-misses
     18.07 ±  3%      -4.9       13.19        perf-stat.i.cache-miss-rate%
  69094895            -5.6%   65226608        perf-stat.i.cache-misses
 4.232e+08           +14.7%  4.852e+08        perf-stat.i.cache-references
      3836           +10.8%       4252        perf-stat.i.context-switches
      8.85           -22.8%       6.83        perf-stat.i.cpi
 4.182e+11            -9.6%  3.782e+11        perf-stat.i.cpu-cycles
    220.74 ±  4%     +93.1%     426.28        perf-stat.i.cpu-migrations
      6788           -11.7%       5991        perf-stat.i.cycles-between-cache-misses
      0.08            -0.0        0.07 ± 10%  perf-stat.i.iTLB-load-miss-rate%
 4.788e+10           +12.4%  5.381e+10        perf-stat.i.iTLB-loads
 4.937e+10           +10.9%  5.475e+10        perf-stat.i.instructions
      1307           +15.3%       1507 ± 11%  perf-stat.i.instructions-per-iTLB-miss
      0.12           +29.6%       0.15        perf-stat.i.ipc
      8591           +23.7%      10625        perf-stat.i.minor-faults
    596817            -1.1%     590330        perf-stat.i.msec
      8705           +22.8%      10693        perf-stat.i.page-faults
      8.57            +3.6%       8.88        perf-stat.overall.MPKI
     16.69            -3.2       13.50        perf-stat.overall.cache-miss-rate%
      8.64           -19.9%       6.92        perf-stat.overall.cpi
      6037            -4.4%       5770        perf-stat.overall.cycles-between-cache-misses
      0.08            -0.0        0.07 ± 11%  perf-stat.overall.iTLB-load-miss-rate%
      1289           +16.7%       1504 ± 11%  perf-stat.overall.instructions-per-iTLB-miss
      0.12           +24.8%       0.14        perf-stat.overall.ipc
      4498            -7.8%       4148        perf-stat.overall.path-length
 1.321e+10           +17.5%  1.552e+10        perf-stat.ps.branch-instructions
 2.291e+08 ±  4%     +22.8%  2.813e+08 ±  2%  perf-stat.ps.branch-misses
  63807021            -3.1%   61833841        perf-stat.ps.cache-misses
 3.825e+08           +19.7%   4.58e+08        perf-stat.ps.cache-references
      3550           +17.2%       4160        perf-stat.ps.context-switches
 3.852e+11            -7.4%  3.568e+11        perf-stat.ps.cpu-cycles
    206.87 ±  4%    +106.5%     427.25        perf-stat.ps.cpu-migrations
 4.431e+10           +15.8%  5.131e+10        perf-stat.ps.iTLB-loads
 4.461e+10           +15.6%  5.156e+10        perf-stat.ps.instructions
      8508           +24.6%      10601        perf-stat.ps.minor-faults
      8507           +24.6%      10599        perf-stat.ps.page-faults
 1.312e+13           +16.0%  1.523e+13        perf-stat.total.instructions
      3023 ±  4%     +12.1%       3389 ±  2%  slabinfo.UNIX.active_objs
      3023 ±  4%     +12.1%       3389 ±  2%  slabinfo.UNIX.num_objs
    118600           +19.7%     141908        slabinfo.anon_vma.active_objs
      2578           +19.7%       3085        slabinfo.anon_vma.active_slabs
    118639           +19.6%     141950        slabinfo.anon_vma.num_objs
      2578           +19.7%       3085        slabinfo.anon_vma.num_slabs
    218385           +13.7%     248282        slabinfo.anon_vma_chain.active_objs
      3413           +13.7%       3880        slabinfo.anon_vma_chain.active_slabs
    218481           +13.7%     248378        slabinfo.anon_vma_chain.num_objs
      3413           +13.7%       3880        slabinfo.anon_vma_chain.num_slabs
     26842 ±  2%      +9.4%      29375 ±  2%  slabinfo.cred_jar.active_objs
     26842 ±  2%      +9.4%      29375 ±  2%  slabinfo.cred_jar.num_objs
      1668 ±  5%     +23.5%       2060 ±  9%  slabinfo.file_lock_cache.active_objs
      1668 ±  5%     +23.5%       2060 ±  9%  slabinfo.file_lock_cache.num_objs
     20356           +15.0%      23405        slabinfo.files_cache.active_objs
     20362           +14.9%      23405        slabinfo.files_cache.num_objs
      8912 ±  4%     +39.5%      12435 ±  6%  slabinfo.kernfs_iattrs_cache.active_objs
      8912 ±  4%     +39.5%      12435 ±  6%  slabinfo.kernfs_iattrs_cache.num_objs
     14955           +19.7%      17904        slabinfo.mm_struct.active_objs
     14973           +19.6%      17911        slabinfo.mm_struct.num_objs
      1046           +17.1%       1224        slabinfo.mnt_cache.active_objs
      1046           +17.1%       1224        slabinfo.mnt_cache.num_objs
      9488           +54.9%      14694        slabinfo.sighand_cache.active_objs
    632.75           +54.8%     979.75        slabinfo.sighand_cache.active_slabs
      9498           +54.8%      14706        slabinfo.sighand_cache.num_objs
    632.75           +54.8%     979.75        slabinfo.sighand_cache.num_slabs
     16194 ±  2%     +23.8%      20042        slabinfo.signal_cache.active_objs
    539.50 ±  2%     +23.8%     668.00        slabinfo.signal_cache.active_slabs
     16205 ±  2%     +23.7%      20048        slabinfo.signal_cache.num_objs
    539.50 ±  2%     +23.8%     668.00        slabinfo.signal_cache.num_slabs
      2160 ±  3%     +26.2%       2726 ±  3%  slabinfo.skbuff_ext_cache.active_objs
      2160 ±  3%     +26.2%       2726 ±  3%  slabinfo.skbuff_ext_cache.num_objs
     20347 ±  2%     -12.9%      17721 ±  3%  slabinfo.skbuff_head_cache.active_objs
     20347 ±  2%     -12.9%      17721 ±  3%  slabinfo.skbuff_head_cache.num_objs
      6729 ±  2%     +13.4%       7630 ±  2%  slabinfo.sock_inode_cache.active_objs
      6729 ±  2%     +13.4%       7630 ±  2%  slabinfo.sock_inode_cache.num_objs
      4359           +25.4%       5469        slabinfo.task_struct.active_objs
      1093           +25.4%       1370        slabinfo.task_struct.active_slabs
      4374           +25.4%       5483        slabinfo.task_struct.num_objs
      1093           +25.4%       1370        slabinfo.task_struct.num_slabs
    158886 ±  2%     +10.2%     175056        slabinfo.vm_area_struct.active_objs
      3972 ±  2%     +10.2%       4377        slabinfo.vm_area_struct.active_slabs
    158927 ±  2%     +10.2%     175111        slabinfo.vm_area_struct.num_objs
      3972 ±  2%     +10.2%       4377        slabinfo.vm_area_struct.num_slabs
      0.19 ±173%      +0.6        0.81 ± 22%  perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
      0.14 ±173%      +0.8        0.92 ±  8%  perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state
      0.33 ±103%      +0.9        1.23 ±  8%  perf-profile.calltrace.cycles-pp.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state.do_idle
      0.00            +1.0        1.02 ± 21%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.prep_new_huge_page.alloc_fresh_huge_page.alloc_surplus_huge_page
      0.00            +1.0        1.03 ± 22%  perf-profile.calltrace.cycles-pp._raw_spin_lock.prep_new_huge_page.alloc_fresh_huge_page.alloc_surplus_huge_page.hugetlb_acct_memory
      0.00            +1.0        1.04 ± 21%  perf-profile.calltrace.cycles-pp.prep_new_huge_page.alloc_fresh_huge_page.alloc_surplus_huge_page.hugetlb_acct_memory.hugetlb_reserve_pages
      0.46 ±101%      +1.2        1.62 ± 11%  perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.native_queued_spin_lock_slowpath
      0.00            +1.5        1.52 ± 21%  perf-profile.calltrace.cycles-pp.smp_apic_timer_interrupt.apic_timer_interrupt.native_queued_spin_lock_slowpath._raw_spin_lock.alloc_huge_page
      0.54 ±103%      +1.6        2.10 ±  7%  perf-profile.calltrace.cycles-pp.smp_apic_timer_interrupt.apic_timer_interrupt.cpuidle_enter_state.do_idle.cpu_startup_entry
      0.00            +1.7        1.68 ± 19%  perf-profile.calltrace.cycles-pp.apic_timer_interrupt.native_queued_spin_lock_slowpath._raw_spin_lock.alloc_huge_page.hugetlb_no_page
      0.58 ±103%      +1.7        2.26 ±  7%  perf-profile.calltrace.cycles-pp.apic_timer_interrupt.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
      0.56 ±101%      +1.7        2.27 ± 16%  perf-profile.calltrace.cycles-pp.hrtimer_interrupt.smp_apic_timer_interrupt.apic_timer_interrupt.native_queued_spin_lock_slowpath._raw_spin_lock
      0.00            +1.9        1.86 ± 17%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.alloc_surplus_huge_page.hugetlb_acct_memory.hugetlb_reserve_pages
      0.00            +1.9        1.89 ± 18%  perf-profile.calltrace.cycles-pp._raw_spin_lock.alloc_surplus_huge_page.hugetlb_acct_memory.hugetlb_reserve_pages.hugetlbfs_file_mmap
      0.91 ±106%      +2.4        3.28 ±  9%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      1.11 ±105%      +2.9        4.02 ±  7%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      1.11 ±105%      +2.9        4.03 ±  7%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64
      1.11 ±105%      +2.9        4.03 ±  7%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64
      1.12 ±105%      +3.0        4.08 ±  7%  perf-profile.calltrace.cycles-pp.secondary_startup_64
      1.57 ±100%      +3.1        4.63 ± 33%  perf-profile.calltrace.cycles-pp.alloc_fresh_huge_page.alloc_surplus_huge_page.hugetlb_acct_memory.hugetlb_reserve_pages.hugetlbfs_file_mmap
      1.68 ±100%      +4.1        5.79 ± 16%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.mmap64
      1.68 ±100%      +4.1        5.79 ± 16%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.mmap64
      1.68 ±100%      +4.1        5.79 ± 16%  perf-profile.calltrace.cycles-pp.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe.mmap64
      1.68 ±100%      +4.1        5.79 ± 16%  perf-profile.calltrace.cycles-pp.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe.mmap64
      1.69 ±100%      +4.1        5.80 ± 16%  perf-profile.calltrace.cycles-pp.mmap64
      1.64 ±100%      +4.9        6.54 ± 27%  perf-profile.calltrace.cycles-pp.alloc_surplus_huge_page.hugetlb_acct_memory.hugetlb_reserve_pages.hugetlbfs_file_mmap.mmap_region
      1.67 ±100%      +5.0        6.66 ± 26%  perf-profile.calltrace.cycles-pp.hugetlb_acct_memory.hugetlb_reserve_pages.hugetlbfs_file_mmap.mmap_region.do_mmap
      1.67 ±100%      +5.0        6.66 ± 26%  perf-profile.calltrace.cycles-pp.hugetlbfs_file_mmap.mmap_region.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff
      1.67 ±100%      +5.0        6.66 ± 26%  perf-profile.calltrace.cycles-pp.hugetlb_reserve_pages.hugetlbfs_file_mmap.mmap_region.do_mmap.vm_mmap_pgoff
      1.68 ±100%      +5.0        6.67 ± 27%  perf-profile.calltrace.cycles-pp.mmap_region.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64
      1.68 ±100%      +5.0        6.68 ± 27%  perf-profile.calltrace.cycles-pp.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.38 ±100%      +8.5       10.89 ±  6%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.alloc_huge_page.hugetlb_no_page.hugetlb_fault
      2.40 ±100%      +8.6       10.99 ±  6%  perf-profile.calltrace.cycles-pp._raw_spin_lock.alloc_huge_page.hugetlb_no_page.hugetlb_fault.handle_mm_fault
      2.50 ±100%      +8.7       11.20 ±  5%  perf-profile.calltrace.cycles-pp.alloc_huge_page.hugetlb_no_page.hugetlb_fault.handle_mm_fault.__do_page_fault
      6.85 ±100%      +9.4       16.29 ± 11%  perf-profile.calltrace.cycles-pp.do_rw_once
     15.44 ±100%     +19.0       34.40 ±  6%  perf-profile.calltrace.cycles-pp.hugetlb_no_page.hugetlb_fault.handle_mm_fault.__do_page_fault.do_page_fault
     15.71 ±100%     +19.3       34.98 ±  7%  perf-profile.calltrace.cycles-pp.hugetlb_fault.handle_mm_fault.__do_page_fault.do_page_fault.page_fault
      0.03 ±100%      +0.1        0.08 ±  5%  perf-profile.children.cycles-pp.__free_pages_ok
      0.00            +0.1        0.05        perf-profile.children.cycles-pp.try_to_wake_up
      0.04 ±100%      +0.1        0.09 ± 13%  perf-profile.children.cycles-pp.perf_read
      0.01 ±173%      +0.1        0.07 ±  6%  perf-profile.children.cycles-pp.get_next_timer_interrupt
      0.00            +0.1        0.06 ±  7%  perf-profile.children.cycles-pp.new_sync_read
      0.04 ±100%      +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.update_and_free_page
      0.05 ±100%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.cmd_stat
      0.05 ±100%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.__run_perf_stat
      0.05 ±100%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.process_interval
      0.05 ±100%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.read_counters
      0.04 ±100%      +0.1        0.12 ± 15%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.06 ±112%      +0.1        0.14 ± 29%  perf-profile.children.cycles-pp.reweight_entity
      0.04 ±113%      +0.1        0.12 ± 20%  perf-profile.children.cycles-pp.calc_global_load_tick
      0.08 ±109%      +0.1        0.17 ± 29%  perf-profile.children.cycles-pp.hrtimer_active
      0.04 ±107%      +0.1        0.12 ± 14%  perf-profile.children.cycles-pp.tick_nohz_next_event
      0.01 ±173%      +0.1        0.11 ± 19%  perf-profile.children.cycles-pp.run_rebalance_domains
      0.00            +0.1        0.11 ± 21%  perf-profile.children.cycles-pp.update_blocked_averages
      0.04 ±108%      +0.1        0.16 ±  9%  perf-profile.children.cycles-pp.tick_irq_enter
      0.05 ±108%      +0.1        0.17 ± 10%  perf-profile.children.cycles-pp.tick_nohz_get_sleep_length
      0.07 ±100%      +0.1        0.19 ± 35%  perf-profile.children.cycles-pp.x86_pmu_disable
      0.04 ±100%      +0.1        0.17 ± 11%  perf-profile.children.cycles-pp.update_sd_lb_stats
      0.10 ±100%      +0.1        0.23 ±  6%  perf-profile.children.cycles-pp.__schedule
      0.04 ±100%      +0.1        0.18 ± 10%  perf-profile.children.cycles-pp.find_busiest_group
      0.04 ±100%      +0.1        0.18 ± 17%  perf-profile.children.cycles-pp.rebalance_domains
      0.13 ±100%      +0.1        0.28 ±  5%  perf-profile.children.cycles-pp.vfs_read
      0.06 ±116%      +0.1        0.21 ± 16%  perf-profile.children.cycles-pp.ksoftirqd_running
      0.06 ±100%      +0.2        0.24 ± 10%  perf-profile.children.cycles-pp.load_balance
      0.05 ±100%      +0.2        0.24 ± 57%  perf-profile.children.cycles-pp.__strcspn_sse42
      0.05 ±100%      +0.2        0.24 ± 57%  perf-profile.children.cycles-pp.generic_start_main
      0.05 ±100%      +0.2        0.24 ± 57%  perf-profile.children.cycles-pp.main
      0.05 ±100%      +0.2        0.24 ± 57%  perf-profile.children.cycles-pp.run_builtin
      0.11 ±105%      +0.3        0.39 ±  3%  perf-profile.children.cycles-pp.menu_select
      0.27 ±115%      +0.5        0.82 ± 21%  perf-profile.children.cycles-pp.intel_idle
      0.32 ±111%      +0.6        0.96 ±  6%  perf-profile.children.cycles-pp.__softirqentry_text_start
      0.51 ±108%      +0.9        1.43 ±  4%  perf-profile.children.cycles-pp.irq_exit
      0.04 ±104%      +1.0        1.04 ± 22%  perf-profile.children.cycles-pp.prep_new_huge_page
      0.96 ±105%      +2.5        3.49 ±  8%  perf-profile.children.cycles-pp.cpuidle_enter_state
      1.11 ±105%      +2.9        4.03 ±  7%  perf-profile.children.cycles-pp.start_secondary
      1.12 ±105%      +3.0        4.08 ±  7%  perf-profile.children.cycles-pp.secondary_startup_64
      1.12 ±105%      +3.0        4.08 ±  7%  perf-profile.children.cycles-pp.cpu_startup_entry
      1.12 ±105%      +3.0        4.08 ±  7%  perf-profile.children.cycles-pp.do_idle
      1.57 ±100%      +3.1        4.63 ± 33%  perf-profile.children.cycles-pp.alloc_fresh_huge_page
      1.69 ±100%      +4.1        5.80 ± 16%  perf-profile.children.cycles-pp.mmap64
      1.64 ±100%      +4.9        6.54 ± 27%  perf-profile.children.cycles-pp.alloc_surplus_huge_page
      1.67 ±100%      +5.0        6.66 ± 26%  perf-profile.children.cycles-pp.hugetlbfs_file_mmap
      1.67 ±100%      +5.0        6.66 ± 26%  perf-profile.children.cycles-pp.hugetlb_reserve_pages
      1.69 ±100%      +5.0        6.69 ± 26%  perf-profile.children.cycles-pp.mmap_region
      1.69 ±100%      +5.0        6.69 ± 26%  perf-profile.children.cycles-pp.ksys_mmap_pgoff
      1.69 ±100%      +5.0        6.69 ± 26%  perf-profile.children.cycles-pp.do_mmap
      1.69 ±100%      +5.0        6.70 ± 26%  perf-profile.children.cycles-pp.vm_mmap_pgoff
      1.75 ±100%      +5.0        6.80 ± 26%  perf-profile.children.cycles-pp.hugetlb_acct_memory
      2.50 ±100%      +8.7       11.20 ±  5%  perf-profile.children.cycles-pp.alloc_huge_page
     15.70 ±100%     +17.5       33.20 ±  5%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
     15.44 ±100%     +19.0       34.40 ±  6%  perf-profile.children.cycles-pp.hugetlb_no_page
     15.71 ±100%     +19.3       34.97 ±  7%  perf-profile.children.cycles-pp.hugetlb_fault
     15.80 ±100%     +19.3       35.14 ±  7%  perf-profile.children.cycles-pp.handle_mm_fault
     15.91 ±100%     +19.4       35.32 ±  7%  perf-profile.children.cycles-pp.__do_page_fault
     15.93 ±100%     +19.4       35.38 ±  7%  perf-profile.children.cycles-pp.do_page_fault
     15.95 ±100%     +19.4       35.39 ±  7%  perf-profile.children.cycles-pp.page_fault
      0.04 ±100%      +0.1        0.09 ±  7%  perf-profile.self.cycles-pp.update_and_free_page
      0.04 ±113%      +0.1        0.12 ± 20%  perf-profile.self.cycles-pp.calc_global_load_tick
      0.05 ±102%      +0.1        0.15 ± 10%  perf-profile.self.cycles-pp.menu_select
      0.03 ±100%      +0.1        0.14 ± 11%  perf-profile.self.cycles-pp.update_sd_lb_stats
      0.07 ±100%      +0.1        0.19 ± 35%  perf-profile.self.cycles-pp.x86_pmu_disable
      0.06 ±114%      +0.2        0.21 ± 16%  perf-profile.self.cycles-pp.ksoftirqd_running
      0.07 ±106%      +0.2        0.29 ±  7%  perf-profile.self.cycles-pp.cpuidle_enter_state
      0.16 ±100%      +0.2        0.39 ±  7%  perf-profile.self.cycles-pp.mutex_spin_on_owner
      0.27 ±115%      +0.5        0.81 ± 21%  perf-profile.self.cycles-pp.intel_idle
    308.00 ± 26%     +86.4%     574.00 ± 18%  interrupts.31:IR-PCI-MSI.2097154-edge.eth0-TxRx-1
    859140           +10.7%     950914        interrupts.CAL:Function_call_interrupts
      2988            +9.6%       3275 ±  2%  interrupts.CPU0.CAL:Function_call_interrupts
      4125 ± 77%     -56.0%       1816 ± 22%  interrupts.CPU0.RES:Rescheduling_interrupts
      2976           +13.2%       3370 ±  4%  interrupts.CPU1.CAL:Function_call_interrupts
      2964           +12.5%       3333        interrupts.CPU100.CAL:Function_call_interrupts
      3007            +9.3%       3287        interrupts.CPU101.CAL:Function_call_interrupts
      2972           +11.4%       3311        interrupts.CPU102.CAL:Function_call_interrupts
      2992           +10.5%       3306        interrupts.CPU103.CAL:Function_call_interrupts
      2997            +9.8%       3292        interrupts.CPU104.CAL:Function_call_interrupts
      2999           +10.6%       3316        interrupts.CPU105.CAL:Function_call_interrupts
      2965           +10.2%       3267 ±  2%  interrupts.CPU106.CAL:Function_call_interrupts
    110.25 ± 41%     +90.9%     210.50 ± 18%  interrupts.CPU107.RES:Rescheduling_interrupts
      2984           +10.8%       3305        interrupts.CPU108.CAL:Function_call_interrupts
      2965           +11.4%       3304        interrupts.CPU109.CAL:Function_call_interrupts
    308.00 ± 26%     +86.4%     574.00 ± 18%  interrupts.CPU11.31:IR-PCI-MSI.2097154-edge.eth0-TxRx-1
      2962           +12.4%       3328        interrupts.CPU11.CAL:Function_call_interrupts
      2993            +9.5%       3279        interrupts.CPU110.CAL:Function_call_interrupts
      2942           +12.0%       3296        interrupts.CPU111.CAL:Function_call_interrupts
      2981           +10.4%       3293        interrupts.CPU112.CAL:Function_call_interrupts
      2967           +10.7%       3284        interrupts.CPU113.CAL:Function_call_interrupts
      2996           +10.7%       3316        interrupts.CPU114.CAL:Function_call_interrupts
      2995           +10.0%       3295        interrupts.CPU116.CAL:Function_call_interrupts
      2852 ±  8%     +15.6%       3296        interrupts.CPU117.CAL:Function_call_interrupts
      2999           +10.5%       3314        interrupts.CPU118.CAL:Function_call_interrupts
      2979           +10.8%       3301 ±  2%  interrupts.CPU119.CAL:Function_call_interrupts
      2960           +10.3%       3264        interrupts.CPU12.CAL:Function_call_interrupts
      2966           +10.9%       3289 ±  2%  interrupts.CPU120.CAL:Function_call_interrupts
      2968           +11.2%       3301        interrupts.CPU121.CAL:Function_call_interrupts
      3162 ± 28%     +66.3%       5258 ±  5%  interrupts.CPU122.NMI:Non-maskable_interrupts
      3162 ± 28%     +66.3%       5258 ±  5%  interrupts.CPU122.PMI:Performance_monitoring_interrupts
      3001           +10.6%       3319        interrupts.CPU123.CAL:Function_call_interrupts
      2983           +10.5%       3295        interrupts.CPU124.CAL:Function_call_interrupts
      2957            +9.5%       3238 ±  2%  interrupts.CPU126.CAL:Function_call_interrupts
      2984           +10.1%       3284 ±  2%  interrupts.CPU127.CAL:Function_call_interrupts
      3005           +10.1%       3307        interrupts.CPU128.CAL:Function_call_interrupts
      2577 ±  3%     +59.0%       4099 ± 35%  interrupts.CPU129.NMI:Non-maskable_interrupts
      2577 ±  3%     +59.0%       4099 ± 35%  interrupts.CPU129.PMI:Performance_monitoring_interrupts
      2984           +11.6%       3330        interrupts.CPU130.CAL:Function_call_interrupts
      2976 ±  2%     +11.4%       3315        interrupts.CPU131.CAL:Function_call_interrupts
      2972           +11.2%       3305 ±  2%  interrupts.CPU132.CAL:Function_call_interrupts
      2548 ±  5%     +28.6%       3278 ± 24%  interrupts.CPU132.NMI:Non-maskable_interrupts
      2548 ±  5%     +28.6%       3278 ± 24%  interrupts.CPU132.PMI:Performance_monitoring_interrupts
      3001           +10.4%       3311        interrupts.CPU134.CAL:Function_call_interrupts
      2841 ±  9%     +16.8%       3318        interrupts.CPU135.CAL:Function_call_interrupts
      2986           +10.6%       3302 ±  2%  interrupts.CPU136.CAL:Function_call_interrupts
      3005           +10.4%       3317        interrupts.CPU137.CAL:Function_call_interrupts
    315.75 ± 72%     -59.2%     128.75 ± 15%  interrupts.CPU138.RES:Rescheduling_interrupts
      2986           +11.0%       3315        interrupts.CPU139.CAL:Function_call_interrupts
      3187 ± 30%     +40.5%       4477 ± 20%  interrupts.CPU139.NMI:Non-maskable_interrupts
      3187 ± 30%     +40.5%       4477 ± 20%  interrupts.CPU139.PMI:Performance_monitoring_interrupts
      2992           +10.6%       3309        interrupts.CPU14.CAL:Function_call_interrupts
      2992           +10.3%       3301        interrupts.CPU140.CAL:Function_call_interrupts
      2989           +11.2%       3324        interrupts.CPU141.CAL:Function_call_interrupts
      2975           +11.8%       3325        interrupts.CPU142.CAL:Function_call_interrupts
      2983           +10.4%       3294        interrupts.CPU143.CAL:Function_call_interrupts
      2977           +11.4%       3316        interrupts.CPU145.CAL:Function_call_interrupts
      2985           +10.2%       3291        interrupts.CPU146.CAL:Function_call_interrupts
      2960           +11.8%       3309 ±  2%  interrupts.CPU147.CAL:Function_call_interrupts
      2984           +11.5%       3326        interrupts.CPU148.CAL:Function_call_interrupts
      2983           +10.3%       3289        interrupts.CPU149.CAL:Function_call_interrupts
      3007           +10.0%       3308        interrupts.CPU15.CAL:Function_call_interrupts
      2996           +10.4%       3308        interrupts.CPU150.CAL:Function_call_interrupts
      3266 ± 35%     +44.8%       4731 ± 24%  interrupts.CPU150.NMI:Non-maskable_interrupts
      3266 ± 35%     +44.8%       4731 ± 24%  interrupts.CPU150.PMI:Performance_monitoring_interrupts
      2988           +10.6%       3304 ±  2%  interrupts.CPU151.CAL:Function_call_interrupts
    118.75 ± 24%   +1795.6%       2251 ±157%  interrupts.CPU151.RES:Rescheduling_interrupts
      2955           +12.2%       3315        interrupts.CPU152.CAL:Function_call_interrupts
      2978 ±  2%     +11.6%       3325        interrupts.CPU153.CAL:Function_call_interrupts
      3009           +10.3%       3319        interrupts.CPU154.CAL:Function_call_interrupts
      2997           +10.5%       3310        interrupts.CPU155.CAL:Function_call_interrupts
    102.00 ± 39%    +121.6%     226.00 ± 52%  interrupts.CPU155.RES:Rescheduling_interrupts
      2985           +10.8%       3307        interrupts.CPU157.CAL:Function_call_interrupts
      2999           +11.1%       3332        interrupts.CPU158.CAL:Function_call_interrupts
      2992           +11.3%       3329        interrupts.CPU159.CAL:Function_call_interrupts
      2985           +11.0%       3313        interrupts.CPU16.CAL:Function_call_interrupts
      2984           +10.9%       3309        interrupts.CPU160.CAL:Function_call_interrupts
      3002           +10.8%       3326        interrupts.CPU162.CAL:Function_call_interrupts
      3002           +10.2%       3309 ±  2%  interrupts.CPU163.CAL:Function_call_interrupts
      2986           +10.5%       3298 ±  2%  interrupts.CPU165.CAL:Function_call_interrupts
      2997            +9.7%       3288        interrupts.CPU166.CAL:Function_call_interrupts
      2968           +12.0%       3325        interrupts.CPU167.CAL:Function_call_interrupts
      2996           +13.2%       3391 ±  5%  interrupts.CPU168.CAL:Function_call_interrupts
      6.00 ±163%   +1604.2%     102.25 ±155%  interrupts.CPU168.TLB:TLB_shootdowns
      2990            +9.9%       3287        interrupts.CPU169.CAL:Function_call_interrupts
      2998           +10.9%       3324        interrupts.CPU17.CAL:Function_call_interrupts
      2981           +11.5%       3324        interrupts.CPU170.CAL:Function_call_interrupts
      3003           +10.8%       3328        interrupts.CPU171.CAL:Function_call_interrupts
      2603 ±  5%     +54.7%       4026 ± 28%  interrupts.CPU172.NMI:Non-maskable_interrupts
      2603 ±  5%     +54.7%       4026 ± 28%  interrupts.CPU172.PMI:Performance_monitoring_interrupts
      2976           +11.7%       3325        interrupts.CPU173.CAL:Function_call_interrupts
      2947           +12.5%       3315        interrupts.CPU174.CAL:Function_call_interrupts
      2983 ±  2%     +10.8%       3305        interrupts.CPU175.CAL:Function_call_interrupts
    100.50 ± 27%    +106.2%     207.25 ± 32%  interrupts.CPU175.RES:Rescheduling_interrupts
      2982           +11.2%       3316        interrupts.CPU176.CAL:Function_call_interrupts
      2984           +10.9%       3310 ±  2%  interrupts.CPU177.CAL:Function_call_interrupts
      3003           +10.1%       3307 ±  2%  interrupts.CPU178.CAL:Function_call_interrupts
      3015           +10.0%       3317        interrupts.CPU179.CAL:Function_call_interrupts
      2857 ±  8%     +16.6%       3333        interrupts.CPU18.CAL:Function_call_interrupts
      2982           +11.0%       3310        interrupts.CPU180.CAL:Function_call_interrupts
      2998           +10.5%       3313        interrupts.CPU181.CAL:Function_call_interrupts
      2999           +10.9%       3326        interrupts.CPU182.CAL:Function_call_interrupts
      2975           +11.8%       3327        interrupts.CPU183.CAL:Function_call_interrupts
      2976           +11.5%       3319        interrupts.CPU184.CAL:Function_call_interrupts
      2985           +10.0%       3284 ±  2%  interrupts.CPU185.CAL:Function_call_interrupts
      2999           +11.1%       3331        interrupts.CPU186.CAL:Function_call_interrupts
      2983           +11.0%       3311        interrupts.CPU187.CAL:Function_call_interrupts
      2995           +11.0%       3323        interrupts.CPU188.CAL:Function_call_interrupts
      2949           +12.4%       3315        interrupts.CPU189.CAL:Function_call_interrupts
      5071 ±  4%     -36.3%       3232 ± 28%  interrupts.CPU189.NMI:Non-maskable_interrupts
      5071 ±  4%     -36.3%       3232 ± 28%  interrupts.CPU189.PMI:Performance_monitoring_interrupts
      2991           +10.6%       3307        interrupts.CPU19.CAL:Function_call_interrupts
      2989           +10.3%       3297        interrupts.CPU190.CAL:Function_call_interrupts
      2992           +13.6%       3398 ±  4%  interrupts.CPU191.CAL:Function_call_interrupts
      2964           +11.6%       3309        interrupts.CPU192.CAL:Function_call_interrupts
      3005            +9.8%       3299        interrupts.CPU193.CAL:Function_call_interrupts
      2989           +10.2%       3294        interrupts.CPU194.CAL:Function_call_interrupts
      2989           +11.1%       3322        interrupts.CPU195.CAL:Function_call_interrupts
      2990           +10.5%       3303 ±  2%  interrupts.CPU196.CAL:Function_call_interrupts
      2989           +10.7%       3308        interrupts.CPU197.CAL:Function_call_interrupts
     99.25 ± 14%     +56.2%     155.00 ± 26%  interrupts.CPU197.RES:Rescheduling_interrupts
      2982           +10.9%       3307 ±  2%  interrupts.CPU198.CAL:Function_call_interrupts
      5062 ±  4%     -35.6%       3261 ± 28%  interrupts.CPU198.NMI:Non-maskable_interrupts
      5062 ±  4%     -35.6%       3261 ± 28%  interrupts.CPU198.PMI:Performance_monitoring_interrupts
      2998           +10.5%       3313        interrupts.CPU199.CAL:Function_call_interrupts
      2986           +11.9%       3341        interrupts.CPU2.CAL:Function_call_interrupts
      2995           +10.7%       3315        interrupts.CPU20.CAL:Function_call_interrupts
      2834 ±  9%     +17.5%       3331        interrupts.CPU200.CAL:Function_call_interrupts
      2992           +11.2%       3327        interrupts.CPU201.CAL:Function_call_interrupts
      3007           +10.7%       3329        interrupts.CPU202.CAL:Function_call_interrupts
      2989           +10.4%       3300 ±  2%  interrupts.CPU203.CAL:Function_call_interrupts
      2955           +12.0%       3310 ±  2%  interrupts.CPU204.CAL:Function_call_interrupts
      2994           +13.2%       3390 ±  3%  interrupts.CPU206.CAL:Function_call_interrupts
      2975           +10.8%       3296        interrupts.CPU207.CAL:Function_call_interrupts
      2981           +11.0%       3310        interrupts.CPU208.CAL:Function_call_interrupts
      2989           +11.5%       3334        interrupts.CPU209.CAL:Function_call_interrupts
      3009            +9.9%       3307        interrupts.CPU211.CAL:Function_call_interrupts
      2990           +10.0%       3288        interrupts.CPU212.CAL:Function_call_interrupts
     96.75 ± 29%    +139.8%     232.00 ± 69%  interrupts.CPU213.RES:Rescheduling_interrupts
      2988           +10.9%       3315        interrupts.CPU214.CAL:Function_call_interrupts
      2969           +11.8%       3319        interrupts.CPU215.CAL:Function_call_interrupts
      2989           +10.3%       3297 ±  2%  interrupts.CPU216.CAL:Function_call_interrupts
      2995           +11.1%       3326        interrupts.CPU217.CAL:Function_call_interrupts
      3009            +9.2%       3285        interrupts.CPU218.CAL:Function_call_interrupts
      2680 ±  4%     +75.2%       4695 ± 25%  interrupts.CPU218.NMI:Non-maskable_interrupts
      2680 ±  4%     +75.2%       4695 ± 25%  interrupts.CPU218.PMI:Performance_monitoring_interrupts
      2508 ± 12%     +61.6%       4054 ± 27%  interrupts.CPU22.NMI:Non-maskable_interrupts
      2508 ± 12%     +61.6%       4054 ± 27%  interrupts.CPU22.PMI:Performance_monitoring_interrupts
      2958           +11.7%       3305        interrupts.CPU220.CAL:Function_call_interrupts
      2993           +10.4%       3303        interrupts.CPU222.CAL:Function_call_interrupts
      2991           +10.8%       3313        interrupts.CPU223.CAL:Function_call_interrupts
      2588 ±  5%     +75.9%       4552 ± 24%  interrupts.CPU223.NMI:Non-maskable_interrupts
      2588 ±  5%     +75.9%       4552 ± 24%  interrupts.CPU223.PMI:Performance_monitoring_interrupts
      2959           +11.5%       3300        interrupts.CPU224.CAL:Function_call_interrupts
      2969           +11.0%       3296        interrupts.CPU225.CAL:Function_call_interrupts
      2968           +11.8%       3319        interrupts.CPU226.CAL:Function_call_interrupts
      2902 ±  6%     +14.8%       3330        interrupts.CPU227.CAL:Function_call_interrupts
      2859 ±  8%     +15.5%       3300        interrupts.CPU228.CAL:Function_call_interrupts
    172.75 ± 13%     +22.6%     211.75 ± 18%  interrupts.CPU228.RES:Rescheduling_interrupts
      2951           +11.6%       3293        interrupts.CPU229.CAL:Function_call_interrupts
      2991           +10.1%       3294        interrupts.CPU23.CAL:Function_call_interrupts
      2384 ± 15%     +71.9%       4097 ± 31%  interrupts.CPU23.NMI:Non-maskable_interrupts
      2384 ± 15%     +71.9%       4097 ± 31%  interrupts.CPU23.PMI:Performance_monitoring_interrupts
      3001           +10.4%       3312        interrupts.CPU231.CAL:Function_call_interrupts
      2995           +10.7%       3316        interrupts.CPU232.CAL:Function_call_interrupts
      3000           +10.2%       3306 ±  2%  interrupts.CPU233.CAL:Function_call_interrupts
      2505 ±  5%     +32.8%       3325 ± 33%  interrupts.CPU233.NMI:Non-maskable_interrupts
      2505 ±  5%     +32.8%       3325 ± 33%  interrupts.CPU233.PMI:Performance_monitoring_interrupts
      2996 ±  4%     +10.8%       3321        interrupts.CPU234.CAL:Function_call_interrupts
      2981           +11.8%       3332        interrupts.CPU235.CAL:Function_call_interrupts
      2984           +10.1%       3284 ±  2%  interrupts.CPU236.CAL:Function_call_interrupts
      3002            +9.6%       3290        interrupts.CPU237.CAL:Function_call_interrupts
    110.75 ± 36%     +74.0%     192.75 ± 32%  interrupts.CPU237.RES:Rescheduling_interrupts
      2991           +10.8%       3315        interrupts.CPU238.CAL:Function_call_interrupts
      2990           +11.5%       3332        interrupts.CPU239.CAL:Function_call_interrupts
      2983           +10.5%       3297 ±  2%  interrupts.CPU24.CAL:Function_call_interrupts
      2959           +10.7%       3275        interrupts.CPU240.CAL:Function_call_interrupts
      2976           +11.4%       3317        interrupts.CPU241.CAL:Function_call_interrupts
      2972           +10.7%       3291        interrupts.CPU242.CAL:Function_call_interrupts
      3003            +9.3%       3283 ±  2%  interrupts.CPU244.CAL:Function_call_interrupts
     97.75 ± 29%     +63.7%     160.00 ± 18%  interrupts.CPU244.RES:Rescheduling_interrupts
      3002           +10.9%       3329        interrupts.CPU245.CAL:Function_call_interrupts
      2971           +10.2%       3275 ±  2%  interrupts.CPU246.CAL:Function_call_interrupts
      2939           +13.1%       3324        interrupts.CPU247.CAL:Function_call_interrupts
      2965           +12.0%       3321        interrupts.CPU249.CAL:Function_call_interrupts
      3000            +9.5%       3285        interrupts.CPU25.CAL:Function_call_interrupts
      2526 ±  9%     +62.7%       4110 ± 33%  interrupts.CPU25.NMI:Non-maskable_interrupts
      2526 ±  9%     +62.7%       4110 ± 33%  interrupts.CPU25.PMI:Performance_monitoring_interrupts
      3006           +10.0%       3305        interrupts.CPU250.CAL:Function_call_interrupts
      2955           +11.8%       3303        interrupts.CPU251.CAL:Function_call_interrupts
      2982           +11.4%       3322        interrupts.CPU253.CAL:Function_call_interrupts
      2969           +11.0%       3296        interrupts.CPU254.CAL:Function_call_interrupts
      3000           +10.7%       3320        interrupts.CPU256.CAL:Function_call_interrupts
      2987           +10.4%       3297        interrupts.CPU257.CAL:Function_call_interrupts
      2967           +11.1%       3296        interrupts.CPU258.CAL:Function_call_interrupts
      2962           +11.2%       3293        interrupts.CPU259.CAL:Function_call_interrupts
      2980           +10.3%       3287        interrupts.CPU260.CAL:Function_call_interrupts
      2974           +11.7%       3323        interrupts.CPU261.CAL:Function_call_interrupts
      2991           +10.7%       3311        interrupts.CPU262.CAL:Function_call_interrupts
      2837 ±  8%     +15.8%       3286        interrupts.CPU263.CAL:Function_call_interrupts
    114.50 ± 27%    +134.5%     268.50 ± 71%  interrupts.CPU263.RES:Rescheduling_interrupts
      2963           +11.7%       3309        interrupts.CPU264.CAL:Function_call_interrupts
      2979           +10.4%       3290        interrupts.CPU265.CAL:Function_call_interrupts
      2992            +9.7%       3282 ±  2%  interrupts.CPU266.CAL:Function_call_interrupts
      2980 ±  2%     +10.5%       3293 ±  2%  interrupts.CPU267.CAL:Function_call_interrupts
      2995           +10.1%       3298        interrupts.CPU268.CAL:Function_call_interrupts
    113.00 ± 45%    +434.5%     604.00 ±125%  interrupts.CPU269.RES:Rescheduling_interrupts
      2959           +11.5%       3300        interrupts.CPU27.CAL:Function_call_interrupts
      3001            +9.6%       3290 ±  2%  interrupts.CPU270.CAL:Function_call_interrupts
     98.00 ± 15%     +36.2%     133.50 ±  6%  interrupts.CPU270.RES:Rescheduling_interrupts
      2999           +10.4%       3310        interrupts.CPU271.CAL:Function_call_interrupts
      2976           +11.1%       3305        interrupts.CPU272.CAL:Function_call_interrupts
      2969           +11.6%       3314 ±  2%  interrupts.CPU274.CAL:Function_call_interrupts
      3005           +10.1%       3309        interrupts.CPU275.CAL:Function_call_interrupts
      2566 ±  5%     +49.3%       3831 ± 28%  interrupts.CPU275.NMI:Non-maskable_interrupts
      2566 ±  5%     +49.3%       3831 ± 28%  interrupts.CPU275.PMI:Performance_monitoring_interrupts
      3002            +9.7%       3293        interrupts.CPU278.CAL:Function_call_interrupts
      2997           +10.7%       3318        interrupts.CPU279.CAL:Function_call_interrupts
      2973           +10.6%       3288 ±  2%  interrupts.CPU28.CAL:Function_call_interrupts
      2477 ±  6%     +62.5%       4024 ± 27%  interrupts.CPU281.NMI:Non-maskable_interrupts
      2477 ±  6%     +62.5%       4024 ± 27%  interrupts.CPU281.PMI:Performance_monitoring_interrupts
      3002            +9.2%       3279 ±  2%  interrupts.CPU282.CAL:Function_call_interrupts
      2982           +11.0%       3309        interrupts.CPU284.CAL:Function_call_interrupts
      2995           +10.3%       3302        interrupts.CPU285.CAL:Function_call_interrupts
      2989           +11.0%       3319        interrupts.CPU286.CAL:Function_call_interrupts
      3000            +9.9%       3296        interrupts.CPU287.CAL:Function_call_interrupts
      2985           +10.1%       3286 ±  3%  interrupts.CPU29.CAL:Function_call_interrupts
      3011           +10.8%       3336        interrupts.CPU3.CAL:Function_call_interrupts
      3001            +9.7%       3293 ±  2%  interrupts.CPU30.CAL:Function_call_interrupts
      2987           +10.5%       3302        interrupts.CPU31.CAL:Function_call_interrupts
      0.75 ±110%  +15000.0%     113.25 ±160%  interrupts.CPU31.TLB:TLB_shootdowns
      2961           +12.5%       3332        interrupts.CPU32.CAL:Function_call_interrupts
      2996           +10.1%       3298        interrupts.CPU33.CAL:Function_call_interrupts
      2959           +12.3%       3324        interrupts.CPU34.CAL:Function_call_interrupts
      2970           +11.7%       3317        interrupts.CPU35.CAL:Function_call_interrupts
      2991           +11.4%       3332        interrupts.CPU36.CAL:Function_call_interrupts
      2983           +10.1%       3283 ±  2%  interrupts.CPU37.CAL:Function_call_interrupts
      2974           +14.0%       3390 ±  2%  interrupts.CPU4.CAL:Function_call_interrupts
      4299 ± 19%     -37.1%       2702 ±  4%  interrupts.CPU4.NMI:Non-maskable_interrupts
      4299 ± 19%     -37.1%       2702 ±  4%  interrupts.CPU4.PMI:Performance_monitoring_interrupts
      3004            +9.6%       3293        interrupts.CPU40.CAL:Function_call_interrupts
      2982           +10.8%       3305        interrupts.CPU41.CAL:Function_call_interrupts
      3000           +10.2%       3306        interrupts.CPU42.CAL:Function_call_interrupts
      2962           +12.4%       3330        interrupts.CPU43.CAL:Function_call_interrupts
      2961           +12.0%       3317        interrupts.CPU44.CAL:Function_call_interrupts
      2559 ± 13%     +86.4%       4771 ± 24%  interrupts.CPU45.NMI:Non-maskable_interrupts
      2559 ± 13%     +86.4%       4771 ± 24%  interrupts.CPU45.PMI:Performance_monitoring_interrupts
      3003           +10.6%       3323        interrupts.CPU46.CAL:Function_call_interrupts
      3007           +11.0%       3337        interrupts.CPU47.CAL:Function_call_interrupts
      2997           +11.1%       3328        interrupts.CPU48.CAL:Function_call_interrupts
      2983           +11.1%       3314        interrupts.CPU49.CAL:Function_call_interrupts
      2972           +11.0%       3300        interrupts.CPU51.CAL:Function_call_interrupts
    319.50 ± 19%     -40.7%     189.50 ± 11%  interrupts.CPU51.RES:Rescheduling_interrupts
      2998           +10.6%       3317 ±  2%  interrupts.CPU52.CAL:Function_call_interrupts
      2988            +9.7%       3277        interrupts.CPU53.CAL:Function_call_interrupts
      2985           +11.3%       3322        interrupts.CPU54.CAL:Function_call_interrupts
      2994           +10.6%       3310        interrupts.CPU55.CAL:Function_call_interrupts
      2981           +10.6%       3296        interrupts.CPU56.CAL:Function_call_interrupts
    455.25 ± 73%     -64.1%     163.50 ± 18%  interrupts.CPU56.RES:Rescheduling_interrupts
      2993           +11.2%       3327        interrupts.CPU57.CAL:Function_call_interrupts
      3000           +10.2%       3306        interrupts.CPU59.CAL:Function_call_interrupts
      2990           +10.7%       3310        interrupts.CPU6.CAL:Function_call_interrupts
    150.25 ± 43%    +197.2%     446.50 ± 54%  interrupts.CPU6.RES:Rescheduling_interrupts
      2998           +11.1%       3331        interrupts.CPU60.CAL:Function_call_interrupts
      2670 ±  7%     +53.0%       4085 ± 27%  interrupts.CPU60.NMI:Non-maskable_interrupts
      2670 ±  7%     +53.0%       4085 ± 27%  interrupts.CPU60.PMI:Performance_monitoring_interrupts
      2955           +11.8%       3305        interrupts.CPU61.CAL:Function_call_interrupts
    618.25 ± 60%     -72.2%     172.00 ± 25%  interrupts.CPU61.RES:Rescheduling_interrupts
      2980           +10.9%       3304 ±  2%  interrupts.CPU62.CAL:Function_call_interrupts
      2988           +10.6%       3305        interrupts.CPU63.CAL:Function_call_interrupts
    168.75 ± 59%    +489.0%     994.00 ±130%  interrupts.CPU63.RES:Rescheduling_interrupts
      2962           +11.0%       3288        interrupts.CPU64.CAL:Function_call_interrupts
      3008           +10.5%       3325        interrupts.CPU65.CAL:Function_call_interrupts
      2988           +11.2%       3323        interrupts.CPU66.CAL:Function_call_interrupts
    188.00 ± 33%     +87.9%     353.25 ± 43%  interrupts.CPU66.RES:Rescheduling_interrupts
      2965           +11.7%       3312        interrupts.CPU68.CAL:Function_call_interrupts
      3000            +9.8%       3295        interrupts.CPU69.CAL:Function_call_interrupts
    125.75 ± 28%    +301.4%     504.75 ± 84%  interrupts.CPU69.RES:Rescheduling_interrupts
      2997           +10.3%       3307        interrupts.CPU7.CAL:Function_call_interrupts
      2935           +11.6%       3276        interrupts.CPU71.CAL:Function_call_interrupts
      2978 ±  2%     +10.8%       3301        interrupts.CPU74.CAL:Function_call_interrupts
      2624 ± 10%     +62.8%       4273 ± 31%  interrupts.CPU74.NMI:Non-maskable_interrupts
      2624 ± 10%     +62.8%       4273 ± 31%  interrupts.CPU74.PMI:Performance_monitoring_interrupts
      3015           +10.2%       3323        interrupts.CPU76.CAL:Function_call_interrupts
    237.00 ± 25%     -33.3%     158.00 ± 14%  interrupts.CPU76.RES:Rescheduling_interrupts
      2950           +12.5%       3320        interrupts.CPU77.CAL:Function_call_interrupts
      3005           +10.4%       3316        interrupts.CPU78.CAL:Function_call_interrupts
      2997            +9.8%       3291 ±  2%  interrupts.CPU79.CAL:Function_call_interrupts
      3182 ± 29%     +55.7%       4953 ± 24%  interrupts.CPU8.NMI:Non-maskable_interrupts
      3182 ± 29%     +55.7%       4953 ± 24%  interrupts.CPU8.PMI:Performance_monitoring_interrupts
      2979           +11.6%       3324        interrupts.CPU80.CAL:Function_call_interrupts
      2994           +10.7%       3315        interrupts.CPU81.CAL:Function_call_interrupts
      2983           +11.5%       3325        interrupts.CPU83.CAL:Function_call_interrupts
      3000            +9.4%       3283        interrupts.CPU85.CAL:Function_call_interrupts
      2999           +10.5%       3314        interrupts.CPU86.CAL:Function_call_interrupts
      2997           +10.7%       3318        interrupts.CPU87.CAL:Function_call_interrupts
      2966           +12.0%       3320        interrupts.CPU88.CAL:Function_call_interrupts
      2996           +10.8%       3320        interrupts.CPU89.CAL:Function_call_interrupts
      2979           +11.6%       3326        interrupts.CPU9.CAL:Function_call_interrupts
      2966           +12.2%       3327        interrupts.CPU90.CAL:Function_call_interrupts
      2982           +11.7%       3329        interrupts.CPU91.CAL:Function_call_interrupts
      3009            +9.7%       3300        interrupts.CPU92.CAL:Function_call_interrupts
      3285 ± 29%     +39.3%       4574 ± 26%  interrupts.CPU92.NMI:Non-maskable_interrupts
      3285 ± 29%     +39.3%       4574 ± 26%  interrupts.CPU92.PMI:Performance_monitoring_interrupts
      3000            +9.8%       3295 ±  2%  interrupts.CPU93.CAL:Function_call_interrupts
      2962 ±  2%     +11.5%       3303 ±  2%  interrupts.CPU95.CAL:Function_call_interrupts
      2979           +10.9%       3303        interrupts.CPU96.CAL:Function_call_interrupts
      2984           +11.0%       3311        interrupts.CPU97.CAL:Function_call_interrupts
      2993            +9.9%       3290        interrupts.CPU99.CAL:Function_call_interrupts
    161.50 ± 76%    +432.4%     859.75 ±110%  interrupts.CPU99.RES:Rescheduling_interrupts
    539.75 ± 17%    +695.1%       4291 ±113%  interrupts.TLB:TLB_shootdowns



***************************************************************************************************
lkp-ivb-ep01: 40 threads Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz with 384G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/rootfs/tbox_group/test/testcase:
  gcc-7/performance/1BRD_48G/xfs/x86_64-rhel-7.6/3000/debian-x86_64-2018-04-03.cgz/lkp-ivb-ep01/disk_wrt/aim7

commit: 
  f622e64e2f ("sched: Remove rq->cpu_load[] update code")
  07cf623c04 ("sched/fair: Replace source_load() & target_load() w/ weighted_cpuload()")

f622e64e2f16c79c 07cf623c04048316ec3c273fd0c 
---------------- --------------------------- 
       fail:runs  %reproduction    fail:runs
           |             |             |    
           :4           25%           1:4     dmesg.WARNING:at#for_ip_interrupt_entry/0x
         %stddev     %change         %stddev
             \          |                \  
    190330           +69.7%     323084 ±  5%  aim7.jobs-per-min
     95.00           -40.9%      56.12 ±  5%  aim7.time.elapsed_time
     95.00           -40.9%      56.12 ±  5%  aim7.time.elapsed_time.max
      3249          +309.3%      13299 ±  4%  aim7.time.involuntary_context_switches
    150258            -4.1%     144115 ±  2%  aim7.time.minor_page_faults
      1196           -42.6%     686.38 ±  6%  aim7.time.system_time
    102.79           -48.5%      52.92 ±  5%  aim7.time.user_time
   1092869           -20.1%     872904        aim7.time.voluntary_context_switches
      2.85            -0.3        2.59        mpstat.cpu.all.usr%
     50600 ± 20%     -23.6%      38676 ±  8%  numa-meminfo.node1.AnonHugePages
      9664 ± 35%   +1384.0%     143421 ±  4%  numa-vmstat.node0.numa_other
    168657 ±  2%     -79.4%      34755 ± 18%  numa-vmstat.node1.numa_other
      9236 ± 23%     +21.0%      11177 ±  4%  slabinfo.filp.active_objs
      9393 ± 23%     +22.3%      11488 ±  5%  slabinfo.filp.num_objs
     66.00            +2.3%      67.50        vmstat.cpu.id
     23508           +31.7%      30963 ±  2%  vmstat.system.cs
     41.83 ±  3%      -4.1%      40.10        boot-time.boot
     26.02            -2.1%      25.47        boot-time.dhcp
      1478 ±  4%      -4.5%       1411        boot-time.idle
 1.939e+09 ±  9%     -39.1%   1.18e+09 ±  4%  cpuidle.C6.time
   2800954           -38.0%    1735348 ± 24%  cpuidle.C6.usage
     43476 ±  2%     -54.4%      19835 ±  5%  cpuidle.POLL.time
     66.40            +2.0%      67.75        iostat.cpu.idle
     30.79            -3.5%      29.72        iostat.cpu.system
      2.80            -9.8%       2.53        iostat.cpu.user
     88670           -35.5%      57169 ±  4%  meminfo.AnonHugePages
      6565           -12.4%       5754 ±  4%  meminfo.Dirty
      8219            -9.6%       7431 ±  2%  meminfo.Inactive(file)
     24380           +69.4%      41311 ±  5%  meminfo.max_used_kB
     87692            -2.6%      85426        proc-vmstat.nr_active_anon
     85566            -2.2%      83656        proc-vmstat.nr_anon_pages
      1647 ±  2%     -12.5%       1441 ±  3%  proc-vmstat.nr_dirty
      4841            +1.4%       4910        proc-vmstat.nr_inactive_anon
      2053            -9.3%       1863 ±  2%  proc-vmstat.nr_inactive_file
      6092            +1.8%       6200        proc-vmstat.nr_mapped
     23024            -5.4%      21771        proc-vmstat.nr_slab_reclaimable
     87692            -2.6%      85426        proc-vmstat.nr_zone_active_anon
      4841            +1.4%       4910        proc-vmstat.nr_zone_inactive_anon
      2054            -9.3%       1863 ±  2%  proc-vmstat.nr_zone_inactive_file
      1506 ±  2%      -6.4%       1409 ±  4%  proc-vmstat.nr_zone_write_pending
    389550 ±  2%     -23.6%     297450 ±  4%  proc-vmstat.pgfault
      1710 ±  2%      -6.9%       1591        proc-vmstat.unevictable_pgs_culled
    442.50           +97.9%     875.75 ±  4%  turbostat.Avg_MHz
      1212          +101.3%       2440 ±  5%  turbostat.Bzy_MHz
   2797672           -38.1%    1732842 ± 24%  turbostat.C6
     43.52 ±  5%     -37.6%      27.15 ± 21%  turbostat.CPU%c1
     19.21 ± 18%     +73.3%      33.31 ± 23%  turbostat.CPU%c6
     39.53           +70.2%      67.27 ±  4%  turbostat.CorWatt
     58.00 ±  2%     +19.8%      69.50 ±  2%  turbostat.CoreTmp
   7932315           -40.9%    4690927 ±  4%  turbostat.IRQ
      3.74 ± 15%    +627.7%      27.20 ± 16%  turbostat.Pkg%pc2
     58.00 ±  2%     +20.3%      69.75        turbostat.PkgTmp
     65.47           +42.6%      93.37 ±  3%  turbostat.PkgWatt
     29.84            -1.4%      29.42        turbostat.RAMWatt
      7830           -41.4%       4586 ±  4%  turbostat.SMI
     10.89 ±  2%     +28.1%      13.94 ± 14%  perf-stat.i.MPKI
 2.959e+09           +56.8%   4.64e+09 ±  8%  perf-stat.i.branch-instructions
      2.52 ±  7%      +0.7        3.23 ±  5%  perf-stat.i.branch-miss-rate%
  50498490 ±  3%     +43.9%   72679553 ±  7%  perf-stat.i.branch-misses
 1.137e+08           +57.9%  1.796e+08 ±  7%  perf-stat.i.cache-references
     23951           +32.7%      31778 ±  3%  perf-stat.i.context-switches
      1.59 ±  2%     +32.3%       2.10 ±  8%  perf-stat.i.cpi
 1.755e+10           +86.3%   3.27e+10 ±  8%  perf-stat.i.cpu-cycles
    657.40          +274.2%       2459 ±  3%  perf-stat.i.cpu-migrations
      3319           +82.3%       6051 ± 18%  perf-stat.i.cycles-between-cache-misses
  61442009 ± 13%    +108.7%  1.283e+08 ± 25%  perf-stat.i.dTLB-load-misses
 4.525e+09           +57.4%  7.121e+09 ±  8%  perf-stat.i.dTLB-loads
 2.935e+09           +58.0%  4.639e+09 ±  8%  perf-stat.i.dTLB-stores
 1.491e+10           +56.8%  2.338e+10 ±  8%  perf-stat.i.instructions
      2786 ±  5%     +32.7%       3698 ±  7%  perf-stat.i.instructions-per-iTLB-miss
      0.80           -19.0%       0.65 ±  2%  perf-stat.i.ipc
      3829           +26.2%       4832 ±  2%  perf-stat.i.minor-faults
     44.42           -23.2       21.23 ±  6%  perf-stat.i.node-load-miss-rate%
   1502106           -87.0%     194663 ± 12%  perf-stat.i.node-load-misses
   1823866           -50.6%     900788 ±  5%  perf-stat.i.node-loads
     39.25           -27.7       11.58 ±  9%  perf-stat.i.node-store-miss-rate%
    866273           -86.9%     113254 ± 11%  perf-stat.i.node-store-misses
   1283613 ±  2%     -32.3%     868619 ±  5%  perf-stat.i.node-stores
      3829           +26.2%       4832 ±  2%  perf-stat.i.page-faults
      1.71 ±  2%      -0.1        1.57 ±  3%  perf-stat.overall.branch-miss-rate%
      4.78            -1.4        3.36 ± 19%  perf-stat.overall.cache-miss-rate%
      1.18           +18.9%       1.40        perf-stat.overall.cpi
      3225           +74.1%       5616 ± 18%  perf-stat.overall.cycles-between-cache-misses
      2765           +43.2%       3958 ±  3%  perf-stat.overall.instructions-per-iTLB-miss
      0.85           -15.9%       0.71        perf-stat.overall.ipc
     45.16           -27.4       17.74 ± 10%  perf-stat.overall.node-load-miss-rate%
     40.30           -28.8       11.50 ±  7%  perf-stat.overall.node-store-miss-rate%
 2.928e+09           +55.6%  4.555e+09 ±  8%  perf-stat.ps.branch-instructions
  49979575 ±  3%     +42.8%   71367590 ±  7%  perf-stat.ps.branch-misses
 1.126e+08           +56.7%  1.764e+08 ±  7%  perf-stat.ps.cache-references
     23700           +31.6%      31200 ±  3%  perf-stat.ps.context-switches
 1.737e+10           +84.8%  3.211e+10 ±  8%  perf-stat.ps.cpu-cycles
    650.62          +271.2%       2415 ±  2%  perf-stat.ps.cpu-migrations
  60798469 ± 13%    +107.1%  1.259e+08 ± 25%  perf-stat.ps.dTLB-load-misses
 4.478e+09           +56.1%  6.991e+09 ±  8%  perf-stat.ps.dTLB-loads
 2.905e+09           +56.8%  4.554e+09 ±  8%  perf-stat.ps.dTLB-stores
 1.476e+10           +55.5%  2.295e+10 ±  8%  perf-stat.ps.instructions
      3793           +25.2%       4750 ±  2%  perf-stat.ps.minor-faults
   1486398           -87.1%     191161 ± 12%  perf-stat.ps.node-load-misses
   1804836           -51.0%     884411 ±  4%  perf-stat.ps.node-loads
    857233           -87.0%     111233 ± 11%  perf-stat.ps.node-store-misses
   1270431 ±  3%     -32.8%     853281 ±  5%  perf-stat.ps.node-stores
      3793           +25.2%       4750 ±  2%  perf-stat.ps.page-faults
 1.429e+12            -9.8%  1.289e+12 ±  3%  perf-stat.total.instructions
     16831 ± 15%     -43.7%       9474 ± 54%  sched_debug.cfs_rq:/.load.avg
     22212 ±  3%     -37.5%      13874 ± 27%  sched_debug.cfs_rq:/.load.stddev
    169393           -94.8%       8797 ± 15%  sched_debug.cfs_rq:/.min_vruntime.avg
    272607 ±  7%     -90.2%      26667 ±  7%  sched_debug.cfs_rq:/.min_vruntime.max
    154234           -97.3%       4213 ± 32%  sched_debug.cfs_rq:/.min_vruntime.min
     19456 ± 16%     -80.0%       3882 ±  9%  sched_debug.cfs_rq:/.min_vruntime.stddev
     22.37 ± 47%    +210.1%      69.37 ± 30%  sched_debug.cfs_rq:/.removed.load_avg.avg
    511.88           +98.6%       1016        sched_debug.cfs_rq:/.removed.load_avg.max
    101.46 ± 22%    +148.4%     252.04 ± 13%  sched_debug.cfs_rq:/.removed.load_avg.stddev
      1028 ± 47%    +210.7%       3196 ± 30%  sched_debug.cfs_rq:/.removed.runnable_sum.avg
     23594           +98.6%      46851        sched_debug.cfs_rq:/.removed.runnable_sum.max
      4662 ± 23%    +149.0%      11606 ± 14%  sched_debug.cfs_rq:/.removed.runnable_sum.stddev
      7.23 ± 73%    +204.5%      22.03 ± 30%  sched_debug.cfs_rq:/.removed.util_avg.avg
    161.38 ± 41%    +148.8%     401.50 ± 16%  sched_debug.cfs_rq:/.removed.util_avg.max
     30.90 ± 54%    +168.1%      82.85 ± 17%  sched_debug.cfs_rq:/.removed.util_avg.stddev
     50.00 ± 23%     -59.0%      20.50 ± 32%  sched_debug.cfs_rq:/.runnable_load_avg.max
     11.74 ± 11%     -40.8%       6.96 ± 17%  sched_debug.cfs_rq:/.runnable_load_avg.stddev
     15326 ± 17%     -63.0%       5666 ± 39%  sched_debug.cfs_rq:/.runnable_weight.avg
     49945 ± 26%     -64.9%      17523 ±  2%  sched_debug.cfs_rq:/.runnable_weight.max
     18578 ±  4%     -59.6%       7497 ±  6%  sched_debug.cfs_rq:/.runnable_weight.stddev
      8409 ± 31%     -76.7%       1957 ±148%  sched_debug.cfs_rq:/.spread0.avg
    111574 ± 18%     -82.2%      19830 ± 15%  sched_debug.cfs_rq:/.spread0.max
     19452 ± 16%     -80.0%       3882 ±  9%  sched_debug.cfs_rq:/.spread0.stddev
    511.75 ±  4%     +28.4%     657.24 ±  3%  sched_debug.cfs_rq:/.util_avg.avg
      1142 ± 19%     +64.1%       1874 ± 15%  sched_debug.cfs_rq:/.util_avg.max
    224.31 ± 13%     +57.3%     352.88 ± 12%  sched_debug.cfs_rq:/.util_avg.stddev
    402.25 ±  6%     +82.8%     735.50 ± 39%  sched_debug.cfs_rq:/.util_est_enqueued.max
     77474           -40.9%      45783        sched_debug.cpu.clock.avg
     77488           -40.9%      45785        sched_debug.cpu.clock.max
     77459           -40.9%      45782        sched_debug.cpu.clock.min
      8.70 ±  7%     -88.8%       0.97 ± 20%  sched_debug.cpu.clock.stddev
     77474           -40.9%      45783        sched_debug.cpu.clock_task.avg
     77488           -40.9%      45785        sched_debug.cpu.clock_task.max
     77459           -40.9%      45782        sched_debug.cpu.clock_task.min
      8.70 ±  7%     -88.8%       0.97 ± 19%  sched_debug.cpu.clock_task.stddev
    915.80 ± 10%     -51.4%     445.02 ± 47%  sched_debug.cpu.curr->pid.avg
      3861           -61.4%       1491        sched_debug.cpu.curr->pid.max
      1217 ±  4%     -50.5%     602.25 ± 10%  sched_debug.cpu.curr->pid.stddev
     16323 ± 15%     -44.2%       9109 ± 59%  sched_debug.cpu.load.avg
     21622 ±  4%     -37.7%      13475 ± 30%  sched_debug.cpu.load.stddev
      0.00           -20.4%       0.00 ±  9%  sched_debug.cpu.next_balance.stddev
     18548           -90.5%       1754        sched_debug.cpu.nr_switches.avg
     28918 ± 13%     -68.0%       9245 ± 13%  sched_debug.cpu.nr_switches.max
     16063           -97.5%     393.75 ± 18%  sched_debug.cpu.nr_switches.min
      2732 ± 19%     -28.6%       1949 ±  4%  sched_debug.cpu.nr_switches.stddev
     37.33           -99.9%       0.04 ± 47%  sched_debug.cpu.nr_uninterruptible.avg
     65.88 ±  4%     -78.7%      14.00 ± 19%  sched_debug.cpu.nr_uninterruptible.max
      0.38 ±1163%   -3300.0%     -12.00        sched_debug.cpu.nr_uninterruptible.min
     13.99 ±  5%     -62.9%       5.19 ± 18%  sched_debug.cpu.nr_uninterruptible.stddev
     77458           -40.9%      45782        sched_debug.cpu_clk
     73890           -42.9%      42214        sched_debug.ktime
     77902           -40.7%      46230        sched_debug.sched_clk
   4118075           -50.0%    2059067        sched_debug.sysctl_sched.sysctl_sched_features
     82.50 ± 26%     -56.7%      35.75 ±  8%  interrupts.46:IR-PCI-MSI.524296-edge.eth0-TxRx-7
     53735 ± 12%     -38.0%      33311 ± 18%  interrupts.CAL:Function_call_interrupts
      1332 ± 17%     -40.6%     792.00 ±  6%  interrupts.CPU0.CAL:Function_call_interrupts
    194871           -41.5%     114092 ±  5%  interrupts.CPU0.LOC:Local_timer_interrupts
      1238 ± 22%     -31.7%     845.50 ± 19%  interrupts.CPU1.CAL:Function_call_interrupts
    194825           -41.5%     113996 ±  5%  interrupts.CPU1.LOC:Local_timer_interrupts
      1407 ± 13%     -54.2%     644.75 ± 56%  interrupts.CPU10.CAL:Function_call_interrupts
    194623           -41.5%     113842 ±  5%  interrupts.CPU10.LOC:Local_timer_interrupts
      1374 ± 11%     -44.7%     759.25 ± 34%  interrupts.CPU11.CAL:Function_call_interrupts
    194412           -41.4%     113933 ±  5%  interrupts.CPU11.LOC:Local_timer_interrupts
      1328 ± 11%     -37.5%     830.50 ± 20%  interrupts.CPU12.CAL:Function_call_interrupts
    194595           -41.5%     113779 ±  5%  interrupts.CPU12.LOC:Local_timer_interrupts
      1343 ± 13%     -38.1%     831.50 ± 17%  interrupts.CPU13.CAL:Function_call_interrupts
    194303           -41.4%     113905 ±  5%  interrupts.CPU13.LOC:Local_timer_interrupts
      1368 ± 13%     -40.1%     819.50 ± 24%  interrupts.CPU14.CAL:Function_call_interrupts
    194467           -41.5%     113778 ±  5%  interrupts.CPU14.LOC:Local_timer_interrupts
      1321 ± 12%     -36.2%     842.75 ± 17%  interrupts.CPU15.CAL:Function_call_interrupts
    194381           -41.4%     113837 ±  5%  interrupts.CPU15.LOC:Local_timer_interrupts
      0.25 ±173%    +3e+05%     758.50 ±135%  interrupts.CPU15.NMI:Non-maskable_interrupts
      0.25 ±173%    +3e+05%     758.50 ±135%  interrupts.CPU15.PMI:Performance_monitoring_interrupts
      1392 ± 11%     -38.8%     853.00 ± 21%  interrupts.CPU16.CAL:Function_call_interrupts
    194459           -41.6%     113628 ±  5%  interrupts.CPU16.LOC:Local_timer_interrupts
      1342 ± 13%     -36.9%     847.25 ± 22%  interrupts.CPU17.CAL:Function_call_interrupts
    194550           -41.4%     114039 ±  5%  interrupts.CPU17.LOC:Local_timer_interrupts
      1384 ± 11%     -39.5%     838.00 ± 23%  interrupts.CPU18.CAL:Function_call_interrupts
    194763           -41.7%     113644 ±  5%  interrupts.CPU18.LOC:Local_timer_interrupts
      1313 ± 14%     -38.4%     809.25 ± 20%  interrupts.CPU19.CAL:Function_call_interrupts
    194423           -41.5%     113805 ±  5%  interrupts.CPU19.LOC:Local_timer_interrupts
      1321 ± 16%     -40.7%     783.50 ±  6%  interrupts.CPU2.CAL:Function_call_interrupts
    194631           -41.5%     113909 ±  5%  interrupts.CPU2.LOC:Local_timer_interrupts
      1343 ± 13%     -38.5%     826.00 ± 20%  interrupts.CPU20.CAL:Function_call_interrupts
    194623           -41.6%     113580 ±  5%  interrupts.CPU20.LOC:Local_timer_interrupts
      1359 ± 10%     -39.0%     829.00 ± 20%  interrupts.CPU21.CAL:Function_call_interrupts
    194239           -41.5%     113601 ±  5%  interrupts.CPU21.LOC:Local_timer_interrupts
      1342 ± 10%     -35.6%     864.75 ± 19%  interrupts.CPU22.CAL:Function_call_interrupts
    194576           -41.6%     113638 ±  5%  interrupts.CPU22.LOC:Local_timer_interrupts
      1266 ± 15%     -33.7%     839.75 ± 19%  interrupts.CPU23.CAL:Function_call_interrupts
    194697           -41.5%     113967 ±  5%  interrupts.CPU23.LOC:Local_timer_interrupts
      1347 ±  9%     -38.4%     829.25 ± 18%  interrupts.CPU24.CAL:Function_call_interrupts
    194727           -41.6%     113754 ±  5%  interrupts.CPU24.LOC:Local_timer_interrupts
      1365 ± 10%     -37.5%     853.00 ± 19%  interrupts.CPU25.CAL:Function_call_interrupts
    194528           -41.7%     113506 ±  5%  interrupts.CPU25.LOC:Local_timer_interrupts
      1373 ± 13%     -39.4%     832.00 ± 18%  interrupts.CPU26.CAL:Function_call_interrupts
    194512           -41.6%     113661 ±  5%  interrupts.CPU26.LOC:Local_timer_interrupts
      1296 ±  9%     -34.6%     847.75 ± 20%  interrupts.CPU27.CAL:Function_call_interrupts
    194614           -41.6%     113595 ±  5%  interrupts.CPU27.LOC:Local_timer_interrupts
      1365 ± 14%     -37.6%     851.25 ± 17%  interrupts.CPU28.CAL:Function_call_interrupts
    194549           -41.5%     113820 ±  5%  interrupts.CPU28.LOC:Local_timer_interrupts
      1337 ± 13%     -35.7%     859.75 ± 20%  interrupts.CPU29.CAL:Function_call_interrupts
    194031           -41.5%     113597 ±  5%  interrupts.CPU29.LOC:Local_timer_interrupts
      1396 ± 13%     -37.2%     877.50 ± 17%  interrupts.CPU3.CAL:Function_call_interrupts
    194664           -41.5%     113892 ±  5%  interrupts.CPU3.LOC:Local_timer_interrupts
      1330 ± 16%     -37.4%     832.75 ± 20%  interrupts.CPU30.CAL:Function_call_interrupts
    194570           -41.6%     113635 ±  5%  interrupts.CPU30.LOC:Local_timer_interrupts
      1383 ± 11%     -38.3%     854.25 ± 20%  interrupts.CPU31.CAL:Function_call_interrupts
    194286           -41.3%     113951 ±  5%  interrupts.CPU31.LOC:Local_timer_interrupts
      1387 ± 14%     -37.7%     864.25 ± 19%  interrupts.CPU32.CAL:Function_call_interrupts
    194533           -41.5%     113746 ±  5%  interrupts.CPU32.LOC:Local_timer_interrupts
      1394 ± 11%     -37.5%     871.25 ± 18%  interrupts.CPU33.CAL:Function_call_interrupts
    194217           -41.3%     113930 ±  5%  interrupts.CPU33.LOC:Local_timer_interrupts
      1336 ± 13%     -35.7%     859.00 ± 17%  interrupts.CPU34.CAL:Function_call_interrupts
    194473           -41.6%     113476 ±  5%  interrupts.CPU34.LOC:Local_timer_interrupts
      1418 ± 12%     -46.2%     763.50        interrupts.CPU35.CAL:Function_call_interrupts
    193683           -41.1%     114008 ±  5%  interrupts.CPU35.LOC:Local_timer_interrupts
      1327 ± 14%     -37.1%     834.50 ± 19%  interrupts.CPU36.CAL:Function_call_interrupts
    194371           -41.4%     113856 ±  5%  interrupts.CPU36.LOC:Local_timer_interrupts
      1416 ± 12%     -38.8%     866.25 ± 16%  interrupts.CPU37.CAL:Function_call_interrupts
    194608           -41.6%     113567 ±  5%  interrupts.CPU37.LOC:Local_timer_interrupts
      1248 ± 15%     -32.1%     847.00 ± 18%  interrupts.CPU38.CAL:Function_call_interrupts
    194605           -41.6%     113710 ±  4%  interrupts.CPU38.LOC:Local_timer_interrupts
      1383 ± 12%     -36.5%     879.00 ± 16%  interrupts.CPU39.CAL:Function_call_interrupts
    194202           -41.4%     113771 ±  4%  interrupts.CPU39.LOC:Local_timer_interrupts
    194948           -41.4%     114147 ±  5%  interrupts.CPU4.LOC:Local_timer_interrupts
      1372 ± 15%     -40.1%     821.75 ± 12%  interrupts.CPU5.CAL:Function_call_interrupts
    194497           -41.4%     113935 ±  4%  interrupts.CPU5.LOC:Local_timer_interrupts
     82.50 ± 26%     -56.7%      35.75 ±  8%  interrupts.CPU6.46:IR-PCI-MSI.524296-edge.eth0-TxRx-7
      1311 ± 16%     -35.8%     841.25 ± 19%  interrupts.CPU6.CAL:Function_call_interrupts
    194664           -41.6%     113681 ±  5%  interrupts.CPU6.LOC:Local_timer_interrupts
      1369 ± 15%     -41.9%     795.25 ± 25%  interrupts.CPU7.CAL:Function_call_interrupts
    194564           -41.9%     113071 ±  5%  interrupts.CPU7.LOC:Local_timer_interrupts
      1157 ±  8%     -25.3%     864.50 ± 20%  interrupts.CPU8.CAL:Function_call_interrupts
    194149 ±  2%     -41.5%     113655 ±  5%  interrupts.CPU8.LOC:Local_timer_interrupts
      1375 ± 12%     -38.7%     843.00 ± 18%  interrupts.CPU9.CAL:Function_call_interrupts
    194395           -41.5%     113680 ±  5%  interrupts.CPU9.LOC:Local_timer_interrupts
   7779842           -41.5%    4550633 ±  5%  interrupts.LOC:Local_timer_interrupts
     25675 ±  7%     -21.0%      20272 ±  9%  interrupts.RES:Rescheduling_interrupts
    451.00 ±  8%     -88.1%      53.50 ± 17%  interrupts.TLB:TLB_shootdowns
     19946 ±  7%     -40.9%      11790 ± 20%  softirqs.CPU0.RCU
     19817 ±  2%     -29.8%      13910 ± 10%  softirqs.CPU0.SCHED
     43197 ±  8%     -21.7%      33827 ± 11%  softirqs.CPU0.TIMER
     18688 ±  3%     -30.7%      12947 ± 21%  softirqs.CPU1.RCU
     16685 ± 11%     -29.6%      11751 ±  9%  softirqs.CPU1.SCHED
     44256 ±  8%     -25.2%      33089 ±  8%  softirqs.CPU1.TIMER
     19996 ±  9%     -39.0%      12204 ± 27%  softirqs.CPU10.RCU
     15913 ±  2%     -30.2%      11105 ±  8%  softirqs.CPU10.SCHED
     40129 ± 10%     -17.0%      33322 ± 13%  softirqs.CPU10.TIMER
     16202 ±  2%     -32.2%      10990 ± 10%  softirqs.CPU11.SCHED
     21689 ± 14%     -41.8%      12626 ± 23%  softirqs.CPU12.RCU
     16379           -31.7%      11184 ±  9%  softirqs.CPU12.SCHED
     42920 ± 11%     -21.9%      33536 ± 13%  softirqs.CPU12.TIMER
     20122 ± 11%     -33.2%      13434 ± 22%  softirqs.CPU13.RCU
     16068           -27.9%      11577 ± 13%  softirqs.CPU13.SCHED
     39693 ±  7%     -19.8%      31847 ± 16%  softirqs.CPU13.TIMER
     19764 ±  7%     -36.7%      12514 ± 24%  softirqs.CPU14.RCU
     16255           -31.3%      11166 ±  9%  softirqs.CPU14.SCHED
     42132 ±  8%     -20.0%      33710 ± 14%  softirqs.CPU14.TIMER
     18945 ± 11%     -35.7%      12181 ± 19%  softirqs.CPU15.RCU
     16018           -29.6%      11281 ± 11%  softirqs.CPU15.SCHED
     41548 ±  8%     -23.7%      31715 ± 12%  softirqs.CPU15.TIMER
     18599 ± 10%     -37.4%      11642 ± 22%  softirqs.CPU16.RCU
     16171           -30.8%      11194 ±  8%  softirqs.CPU16.SCHED
     41697 ±  9%     -20.0%      33341 ± 14%  softirqs.CPU16.TIMER
     18572 ±  9%     -35.8%      11914 ± 20%  softirqs.CPU17.RCU
     16078           -31.0%      11097 ± 10%  softirqs.CPU17.SCHED
     41818 ±  8%     -24.6%      31542 ± 12%  softirqs.CPU17.TIMER
     19529 ± 11%     -31.8%      13321 ± 20%  softirqs.CPU18.RCU
     16299           -32.0%      11088 ±  9%  softirqs.CPU18.SCHED
     41973 ±  9%     -13.7%      36226 ±  4%  softirqs.CPU18.TIMER
     19155 ± 14%     -37.2%      12030 ± 18%  softirqs.CPU19.RCU
     15933           -31.2%      10960 ± 10%  softirqs.CPU19.SCHED
     41328 ±  8%     -24.3%      31272 ± 13%  softirqs.CPU19.TIMER
     19380 ±  8%     -38.3%      11966 ± 21%  softirqs.CPU2.RCU
     15843           -30.7%      10972 ±  8%  softirqs.CPU2.SCHED
     39786 ±  8%     -18.4%      32480 ± 12%  softirqs.CPU2.TIMER
     19291 ±  6%     -38.1%      11938 ± 27%  softirqs.CPU20.RCU
     15901           -30.8%      11000 ±  9%  softirqs.CPU20.SCHED
     42458 ± 10%     -22.0%      33120 ± 11%  softirqs.CPU20.TIMER
     18429 ±  9%     -37.6%      11502 ± 23%  softirqs.CPU21.RCU
     15630           -31.2%      10751 ± 10%  softirqs.CPU21.SCHED
     45924 ± 14%     -26.0%      33990 ± 15%  softirqs.CPU21.TIMER
     20068 ± 15%     -40.4%      11966 ± 20%  softirqs.CPU22.RCU
     16223           -28.1%      11661 ± 10%  softirqs.CPU22.SCHED
     42617 ±  7%     -19.7%      34214 ± 12%  softirqs.CPU22.TIMER
     18960 ± 11%     -37.3%      11888 ± 19%  softirqs.CPU23.RCU
     15935           -30.9%      11011 ± 10%  softirqs.CPU23.SCHED
     41194 ±  8%     -23.1%      31659 ± 13%  softirqs.CPU23.TIMER
     18558 ±  5%     -29.2%      13132 ± 20%  softirqs.CPU24.RCU
     15951           -24.4%      12062 ± 10%  softirqs.CPU24.SCHED
     18797 ±  5%     -34.2%      12369 ± 20%  softirqs.CPU25.RCU
     15844 ±  2%     -30.9%      10942 ± 10%  softirqs.CPU25.SCHED
     41061 ±  8%     -24.0%      31214 ± 13%  softirqs.CPU25.TIMER
     18513 ±  5%     -32.0%      12587 ± 15%  softirqs.CPU26.RCU
     15963           -33.2%      10656 ± 13%  softirqs.CPU26.SCHED
     40830 ±  8%     -18.0%      33465 ± 11%  softirqs.CPU26.TIMER
     19599 ±  4%     -37.8%      12193 ± 17%  softirqs.CPU27.RCU
     15971           -32.0%      10867 ± 11%  softirqs.CPU27.SCHED
     41102 ±  8%     -24.6%      30994 ± 14%  softirqs.CPU27.TIMER
     18702 ±  5%     -32.2%      12680 ± 24%  softirqs.CPU28.RCU
     15917           -30.1%      11133 ±  9%  softirqs.CPU28.SCHED
     19030 ±  6%     -29.0%      13502 ± 12%  softirqs.CPU29.RCU
     15760           -34.2%      10364 ± 10%  softirqs.CPU29.SCHED
     40750 ±  7%     -27.9%      29389 ± 16%  softirqs.CPU29.TIMER
     18537 ±  7%     -36.3%      11810 ± 21%  softirqs.CPU3.RCU
     16046           -26.5%      11794 ± 14%  softirqs.CPU3.SCHED
     41710 ±  7%     -20.8%      33037 ± 13%  softirqs.CPU3.TIMER
     19472 ±  3%     -35.8%      12505 ± 29%  softirqs.CPU30.RCU
     16393 ± 10%     -30.1%      11454 ±  7%  softirqs.CPU30.SCHED
     41400 ± 12%     -19.8%      33212 ± 13%  softirqs.CPU30.TIMER
     19359 ± 11%     -27.3%      14072 ± 35%  softirqs.CPU31.RCU
     15934           -31.5%      10919 ±  9%  softirqs.CPU31.SCHED
     40819 ±  7%     -21.3%      32137 ±  9%  softirqs.CPU31.TIMER
     16093 ±  3%     -28.0%      11593 ± 15%  softirqs.CPU32.RCU
     16246           -31.3%      11155 ±  8%  softirqs.CPU32.SCHED
     47985 ± 25%     -30.6%      33324 ± 14%  softirqs.CPU32.TIMER
     15827           -30.7%      10971 ± 10%  softirqs.CPU33.SCHED
     46245 ± 24%     -33.3%      30843 ± 15%  softirqs.CPU33.TIMER
     15699 ±  4%     -24.7%      11814 ± 19%  softirqs.CPU34.RCU
     16555 ±  3%     -32.9%      11104 ±  8%  softirqs.CPU34.SCHED
     42829 ± 11%     -22.5%      33173 ± 14%  softirqs.CPU34.TIMER
     16117 ± 10%     -20.7%      12777 ± 17%  softirqs.CPU35.RCU
     15805           -28.4%      11316 ±  8%  softirqs.CPU35.SCHED
     40683 ±  8%     -16.3%      34055 ±  6%  softirqs.CPU35.TIMER
     16589 ± 10%     -31.5%      11370 ± 22%  softirqs.CPU36.RCU
     16144           -30.1%      11288 ± 10%  softirqs.CPU36.SCHED
     42962 ±  7%     -22.4%      33333 ± 14%  softirqs.CPU36.TIMER
     15331 ±  6%     -30.6%      10639 ± 19%  softirqs.CPU37.RCU
     15952           -31.4%      10947 ± 10%  softirqs.CPU37.SCHED
     41421 ±  8%     -25.1%      31043 ± 13%  softirqs.CPU37.TIMER
     16505 ±  2%     -27.5%      11964 ± 11%  softirqs.CPU38.RCU
     16148           -30.9%      11154 ±  9%  softirqs.CPU38.SCHED
     42112 ±  9%     -14.6%      35964 ±  4%  softirqs.CPU38.TIMER
     16093 ± 10%     -28.3%      11545 ± 18%  softirqs.CPU39.RCU
     15663 ±  2%     -29.6%      11019 ± 10%  softirqs.CPU39.SCHED
     41200 ±  8%     -24.3%      31177 ± 13%  softirqs.CPU39.TIMER
     19221 ±  9%     -30.8%      13308 ± 18%  softirqs.CPU4.RCU
     16202           -30.1%      11324 ±  9%  softirqs.CPU4.SCHED
     41555 ±  7%     -16.8%      34581 ± 13%  softirqs.CPU4.TIMER
     19280 ±  7%     -37.2%      12116 ± 18%  softirqs.CPU5.RCU
     16022           -30.9%      11078 ±  9%  softirqs.CPU5.SCHED
     41331 ±  7%     -23.7%      31525 ± 13%  softirqs.CPU5.TIMER
     18571 ±  5%     -35.0%      12077 ± 18%  softirqs.CPU6.RCU
     16260           -31.8%      11089 ±  9%  softirqs.CPU6.SCHED
     41622 ±  7%     -19.5%      33490 ± 11%  softirqs.CPU6.TIMER
     20088 ± 12%     -33.5%      13366 ± 21%  softirqs.CPU7.RCU
     15954           -31.4%      10938 ±  9%  softirqs.CPU7.SCHED
     41204 ±  7%     -24.8%      31005 ± 14%  softirqs.CPU7.TIMER
     20245 ± 15%     -39.4%      12265 ± 16%  softirqs.CPU8.RCU
     16899 ±  8%     -33.9%      11171 ±  9%  softirqs.CPU8.SCHED
     43299 ±  8%     -23.1%      33315 ± 12%  softirqs.CPU8.TIMER
     18595 ±  9%     -35.5%      12003 ± 19%  softirqs.CPU9.RCU
     15926           -36.4%      10121 ± 12%  softirqs.CPU9.SCHED
     40671 ±  8%     -28.2%      29193 ± 14%  softirqs.CPU9.TIMER
    743548 ±  6%     -33.4%     495313 ±  2%  softirqs.RCU
    646757           -30.8%     447589 ±  3%  softirqs.SCHED
   1685003 ±  7%     -21.9%    1315155 ±  5%  softirqs.TIMER
     40.35           -20.7       19.69 ± 19%  perf-profile.calltrace.cycles-pp.secondary_startup_64
     38.36 ±  2%     -20.5       17.82 ± 16%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
     36.32 ±  2%     -20.4       15.89 ± 16%  perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.do_idle.cpu_startup_entry.start_secondary
     39.57 ±  2%     -20.3       19.22 ± 17%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64
     39.57 ±  2%     -20.3       19.22 ± 17%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64
     39.55 ±  2%     -20.3       19.20 ± 17%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64
      0.63 ±  5%      +0.1        0.71 ±  5%  perf-profile.calltrace.cycles-pp.rwsem_spin_on_owner.rwsem_down_write_failed.call_rwsem_down_write_failed.down_write.path_openat
      1.00 ±  4%      +0.1        1.10 ±  2%  perf-profile.calltrace.cycles-pp.down_write.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      0.99 ±  4%      +0.1        1.10 ±  2%  perf-profile.calltrace.cycles-pp.call_rwsem_down_write_failed.down_write.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.99 ±  4%      +0.1        1.10 ±  2%  perf-profile.calltrace.cycles-pp.rwsem_down_write_failed.call_rwsem_down_write_failed.down_write.do_unlinkat.do_syscall_64
      0.86 ±  4%      +0.1        0.98 ±  3%  perf-profile.calltrace.cycles-pp.rwsem_spin_on_owner.rwsem_down_write_failed.call_rwsem_down_write_failed.down_write.do_unlinkat
      0.64 ±  4%      +0.1        0.77 ±  4%  perf-profile.calltrace.cycles-pp.xfs_ialloc.xfs_dir_ialloc.xfs_create.xfs_generic_create.path_openat
      0.64 ±  4%      +0.1        0.77 ±  4%  perf-profile.calltrace.cycles-pp.xfs_dir_ialloc.xfs_create.xfs_generic_create.path_openat.do_filp_open
      0.56 ±  5%      +0.1        0.70 ±  4%  perf-profile.calltrace.cycles-pp.xfs_dialloc.xfs_ialloc.xfs_dir_ialloc.xfs_create.xfs_generic_create
      0.67 ± 11%      +0.2        0.85 ±  7%  perf-profile.calltrace.cycles-pp.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill
      0.59 ±  5%      +0.2        0.77        perf-profile.calltrace.cycles-pp.iov_iter_fault_in_readable.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      0.66 ± 11%      +0.2        0.85 ±  6%  perf-profile.calltrace.cycles-pp.xfs_ifree.xfs_inactive_ifree.xfs_inactive.xfs_fs_destroy_inode.__dentry_kill
      0.63 ±  3%      +0.2        0.83 ±  5%  perf-profile.calltrace.cycles-pp.__pagevec_lru_add_fn.pagevec_lru_move_fn.__lru_cache_add.add_to_page_cache_lru.pagecache_get_page
      0.90 ±  7%      +0.2        1.13 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive_ifree.xfs_inactive.xfs_fs_destroy_inode.__dentry_kill.dentry_kill
      0.60 ±  2%      +0.3        0.85 ±  5%  perf-profile.calltrace.cycles-pp.xfs_break_layouts.xfs_file_aio_write_checks.xfs_file_buffered_aio_write.new_sync_write.vfs_write
      0.63 ± 10%      +0.3        0.88 ±  8%  perf-profile.calltrace.cycles-pp.down_write.xfs_ilock.xfs_file_buffered_aio_write.new_sync_write.vfs_write
      0.81 ±  8%      +0.3        1.08 ±  9%  perf-profile.calltrace.cycles-pp.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill.dentry_kill
      0.81 ±  7%      +0.3        1.07 ±  7%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write
      1.11 ±  8%      +0.3        1.39 ±  4%  perf-profile.calltrace.cycles-pp.xfs_fs_destroy_inode.__dentry_kill.dentry_kill.dput.__fput
      1.10 ±  8%      +0.3        1.38 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive.xfs_fs_destroy_inode.__dentry_kill.dentry_kill.dput
      1.46 ±  4%      +0.3        1.74 ±  6%  perf-profile.calltrace.cycles-pp.xfs_generic_create.path_openat.do_filp_open.do_sys_open.do_syscall_64
      1.41 ±  3%      +0.3        1.70 ±  6%  perf-profile.calltrace.cycles-pp.xfs_create.xfs_generic_create.path_openat.do_filp_open.do_sys_open
      0.66 ±  5%      +0.3        0.97 ± 12%  perf-profile.calltrace.cycles-pp.xas_load.find_get_entry.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      0.79 ±  7%      +0.3        1.12 ±  5%  perf-profile.calltrace.cycles-pp.down_write.xfs_ilock.xfs_file_iomap_begin_delay.xfs_file_iomap_begin.iomap_apply
      0.92 ±  3%      +0.4        1.29 ±  8%  perf-profile.calltrace.cycles-pp.__set_page_dirty.iomap_set_page_dirty.iomap_write_end.iomap_write_actor.iomap_apply
      2.77 ±  3%      +0.4        3.15 ±  3%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat
      0.96 ±  5%      +0.4        1.33 ±  7%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_file_iomap_begin_delay.xfs_file_iomap_begin.iomap_apply.iomap_file_buffered_write
      0.90 ±  2%      +0.4        1.28 ±  8%  perf-profile.calltrace.cycles-pp.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill.dentry_kill
      2.77 ±  3%      +0.4        3.15 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat
      2.77 ±  3%      +0.4        3.15 ±  3%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat
      2.72 ±  3%      +0.4        3.10 ±  3%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat
      2.81 ±  2%      +0.4        3.20 ±  3%  perf-profile.calltrace.cycles-pp.creat
      2.71 ±  3%      +0.4        3.10 ±  3%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.80 ±  6%      +0.4        1.20 ±  9%  perf-profile.calltrace.cycles-pp.xfs_file_iomap_end.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write
      0.70 ±  2%      +0.4        1.11 ±  8%  perf-profile.calltrace.cycles-pp.free_unref_page_list.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      0.68 ±  2%      +0.4        1.09 ±  5%  perf-profile.calltrace.cycles-pp.__mark_inode_dirty.__generic_write_end.iomap_write_end.iomap_write_actor.iomap_apply
      0.13 ±173%      +0.5        0.58 ±  5%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write
      0.95            +0.5        1.42 ±  4%  perf-profile.calltrace.cycles-pp.pagevec_lru_move_fn.__lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      0.13 ±173%      +0.5        0.61 ±  4%  perf-profile.calltrace.cycles-pp.xfs_difree.xfs_ifree.xfs_inactive_ifree.xfs_inactive.xfs_fs_destroy_inode
      0.13 ±173%      +0.5        0.61 ±  5%  perf-profile.calltrace.cycles-pp.xfs_dialloc_ag.xfs_dialloc.xfs_ialloc.xfs_dir_ialloc.xfs_create
      0.15 ±173%      +0.5        0.65 ±  8%  perf-profile.calltrace.cycles-pp.balance_dirty_pages_ratelimited.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      1.09            +0.5        1.60 ±  4%  perf-profile.calltrace.cycles-pp.__lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      0.12 ±173%      +0.5        0.65 ±  8%  perf-profile.calltrace.cycles-pp.__list_del_entry_valid.get_page_from_freelist.__alloc_pages_nodemask.pagecache_get_page.grab_cache_page_write_begin
      2.24            +0.6        2.80 ±  4%  perf-profile.calltrace.cycles-pp.iomap_read_page_sync.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.49 ±  3%      +0.6        2.05 ±  4%  perf-profile.calltrace.cycles-pp.memset_erms.iomap_read_page_sync.iomap_write_begin.iomap_write_actor.iomap_apply
      1.43 ±  3%      +0.6        1.99 ±  3%  perf-profile.calltrace.cycles-pp.__generic_write_end.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.13 ±173%      +0.6        0.69 ± 10%  perf-profile.calltrace.cycles-pp.xas_store.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill
      1.10 ± 32%      +0.6        1.67 ±  9%  perf-profile.calltrace.cycles-pp.xfs_file_write_iter.new_sync_write.vfs_write.ksys_write.do_syscall_64
      1.55 ±  5%      +0.6        2.14 ±  7%  perf-profile.calltrace.cycles-pp.selinux_file_permission.security_file_permission.vfs_write.ksys_write.do_syscall_64
      1.59 ±  3%      +0.6        2.19 ±  6%  perf-profile.calltrace.cycles-pp.find_get_entry.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      0.00            +0.6        0.60 ±  7%  perf-profile.calltrace.cycles-pp.iov_iter_advance.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      0.00            +0.6        0.61 ± 10%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_file_iomap_begin_delay.xfs_file_iomap_begin.iomap_apply.iomap_file_buffered_write
      0.00            +0.6        0.62 ±  7%  perf-profile.calltrace.cycles-pp.generic_write_checks.xfs_file_aio_write_checks.xfs_file_buffered_aio_write.new_sync_write.vfs_write
      3.15 ±  4%      +0.7        3.80 ±  5%  perf-profile.calltrace.cycles-pp.syscall_return_via_sysret.write
      0.00            +0.7        0.67 ±  5%  perf-profile.calltrace.cycles-pp.xas_store.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      1.86 ±  3%      +0.7        2.54 ±  5%  perf-profile.calltrace.cycles-pp.iomap_set_page_dirty.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.70 ±  4%      +0.7        2.40 ±  4%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      1.50 ±  2%      +0.7        2.22 ±  7%  perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages_nodemask.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      0.00            +0.7        0.73 ±  8%  perf-profile.calltrace.cycles-pp.free_pcppages_bulk.free_unref_page_list.release_pages.__pagevec_release.truncate_inode_pages_range
      1.67 ±  5%      +0.7        2.41 ± 10%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.iov_iter_copy_from_user_atomic.iomap_write_actor.iomap_apply
      0.48 ± 65%      +0.7        1.22 ± 13%  perf-profile.calltrace.cycles-pp.xfs_bmbt_to_iomap.xfs_file_iomap_begin_delay.xfs_file_iomap_begin.iomap_apply.iomap_file_buffered_write
      1.77 ±  5%      +0.7        2.51 ± 10%  perf-profile.calltrace.cycles-pp.copyin.iov_iter_copy_from_user_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      2.95 ±  4%      +0.8        3.71 ±  6%  perf-profile.calltrace.cycles-pp.xfs_file_aio_write_checks.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write
      1.34 ±  3%      +0.9        2.19 ±  8%  perf-profile.calltrace.cycles-pp.release_pages.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill
      1.38 ±  3%      +0.9        2.25 ±  8%  perf-profile.calltrace.cycles-pp.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill.dentry_kill
      1.94 ±  4%      +0.9        2.82 ±  6%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.93 ±  3%      +1.0        2.89 ±  6%  perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      2.17 ±  3%      +1.0        3.15 ±  8%  perf-profile.calltrace.cycles-pp.iov_iter_copy_from_user_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      2.90 ±  2%      +1.2        4.14 ±  4%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      4.06            +1.3        5.40 ±  5%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64.write
      4.48 ±  2%      +1.4        5.91 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      3.66 ±  2%      +1.7        5.35 ±  8%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dentry_kill.dput.__fput
      3.62 ±  2%      +1.7        5.32 ±  8%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dentry_kill.dput
      4.84 ±  2%      +2.0        6.83 ±  7%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_usermode_loop.do_syscall_64
      4.83 ±  3%      +2.0        6.81 ±  7%  perf-profile.calltrace.cycles-pp.dentry_kill.dput.__fput.task_work_run.exit_to_usermode_loop
      4.88 ±  2%      +2.0        6.87 ±  7%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe.close
      4.82 ±  2%      +2.0        6.81 ±  7%  perf-profile.calltrace.cycles-pp.__dentry_kill.dentry_kill.dput.__fput.task_work_run
      4.90 ±  2%      +2.0        6.89 ±  7%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.close
      4.86 ±  2%      +2.0        6.86 ±  7%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe
      4.90 ±  2%      +2.0        6.90 ±  7%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.close
      4.88 ±  2%      +2.0        6.88 ±  7%  perf-profile.calltrace.cycles-pp.exit_to_usermode_loop.do_syscall_64.entry_SYSCALL_64_after_hwframe.close
      4.99 ±  2%      +2.0        6.99 ±  6%  perf-profile.calltrace.cycles-pp.close
      4.00 ±  4%      +2.1        6.13 ±  6%  perf-profile.calltrace.cycles-pp.xfs_file_iomap_begin_delay.xfs_file_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
      4.58 ±  4%      +2.6        7.20 ±  6%  perf-profile.calltrace.cycles-pp.xfs_file_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write
      7.26            +3.2       10.44 ±  4%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
      7.59            +3.4       10.97 ±  5%  perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
     10.32            +4.3       14.59 ±  4%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write
     19.30            +7.9       27.20 ±  4%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write
     25.45           +11.3       36.77 ±  4%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write.vfs_write
     25.66           +11.4       37.04 ±  4%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write
     30.90           +13.0       43.92 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_aio_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     32.50           +13.9       46.39 ±  4%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     37.04           +15.5       52.50 ±  4%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     38.13           +15.9       54.04 ±  4%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     39.69           +16.3       56.01 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     40.00           +16.5       56.50 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     47.72           +18.3       66.03 ±  5%  perf-profile.calltrace.cycles-pp.write
     39.21           -20.9       18.33 ± 18%  perf-profile.children.cycles-pp.cpuidle_enter_state
     37.05           -20.8       16.28 ± 17%  perf-profile.children.cycles-pp.intel_idle
     40.35           -20.7       19.69 ± 19%  perf-profile.children.cycles-pp.secondary_startup_64
     40.35           -20.7       19.69 ± 19%  perf-profile.children.cycles-pp.cpu_startup_entry
     40.35           -20.7       19.70 ± 19%  perf-profile.children.cycles-pp.do_idle
     39.57 ±  2%     -20.3       19.22 ± 17%  perf-profile.children.cycles-pp.start_secondary
      0.69 ±  8%      -0.4        0.32 ± 19%  perf-profile.children.cycles-pp.xfs_vn_update_time
      1.43 ±  2%      -0.2        1.21 ±  6%  perf-profile.children.cycles-pp.__xfs_trans_commit
      1.34 ±  2%      -0.2        1.13 ±  5%  perf-profile.children.cycles-pp.xfs_log_commit_cil
      0.33 ± 11%      -0.1        0.22 ± 15%  perf-profile.children.cycles-pp.xfs_trans_alloc
      0.24 ±  9%      -0.1        0.15 ± 20%  perf-profile.children.cycles-pp.task_tick_fair
      0.27 ±  7%      -0.1        0.18 ± 21%  perf-profile.children.cycles-pp.ktime_get
      0.24 ± 11%      -0.1        0.17 ± 20%  perf-profile.children.cycles-pp.xfs_trans_reserve
      0.22 ± 14%      -0.1        0.15 ± 18%  perf-profile.children.cycles-pp.xfs_log_reserve
      0.35 ±  7%      -0.1        0.29 ±  8%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.15 ± 14%      -0.1        0.09 ±  9%  perf-profile.children.cycles-pp.update_load_avg
      0.10 ± 15%      -0.1        0.04 ± 57%  perf-profile.children.cycles-pp.xfs_log_done
      0.17 ±  7%      -0.0        0.13 ± 14%  perf-profile.children.cycles-pp.schedule_idle
      0.14 ±  6%      -0.0        0.10 ± 10%  perf-profile.children.cycles-pp.ttwu_do_activate
      0.13 ±  6%      -0.0        0.09 ± 14%  perf-profile.children.cycles-pp.enqueue_task_fair
      0.10 ± 10%      -0.0        0.07 ± 17%  perf-profile.children.cycles-pp.enqueue_entity
      0.10 ±  5%      -0.0        0.07 ±  5%  perf-profile.children.cycles-pp.memcpy_erms
      0.08 ± 13%      +0.0        0.10 ± 10%  perf-profile.children.cycles-pp.xfs_verify_agino
      0.09 ± 12%      +0.0        0.10 ±  4%  perf-profile.children.cycles-pp.__x86_indirect_thunk_r10
      0.07 ±  5%      +0.0        0.10 ± 21%  perf-profile.children.cycles-pp.vfprintf
      0.08 ± 14%      +0.0        0.10 ± 15%  perf-profile.children.cycles-pp.iomap_page_create
      0.12 ±  8%      +0.0        0.15 ±  7%  perf-profile.children.cycles-pp.xfs_buf_unlock
      0.11 ± 10%      +0.0        0.14 ± 10%  perf-profile.children.cycles-pp.up
      0.06 ± 11%      +0.0        0.09 ± 14%  perf-profile.children.cycles-pp.xas_find
      0.10 ± 14%      +0.0        0.14 ± 10%  perf-profile.children.cycles-pp.times
      0.06 ± 15%      +0.0        0.09 ± 20%  perf-profile.children.cycles-pp.__x86_indirect_thunk_r15
      0.23 ±  2%      +0.0        0.26 ±  6%  perf-profile.children.cycles-pp.try_to_wake_up
      0.19            +0.0        0.23 ±  8%  perf-profile.children.cycles-pp.xfs_dir_ino_validate
      0.10 ± 14%      +0.0        0.15 ±  7%  perf-profile.children.cycles-pp.node_page_state
      0.20 ± 15%      +0.0        0.24 ±  9%  perf-profile.children.cycles-pp.xfs_inactive_truncate
      0.19 ± 13%      +0.0        0.24 ± 11%  perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
      0.09 ±  4%      +0.0        0.13 ±  3%  perf-profile.children.cycles-pp.xfs_isilocked
      0.13 ± 14%      +0.0        0.18 ± 12%  perf-profile.children.cycles-pp.xas_clear_mark
      0.05 ± 59%      +0.0        0.10 ± 14%  perf-profile.children.cycles-pp.mem_cgroup_update_lru_size
      0.09 ±  8%      +0.0        0.14 ±  8%  perf-profile.children.cycles-pp.__mod_zone_page_state
      0.10 ±  4%      +0.0        0.15 ± 15%  perf-profile.children.cycles-pp.xfs_dir3_leaf_check_int
      0.04 ± 58%      +0.0        0.09 ± 20%  perf-profile.children.cycles-pp.free_unref_page_prepare
      0.34 ±  5%      +0.0        0.39 ±  7%  perf-profile.children.cycles-pp.xfs_buf_get_map
      0.23 ± 10%      +0.1        0.28 ±  5%  perf-profile.children.cycles-pp.xfs_btree_get_rec
      0.32 ±  5%      +0.1        0.37 ±  9%  perf-profile.children.cycles-pp.disk_wrt
      0.07 ± 23%      +0.1        0.12 ± 11%  perf-profile.children.cycles-pp.iov_iter_init
      0.00            +0.1        0.05 ±  8%  perf-profile.children.cycles-pp._IO_vsprintf
      0.41 ±  6%      +0.1        0.47 ±  6%  perf-profile.children.cycles-pp.unlock_page
      0.31 ±  3%      +0.1        0.37 ±  8%  perf-profile.children.cycles-pp.xfs_buf_find
      0.15 ±  9%      +0.1        0.21 ±  3%  perf-profile.children.cycles-pp.__list_add_valid
      0.66 ±  2%      +0.1        0.72 ±  5%  perf-profile.children.cycles-pp.xfs_dir3_data_check
      0.66 ±  2%      +0.1        0.72 ±  5%  perf-profile.children.cycles-pp.__xfs_dir3_data_check
      0.24 ±  7%      +0.1        0.31 ± 17%  perf-profile.children.cycles-pp.xfs_da_read_buf
      0.11 ± 10%      +0.1        0.17 ± 18%  perf-profile.children.cycles-pp.xas_create
      0.00            +0.1        0.07 ± 30%  perf-profile.children.cycles-pp.__vfs_write
      0.00            +0.1        0.07 ± 10%  perf-profile.children.cycles-pp.get_task_policy
      0.14 ± 23%      +0.1        0.21 ± 14%  perf-profile.children.cycles-pp.get_mem_cgroup_from_mm
      0.34 ±  5%      +0.1        0.41 ± 11%  perf-profile.children.cycles-pp.rw_verify_area
      0.08 ± 14%      +0.1        0.15 ± 23%  perf-profile.children.cycles-pp.ktime_get_coarse_real_ts64
      0.07 ±  7%      +0.1        0.14 ± 26%  perf-profile.children.cycles-pp.iomap_adjust_read_range
      0.17 ±  6%      +0.1        0.24 ±  9%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      0.11 ±  9%      +0.1        0.19 ±  7%  perf-profile.children.cycles-pp.free_unref_page_commit
      0.23 ±  8%      +0.1        0.31 ±  4%  perf-profile.children.cycles-pp.workingset_update_node
      0.19 ± 12%      +0.1        0.26 ± 10%  perf-profile.children.cycles-pp.xfs_btree_lookup
      0.05 ± 62%      +0.1        0.13 ± 26%  perf-profile.children.cycles-pp.xfs_find_daxdev_for_inode
      0.19 ±  9%      +0.1        0.27 ± 21%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.16 ± 13%      +0.1        0.24 ± 13%  perf-profile.children.cycles-pp.xas_init_marks
      0.11 ± 11%      +0.1        0.19 ±  9%  perf-profile.children.cycles-pp.timespec64_trunc
      0.21 ±  5%      +0.1        0.30 ±  5%  perf-profile.children.cycles-pp.xfs_btree_increment
      0.17 ± 18%      +0.1        0.25 ± 16%  perf-profile.children.cycles-pp.xfs_get_extsz_hint
      0.04 ± 58%      +0.1        0.12 ±  8%  perf-profile.children.cycles-pp.xas_set_mark
      0.01 ±173%      +0.1        0.10 ± 41%  perf-profile.children.cycles-pp.find_next_bit
      0.49 ±  5%      +0.1        0.58 ±  7%  perf-profile.children.cycles-pp.xfs_trans_read_buf_map
      0.38 ±  2%      +0.1        0.48 ±  5%  perf-profile.children.cycles-pp.xfs_inobt_get_rec
      0.39 ±  9%      +0.1        0.50 ±  3%  perf-profile.children.cycles-pp.mem_cgroup_commit_charge
      0.34 ±  4%      +0.1        0.45 ±  3%  perf-profile.children.cycles-pp.__x64_sys_write
      0.33 ± 10%      +0.1        0.44 ±  3%  perf-profile.children.cycles-pp.page_mapping
      0.33 ± 10%      +0.1        0.43 ± 16%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.12 ± 12%      +0.1        0.23 ± 12%  perf-profile.children.cycles-pp.alloc_pages_current
      0.03 ±100%      +0.1        0.15 ± 43%  perf-profile.children.cycles-pp.__next_timer_interrupt
      0.25 ±  7%      +0.1        0.37 ± 12%  perf-profile.children.cycles-pp.mem_cgroup_try_charge
      0.48 ±  5%      +0.1        0.61 ±  5%  perf-profile.children.cycles-pp.xfs_dialloc_ag
      0.64 ±  4%      +0.1        0.77 ±  4%  perf-profile.children.cycles-pp.xfs_ialloc
      0.64 ±  4%      +0.1        0.77 ±  4%  perf-profile.children.cycles-pp.xfs_dir_ialloc
      0.29 ± 10%      +0.1        0.43 ± 11%  perf-profile.children.cycles-pp.find_get_entries
      0.39 ±  6%      +0.1        0.52 ±  3%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      0.37 ±  9%      +0.1        0.51 ±  3%  perf-profile.children.cycles-pp.xfs_difree_inobt
      0.56 ±  5%      +0.1        0.70 ±  4%  perf-profile.children.cycles-pp.xfs_dialloc
      0.29 ± 10%      +0.1        0.43 ± 11%  perf-profile.children.cycles-pp.pagevec_lookup_entries
      0.47 ±  7%      +0.1        0.61 ±  4%  perf-profile.children.cycles-pp.xfs_difree
      0.30 ±  4%      +0.1        0.45 ±  7%  perf-profile.children.cycles-pp.node_dirty_ok
      0.16 ± 32%      +0.1        0.31 ± 10%  perf-profile.children.cycles-pp.__sb_end_write
      1.72            +0.2        1.88 ±  3%  perf-profile.children.cycles-pp.call_rwsem_down_write_failed
      1.72            +0.2        1.88 ±  3%  perf-profile.children.cycles-pp.rwsem_down_write_failed
      0.05 ± 59%      +0.2        0.21 ± 43%  perf-profile.children.cycles-pp.get_next_timer_interrupt
      0.80 ± 10%      +0.2        0.96 ± 10%  perf-profile.children.cycles-pp._raw_spin_lock
      0.68 ± 11%      +0.2        0.86 ±  7%  perf-profile.children.cycles-pp.__cancel_dirty_page
      0.18 ± 11%      +0.2        0.36 ±  4%  perf-profile.children.cycles-pp.__xa_set_mark
      0.59 ±  5%      +0.2        0.78        perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.66 ± 11%      +0.2        0.85 ±  6%  perf-profile.children.cycles-pp.xfs_ifree
      0.24 ± 27%      +0.2        0.43 ±  7%  perf-profile.children.cycles-pp.generic_write_check_limits
      0.31 ± 11%      +0.2        0.50 ±  6%  perf-profile.children.cycles-pp.rcu_all_qs
      0.11 ± 25%      +0.2        0.31 ± 43%  perf-profile.children.cycles-pp.tick_nohz_next_event
      0.20 ± 37%      +0.2        0.40 ± 40%  perf-profile.children.cycles-pp.wait_for_stable_page
      1.49            +0.2        1.69 ±  4%  perf-profile.children.cycles-pp.rwsem_spin_on_owner
      0.80 ±  3%      +0.2        1.01        perf-profile.children.cycles-pp.up_write
      0.65 ±  3%      +0.2        0.85 ±  4%  perf-profile.children.cycles-pp.__pagevec_lru_add_fn
      0.46 ± 20%      +0.2        0.67 ±  7%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.72 ±  5%      +0.2        0.93 ±  6%  perf-profile.children.cycles-pp.__might_sleep
      0.38 ±  2%      +0.2        0.60 ± 13%  perf-profile.children.cycles-pp.xas_start
      0.56 ± 10%      +0.2        0.79 ±  6%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.41 ± 16%      +0.2        0.64 ±  6%  perf-profile.children.cycles-pp.generic_write_checks
      0.32 ±  7%      +0.2        0.55 ±  9%  perf-profile.children.cycles-pp.current_time
      0.90 ±  7%      +0.2        1.13 ±  4%  perf-profile.children.cycles-pp.xfs_inactive_ifree
      0.72 ±  5%      +0.2        0.96 ±  2%  perf-profile.children.cycles-pp.xfs_check_agi_freecount
      0.16 ± 21%      +0.3        0.41 ± 44%  perf-profile.children.cycles-pp.tick_nohz_get_sleep_length
      0.62 ±  4%      +0.3        0.88 ±  5%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.82 ±  8%      +0.3        1.08 ± 10%  perf-profile.children.cycles-pp.truncate_cleanup_page
      1.16 ±  4%      +0.3        1.42 ±  4%  perf-profile.children.cycles-pp.___might_sleep
      0.47            +0.3        0.74 ±  8%  perf-profile.children.cycles-pp.free_pcppages_bulk
      0.46 ±  4%      +0.3        0.73 ±  9%  perf-profile.children.cycles-pp.xfs_errortag_test
      1.11 ±  8%      +0.3        1.39 ±  4%  perf-profile.children.cycles-pp.xfs_fs_destroy_inode
      1.11 ±  8%      +0.3        1.38 ±  4%  perf-profile.children.cycles-pp.xfs_inactive
      1.46 ±  4%      +0.3        1.74 ±  6%  perf-profile.children.cycles-pp.xfs_generic_create
      0.54 ± 10%      +0.3        0.82 ±  7%  perf-profile.children.cycles-pp.__x86_indirect_thunk_rax
      1.41 ±  3%      +0.3        1.70 ±  6%  perf-profile.children.cycles-pp.xfs_create
      0.21 ± 10%      +0.3        0.50 ± 12%  perf-profile.children.cycles-pp.xfs_fs_dirty_inode
      0.96 ±  8%      +0.3        1.28 ±  3%  perf-profile.children.cycles-pp.xfs_iunlock
      0.29 ±  8%      +0.3        0.61 ±  6%  perf-profile.children.cycles-pp.iov_iter_advance
      0.23 ± 53%      +0.3        0.58 ± 12%  perf-profile.children.cycles-pp.xfs_find_bdev_for_inode
      0.93 ±  3%      +0.4        1.30 ±  9%  perf-profile.children.cycles-pp.__set_page_dirty
      0.62 ±  5%      +0.4        0.99 ±  3%  perf-profile.children.cycles-pp._cond_resched
      2.79 ±  3%      +0.4        3.16 ±  3%  perf-profile.children.cycles-pp.do_sys_open
      0.91            +0.4        1.28 ±  8%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      2.73 ±  3%      +0.4        3.11 ±  3%  perf-profile.children.cycles-pp.do_filp_open
      0.51 ± 10%      +0.4        0.88 ±  2%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      2.73 ±  3%      +0.4        3.10 ±  3%  perf-profile.children.cycles-pp.path_openat
      2.81 ±  2%      +0.4        3.20 ±  3%  perf-profile.children.cycles-pp.creat
      0.84 ±  5%      +0.4        1.24 ±  9%  perf-profile.children.cycles-pp.xfs_file_iomap_end
      0.73 ±  3%      +0.4        1.16 ±  8%  perf-profile.children.cycles-pp.free_unref_page_list
      0.41 ±  9%      +0.4        0.85 ± 12%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      0.81            +0.5        1.26 ±  3%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.91 ±  3%      +0.5        1.39 ±  7%  perf-profile.children.cycles-pp.xas_store
      0.98            +0.5        1.46 ±  4%  perf-profile.children.cycles-pp.pagevec_lru_move_fn
      1.10            +0.5        1.60 ±  4%  perf-profile.children.cycles-pp.__lru_cache_add
      0.92 ±  2%      +0.5        1.46 ±  8%  perf-profile.children.cycles-pp.xas_load
      2.24            +0.6        2.80 ±  4%  perf-profile.children.cycles-pp.iomap_read_page_sync
      1.44 ±  2%      +0.6        2.00 ±  3%  perf-profile.children.cycles-pp.__generic_write_end
      1.51 ±  3%      +0.6        2.08 ±  3%  perf-profile.children.cycles-pp.memset_erms
      1.11 ± 33%      +0.6        1.68 ±  9%  perf-profile.children.cycles-pp.xfs_file_write_iter
      1.57 ±  5%      +0.6        2.17 ±  7%  perf-profile.children.cycles-pp.selinux_file_permission
      1.62 ±  3%      +0.6        2.23 ±  6%  perf-profile.children.cycles-pp.find_get_entry
      0.63 ± 25%      +0.6        1.25 ± 13%  perf-profile.children.cycles-pp.xfs_bmbt_to_iomap
      1.87 ±  2%      +0.7        2.54 ±  6%  perf-profile.children.cycles-pp.xfs_ilock
      1.91 ±  3%      +0.7        2.60 ±  5%  perf-profile.children.cycles-pp.iomap_set_page_dirty
      3.63 ±  3%      +0.7        4.34 ±  6%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      1.73 ±  4%      +0.7        2.45 ±  4%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
      1.53 ±  2%      +0.7        2.25 ±  7%  perf-profile.children.cycles-pp.get_page_from_freelist
      1.69 ±  5%      +0.7        2.43 ± 10%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      3.23            +0.7        3.97 ±  4%  perf-profile.children.cycles-pp.down_write
      1.79 ±  5%      +0.8        2.54 ± 10%  perf-profile.children.cycles-pp.copyin
      2.97 ±  4%      +0.8        3.75 ±  6%  perf-profile.children.cycles-pp.xfs_file_aio_write_checks
      4.10            +0.8        4.91 ±  5%  perf-profile.children.cycles-pp.entry_SYSCALL_64
      1.48 ±  3%      +0.9        2.34 ±  8%  perf-profile.children.cycles-pp.release_pages
      1.38 ±  3%      +0.9        2.25 ±  8%  perf-profile.children.cycles-pp.__pagevec_release
      1.96 ±  4%      +0.9        2.84 ±  5%  perf-profile.children.cycles-pp.security_file_permission
      1.96 ±  3%      +1.0        2.93 ±  6%  perf-profile.children.cycles-pp.__alloc_pages_nodemask
      2.19 ±  3%      +1.0        3.17 ±  8%  perf-profile.children.cycles-pp.iov_iter_copy_from_user_atomic
      2.91 ±  2%      +1.2        4.15 ±  4%  perf-profile.children.cycles-pp.add_to_page_cache_lru
      4.50 ±  2%      +1.4        5.95 ±  3%  perf-profile.children.cycles-pp.iomap_write_end
      3.66 ±  2%      +1.7        5.36 ±  8%  perf-profile.children.cycles-pp.evict
      3.63 ±  2%      +1.7        5.33 ±  8%  perf-profile.children.cycles-pp.truncate_inode_pages_range
      4.88 ±  2%      +2.0        6.87 ±  7%  perf-profile.children.cycles-pp.task_work_run
      4.85 ±  2%      +2.0        6.84 ±  7%  perf-profile.children.cycles-pp.dput
      4.83 ±  3%      +2.0        6.82 ±  6%  perf-profile.children.cycles-pp.dentry_kill
      4.83 ±  3%      +2.0        6.81 ±  6%  perf-profile.children.cycles-pp.__dentry_kill
      4.87 ±  2%      +2.0        6.86 ±  7%  perf-profile.children.cycles-pp.__fput
      4.88 ±  2%      +2.0        6.88 ±  7%  perf-profile.children.cycles-pp.exit_to_usermode_loop
      4.99 ±  2%      +2.0        6.99 ±  6%  perf-profile.children.cycles-pp.close
      4.06 ±  4%      +2.1        6.20 ±  6%  perf-profile.children.cycles-pp.xfs_file_iomap_begin_delay
      4.64 ±  4%      +2.6        7.27 ±  6%  perf-profile.children.cycles-pp.xfs_file_iomap_begin
      7.31            +3.2       10.52 ±  4%  perf-profile.children.cycles-pp.pagecache_get_page
      7.62            +3.4       11.01 ±  5%  perf-profile.children.cycles-pp.grab_cache_page_write_begin
     10.34            +4.3       14.62 ±  4%  perf-profile.children.cycles-pp.iomap_write_begin
     19.39            +8.0       27.36 ±  4%  perf-profile.children.cycles-pp.iomap_write_actor
     25.48           +11.3       36.80 ±  4%  perf-profile.children.cycles-pp.iomap_apply
     25.67           +11.4       37.07 ±  4%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     30.94           +13.1       44.00 ±  4%  perf-profile.children.cycles-pp.xfs_file_buffered_aio_write
     32.51           +13.9       46.41 ±  4%  perf-profile.children.cycles-pp.new_sync_write
     37.09           +15.5       52.60 ±  4%  perf-profile.children.cycles-pp.vfs_write
     38.15           +15.9       54.08 ±  4%  perf-profile.children.cycles-pp.ksys_write
     48.29           +18.2       66.47 ±  5%  perf-profile.children.cycles-pp.write
     50.28           +18.7       69.02 ±  4%  perf-profile.children.cycles-pp.do_syscall_64
     50.58           +18.9       69.51 ±  4%  perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     37.02           -20.8       16.25 ± 17%  perf-profile.self.cycles-pp.intel_idle
      0.16 ± 17%      -0.1        0.08 ± 10%  perf-profile.self.cycles-pp.ktime_get
      0.17 ±  6%      -0.1        0.10 ± 11%  perf-profile.self.cycles-pp.xfs_log_commit_cil
      0.09 ± 13%      -0.1        0.03 ±100%  perf-profile.self.cycles-pp.__update_load_avg_cfs_rq
      0.07 ± 12%      -0.0        0.04 ± 57%  perf-profile.self.cycles-pp.__schedule
      0.09 ±  4%      -0.0        0.07 ± 12%  perf-profile.self.cycles-pp.memcpy_erms
      0.07 ± 16%      +0.0        0.09 ±  4%  perf-profile.self.cycles-pp.page_cache_free_page
      0.06 ± 15%      +0.0        0.08 ± 11%  perf-profile.self.cycles-pp.__set_page_dirty
      0.07 ± 16%      +0.0        0.09 ± 11%  perf-profile.self.cycles-pp.iomap_page_create
      0.09 ± 13%      +0.0        0.12 ±  7%  perf-profile.self.cycles-pp.mem_cgroup_try_charge
      0.06 ±  7%      +0.0        0.09 ± 17%  perf-profile.self.cycles-pp.vfprintf
      0.20 ±  9%      +0.0        0.23 ±  7%  perf-profile.self.cycles-pp.__inode_security_revalidate
      0.09 ± 11%      +0.0        0.13 ±  5%  perf-profile.self.cycles-pp.node_page_state
      0.13 ± 11%      +0.0        0.17 ±  9%  perf-profile.self.cycles-pp.__lru_cache_add
      0.04 ± 60%      +0.0        0.08 ± 13%  perf-profile.self.cycles-pp.xfs_btree_increment
      0.12 ± 12%      +0.0        0.17 ±  9%  perf-profile.self.cycles-pp.xas_clear_mark
      0.08 ± 10%      +0.0        0.12 ±  4%  perf-profile.self.cycles-pp.xfs_isilocked
      0.08 ± 10%      +0.0        0.13 ± 10%  perf-profile.self.cycles-pp.__mod_zone_page_state
      0.15 ± 16%      +0.0        0.20 ±  5%  perf-profile.self.cycles-pp.truncate_inode_pages_range
      0.08 ±  6%      +0.0        0.12 ±  5%  perf-profile.self.cycles-pp.unaccount_page_cache_page
      0.03 ±100%      +0.0        0.07 ± 10%  perf-profile.self.cycles-pp.xfs_buf_item_format
      0.09 ±  8%      +0.0        0.14 ± 12%  perf-profile.self.cycles-pp.xfs_dir3_leaf_check_int
      0.08 ± 19%      +0.0        0.13 ± 18%  perf-profile.self.cycles-pp.xas_create
      0.14 ±  6%      +0.0        0.18 ± 14%  perf-profile.self.cycles-pp.delete_from_page_cache_batch
      0.15 ± 11%      +0.0        0.20 ±  4%  perf-profile.self.cycles-pp.__list_add_valid
      0.40 ±  6%      +0.1        0.46 ±  5%  perf-profile.self.cycles-pp.unlock_page
      0.05 ± 60%      +0.1        0.10 ± 10%  perf-profile.self.cycles-pp.pagevec_lru_move_fn
      0.00            +0.1        0.05 ±  9%  perf-profile.self.cycles-pp.xfs_btree_lookup
      0.03 ±100%      +0.1        0.09 ± 19%  perf-profile.self.cycles-pp.free_unref_page_prepare
      0.18 ± 10%      +0.1        0.24 ±  9%  perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore
      0.07 ±  6%      +0.1        0.13 ± 15%  perf-profile.self.cycles-pp.alloc_pages_current
      0.09 ± 17%      +0.1        0.15 ±  7%  perf-profile.self.cycles-pp.free_unref_page_commit
      0.01 ±173%      +0.1        0.07 ± 24%  perf-profile.self.cycles-pp.xas_init_marks
      0.00            +0.1        0.06 ± 13%  perf-profile.self.cycles-pp.get_task_policy
      0.53 ± 10%      +0.1        0.59 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock
      0.04 ±100%      +0.1        0.10 ± 14%  perf-profile.self.cycles-pp.iov_iter_init
      0.01 ±173%      +0.1        0.08 ± 15%  perf-profile.self.cycles-pp.xfs_inobt_get_rec
      0.07 ± 17%      +0.1        0.14 ± 25%  perf-profile.self.cycles-pp.ktime_get_coarse_real_ts64
      0.00            +0.1        0.07 ± 30%  perf-profile.self.cycles-pp.__vfs_write
      0.21 ±  7%      +0.1        0.28 ±  6%  perf-profile.self.cycles-pp.workingset_update_node
      0.13 ±  8%      +0.1        0.20 ±  4%  perf-profile.self.cycles-pp.mem_cgroup_commit_charge
      0.18 ± 11%      +0.1        0.26 ± 20%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.04 ± 58%      +0.1        0.11 ±  9%  perf-profile.self.cycles-pp.xas_set_mark
      0.13 ± 13%      +0.1        0.21 ± 23%  perf-profile.self.cycles-pp.__fdget_pos
      0.10 ± 10%      +0.1        0.18 ±  9%  perf-profile.self.cycles-pp.timespec64_trunc
      0.06 ±  7%      +0.1        0.13 ± 24%  perf-profile.self.cycles-pp.iomap_adjust_read_range
      0.13 ± 26%      +0.1        0.21 ± 14%  perf-profile.self.cycles-pp.get_mem_cgroup_from_mm
      0.12 ± 12%      +0.1        0.20 ± 16%  perf-profile.self.cycles-pp.xfs_get_extsz_hint
      0.18 ±  9%      +0.1        0.26 ±  6%  perf-profile.self.cycles-pp.iomap_file_buffered_write
      0.04 ±100%      +0.1        0.12 ± 23%  perf-profile.self.cycles-pp.xfs_find_daxdev_for_inode
      0.13 ±  9%      +0.1        0.22 ± 11%  perf-profile.self.cycles-pp.current_time
      0.00            +0.1        0.09 ± 45%  perf-profile.self.cycles-pp.find_next_bit
      0.28 ±  6%      +0.1        0.38 ±  4%  perf-profile.self.cycles-pp.__x64_sys_write
      0.24 ± 12%      +0.1        0.33 ±  8%  perf-profile.self.cycles-pp.account_page_cleaned
      0.30 ± 13%      +0.1        0.39 ±  3%  perf-profile.self.cycles-pp.ksys_write
      0.17 ±  2%      +0.1        0.27 ± 12%  perf-profile.self.cycles-pp.xfs_break_layouts
      0.20 ±  5%      +0.1        0.30 ± 10%  perf-profile.self.cycles-pp.node_dirty_ok
      0.31 ±  5%      +0.1        0.42 ±  8%  perf-profile.self.cycles-pp.free_pcppages_bulk
      0.41 ±  4%      +0.1        0.51 ±  6%  perf-profile.self.cycles-pp.__generic_write_end
      0.33 ±  9%      +0.1        0.43 ±  3%  perf-profile.self.cycles-pp.page_mapping
      0.17 ±  8%      +0.1        0.29 ±  7%  perf-profile.self.cycles-pp.iomap_write_end
      0.24 ± 12%      +0.1        0.36 ± 13%  perf-profile.self.cycles-pp.find_get_entries
      0.36 ±  5%      +0.1        0.49 ±  3%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.64 ±  2%      +0.1        0.78 ±  6%  perf-profile.self.cycles-pp.write
      0.38 ±  7%      +0.1        0.51 ± 12%  perf-profile.self.cycles-pp.xfs_ilock
      0.45            +0.1        0.58 ±  6%  perf-profile.self.cycles-pp.__pagevec_lru_add_fn
      0.26 ±  5%      +0.1        0.40 ± 22%  perf-profile.self.cycles-pp.account_page_dirtied
      0.15 ± 32%      +0.1        0.29 ± 10%  perf-profile.self.cycles-pp.__sb_end_write
      0.30 ±  4%      +0.1        0.44 ±  3%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.31 ± 17%      +0.1        0.46 ±  8%  perf-profile.self.cycles-pp.xfs_iunlock
      0.24 ± 14%      +0.1        0.39 ±  6%  perf-profile.self.cycles-pp.rcu_all_qs
      0.33 ± 10%      +0.2        0.49 ± 13%  perf-profile.self.cycles-pp.release_pages
      0.28 ± 14%      +0.2        0.44 ± 12%  perf-profile.self.cycles-pp.file_update_time
      0.57 ±  6%      +0.2        0.74        perf-profile.self.cycles-pp.iov_iter_fault_in_readable
      0.62 ±  5%      +0.2        0.79 ±  2%  perf-profile.self.cycles-pp.up_write
      0.57 ±  4%      +0.2        0.75        perf-profile.self.cycles-pp.__mark_inode_dirty
      0.29 ± 10%      +0.2        0.46 ± 10%  perf-profile.self.cycles-pp.__alloc_pages_nodemask
      0.63 ±  5%      +0.2        0.81 ±  5%  perf-profile.self.cycles-pp.__might_sleep
      0.23 ± 27%      +0.2        0.41 ±  8%  perf-profile.self.cycles-pp.generic_write_check_limits
      0.31 ±  7%      +0.2        0.50 ±  8%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.35 ±  2%      +0.2        0.55 ± 16%  perf-profile.self.cycles-pp.xas_start
      0.42 ± 20%      +0.2        0.62 ±  7%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      0.29 ±  5%      +0.2        0.49 ±  3%  perf-profile.self.cycles-pp._cond_resched
      0.55 ±  9%      +0.2        0.77 ±  7%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.47 ±  5%      +0.2        0.69 ±  4%  perf-profile.self.cycles-pp.pagecache_get_page
      1.46 ±  2%      +0.2        1.68 ±  4%  perf-profile.self.cycles-pp.rwsem_spin_on_owner
      0.65 ±  2%      +0.2        0.87 ±  6%  perf-profile.self.cycles-pp.down_write
      0.33 ±  9%      +0.2        0.56 ± 15%  perf-profile.self.cycles-pp.xfs_bmbt_to_iomap
      0.61 ±  6%      +0.2        0.84 ±  8%  perf-profile.self.cycles-pp.xfs_file_iomap_end
      0.38 ±  8%      +0.2        0.60 ± 19%  perf-profile.self.cycles-pp.iov_iter_copy_from_user_atomic
      0.60 ±  8%      +0.2        0.82 ±  5%  perf-profile.self.cycles-pp.get_page_from_freelist
      0.39 ±  3%      +0.2        0.61 ±  8%  perf-profile.self.cycles-pp.xas_store
      0.36 ±  7%      +0.2        0.59 ±  9%  perf-profile.self.cycles-pp.iomap_write_begin
      0.34 ±  8%      +0.2        0.57 ± 11%  perf-profile.self.cycles-pp.new_sync_write
      0.35 ±  3%      +0.2        0.59 ±  4%  perf-profile.self.cycles-pp.xfs_file_aio_write_checks
      0.44 ±  5%      +0.2        0.67 ± 10%  perf-profile.self.cycles-pp.vfs_write
      0.93 ±  3%      +0.2        1.17 ±  4%  perf-profile.self.cycles-pp.find_get_entry
      0.48 ± 11%      +0.3        0.73 ±  7%  perf-profile.self.cycles-pp.__x86_indirect_thunk_rax
      0.37 ± 11%      +0.3        0.63 ±  5%  perf-profile.self.cycles-pp.security_file_permission
      1.11 ±  3%      +0.3        1.37 ±  5%  perf-profile.self.cycles-pp.___might_sleep
      0.42 ±  7%      +0.3        0.68 ±  9%  perf-profile.self.cycles-pp.xfs_errortag_test
      0.19 ± 13%      +0.3        0.46 ± 13%  perf-profile.self.cycles-pp.xfs_fs_dirty_inode
      0.27 ±  7%      +0.3        0.58 ±  6%  perf-profile.self.cycles-pp.iov_iter_advance
      1.15 ±  5%      +0.3        1.47 ±  6%  perf-profile.self.cycles-pp.do_syscall_64
      0.58 ±  8%      +0.3        0.90 ±  7%  perf-profile.self.cycles-pp.iomap_apply
      0.53 ±  4%      +0.3        0.87 ±  8%  perf-profile.self.cycles-pp.xas_load
      0.21 ± 55%      +0.3        0.55 ± 13%  perf-profile.self.cycles-pp.xfs_find_bdev_for_inode
      0.63 ± 13%      +0.4        1.00 ± 21%  perf-profile.self.cycles-pp.xfs_iext_lookup_extent
      0.51 ±  5%      +0.4        0.88 ±  8%  perf-profile.self.cycles-pp.xfs_file_iomap_begin
      0.75 ± 12%      +0.4        1.18 ±  4%  perf-profile.self.cycles-pp.iomap_write_actor
      0.79 ±  5%      +0.4        1.22 ±  8%  perf-profile.self.cycles-pp.xfs_file_iomap_begin_delay
      0.41 ±  9%      +0.4        0.85 ± 12%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      1.02 ±  3%      +0.5        1.48 ±  4%  perf-profile.self.cycles-pp.xfs_file_buffered_aio_write
      0.91 ± 11%      +0.5        1.40 ± 16%  perf-profile.self.cycles-pp.selinux_file_permission
      1.05 ± 32%      +0.5        1.59 ±  8%  perf-profile.self.cycles-pp.xfs_file_write_iter
      1.48 ±  3%      +0.5        2.02 ±  5%  perf-profile.self.cycles-pp.memset_erms
      3.66            +0.7        4.36 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64
      3.63 ±  4%      +0.7        4.33 ±  6%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      1.63 ±  5%      +0.8        2.39 ± 10%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string





Disclaimer:
Results have been estimated based on internal Intel analysis and are provided
for informational purposes only. Any difference in system hardware or software
design or configuration may affect actual performance.


Thanks,
Rong Chen


[-- Attachment #2: config-5.1.0-00205-g07cf623 --]
[-- Type: text/plain, Size: 188920 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 5.1.0 Kernel Configuration
#

#
# Compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
#
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=70300
CONFIG_CLANG_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_CC_HAS_WARN_MAYBE_UNINITIALIZED=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_THREAD_INFO_IN_TASK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_USELIB=y
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_MIGRATION=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_SIM=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_ARCH_CLOCKSOURCE_INIT=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
# CONFIG_NO_HZ_IDLE is not set
CONFIG_NO_HZ_FULL=y
CONFIG_CONTEXT_TRACKING=y
# CONFIG_CONTEXT_TRACKING_FORCE is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y

#
# CPU/Task time and stats accounting
#
CONFIG_VIRT_CPU_ACCOUNTING=y
CONFIG_VIRT_CPU_ACCOUNTING_GEN=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_HAVE_SCHED_AVG_IRQ=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_PSI is not set
CONFIG_CPU_ISOLATION=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_TASKS_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_RCU_NOCB_CPU=y
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=20
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_CGROUP_PIDS=y
CONFIG_CGROUP_RDMA=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_PRINTK_NMI=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_IO_URING=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y
CONFIG_BPF_JIT_ALWAYS_ON=y
CONFIG_USERFAULTFD=y
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
CONFIG_RSEQ=y
# CONFIG_DEBUG_RSEQ is not set
CONFIG_EMBEDDED=y
CONFIG_HAVE_PERF_EVENTS=y
# CONFIG_PC104 is not set

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_MEMCG_SYSFS_ON is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_SLAB_MERGE_DEFAULT=y
# CONFIG_SLAB_FREELIST_RANDOM is not set
# CONFIG_SLAB_FREELIST_HARDENED is not set
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SYSTEM_DATA_VERIFICATION=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_FILTER_PGPROT=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_DYNAMIC_PHYSICAL_MASK=y
CONFIG_PGTABLE_LEVELS=5
CONFIG_CC_HAS_SANE_STACKPROTECTOR=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_GOLDFISH is not set
CONFIG_RETPOLINE=y
CONFIG_X86_CPU_RESCTRL=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_NUMACHIP is not set
# CONFIG_X86_VSMP is not set
CONFIG_X86_UV=y
# CONFIG_X86_GOLDFISH is not set
# CONFIG_X86_INTEL_MID is not set
CONFIG_X86_INTEL_LPSS=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
CONFIG_IOSF_MBI=y
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_XXL=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_PARAVIRT_SPINLOCKS=y
# CONFIG_QUEUED_LOCK_STAT is not set
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_PV_SMP=y
# CONFIG_XEN_DOM0 is not set
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
# CONFIG_XEN_PVH is not set
CONFIG_KVM_GUEST=y
# CONFIG_PVH is not set
# CONFIG_KVM_DEBUG_FS is not set
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_JAILHOUSE_GUEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_PROCESSOR_SELECT is not set
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_HYGON=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_MAXSMP=y
CONFIG_NR_CPUS_RANGE_BEGIN=8192
CONFIG_NR_CPUS_RANGE_END=8192
CONFIG_NR_CPUS_DEFAULT=8192
CONFIG_NR_CPUS=8192
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_MC_PRIO=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=m
CONFIG_X86_THERMAL_VECTOR=y

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_PERF_EVENTS_INTEL_RAPL=y
CONFIG_PERF_EVENTS_INTEL_CSTATE=y
# CONFIG_PERF_EVENTS_AMD_POWER is not set
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_I8K=m
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_X86_5LEVEL=y
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_X86_CPA_STATISTICS is not set
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT=y
# CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT is not set
CONFIG_NUMA=y
CONFIG_AMD_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=10
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_X86_PMEM_LEGACY_DEVICE=y
CONFIG_X86_PMEM_LEGACY=m
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_UMIP=y
CONFIG_X86_INTEL_MPX=y
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
CONFIG_KEXEC_VERIFY_SIG=y
CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa
CONFIG_HOTPLUG_CPU=y
CONFIG_BOOTPARAM_HOTPLUG_CPU0=y
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
CONFIG_LEGACY_VSYSCALL_EMULATE=y
# CONFIG_LEGACY_VSYSCALL_NONE is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_HAVE_LIVEPATCH=y
CONFIG_LIVEPATCH=y
CONFIG_ARCH_HAS_ADD_PAGES=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_SUSPEND_SKIP_SYNC is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# CONFIG_ENERGY_MODEL is not set
CONFIG_ARCH_SUPPORTS_ACPI=y
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
CONFIG_ACPI_SPCR_TABLE=y
CONFIG_ACPI_LPIT=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
CONFIG_ACPI_EC_DEBUGFS=m
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_TAD is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
CONFIG_ACPI_PROCESSOR_CSTATE=y
CONFIG_ACPI_PROCESSOR_IDLE=y
CONFIG_ACPI_CPPC_LIB=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_IPMI=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
CONFIG_ACPI_SBS=m
CONFIG_ACPI_HED=y
CONFIG_ACPI_CUSTOM_METHOD=m
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_ACPI_NFIT=m
# CONFIG_NFIT_SECURITY_DEBUG is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_ACPI_APEI_EINJ=m
CONFIG_ACPI_APEI_ERST_DEBUG=y
# CONFIG_DPTF_POWER is not set
CONFIG_ACPI_WATCHDOG=y
CONFIG_ACPI_EXTLOG=m
CONFIG_ACPI_ADXL=y
# CONFIG_PMIC_OPREGION is not set
# CONFIG_ACPI_CONFIGFS is not set
CONFIG_X86_PM_TIMER=y
CONFIG_SFI=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
# CONFIG_CPU_FREQ_GOV_SCHEDUTIL is not set

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_P4_CLOCKMOD=m

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=m

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_GOV_LADDER is not set
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_CPU_IDLE_GOV_TEO is not set
CONFIG_INTEL_IDLE=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_MMCONF_FAM10H=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_ISA_BUS is not set
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_X86_SYSFB is not set

#
# Binary Emulations
#
CONFIG_IA32_EMULATION=y
# CONFIG_X86_X32 is not set
CONFIG_COMPAT_32=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_HAVE_GENERIC_GUP=y

#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=m
CONFIG_FW_CFG_SYSFS=y
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
CONFIG_EFI_VARS=y
CONFIG_EFI_ESRT=y
CONFIG_EFI_VARS_PSTORE=y
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
CONFIG_EFI_RUNTIME_MAP=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_WRAPPERS=y
# CONFIG_EFI_BOOTLOADER_CONTROL is not set
# CONFIG_EFI_CAPSULE_LOADER is not set
# CONFIG_EFI_TEST is not set
CONFIG_APPLE_PROPERTIES=y
# CONFIG_RESET_ATTACK_MITIGATION is not set
CONFIG_UEFI_CPER=y
CONFIG_UEFI_CPER_X86=y
CONFIG_EFI_DEV_PATH_PARSER=y
CONFIG_EFI_EARLYCON=y

#
# Tegra firmware driver
#
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_HAVE_KVM_IRQ_BYPASS=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_KVM_AMD_SEV=y
CONFIG_KVM_MMU_AUDIT=y
CONFIG_VHOST_NET=m
# CONFIG_VHOST_SCSI is not set
CONFIG_VHOST_VSOCK=m
CONFIG_VHOST=m
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set

#
# General architecture-dependent options
#
CONFIG_CRASH_CORE=y
CONFIG_KEXEC_CORE=y
CONFIG_HOTPLUG_SMT=y
CONFIG_OPROFILE=m
CONFIG_OPROFILE_EVENT_MULTIPLEX=y
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_OPTPROBES=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
CONFIG_HAVE_NMI=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_SET_MEMORY=y
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_RSEQ=y
CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_ARCH_STACKLEAK=y
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_MOVE_PMD=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
CONFIG_HAVE_EXIT_THREAD=y
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_HAVE_STACK_VALIDATION=y
CONFIG_HAVE_RELIABLE_STACKTRACE=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
CONFIG_ARCH_HAS_REFCOUNT=y
# CONFIG_REFCOUNT_FULL is not set
CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
CONFIG_ARCH_USE_MEMREMAP_PROT=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_PLUGIN_HOSTCC="g++"
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_MODULE_SIG=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
# CONFIG_MODULE_SIG_SHA1 is not set
# CONFIG_MODULE_SIG_SHA224 is not set
CONFIG_MODULE_SIG_SHA256=y
# CONFIG_MODULE_SIG_SHA384 is not set
# CONFIG_MODULE_SIG_SHA512 is not set
CONFIG_MODULE_SIG_HASH="sha256"
# CONFIG_MODULE_COMPRESS is not set
# CONFIG_TRIM_UNUSED_KSYMS is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_ZONED=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
# CONFIG_BLK_CMDLINE_PARSER is not set
# CONFIG_BLK_WBT is not set
# CONFIG_BLK_CGROUP_IOLATENCY is not set
CONFIG_BLK_DEBUG_FS=y
CONFIG_BLK_DEBUG_FS_ZONED=y
# CONFIG_BLK_SED_OPAL is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_AIX_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
CONFIG_BLK_PM=y

#
# IO Schedulers
#
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
# CONFIG_IOSCHED_BFQ is not set
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y

#
# Memory Management options
#
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
# CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE is not set
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
CONFIG_HWPOISON_INJECT=m
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_AREAS=7
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_ZSWAP=y
CONFIG_ZPOOL=y
CONFIG_ZBUD=y
# CONFIG_Z3FOLD is not set
CONFIG_ZSMALLOC=y
# CONFIG_PGTABLE_MAPPING is not set
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_DEFERRED_STRUCT_PAGE_INIT=y
CONFIG_IDLE_PAGE_TRACKING=y
CONFIG_ARCH_HAS_ZONE_DEVICE=y
CONFIG_ZONE_DEVICE=y
CONFIG_ARCH_HAS_HMM=y
CONFIG_MIGRATE_VMA_HELPER=y
CONFIG_DEV_PAGEMAP_OPS=y
CONFIG_HMM=y
CONFIG_HMM_MIRROR=y
# CONFIG_DEVICE_PRIVATE is not set
# CONFIG_DEVICE_PUBLIC is not set
CONFIG_FRAME_VECTOR=y
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
# CONFIG_PERCPU_STATS is not set
# CONFIG_GUP_BENCHMARK is not set
CONFIG_ARCH_HAS_PTE_SPECIAL=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NET_INGRESS=y
CONFIG_NET_EGRESS=y
CONFIG_SKB_EXTENSIONS=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_UNIX_SCM=y
CONFIG_UNIX_DIAG=m
# CONFIG_TLS is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_INTERFACE is not set
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
# CONFIG_XDP_SOCKETS is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE_COMMON=y
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_NET_FOU_IP_TUNNELS=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
# CONFIG_INET_ESP_OFFLOAD is not set
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_INET_UDP_DIAG=m
# CONFIG_INET_RAW_DIAG is not set
# CONFIG_INET_DIAG_DESTROY is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
# CONFIG_TCP_CONG_NV is not set
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
# CONFIG_INET6_ESP_OFFLOAD is not set
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
# CONFIG_IPV6_ILA is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
CONFIG_IPV6_FOU=m
CONFIG_IPV6_FOU_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_IPV6_SEG6_LWTUNNEL=y
# CONFIG_IPV6_SEG6_HMAC is not set
CONFIG_IPV6_SEG6_BPF=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NETFILTER_NETLINK_OSF=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
# CONFIG_NF_LOG_NETDEV is not set
CONFIG_NETFILTER_CONNCOUNT=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_GRE=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
# CONFIG_NETFILTER_NETLINK_GLUE_CT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=y
CONFIG_NF_NAT_MASQUERADE=y
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
# CONFIG_NF_TABLES_SET is not set
# CONFIG_NF_TABLES_INET is not set
# CONFIG_NF_TABLES_NETDEV is not set
# CONFIG_NFT_NUMGEN is not set
CONFIG_NFT_CT=m
CONFIG_NFT_COUNTER=m
# CONFIG_NFT_CONNLIMIT is not set
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
# CONFIG_NFT_TUNNEL is not set
# CONFIG_NFT_OBJREF is not set
CONFIG_NFT_QUEUE=m
# CONFIG_NFT_QUOTA is not set
CONFIG_NFT_REJECT=m
CONFIG_NFT_COMPAT=m
CONFIG_NFT_HASH=m
# CONFIG_NFT_XFRM is not set
# CONFIG_NFT_SOCKET is not set
# CONFIG_NFT_OSF is not set
# CONFIG_NFT_TPROXY is not set
# CONFIG_NF_FLOW_TABLE is not set
CONFIG_NETFILTER_XTABLES=y

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_AUDIT=m
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_IPMAC=m
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
# CONFIG_IP_VS_FO is not set
# CONFIG_IP_VS_OVF is not set
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
# CONFIG_IP_VS_MH is not set
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

#
# IPVS MH scheduler
#
CONFIG_IP_VS_MH_TAB_INDEX=12

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_SOCKET_IPV4=m
CONFIG_NF_TPROXY_IPV4=m
# CONFIG_NF_TABLES_IPV4 is not set
# CONFIG_NF_TABLES_ARP is not set
CONFIG_NF_DUP_IPV4=m
# CONFIG_NF_LOG_ARP is not set
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_SECURITY=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_SOCKET_IPV6=m
CONFIG_NF_TPROXY_IPV6=m
# CONFIG_NF_TABLES_IPV6 is not set
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_RPFILTER=m
CONFIG_IP6_NF_MATCH_RT=m
# CONFIG_IP6_NF_MATCH_SRH is not set
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_TARGET_SYNPROXY=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_SECURITY=m
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
CONFIG_NF_DEFRAG_IPV6=m
# CONFIG_NF_TABLES_BRIDGE is not set
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
# CONFIG_BPFILTER is not set
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m

#
# DCCP CCIDs Configuration
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_TFRC_LIB=y

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
CONFIG_INET_SCTP_DIAG=m
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=m
# CONFIG_ATM_MPOA is not set
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_L2TP=m
CONFIG_L2TP_DEBUGFS=m
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_HAVE_NET_DSA=y
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=m
# CONFIG_6LOWPAN_DEBUGFS is not set
CONFIG_6LOWPAN_NHC=m
CONFIG_6LOWPAN_NHC_DEST=m
CONFIG_6LOWPAN_NHC_FRAGMENT=m
CONFIG_6LOWPAN_NHC_HOP=m
CONFIG_6LOWPAN_NHC_IPV6=m
CONFIG_6LOWPAN_NHC_MOBILITY=m
CONFIG_6LOWPAN_NHC_ROUTING=m
CONFIG_6LOWPAN_NHC_UDP=m
# CONFIG_6LOWPAN_GHC_EXT_HDR_HOP is not set
# CONFIG_6LOWPAN_GHC_UDP is not set
# CONFIG_6LOWPAN_GHC_ICMPV6 is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_DEST is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG is not set
# CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE is not set
CONFIG_IEEE802154=m
# CONFIG_IEEE802154_NL802154_EXPERIMENTAL is not set
CONFIG_IEEE802154_SOCKET=m
CONFIG_IEEE802154_6LOWPAN=m
CONFIG_MAC802154=m
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
# CONFIG_NET_SCH_CBS is not set
# CONFIG_NET_SCH_ETF is not set
# CONFIG_NET_SCH_TAPRIO is not set
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
# CONFIG_NET_SCH_SKBPRIO is not set
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
# CONFIG_NET_SCH_CAKE is not set
CONFIG_NET_SCH_FQ=m
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_PLUG=m
# CONFIG_NET_SCH_DEFAULT is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_BPF=m
CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_CLS_MATCHALL=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
# CONFIG_NET_EMATCH_CANID is not set
CONFIG_NET_EMATCH_IPSET=m
# CONFIG_NET_EMATCH_IPT is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_SAMPLE=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
CONFIG_NET_ACT_VLAN=m
# CONFIG_NET_ACT_BPF is not set
CONFIG_NET_ACT_CONNMARK=m
CONFIG_NET_ACT_SKBMOD=m
# CONFIG_NET_ACT_IFE is not set
CONFIG_NET_ACT_TUNNEL_KEY=m
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=m
# CONFIG_BATMAN_ADV is not set
CONFIG_OPENVSWITCH=m
CONFIG_OPENVSWITCH_GRE=m
CONFIG_OPENVSWITCH_VXLAN=m
CONFIG_OPENVSWITCH_GENEVE=m
CONFIG_VSOCKETS=m
CONFIG_VSOCKETS_DIAG=m
CONFIG_VMWARE_VMCI_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
CONFIG_HYPERV_VSOCKETS=m
CONFIG_NETLINK_DIAG=m
CONFIG_MPLS=y
CONFIG_NET_MPLS_GSO=y
# CONFIG_MPLS_ROUTING is not set
CONFIG_NET_NSH=m
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
# CONFIG_NET_NCSI is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
CONFIG_NET_DROP_MONITOR=y
# CONFIG_HAMRADIO is not set
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m
CONFIG_CAN_GW=m

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
# CONFIG_CAN_VXCAN is not set
CONFIG_CAN_SLCAN=m
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
CONFIG_CAN_C_CAN=m
CONFIG_CAN_C_CAN_PLATFORM=m
CONFIG_CAN_C_CAN_PCI=m
CONFIG_CAN_CC770=m
# CONFIG_CAN_CC770_ISA is not set
CONFIG_CAN_CC770_PLATFORM=m
# CONFIG_CAN_IFI_CANFD is not set
# CONFIG_CAN_M_CAN is not set
# CONFIG_CAN_PEAK_PCIEFD is not set
CONFIG_CAN_SJA1000=m
# CONFIG_CAN_SJA1000_ISA is not set
CONFIG_CAN_SJA1000_PLATFORM=m
CONFIG_CAN_EMS_PCI=m
CONFIG_CAN_PEAK_PCI=m
CONFIG_CAN_PEAK_PCIEC=y
CONFIG_CAN_KVASER_PCI=m
CONFIG_CAN_PLX_PCI=m
CONFIG_CAN_SOFTING=m

#
# CAN SPI interfaces
#
# CONFIG_CAN_HI311X is not set
# CONFIG_CAN_MCP251X is not set

#
# CAN USB interfaces
#
CONFIG_CAN_8DEV_USB=m
CONFIG_CAN_EMS_USB=m
CONFIG_CAN_ESD_USB2=m
# CONFIG_CAN_GS_USB is not set
CONFIG_CAN_KVASER_USB=m
# CONFIG_CAN_MCBA_USB is not set
CONFIG_CAN_PEAK_USB=m
# CONFIG_CAN_UCAN is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_CMTP=m
CONFIG_BT_HIDP=m
CONFIG_BT_HS=y
CONFIG_BT_LE=y
# CONFIG_BT_6LOWPAN is not set
# CONFIG_BT_LEDS is not set
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_DEBUGFS=y

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_HCIBTUSB=m
# CONFIG_BT_HCIBTUSB_AUTOSUSPEND is not set
CONFIG_BT_HCIBTUSB_BCM=y
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
# CONFIG_BT_HCIUART_INTEL is not set
# CONFIG_BT_HCIUART_AG6XX is not set
# CONFIG_BT_HCIUART_MRVL is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
# CONFIG_AF_RXRPC is not set
# CONFIG_AF_KCM is not set
CONFIG_STREAM_PARSER=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
CONFIG_CFG80211_WEXT=y
CONFIG_LIB80211=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_VIRTIO=y
# CONFIG_NET_9P_XEN is not set
# CONFIG_NET_9P_DEBUG is not set
# CONFIG_CAIF is not set
CONFIG_CEPH_LIB=m
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y
# CONFIG_NFC is not set
CONFIG_PSAMPLE=m
# CONFIG_NET_IFE is not set
CONFIG_LWTUNNEL=y
CONFIG_LWTUNNEL_BPF=y
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_NET_SOCK_MSG=y
# CONFIG_NET_DEVLINK is not set
CONFIG_FAILOVER=m
CONFIG_HAVE_EBPF_JIT=y

#
# Device Drivers
#
CONFIG_HAVE_EISA=y
# CONFIG_EISA is not set
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_PCIEAER_INJECT=m
CONFIG_PCIE_ECRC=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
# CONFIG_PCIE_DPC is not set
# CONFIG_PCIE_PTM is not set
# CONFIG_PCIE_BW is not set
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
CONFIG_PCI_STUB=y
# CONFIG_PCI_PF_STUB is not set
# CONFIG_XEN_PCIDEV_FRONTEND is not set
CONFIG_PCI_ATS=y
CONFIG_PCI_LOCKLESS_CONFIG=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
# CONFIG_PCI_P2PDMA is not set
CONFIG_PCI_LABEL=y
CONFIG_PCI_HYPERV=m
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
CONFIG_HOTPLUG_PCI_SHPC=y

#
# PCI controller drivers
#

#
# Cadence PCIe controllers support
#
CONFIG_VMD=y

#
# DesignWare PCI Core Support
#
# CONFIG_PCIE_DW_PLAT_HOST is not set
# CONFIG_PCI_MESON is not set

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
CONFIG_PCCARD=y
# CONFIG_PCMCIA is not set
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_RAPIDIO is not set

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y

#
# Firmware loader
#
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
CONFIG_SYS_HYPERVISOR=y
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_CPU_VULNERABILITIES=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_DMA_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_GNSS is not set
CONFIG_MTD=m
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
# CONFIG_MTD_AR7_PARTS is not set

#
# Partition parsers
#
# CONFIG_MTD_REDBOOT_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_SM_FTL is not set
# CONFIG_MTD_OOPS is not set
# CONFIG_MTD_SWAP is not set
# CONFIG_MTD_PARTITIONED_MASTER is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_MCHP23K256 is not set
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOCG3 is not set
# CONFIG_MTD_ONENAND is not set
# CONFIG_MTD_NAND is not set
# CONFIG_MTD_SPI_NAND is not set

#
# LPDDR & LPDDR2 PCM memory drivers
#
# CONFIG_MTD_LPDDR is not set
# CONFIG_MTD_SPI_NOR is not set
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
# CONFIG_MTD_UBI_BLOCK is not set
# CONFIG_OF is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_NULL_BLK=m
CONFIG_BLK_DEV_NULL_BLK_FAULT_INJECTION=y
CONFIG_BLK_DEV_FD=m
CONFIG_CDROM=m
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
# CONFIG_ZRAM is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SKD is not set
CONFIG_BLK_DEV_SX8=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_VIRTIO_BLK=y
# CONFIG_VIRTIO_BLK_SCSI is not set
CONFIG_BLK_DEV_RBD=m
# CONFIG_BLK_DEV_RSXX is not set

#
# NVME Support
#
CONFIG_NVME_CORE=m
CONFIG_BLK_DEV_NVME=m
CONFIG_NVME_MULTIPATH=y
CONFIG_NVME_FABRICS=m
CONFIG_NVME_FC=m
# CONFIG_NVME_TCP is not set
CONFIG_NVME_TARGET=m
CONFIG_NVME_TARGET_LOOP=m
CONFIG_NVME_TARGET_FC=m
CONFIG_NVME_TARGET_FCLOOP=m
# CONFIG_NVME_TARGET_TCP is not set

#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=m
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
CONFIG_SGI_IOC4=m
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ICS932S401 is not set
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_SGI_XP=m
CONFIG_HP_ILO=m
CONFIG_SGI_GRU=m
# CONFIG_SGI_GRU_DEBUG is not set
CONFIG_APDS9802ALS=m
CONFIG_ISL29003=m
CONFIG_ISL29020=m
CONFIG_SENSORS_TSL2550=m
CONFIG_SENSORS_BH1770=m
CONFIG_SENSORS_APDS990X=m
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
CONFIG_VMWARE_BALLOON=m
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
# CONFIG_PCI_ENDPOINT_TEST is not set
CONFIG_PVPANIC=y
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
# CONFIG_EEPROM_AT25 is not set
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=m
CONFIG_EEPROM_93CX6=m
# CONFIG_EEPROM_93XX46 is not set
# CONFIG_EEPROM_IDT_89HPESX is not set
# CONFIG_EEPROM_EE1004 is not set
CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
CONFIG_SENSORS_LIS3_I2C=m
CONFIG_ALTERA_STAPL=m
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_INTEL_MEI_HDCP is not set
CONFIG_VMWARE_VMCI=m

#
# Intel MIC & related support
#

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# VOP Bus Driver
#
# CONFIG_VOP_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#

#
# VOP Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_MISC_ALCOR_PCI is not set
# CONFIG_MISC_RTSX_PCI is not set
# CONFIG_MISC_RTSX_USB is not set
# CONFIG_HABANA_AI is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_ENCLOSURE=m
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
CONFIG_ISCSI_BOOT_SYSFS=m
CONFIG_SCSI_CXGB3_ISCSI=m
CONFIG_SCSI_CXGB4_ISCSI=m
CONFIG_SCSI_BNX2_ISCSI=m
CONFIG_SCSI_BNX2X_FCOE=m
CONFIG_BE2ISCSI=m
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_SCSI_HPSA=m
CONFIG_SCSI_3W_9XXX=m
CONFIG_SCSI_3W_SAS=m
# CONFIG_SCSI_ACARD is not set
CONFIG_SCSI_AACRAID=m
# CONFIG_SCSI_AIC7XXX is not set
CONFIG_SCSI_AIC79XX=m
CONFIG_AIC79XX_CMDS_PER_DEVICE=4
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_AIC94XX is not set
CONFIG_SCSI_MVSAS=m
# CONFIG_SCSI_MVSAS_DEBUG is not set
CONFIG_SCSI_MVSAS_TASKLET=y
CONFIG_SCSI_MVUMI=m
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
CONFIG_SCSI_ARCMSR=m
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
CONFIG_MEGARAID_SAS=m
CONFIG_SCSI_MPT3SAS=m
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS=m
# CONFIG_SCSI_SMARTPQI is not set
CONFIG_SCSI_UFSHCD=m
CONFIG_SCSI_UFSHCD_PCI=m
# CONFIG_SCSI_UFS_DWC_TC_PCI is not set
# CONFIG_SCSI_UFSHCD_PLATFORM is not set
# CONFIG_SCSI_UFS_BSG is not set
CONFIG_SCSI_HPTIOP=m
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_MYRB is not set
# CONFIG_SCSI_MYRS is not set
CONFIG_VMWARE_PVSCSI=m
# CONFIG_XEN_SCSI_FRONTEND is not set
CONFIG_HYPERV_STORAGE=m
CONFIG_LIBFC=m
CONFIG_LIBFCOE=m
CONFIG_FCOE=m
CONFIG_FCOE_FNIC=m
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_GDTH is not set
CONFIG_SCSI_ISCI=m
# CONFIG_SCSI_IPS is not set
CONFIG_SCSI_INITIO=m
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
CONFIG_SCSI_STEX=m
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA_FC=m
CONFIG_TCM_QLA2XXX=m
# CONFIG_TCM_QLA2XXX_DEBUG is not set
CONFIG_SCSI_QLA_ISCSI=m
# CONFIG_QEDI is not set
# CONFIG_QEDF is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
CONFIG_SCSI_DEBUG=m
CONFIG_SCSI_PMCRAID=m
CONFIG_SCSI_PM8001=m
# CONFIG_SCSI_BFA_FC is not set
CONFIG_SCSI_VIRTIO=m
# CONFIG_SCSI_CHELSIO_FCOE is not set
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=y
CONFIG_SCSI_DH_HP_SW=y
CONFIG_SCSI_DH_EMC=y
CONFIG_SCSI_DH_ALUA=y
CONFIG_ATA=m
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
# CONFIG_SATA_ZPODD is not set
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=m
CONFIG_SATA_MOBILE_LPM_POLICY=0
CONFIG_SATA_AHCI_PLATFORM=m
# CONFIG_SATA_INIC162X is not set
CONFIG_SATA_ACARD_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
CONFIG_PDC_ADMA=m
CONFIG_SATA_QSTOR=m
CONFIG_SATA_SX4=m
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=m
# CONFIG_SATA_DWC is not set
CONFIG_SATA_MV=m
CONFIG_SATA_NV=m
CONFIG_SATA_PROMISE=m
CONFIG_SATA_SIL=m
CONFIG_SATA_SIS=m
CONFIG_SATA_SVW=m
CONFIG_SATA_ULI=m
CONFIG_SATA_VIA=m
CONFIG_SATA_VITESSE=m

#
# PATA SFF controllers with BMDMA
#
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
CONFIG_PATA_ATP867X=m
CONFIG_PATA_CMD64X=m
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
CONFIG_PATA_HPT366=m
CONFIG_PATA_HPT37X=m
CONFIG_PATA_HPT3X2N=m
CONFIG_PATA_HPT3X3=m
# CONFIG_PATA_HPT3X3_DMA is not set
CONFIG_PATA_IT8213=m
CONFIG_PATA_IT821X=m
CONFIG_PATA_JMICRON=m
CONFIG_PATA_MARVELL=m
CONFIG_PATA_NETCELL=m
CONFIG_PATA_NINJA32=m
# CONFIG_PATA_NS87415 is not set
CONFIG_PATA_OLDPIIX=m
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PDC2027X=m
CONFIG_PATA_PDC_OLD=m
# CONFIG_PATA_RADISYS is not set
CONFIG_PATA_RDC=m
CONFIG_PATA_SCH=m
CONFIG_PATA_SERVERWORKS=m
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=m
CONFIG_PATA_TOSHIBA=m
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_VIA=m
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PLATFORM is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
CONFIG_PATA_ACPI=m
CONFIG_ATA_GENERIC=m
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
# CONFIG_MD_CLUSTER is not set
# CONFIG_BCACHE is not set
CONFIG_BLK_DEV_DM_BUILTIN=y
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_BUFIO=m
# CONFIG_DM_DEBUG_BLOCK_MANAGER_LOCKING is not set
CONFIG_DM_BIO_PRISON=m
CONFIG_DM_PERSISTENT_DATA=m
# CONFIG_DM_UNSTRIPED is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_THIN_PROVISIONING=m
CONFIG_DM_CACHE=m
CONFIG_DM_CACHE_SMQ=m
# CONFIG_DM_WRITECACHE is not set
CONFIG_DM_ERA=m
CONFIG_DM_MIRROR=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_RAID=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=m
# CONFIG_DM_VERITY_FEC is not set
CONFIG_DM_SWITCH=m
CONFIG_DM_LOG_WRITES=m
# CONFIG_DM_INTEGRITY is not set
# CONFIG_DM_ZONED is not set
CONFIG_TARGET_CORE=m
CONFIG_TCM_IBLOCK=m
CONFIG_TCM_FILEIO=m
CONFIG_TCM_PSCSI=m
CONFIG_TCM_USER2=m
CONFIG_LOOPBACK_TARGET=m
CONFIG_TCM_FC=m
CONFIG_ISCSI_TARGET=m
CONFIG_ISCSI_TARGET_CXGB4=m
# CONFIG_SBP_TARGET is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=m
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_FIREWIRE_NET=m
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_MII=y
CONFIG_NET_CORE=y
CONFIG_BONDING=m
CONFIG_DUMMY=m
# CONFIG_EQUALIZER is not set
CONFIG_NET_FC=y
CONFIG_IFB=m
CONFIG_NET_TEAM=m
CONFIG_NET_TEAM_MODE_BROADCAST=m
CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
CONFIG_NET_TEAM_MODE_RANDOM=m
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
# CONFIG_IPVLAN is not set
CONFIG_VXLAN=m
CONFIG_GENEVE=m
# CONFIG_GTP is not set
CONFIG_MACSEC=y
CONFIG_NETCONSOLE=m
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_NTB_NETDEV=m
CONFIG_TUN=m
CONFIG_TAP=m
# CONFIG_TUN_VNET_CROSS_LE is not set
CONFIG_VETH=m
CONFIG_VIRTIO_NET=m
CONFIG_NLMON=m
CONFIG_NET_VRF=y
CONFIG_VSOCKMON=m
# CONFIG_ARCNET is not set
# CONFIG_ATM_DRIVERS is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
CONFIG_ETHERNET=y
CONFIG_MDIO=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALACRITECH=y
# CONFIG_SLICOSS is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMAZON=y
CONFIG_ENA_ETHERNET=m
CONFIG_NET_VENDOR_AMD=y
CONFIG_AMD8111_ETH=m
CONFIG_PCNET32=m
CONFIG_AMD_XGBE=m
# CONFIG_AMD_XGBE_DCB is not set
CONFIG_AMD_XGBE_HAVE_ECC=y
CONFIG_NET_VENDOR_AQUANTIA=y
CONFIG_AQTION=m
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
CONFIG_ATL2=m
CONFIG_ATL1=m
CONFIG_ATL1E=m
CONFIG_ATL1C=m
CONFIG_ALX=m
CONFIG_NET_VENDOR_AURORA=y
# CONFIG_AURORA_NB8800 is not set
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
# CONFIG_BCMGENET is not set
CONFIG_BNX2=m
CONFIG_CNIC=m
CONFIG_TIGON3=y
CONFIG_TIGON3_HWMON=y
CONFIG_BNX2X=m
CONFIG_BNX2X_SRIOV=y
# CONFIG_SYSTEMPORT is not set
CONFIG_BNXT=m
CONFIG_BNXT_SRIOV=y
CONFIG_BNXT_FLOWER_OFFLOAD=y
CONFIG_BNXT_DCB=y
CONFIG_BNXT_HWMON=y
CONFIG_NET_VENDOR_BROCADE=y
CONFIG_BNA=m
CONFIG_NET_VENDOR_CADENCE=y
CONFIG_MACB=m
CONFIG_MACB_USE_HWSTAMP=y
# CONFIG_MACB_PCI is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_THUNDER_NIC_RGX is not set
CONFIG_CAVIUM_PTP=y
CONFIG_LIQUIDIO=m
CONFIG_LIQUIDIO_VF=m
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3=m
CONFIG_CHELSIO_T4=m
# CONFIG_CHELSIO_T4_DCB is not set
CONFIG_CHELSIO_T4VF=m
CONFIG_CHELSIO_LIB=m
CONFIG_NET_VENDOR_CISCO=y
CONFIG_ENIC=m
CONFIG_NET_VENDOR_CORTINA=y
# CONFIG_CX_ECAT is not set
CONFIG_DNET=m
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
CONFIG_DE4X5=m
CONFIG_WINBOND_840=m
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
# CONFIG_NET_VENDOR_DLINK is not set
CONFIG_NET_VENDOR_EMULEX=y
CONFIG_BE2NET=m
CONFIG_BE2NET_HWMON=y
CONFIG_BE2NET_BE2=y
CONFIG_BE2NET_BE3=y
CONFIG_BE2NET_LANCER=y
CONFIG_BE2NET_SKYHAWK=y
CONFIG_NET_VENDOR_EZCHIP=y
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_HUAWEI=y
# CONFIG_HINIC is not set
# CONFIG_NET_VENDOR_I825XX is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=y
CONFIG_E1000E=y
CONFIG_E1000E_HWTS=y
CONFIG_IGB=y
CONFIG_IGB_HWMON=y
CONFIG_IGBVF=m
CONFIG_IXGB=y
CONFIG_IXGBE=y
CONFIG_IXGBE_HWMON=y
CONFIG_IXGBE_DCB=y
CONFIG_IXGBEVF=m
CONFIG_I40E=m
CONFIG_I40E_DCB=y
CONFIG_IAVF=m
CONFIG_I40EVF=m
# CONFIG_ICE is not set
CONFIG_FM10K=m
# CONFIG_IGC is not set
CONFIG_JME=m
CONFIG_NET_VENDOR_MARVELL=y
CONFIG_MVMDIO=m
CONFIG_SKGE=y
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKGE_GENESIS=y
CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX4_EN=m
CONFIG_MLX4_EN_DCB=y
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
CONFIG_MLX4_CORE_GEN2=y
# CONFIG_MLX5_CORE is not set
# CONFIG_MLXSW_CORE is not set
# CONFIG_MLXFW is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
CONFIG_NET_VENDOR_MICROSEMI=y
# CONFIG_MSCC_OCELOT_SWITCH is not set
CONFIG_NET_VENDOR_MYRI=y
CONFIG_MYRI10GE=m
CONFIG_MYRI10GE_DCA=y
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
CONFIG_NET_VENDOR_NETERION=y
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
CONFIG_NET_VENDOR_NETRONOME=y
CONFIG_NFP=m
CONFIG_NFP_APP_FLOWER=y
CONFIG_NFP_APP_ABM_NIC=y
# CONFIG_NFP_DEBUG is not set
CONFIG_NET_VENDOR_NI=y
# CONFIG_NI_XGE_MANAGEMENT_ENET is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
CONFIG_NET_VENDOR_OKI=y
CONFIG_ETHOC=m
CONFIG_NET_VENDOR_PACKET_ENGINES=y
# CONFIG_HAMACHI is not set
CONFIG_YELLOWFIN=m
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_QLA3XXX=m
CONFIG_QLCNIC=m
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLCNIC_DCB=y
CONFIG_QLCNIC_HWMON=y
CONFIG_QLGE=m
CONFIG_NETXEN_NIC=m
CONFIG_QED=m
CONFIG_QED_SRIOV=y
CONFIG_QEDE=m
CONFIG_NET_VENDOR_QUALCOMM=y
# CONFIG_QCOM_EMAC is not set
# CONFIG_RMNET is not set
# CONFIG_NET_VENDOR_RDC is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_ATP is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
CONFIG_R8169=y
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_ROCKER=m
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
# CONFIG_NET_VENDOR_SEEQ is not set
CONFIG_NET_VENDOR_SOLARFLARE=y
CONFIG_SFC=m
CONFIG_SFC_MTD=y
CONFIG_SFC_MCDI_MON=y
CONFIG_SFC_SRIOV=y
CONFIG_SFC_MCDI_LOGGING=y
CONFIG_SFC_FALCON=m
CONFIG_SFC_FALCON_MTD=y
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
CONFIG_NET_VENDOR_SMSC=y
CONFIG_EPIC100=m
# CONFIG_SMSC911X is not set
CONFIG_SMSC9420=m
CONFIG_NET_VENDOR_SOCIONEXT=y
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
CONFIG_NET_VENDOR_SYNOPSYS=y
# CONFIG_DWC_XLGMAC is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_PHY_SEL is not set
# CONFIG_TI_CPSW_ALE is not set
CONFIG_TLAN=m
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
# CONFIG_MDIO_BCM_UNIMAC is not set
CONFIG_MDIO_BITBANG=m
# CONFIG_MDIO_GPIO is not set
# CONFIG_MDIO_MSCC_MIIM is not set
# CONFIG_MDIO_THUNDER is not set
CONFIG_PHYLIB=y
CONFIG_SWPHY=y
# CONFIG_LED_TRIGGER_PHY is not set

#
# MII PHY device drivers
#
CONFIG_AMD_PHY=m
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_ASIX_PHY is not set
CONFIG_AT803X_PHY=m
# CONFIG_BCM7XXX_PHY is not set
CONFIG_BCM87XX_PHY=m
CONFIG_BCM_NET_PHYLIB=m
CONFIG_BROADCOM_PHY=m
CONFIG_CICADA_PHY=m
# CONFIG_CORTINA_PHY is not set
CONFIG_DAVICOM_PHY=m
# CONFIG_DP83822_PHY is not set
# CONFIG_DP83TC811_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
CONFIG_FIXED_PHY=y
CONFIG_ICPLUS_PHY=m
# CONFIG_INTEL_XWAY_PHY is not set
CONFIG_LSI_ET1011C_PHY=m
CONFIG_LXT_PHY=m
CONFIG_MARVELL_PHY=m
# CONFIG_MARVELL_10G_PHY is not set
CONFIG_MICREL_PHY=m
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_MICROCHIP_T1_PHY is not set
# CONFIG_MICROSEMI_PHY is not set
CONFIG_NATIONAL_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_REALTEK_PHY=y
# CONFIG_RENESAS_PHY is not set
# CONFIG_ROCKCHIP_PHY is not set
CONFIG_SMSC_PHY=m
CONFIG_STE10XP=m
# CONFIG_TERANETICS_PHY is not set
CONFIG_VITESSE_PHY=m
# CONFIG_XILINX_GMII2RGMII is not set
# CONFIG_MICREL_KS8995MA is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOATM=m
CONFIG_PPPOE=m
CONFIG_PPTP=m
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
CONFIG_USB_PEGASUS=y
CONFIG_USB_RTL8150=y
CONFIG_USB_RTL8152=m
# CONFIG_USB_LAN78XX is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_AX88179_178A=m
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_CDC_EEM=y
CONFIG_USB_NET_CDC_NCM=m
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
CONFIG_USB_NET_CDC_MBIM=m
CONFIG_USB_NET_DM9601=y
# CONFIG_USB_NET_SR9700 is not set
# CONFIG_USB_NET_SR9800 is not set
CONFIG_USB_NET_SMSC75XX=y
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
CONFIG_USB_NET_MCS7830=y
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_NET_CDC_SUBSET_ENABLE=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=y
CONFIG_USB_NET_CX82310_ETH=m
CONFIG_USB_NET_KALMIA=m
CONFIG_USB_NET_QMI_WWAN=m
CONFIG_USB_HSO=m
CONFIG_USB_NET_INT51X1=y
CONFIG_USB_IPHETH=y
CONFIG_USB_SIERRA_NET=y
CONFIG_USB_VL600=m
# CONFIG_USB_NET_CH9200 is not set
# CONFIG_USB_NET_AQC111 is not set
CONFIG_WLAN=y
# CONFIG_WIRELESS_WDS is not set
CONFIG_WLAN_VENDOR_ADMTEK=y
# CONFIG_ADM8211 is not set
CONFIG_ATH_COMMON=m
CONFIG_WLAN_VENDOR_ATH=y
# CONFIG_ATH_DEBUG is not set
# CONFIG_ATH5K is not set
# CONFIG_ATH5K_PCI is not set
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K_BTCOEX_SUPPORT=y
# CONFIG_ATH9K is not set
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
# CONFIG_CARL9170 is not set
# CONFIG_ATH6KL is not set
# CONFIG_AR5523 is not set
# CONFIG_WIL6210 is not set
# CONFIG_ATH10K is not set
# CONFIG_WCN36XX is not set
CONFIG_WLAN_VENDOR_ATMEL=y
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
CONFIG_WLAN_VENDOR_BROADCOM=y
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_BRCMSMAC is not set
# CONFIG_BRCMFMAC is not set
CONFIG_WLAN_VENDOR_CISCO=y
# CONFIG_AIRO is not set
CONFIG_WLAN_VENDOR_INTEL=y
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLEGACY=m
CONFIG_IWL4965=m
CONFIG_IWL3945=m

#
# iwl3945 / iwl4965 Debugging Options
#
CONFIG_IWLEGACY_DEBUG=y
CONFIG_IWLEGACY_DEBUGFS=y
CONFIG_IWLWIFI=m
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLDVM=m
CONFIG_IWLMVM=m
CONFIG_IWLWIFI_OPMODE_MODULAR=y
# CONFIG_IWLWIFI_BCAST_FILTERING is not set
# CONFIG_IWLWIFI_PCIE_RTPM is not set

#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLWIFI_DEBUGFS=y
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
CONFIG_WLAN_VENDOR_INTERSIL=y
# CONFIG_HOSTAP is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_PRISM54 is not set
CONFIG_WLAN_VENDOR_MARVELL=y
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_MWIFIEX is not set
# CONFIG_MWL8K is not set
CONFIG_WLAN_VENDOR_MEDIATEK=y
# CONFIG_MT7601U is not set
# CONFIG_MT76x0U is not set
# CONFIG_MT76x0E is not set
# CONFIG_MT76x2E is not set
# CONFIG_MT76x2U is not set
# CONFIG_MT7603E is not set
CONFIG_WLAN_VENDOR_RALINK=y
# CONFIG_RT2X00 is not set
CONFIG_WLAN_VENDOR_REALTEK=y
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_RTL_CARDS is not set
# CONFIG_RTL8XXXU is not set
CONFIG_WLAN_VENDOR_RSI=y
# CONFIG_RSI_91X is not set
CONFIG_WLAN_VENDOR_ST=y
# CONFIG_CW1200 is not set
CONFIG_WLAN_VENDOR_TI=y
# CONFIG_WL1251 is not set
# CONFIG_WL12XX is not set
# CONFIG_WL18XX is not set
# CONFIG_WLCORE is not set
CONFIG_WLAN_VENDOR_ZYDAS=y
# CONFIG_USB_ZD1201 is not set
# CONFIG_ZD1211RW is not set
CONFIG_WLAN_VENDOR_QUANTENNA=y
# CONFIG_QTNFMAC_PCIE is not set
CONFIG_MAC80211_HWSIM=m
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_VIRT_WIFI is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
CONFIG_WAN=y
# CONFIG_LANMEDIA is not set
CONFIG_HDLC=m
CONFIG_HDLC_RAW=m
# CONFIG_HDLC_RAW_ETH is not set
CONFIG_HDLC_CISCO=m
CONFIG_HDLC_FR=m
CONFIG_HDLC_PPP=m

#
# X.25/LAPB support is disabled
#
# CONFIG_PCI200SYN is not set
# CONFIG_WANXL is not set
# CONFIG_PC300TOO is not set
# CONFIG_FARSYNC is not set
# CONFIG_DSCC4 is not set
CONFIG_DLCI=m
CONFIG_DLCI_MAX=8
# CONFIG_SBNI is not set
CONFIG_IEEE802154_DRIVERS=m
CONFIG_IEEE802154_FAKELB=m
# CONFIG_IEEE802154_AT86RF230 is not set
# CONFIG_IEEE802154_MRF24J40 is not set
# CONFIG_IEEE802154_CC2520 is not set
# CONFIG_IEEE802154_ATUSB is not set
# CONFIG_IEEE802154_ADF7242 is not set
# CONFIG_IEEE802154_CA8210 is not set
# CONFIG_IEEE802154_MCR20A is not set
# CONFIG_IEEE802154_HWSIM is not set
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_VMXNET3=m
CONFIG_FUJITSU_ES=m
CONFIG_THUNDERBOLT_NET=m
CONFIG_HYPERV_NET=m
CONFIG_NETDEVSIM=m
CONFIG_NET_FAILOVER=m
CONFIG_ISDN=y
CONFIG_ISDN_I4L=m
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
CONFIG_IPPP_FILTER=y
# CONFIG_ISDN_PPP_BSDCOMP is not set
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y

#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=m

#
# ISDN4Linux hardware drivers
#

#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=m

#
# D-channel protocol features
#
CONFIG_HISAX_EURO=y
CONFIG_DE_AOC=y
CONFIG_HISAX_NO_SENDCOMPLETE=y
CONFIG_HISAX_NO_LLC=y
CONFIG_HISAX_NO_KEYPAD=y
CONFIG_HISAX_1TR6=y
CONFIG_HISAX_NI1=y
CONFIG_HISAX_MAX_CARDS=8

#
# HiSax supported cards
#
CONFIG_HISAX_16_3=y
CONFIG_HISAX_TELESPCI=y
CONFIG_HISAX_S0BOX=y
CONFIG_HISAX_FRITZPCI=y
CONFIG_HISAX_AVM_A1_PCMCIA=y
CONFIG_HISAX_ELSA=y
CONFIG_HISAX_DIEHLDIVA=y
CONFIG_HISAX_SEDLBAUER=y
CONFIG_HISAX_NETJET=y
CONFIG_HISAX_NETJET_U=y
CONFIG_HISAX_NICCY=y
CONFIG_HISAX_BKM_A4T=y
CONFIG_HISAX_SCT_QUADRO=y
CONFIG_HISAX_GAZEL=y
CONFIG_HISAX_HFC_PCI=y
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
CONFIG_HISAX_ENTERNOW_PCI=y
# CONFIG_HISAX_DEBUG is not set

#
# HiSax PCMCIA card service modules
#

#
# HiSax sub driver modules
#
CONFIG_HISAX_ST5481=m
# CONFIG_HISAX_HFCUSB is not set
CONFIG_HISAX_HFC4S8S=m
CONFIG_HISAX_FRITZ_PCIPNP=m
CONFIG_ISDN_CAPI=m
# CONFIG_CAPI_TRACE is not set
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPIDRV=m
# CONFIG_ISDN_CAPI_CAPIDRV_VERBOSE is not set

#
# CAPI hardware drivers
#
CONFIG_CAPI_AVM=y
CONFIG_ISDN_DRV_AVMB1_B1PCI=m
CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y
CONFIG_ISDN_DRV_AVMB1_T1PCI=m
CONFIG_ISDN_DRV_AVMB1_C4=m
CONFIG_ISDN_DRV_GIGASET=m
CONFIG_GIGASET_CAPI=y
CONFIG_GIGASET_BASE=m
CONFIG_GIGASET_M105=m
CONFIG_GIGASET_M101=m
# CONFIG_GIGASET_DEBUG is not set
CONFIG_HYSDN=m
CONFIG_HYSDN_CAPI=y
CONFIG_MISDN=m
CONFIG_MISDN_DSP=m
CONFIG_MISDN_L1OIP=m

#
# mISDN hardware drivers
#
CONFIG_MISDN_HFCPCI=m
CONFIG_MISDN_HFCMULTI=m
CONFIG_MISDN_HFCUSB=m
CONFIG_MISDN_AVMFRITZ=m
CONFIG_MISDN_SPEEDFAX=m
CONFIG_MISDN_INFINEON=m
CONFIG_MISDN_W6692=m
CONFIG_MISDN_NETJET=m
CONFIG_MISDN_IPAC=m
CONFIG_MISDN_ISAR=m
CONFIG_ISDN_HDLC=m
CONFIG_NVM=y
# CONFIG_NVM_PBLK is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=m
CONFIG_INPUT_SPARSEKMAP=m
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADC is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_DLINK_DIR685 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_ELANTECH_SMBUS=y
CONFIG_MOUSE_PS2_SENTELIC=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_MOUSE_PS2_VMMOUSE=y
CONFIG_MOUSE_PS2_SMBUS=y
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_CYAPA=m
# CONFIG_MOUSE_ELAN_I2C is not set
CONFIG_MOUSE_VSXXXAA=m
# CONFIG_MOUSE_GPIO is not set
CONFIG_MOUSE_SYNAPTICS_I2C=m
CONFIG_MOUSE_SYNAPTICS_USB=m
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=m
CONFIG_TABLET_USB_AIPTEK=m
CONFIG_TABLET_USB_GTCO=m
# CONFIG_TABLET_USB_HANWANG is not set
CONFIG_TABLET_USB_KBTAB=m
# CONFIG_TABLET_USB_PEGASUS is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_PROPERTIES=y
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ADC is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_BU21029 is not set
# CONFIG_TOUCHSCREEN_CHIPONE_ICN8505 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set
# CONFIG_TOUCHSCREEN_EXC3000 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GOODIX is not set
# CONFIG_TOUCHSCREEN_HIDEEP is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_S6SY761 is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
# CONFIG_TOUCHSCREEN_ELAN is not set
CONFIG_TOUCHSCREEN_ELO=m
CONFIG_TOUCHSCREEN_WACOM_W8001=m
CONFIG_TOUCHSCREEN_WACOM_I2C=m
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2004 is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_RM_TS is not set
# CONFIG_TOUCHSCREEN_SILEAD is not set
# CONFIG_TOUCHSCREEN_SIS_I2C is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_STMFTS is not set
# CONFIG_TOUCHSCREEN_SUR40 is not set
# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZET6223 is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
# CONFIG_INPUT_MSM_VIBRATOR is not set
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_MMA8450 is not set
CONFIG_INPUT_APANEL=m
CONFIG_INPUT_GP2A=m
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_DECODER is not set
CONFIG_INPUT_ATLAS_BTNS=m
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
# CONFIG_INPUT_KXTJ9 is not set
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_CM109=m
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_PWM_BEEPER is not set
# CONFIG_INPUT_PWM_VIBRA is not set
CONFIG_INPUT_GPIO_ROTARY_ENCODER=m
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=m
# CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set
CONFIG_RMI4_CORE=m
# CONFIG_RMI4_I2C is not set
# CONFIG_RMI4_SPI is not set
CONFIG_RMI4_SMB=m
CONFIG_RMI4_F03=y
CONFIG_RMI4_F03_SERIO=m
CONFIG_RMI4_2D_SENSOR=y
CONFIG_RMI4_F11=y
CONFIG_RMI4_F12=y
CONFIG_RMI4_F30=y
# CONFIG_RMI4_F34 is not set
# CONFIG_RMI4_F54 is not set
# CONFIG_RMI4_F55 is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_SERIO_ALTERA_PS2=m
# CONFIG_SERIO_PS2MULT is not set
CONFIG_SERIO_ARC_PS2=m
# CONFIG_SERIO_OLPC_APSP is not set
CONFIG_HYPERV_KEYBOARD=m
# CONFIG_SERIO_GPIO_PS2 is not set
# CONFIG_USERIO is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
CONFIG_CYCLADES=m
# CONFIG_CYZ_INTR is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
CONFIG_SYNCLINK=m
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINK_GT=m
CONFIG_NOZOMI=m
# CONFIG_ISI is not set
CONFIG_N_HDLC=m
CONFIG_N_GSM=m
# CONFIG_TRACE_SINK is not set
CONFIG_LDISC_AUTOLOAD=y
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
# CONFIG_SERIAL_8250_FINTEK is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_EXAR=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_DW=y
# CONFIG_SERIAL_8250_RT288X is not set
CONFIG_SERIAL_8250_LPSS=y
CONFIG_SERIAL_8250_MID=y
# CONFIG_SERIAL_8250_MOXA is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
CONFIG_SERIAL_ARC=m
CONFIG_SERIAL_ARC_NR_PORTS=1
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_DEV_BUS is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_DMI_DECODE=y
CONFIG_IPMI_PLAT_DATA=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_SSIF=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=m
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_HW_RANDOM_VIRTIO=y
CONFIG_NVRAM=y
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
# CONFIG_HPET_MMAP_DEFAULT is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_UV_MMTIMER=m
CONFIG_TCG_TPM=y
CONFIG_HW_RANDOM_TPM=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
# CONFIG_TCG_TIS_SPI is not set
CONFIG_TCG_TIS_I2C_ATMEL=m
CONFIG_TCG_TIS_I2C_INFINEON=m
CONFIG_TCG_TIS_I2C_NUVOTON=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TCG_XEN is not set
CONFIG_TCG_CRB=y
# CONFIG_TCG_VTPM_PROXY is not set
CONFIG_TCG_TIS_ST33ZP24=m
CONFIG_TCG_TIS_ST33ZP24_I2C=m
# CONFIG_TCG_TIS_ST33ZP24_SPI is not set
CONFIG_TELCLOCK=m
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set
# CONFIG_RANDOM_TRUST_CPU is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_LTC4306 is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_REG is not set
# CONFIG_I2C_MUX_MLXCPLD is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=m
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_ISCH=m
CONFIG_I2C_ISMT=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_NFORCE2_S4985=m
# CONFIG_I2C_NVIDIA_GPU is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m

#
# ACPI drivers
#
CONFIG_I2C_SCMI=m

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=m
CONFIG_I2C_DESIGNWARE_PLATFORM=m
# CONFIG_I2C_DESIGNWARE_SLAVE is not set
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_DESIGNWARE_BAYTRAIL is not set
# CONFIG_I2C_EMEV2 is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PCA_PLATFORM=m
CONFIG_I2C_SIMTEC=m
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_DIOLAN_U2C=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_TINY_USB=m
CONFIG_I2C_VIPERBOARD=m

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_MLXCPLD is not set
CONFIG_I2C_STUB=m
# CONFIG_I2C_SLAVE is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I3C is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
# CONFIG_SPI_MEM is not set

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
# CONFIG_SPI_AXI_SPI_ENGINE is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_BUTTERFLY is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_DESIGNWARE is not set
# CONFIG_SPI_NXP_FLEXSPI is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_LM70_LLP is not set
# CONFIG_SPI_OC_TINY is not set
# CONFIG_SPI_PXA2XX is not set
# CONFIG_SPI_ROCKCHIP is not set
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_SIFIVE is not set
# CONFIG_SPI_MXIC is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_ZYNQMP_GQSPI is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_LOOPBACK_TEST is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPI_SLAVE is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
# CONFIG_PPS_CLIENT_KTIMER is not set
CONFIG_PPS_CLIENT_LDISC=m
CONFIG_PPS_CLIENT_PARPORT=m
CONFIG_PPS_CLIENT_GPIO=m

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
CONFIG_DP83640_PHY=m
CONFIG_PTP_1588_CLOCK_KVM=m
CONFIG_PINCTRL=y
CONFIG_PINMUX=y
CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=m
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_SX150X is not set
CONFIG_PINCTRL_BAYTRAIL=y
# CONFIG_PINCTRL_CHERRYVIEW is not set
CONFIG_PINCTRL_INTEL=m
# CONFIG_PINCTRL_BROXTON is not set
CONFIG_PINCTRL_CANNONLAKE=m
# CONFIG_PINCTRL_CEDARFORK is not set
CONFIG_PINCTRL_DENVERTON=m
CONFIG_PINCTRL_GEMINILAKE=m
# CONFIG_PINCTRL_ICELAKE is not set
CONFIG_PINCTRL_LEWISBURG=m
CONFIG_PINCTRL_SUNRISEPOINT=m
CONFIG_GPIOLIB=y
CONFIG_GPIOLIB_FASTPATH_LIMIT=512
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=m

#
# Memory mapped GPIO drivers
#
CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_EXAR is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_ICH=m
# CONFIG_GPIO_LYNXPOINT is not set
# CONFIG_GPIO_MB86S7X is not set
CONFIG_GPIO_MOCKUP=y
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_AMD_FCH is not set

#
# Port-mapped I/O GPIO drivers
#
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_IT87 is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_WINBOND is not set
# CONFIG_GPIO_WS16C48 is not set

#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_TPIC2810 is not set

#
# MFD GPIO expanders
#

#
# PCI GPIO expanders
#
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_PCI_IDIO_16 is not set
# CONFIG_GPIO_PCIE_IDIO_24 is not set
# CONFIG_GPIO_RDC321X is not set

#
# SPI GPIO expanders
#
# CONFIG_GPIO_MAX3191X is not set
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MC33880 is not set
# CONFIG_GPIO_PISOSR is not set
# CONFIG_GPIO_XRA1403 is not set

#
# USB GPIO expanders
#
CONFIG_GPIO_VIPERBOARD=m
# CONFIG_W1 is not set
# CONFIG_POWER_AVS is not set
CONFIG_POWER_RESET=y
# CONFIG_POWER_RESET_RESTART is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_GENERIC_ADC_BATTERY is not set
# CONFIG_TEST_POWER is not set
# CONFIG_CHARGER_ADP5061 is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_CHARGER_SBS is not set
# CONFIG_MANAGER_SBS is not set
# CONFIG_BATTERY_BQ27XXX is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_LTC3651 is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ25890 is not set
CONFIG_CHARGER_SMB347=m
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
# CONFIG_CHARGER_RT9455 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
# CONFIG_SENSORS_AD7314 is not set
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7X10=m
# CONFIG_SENSORS_ADT7310 is not set
CONFIG_SENSORS_ADT7410=m
CONFIG_SENSORS_ADT7411=m
CONFIG_SENSORS_ADT7462=m
CONFIG_SENSORS_ADT7470=m
CONFIG_SENSORS_ADT7475=m
CONFIG_SENSORS_ASC7621=m
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_K10TEMP=m
CONFIG_SENSORS_FAM15H_POWER=m
CONFIG_SENSORS_APPLESMC=m
CONFIG_SENSORS_ASB100=m
# CONFIG_SENSORS_ASPEED is not set
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS620=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_DELL_SMM=m
CONFIG_SENSORS_I5K_AMB=m
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_FSCHMD=m
# CONFIG_SENSORS_FTSTEUTATES is not set
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_G760A=m
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_HIH6130 is not set
CONFIG_SENSORS_IBMAEM=m
CONFIG_SENSORS_IBMPEX=m
# CONFIG_SENSORS_IIO_HWMON is not set
# CONFIG_SENSORS_I5500 is not set
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_JC42=m
# CONFIG_SENSORS_POWR1220 is not set
CONFIG_SENSORS_LINEAGE=m
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC2990 is not set
CONFIG_SENSORS_LTC4151=m
CONFIG_SENSORS_LTC4215=m
# CONFIG_SENSORS_LTC4222 is not set
CONFIG_SENSORS_LTC4245=m
# CONFIG_SENSORS_LTC4260 is not set
CONFIG_SENSORS_LTC4261=m
# CONFIG_SENSORS_MAX1111 is not set
CONFIG_SENSORS_MAX16065=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX1668=m
CONFIG_SENSORS_MAX197=m
# CONFIG_SENSORS_MAX31722 is not set
# CONFIG_SENSORS_MAX6621 is not set
CONFIG_SENSORS_MAX6639=m
CONFIG_SENSORS_MAX6642=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_MAX6697=m
# CONFIG_SENSORS_MAX31790 is not set
CONFIG_SENSORS_MCP3021=m
# CONFIG_SENSORS_TC654 is not set
# CONFIG_SENSORS_ADCXX is not set
CONFIG_SENSORS_LM63=m
# CONFIG_SENSORS_LM70 is not set
CONFIG_SENSORS_LM73=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_LM95234=m
CONFIG_SENSORS_LM95241=m
CONFIG_SENSORS_LM95245=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_NTC_THERMISTOR=m
# CONFIG_SENSORS_NCT6683 is not set
CONFIG_SENSORS_NCT6775=m
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_NPCM7XX is not set
# CONFIG_SENSORS_OCC_P8_I2C is not set
CONFIG_SENSORS_PCF8591=m
CONFIG_PMBUS=m
CONFIG_SENSORS_PMBUS=m
CONFIG_SENSORS_ADM1275=m
# CONFIG_SENSORS_IBM_CFFPS is not set
# CONFIG_SENSORS_IR35221 is not set
CONFIG_SENSORS_LM25066=m
CONFIG_SENSORS_LTC2978=m
# CONFIG_SENSORS_LTC3815 is not set
CONFIG_SENSORS_MAX16064=m
# CONFIG_SENSORS_MAX20751 is not set
# CONFIG_SENSORS_MAX31785 is not set
CONFIG_SENSORS_MAX34440=m
CONFIG_SENSORS_MAX8688=m
# CONFIG_SENSORS_TPS40422 is not set
# CONFIG_SENSORS_TPS53679 is not set
CONFIG_SENSORS_UCD9000=m
CONFIG_SENSORS_UCD9200=m
CONFIG_SENSORS_ZL6100=m
CONFIG_SENSORS_SHT15=m
CONFIG_SENSORS_SHT21=m
# CONFIG_SENSORS_SHT3x is not set
# CONFIG_SENSORS_SHTC1 is not set
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_EMC1403=m
# CONFIG_SENSORS_EMC2103 is not set
CONFIG_SENSORS_EMC6W201=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_SCH56XX_COMMON=m
CONFIG_SENSORS_SCH5627=m
CONFIG_SENSORS_SCH5636=m
# CONFIG_SENSORS_STTS751 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
CONFIG_SENSORS_ADS1015=m
CONFIG_SENSORS_ADS7828=m
# CONFIG_SENSORS_ADS7871 is not set
CONFIG_SENSORS_AMC6821=m
CONFIG_SENSORS_INA209=m
CONFIG_SENSORS_INA2XX=m
# CONFIG_SENSORS_INA3221 is not set
# CONFIG_SENSORS_TC74 is not set
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_TMP102=m
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP108 is not set
CONFIG_SENSORS_TMP401=m
CONFIG_SENSORS_TMP421=m
CONFIG_SENSORS_VIA_CPUTEMP=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
# CONFIG_SENSORS_W83773G is not set
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83795=m
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83L786NG=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
# CONFIG_SENSORS_XGENE is not set

#
# ACPI drivers
#
CONFIG_SENSORS_ACPI_POWER=m
CONFIG_SENSORS_ATK0110=m
CONFIG_THERMAL=y
# CONFIG_THERMAL_STATISTICS is not set
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_WRITABLE_TRIPS=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_CLOCK_THERMAL is not set
# CONFIG_DEVFREQ_THERMAL is not set
# CONFIG_THERMAL_EMULATION is not set

#
# Intel thermal drivers
#
CONFIG_INTEL_POWERCLAMP=m
CONFIG_X86_PKG_TEMP_THERMAL=m
CONFIG_INTEL_SOC_DTS_IOSF_CORE=m
# CONFIG_INTEL_SOC_DTS_THERMAL is not set

#
# ACPI INT340X thermal drivers
#
CONFIG_INT340X_THERMAL=m
CONFIG_ACPI_THERMAL_REL=m
# CONFIG_INT3406_THERMAL is not set
# CONFIG_INTEL_PCH_THERMAL is not set
# CONFIG_GENERIC_ADC_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
CONFIG_WATCHDOG_SYSFS=y

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
CONFIG_WDAT_WDT=m
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
CONFIG_ALIM1535_WDT=m
CONFIG_ALIM7101_WDT=m
# CONFIG_EBC_C384_WDT is not set
CONFIG_F71808E_WDT=m
CONFIG_SP5100_TCO=m
CONFIG_SBC_FITPC2_WATCHDOG=m
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=m
CONFIG_IBMASR=m
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
CONFIG_IE6XX_WDT=m
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_IT8712F_WDT=m
CONFIG_IT87_WDT=m
CONFIG_HP_WATCHDOG=m
CONFIG_HPWDT_NMI_DECODING=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
CONFIG_NV_TCO=m
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
CONFIG_SMSC_SCH311X_WDT=m
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_TQMX86_WDT is not set
CONFIG_VIA_WDT=m
CONFIG_W83627HF_WDT=m
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=m
CONFIG_MACHZ_WDT=m
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
CONFIG_INTEL_MEI_WDT=m
# CONFIG_NI903X_WDT is not set
# CONFIG_NIC7018_WDT is not set
# CONFIG_MEN_A21_WDT is not set
CONFIG_XEN_WDT=m

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=m
CONFIG_WDTPCI=m

#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m

#
# Watchdog Pretimeout Governors
#
# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_SDIOHOST_POSSIBLE=y
CONFIG_SSB_SDIOHOST=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_SSB_DRIVER_GPIO=y
CONFIG_BCMA_POSSIBLE=y
CONFIG_BCMA=m
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
CONFIG_BCMA_DRIVER_PCI=y
CONFIG_BCMA_DRIVER_GMAC_CMN=y
CONFIG_BCMA_DRIVER_GPIO=y
# CONFIG_BCMA_DEBUG is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_BD9571MWV is not set
# CONFIG_MFD_AXP20X_I2C is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_MFD_MADERA is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9062 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=m
CONFIG_LPC_SCH=m
# CONFIG_INTEL_SOC_PMIC_CHTDC_TI is not set
CONFIG_MFD_INTEL_LPSS=y
CONFIG_MFD_INTEL_LPSS_ACPI=y
CONFIG_MFD_INTEL_LPSS_PCI=y
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_EZX_PCAP is not set
CONFIG_MFD_VIPERBOARD=m
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_UCB1400_CORE is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
CONFIG_MFD_SM501=m
CONFIG_MFD_SM501_GPIO=y
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_TI_LMU is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65086 is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TI_LP873X is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TQMX86 is not set
CONFIG_MFD_VX855=m
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
CONFIG_RC_CORE=m
CONFIG_RC_MAP=m
CONFIG_LIRC=y
CONFIG_RC_DECODERS=y
CONFIG_IR_NEC_DECODER=m
CONFIG_IR_RC5_DECODER=m
CONFIG_IR_RC6_DECODER=m
CONFIG_IR_JVC_DECODER=m
CONFIG_IR_SONY_DECODER=m
CONFIG_IR_SANYO_DECODER=m
CONFIG_IR_SHARP_DECODER=m
CONFIG_IR_MCE_KBD_DECODER=m
# CONFIG_IR_XMP_DECODER is not set
# CONFIG_IR_IMON_DECODER is not set
# CONFIG_IR_RCMM_DECODER is not set
CONFIG_RC_DEVICES=y
CONFIG_RC_ATI_REMOTE=m
CONFIG_IR_ENE=m
CONFIG_IR_IMON=m
# CONFIG_IR_IMON_RAW is not set
CONFIG_IR_MCEUSB=m
CONFIG_IR_ITE_CIR=m
CONFIG_IR_FINTEK=m
CONFIG_IR_NUVOTON=m
CONFIG_IR_REDRAT3=m
CONFIG_IR_STREAMZAP=m
CONFIG_IR_WINBOND_CIR=m
# CONFIG_IR_IGORPLUGUSB is not set
CONFIG_IR_IGUANA=m
CONFIG_IR_TTUSBIR=m
CONFIG_RC_LOOPBACK=m
# CONFIG_IR_SERIAL is not set
# CONFIG_IR_SIR is not set
# CONFIG_RC_XBOX_DVD is not set
CONFIG_MEDIA_SUPPORT=m

#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
# CONFIG_MEDIA_SDR_SUPPORT is not set
# CONFIG_MEDIA_CEC_SUPPORT is not set
# CONFIG_MEDIA_CONTROLLER is not set
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_TUNER=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_DMA_SG=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_DVB_CORE=m
# CONFIG_DVB_MMAP is not set
CONFIG_DVB_NET=y
CONFIG_TTPCI_EEPROM=m
CONFIG_DVB_MAX_ADAPTERS=8
CONFIG_DVB_DYNAMIC_MINORS=y
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
# CONFIG_DVB_ULE_DEBUG is not set

#
# Media drivers
#
CONFIG_MEDIA_USB_SUPPORT=y

#
# Webcam devices
#
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
CONFIG_USB_M5602=m
CONFIG_USB_STV06XX=m
CONFIG_USB_GL860=m
CONFIG_USB_GSPCA_BENQ=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_CPIA1=m
# CONFIG_USB_GSPCA_DTCS033 is not set
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_JEILINJ=m
CONFIG_USB_GSPCA_JL2005BCD=m
# CONFIG_USB_GSPCA_KINECT is not set
CONFIG_USB_GSPCA_KONICA=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_NW80X=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_OV534_9=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7302=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SE401=m
CONFIG_USB_GSPCA_SN9C2028=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SPCA1528=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_SQ930X=m
CONFIG_USB_GSPCA_STK014=m
# CONFIG_USB_GSPCA_STK1135 is not set
CONFIG_USB_GSPCA_STV0680=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TOPRO=m
# CONFIG_USB_GSPCA_TOUPTEK is not set
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_VICAM=m
CONFIG_USB_GSPCA_XIRLINK_CIT=m
CONFIG_USB_GSPCA_ZC3XX=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
# CONFIG_VIDEO_CPIA2 is not set
CONFIG_USB_ZR364XX=m
CONFIG_USB_STKWEBCAM=m
CONFIG_USB_S2255=m
# CONFIG_VIDEO_USBTV is not set

#
# Analog TV USB devices
#
CONFIG_VIDEO_PVRUSB2=m
CONFIG_VIDEO_PVRUSB2_SYSFS=y
CONFIG_VIDEO_PVRUSB2_DVB=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_HDPVR=m
CONFIG_VIDEO_USBVISION=m
# CONFIG_VIDEO_STK1160_COMMON is not set
# CONFIG_VIDEO_GO7007 is not set

#
# Analog/digital TV USB devices
#
CONFIG_VIDEO_AU0828=m
CONFIG_VIDEO_AU0828_V4L2=y
# CONFIG_VIDEO_AU0828_RC is not set
CONFIG_VIDEO_CX231XX=m
CONFIG_VIDEO_CX231XX_RC=y
CONFIG_VIDEO_CX231XX_ALSA=m
CONFIG_VIDEO_CX231XX_DVB=m
CONFIG_VIDEO_TM6000=m
CONFIG_VIDEO_TM6000_ALSA=m
CONFIG_VIDEO_TM6000_DVB=m

#
# Digital TV USB devices
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_DIB3000MC=m
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_USB_PCTV452E=m
CONFIG_DVB_USB_DW2102=m
CONFIG_DVB_USB_CINERGY_T2=m
CONFIG_DVB_USB_DTV5100=m
CONFIG_DVB_USB_AZ6027=m
CONFIG_DVB_USB_TECHNISAT_USB2=m
CONFIG_DVB_USB_V2=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_USB_AF9035=m
CONFIG_DVB_USB_ANYSEE=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_AZ6007=m
CONFIG_DVB_USB_CE6230=m
CONFIG_DVB_USB_EC168=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_LME2510=m
CONFIG_DVB_USB_MXL111SF=m
CONFIG_DVB_USB_RTL28XXU=m
# CONFIG_DVB_USB_DVBSKY is not set
# CONFIG_DVB_USB_ZD1301 is not set
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_SMS_USB_DRV=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_USB_DEBUG is not set
# CONFIG_DVB_AS102 is not set

#
# Webcam, TV (analog/digital) USB devices
#
CONFIG_VIDEO_EM28XX=m
# CONFIG_VIDEO_EM28XX_V4L2 is not set
CONFIG_VIDEO_EM28XX_ALSA=m
CONFIG_VIDEO_EM28XX_DVB=m
CONFIG_VIDEO_EM28XX_RC=m
CONFIG_MEDIA_PCI_SUPPORT=y

#
# Media capture support
#
# CONFIG_VIDEO_MEYE is not set
# CONFIG_VIDEO_SOLO6X10 is not set
# CONFIG_VIDEO_TW5864 is not set
# CONFIG_VIDEO_TW68 is not set
# CONFIG_VIDEO_TW686X is not set

#
# Media capture/analog TV support
#
CONFIG_VIDEO_IVTV=m
# CONFIG_VIDEO_IVTV_DEPRECATED_IOCTLS is not set
# CONFIG_VIDEO_IVTV_ALSA is not set
CONFIG_VIDEO_FB_IVTV=m
# CONFIG_VIDEO_FB_IVTV_FORCE_PAT is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DT3155 is not set

#
# Media capture/analog/hybrid TV support
#
CONFIG_VIDEO_CX18=m
CONFIG_VIDEO_CX18_ALSA=m
CONFIG_VIDEO_CX23885=m
CONFIG_MEDIA_ALTERA_CI=m
# CONFIG_VIDEO_CX25821 is not set
CONFIG_VIDEO_CX88=m
CONFIG_VIDEO_CX88_ALSA=m
CONFIG_VIDEO_CX88_BLACKBIRD=m
CONFIG_VIDEO_CX88_DVB=m
CONFIG_VIDEO_CX88_ENABLE_VP3054=y
CONFIG_VIDEO_CX88_VP3054=m
CONFIG_VIDEO_CX88_MPEG=m
CONFIG_VIDEO_BT848=m
CONFIG_DVB_BT8XX=m
CONFIG_VIDEO_SAA7134=m
CONFIG_VIDEO_SAA7134_ALSA=m
CONFIG_VIDEO_SAA7134_RC=y
CONFIG_VIDEO_SAA7134_DVB=m
CONFIG_VIDEO_SAA7164=m

#
# Media digital TV PCI Adapters
#
CONFIG_DVB_AV7110_IR=y
CONFIG_DVB_AV7110=m
CONFIG_DVB_AV7110_OSD=y
CONFIG_DVB_BUDGET_CORE=m
CONFIG_DVB_BUDGET=m
CONFIG_DVB_BUDGET_CI=m
CONFIG_DVB_BUDGET_AV=m
CONFIG_DVB_BUDGET_PATCH=m
CONFIG_DVB_B2C2_FLEXCOP_PCI=m
# CONFIG_DVB_B2C2_FLEXCOP_PCI_DEBUG is not set
CONFIG_DVB_PLUTO2=m
CONFIG_DVB_DM1105=m
CONFIG_DVB_PT1=m
# CONFIG_DVB_PT3 is not set
CONFIG_MANTIS_CORE=m
CONFIG_DVB_MANTIS=m
CONFIG_DVB_HOPPER=m
CONFIG_DVB_NGENE=m
CONFIG_DVB_DDBRIDGE=m
# CONFIG_DVB_DDBRIDGE_MSIENABLE is not set
# CONFIG_DVB_SMIPCIE is not set
# CONFIG_DVB_NETUP_UNIDVB is not set
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_DVB_PLATFORM_DRIVERS is not set

#
# Supported MMC/SDIO adapters
#
CONFIG_SMS_SDIO_DRV=m
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA575X=m
# CONFIG_RADIO_SI470X is not set
# CONFIG_RADIO_SI4713 is not set
# CONFIG_USB_MR800 is not set
# CONFIG_USB_DSBR is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_SHARK is not set
# CONFIG_RADIO_SHARK2 is not set
# CONFIG_USB_KEENE is not set
# CONFIG_USB_RAREMONO is not set
# CONFIG_USB_MA901 is not set
# CONFIG_RADIO_TEA5764 is not set
# CONFIG_RADIO_SAA7706H is not set
# CONFIG_RADIO_TEF6862 is not set
# CONFIG_RADIO_WL1273 is not set

#
# Texas Instruments WL128x FM driver (ST based)
#

#
# Supported FireWire (IEEE 1394) Adapters
#
CONFIG_DVB_FIREDTV=m
CONFIG_DVB_FIREDTV_INPUT=y
CONFIG_MEDIA_COMMON_OPTIONS=y

#
# common driver options
#
CONFIG_VIDEO_CX2341X=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_CYPRESS_FIRMWARE=m
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_V4L2=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_VIDEOBUF2_DMA_SG=m
CONFIG_VIDEOBUF2_DVB=m
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_VIDEO_SAA7146=m
CONFIG_VIDEO_SAA7146_VV=m
CONFIG_SMS_SIANO_MDTV=m
CONFIG_SMS_SIANO_RC=y
# CONFIG_SMS_SIANO_DEBUGFS is not set

#
# Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=m

#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_MSP3400=m
CONFIG_VIDEO_CS3308=m
CONFIG_VIDEO_CS5345=m
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_WM8739=m
CONFIG_VIDEO_VP27SMPX=m

#
# RDS decoders
#
CONFIG_VIDEO_SAA6588=m

#
# Video decoders
#
CONFIG_VIDEO_SAA711X=m

#
# Video and audio decoders
#
CONFIG_VIDEO_SAA717X=m
CONFIG_VIDEO_CX25840=m

#
# Video encoders
#
CONFIG_VIDEO_SAA7127=m

#
# Camera sensor devices
#

#
# Flash devices
#

#
# Video improvement chips
#
CONFIG_VIDEO_UPD64031A=m
CONFIG_VIDEO_UPD64083=m

#
# Audio/Video compression chips
#
CONFIG_VIDEO_SAA6752HS=m

#
# SDR tuner chips
#

#
# Miscellaneous helper chips
#
CONFIG_VIDEO_M52790=m

#
# Media SPI Adapters
#
# CONFIG_CXD2880_SPI_DRV is not set
CONFIG_MEDIA_TUNER=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA18250=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_MT2060=m
CONFIG_MEDIA_TUNER_MT2063=m
CONFIG_MEDIA_TUNER_MT2266=m
CONFIG_MEDIA_TUNER_MT2131=m
CONFIG_MEDIA_TUNER_QT1010=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_MXL5005S=m
CONFIG_MEDIA_TUNER_MXL5007T=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_MEDIA_TUNER_MAX2165=m
CONFIG_MEDIA_TUNER_TDA18218=m
CONFIG_MEDIA_TUNER_FC0011=m
CONFIG_MEDIA_TUNER_FC0012=m
CONFIG_MEDIA_TUNER_FC0013=m
CONFIG_MEDIA_TUNER_TDA18212=m
CONFIG_MEDIA_TUNER_E4000=m
CONFIG_MEDIA_TUNER_FC2580=m
CONFIG_MEDIA_TUNER_M88RS6000T=m
CONFIG_MEDIA_TUNER_TUA9001=m
CONFIG_MEDIA_TUNER_SI2157=m
CONFIG_MEDIA_TUNER_IT913X=m
CONFIG_MEDIA_TUNER_R820T=m
CONFIG_MEDIA_TUNER_QM1D1C0042=m
CONFIG_MEDIA_TUNER_QM1D1B0004=m

#
# Multistandard (satellite) frontends
#
CONFIG_DVB_STB0899=m
CONFIG_DVB_STB6100=m
CONFIG_DVB_STV090x=m
CONFIG_DVB_STV0910=m
CONFIG_DVB_STV6110x=m
CONFIG_DVB_STV6111=m
CONFIG_DVB_MXL5XX=m
CONFIG_DVB_M88DS3103=m

#
# Multistandard (cable + terrestrial) frontends
#
CONFIG_DVB_DRXK=m
CONFIG_DVB_TDA18271C2DD=m
CONFIG_DVB_SI2165=m
CONFIG_DVB_MN88472=m
CONFIG_DVB_MN88473=m

#
# DVB-S (satellite) frontends
#
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_MT312=m
CONFIG_DVB_ZL10036=m
CONFIG_DVB_ZL10039=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_STV0288=m
CONFIG_DVB_STB6000=m
CONFIG_DVB_STV0299=m
CONFIG_DVB_STV6110=m
CONFIG_DVB_STV0900=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_TDA10086=m
CONFIG_DVB_TDA8261=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_TUNER_ITD1000=m
CONFIG_DVB_TUNER_CX24113=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TUA6100=m
CONFIG_DVB_CX24116=m
CONFIG_DVB_CX24117=m
CONFIG_DVB_CX24120=m
CONFIG_DVB_SI21XX=m
CONFIG_DVB_TS2020=m
CONFIG_DVB_DS3000=m
CONFIG_DVB_MB86A16=m
CONFIG_DVB_TDA10071=m

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_DRXD=m
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
CONFIG_DVB_TDA10048=m
CONFIG_DVB_AF9013=m
CONFIG_DVB_EC100=m
CONFIG_DVB_STV0367=m
CONFIG_DVB_CXD2820R=m
CONFIG_DVB_CXD2841ER=m
CONFIG_DVB_RTL2830=m
CONFIG_DVB_RTL2832=m
CONFIG_DVB_SI2168=m
CONFIG_DVB_GP8PSK_FE=m

#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_STV0297=m

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=m
CONFIG_DVB_OR51211=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_LGDT3305=m
CONFIG_DVB_LGDT3306A=m
CONFIG_DVB_LG2160=m
CONFIG_DVB_S5H1409=m
CONFIG_DVB_AU8522=m
CONFIG_DVB_AU8522_DTV=m
CONFIG_DVB_AU8522_V4L=m
CONFIG_DVB_S5H1411=m

#
# ISDB-T (terrestrial) frontends
#
CONFIG_DVB_S921=m
CONFIG_DVB_DIB8000=m
CONFIG_DVB_MB86A20S=m

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#
CONFIG_DVB_TC90522=m

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_DIB0090=m

#
# SEC control devices for DVB-S
#
CONFIG_DVB_DRX39XYJ=m
CONFIG_DVB_LNBH25=m
CONFIG_DVB_LNBP21=m
CONFIG_DVB_LNBP22=m
CONFIG_DVB_ISL6405=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_ISL6423=m
CONFIG_DVB_A8293=m
CONFIG_DVB_LGS8GXX=m
CONFIG_DVB_ATBM8830=m
CONFIG_DVB_TDA665x=m
CONFIG_DVB_IX2505V=m
CONFIG_DVB_M88RS2000=m
CONFIG_DVB_AF9033=m

#
# Common Interface (EN50221) controller drivers
#
CONFIG_DVB_CXD2099=m

#
# Tools to develop new frontends
#
CONFIG_DVB_DUMMY_FE=m

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
CONFIG_AGP_VIA=y
CONFIG_INTEL_GTT=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=64
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_DP_AUX_CHARDEV=y
CONFIG_DRM_DEBUG_SELFTEST=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
# CONFIG_DRM_DP_CEC is not set
CONFIG_DRM_TTM=m

#
# I2C encoder or helper chips
#
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_I2C_NXP_TDA9950 is not set

#
# ARM devices
#
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_AMDGPU is not set

#
# ACP (Audio CoProcessor) Configuration
#

#
# AMD Library routines
#
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_ALPHA_SUPPORT is not set
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_GVT=y
CONFIG_DRM_I915_GVT_KVMGT=m

#
# drm/i915 Debugging
#
# CONFIG_DRM_I915_WERROR is not set
# CONFIG_DRM_I915_DEBUG is not set
# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set
# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set
# CONFIG_DRM_I915_DEBUG_GUC is not set
# CONFIG_DRM_I915_SELFTEST is not set
# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set
# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set
# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS is not set
CONFIG_DRM_VMWGFX=m
CONFIG_DRM_VMWGFX_FBCON=y
CONFIG_DRM_GMA500=m
CONFIG_DRM_GMA600=y
CONFIG_DRM_GMA3600=y
CONFIG_DRM_UDL=m
CONFIG_DRM_AST=m
CONFIG_DRM_MGAG200=m
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_QXL=m
CONFIG_DRM_BOCHS=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_PANEL=y

#
# Display Panels
#
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y

#
# Display Interface Bridges
#
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_ETNAVIV is not set
# CONFIG_DRM_HISI_HIBMC is not set
# CONFIG_DRM_TINYDRM is not set
# CONFIG_DRM_XEN is not set
# CONFIG_DRM_LEGACY is not set
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
CONFIG_DRM_LIB_RANDOM=y

#
# Frame buffer Devices
#
CONFIG_FB_CMDLINE=y
CONFIG_FB_NOTIFY=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_MODE_HELPERS is not set
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_IBM_GXT4500 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_XEN_FBDEV_FRONTEND is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_FB_HYPERV=m
# CONFIG_FB_SIMPLE is not set
# CONFIG_FB_SM712 is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_L4F00242T03 is not set
# CONFIG_LCD_LMS283GF05 is not set
# CONFIG_LCD_LTV350QV is not set
# CONFIG_LCD_ILI922X is not set
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
CONFIG_LCD_PLATFORM=m
# CONFIG_LCD_AMS369FG06 is not set
# CONFIG_LCD_LMS501KF03 is not set
# CONFIG_LCD_HX8357 is not set
# CONFIG_LCD_OTM3225A is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PWM is not set
CONFIG_BACKLIGHT_APPLE=m
# CONFIG_BACKLIGHT_PM8941_WLED is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630A is not set
# CONFIG_BACKLIGHT_LM3639 is not set
CONFIG_BACKLIGHT_LP855X=m
# CONFIG_BACKLIGHT_GPIO is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_BACKLIGHT_ARCXCNN is not set
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_PCM_ELD=y
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQ_DEVICE=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_SEQUENCER_OSS=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SEQ_MIDI_EVENT=m
CONFIG_SND_SEQ_MIDI=m
CONFIG_SND_SEQ_MIDI_EMUL=m
CONFIG_SND_SEQ_VIRMIDI=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_OPL3_LIB_SEQ=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCSP=m
CONFIG_SND_DUMMY=m
CONFIG_SND_ALOOP=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
CONFIG_SND_MPU401=m
# CONFIG_SND_PORTMAN2X4 is not set
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=5
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
CONFIG_SND_ALI5451=m
CONFIG_SND_ASIHPI=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_OXYGEN=m
# CONFIG_SND_CS4281 is not set
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
# CONFIG_SND_ES1938 is not set
CONFIG_SND_ES1968=m
CONFIG_SND_ES1968_INPUT=y
CONFIG_SND_ES1968_RADIO=y
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LOLA=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MAESTRO3_INPUT=y
CONFIG_SND_MIXART=m
# CONFIG_SND_NM256 is not set
CONFIG_SND_PCXHR=m
# CONFIG_SND_RIPTIDE is not set
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
# CONFIG_SND_SONICVIBES is not set
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_VX222=m
# CONFIG_SND_YMFPCI is not set

#
# HD-Audio
#
CONFIG_SND_HDA=m
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_ANALOG=m
CONFIG_SND_HDA_CODEC_SIGMATEL=m
CONFIG_SND_HDA_CODEC_VIA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_HDA_CODEC_CIRRUS=m
CONFIG_SND_HDA_CODEC_CONEXANT=m
CONFIG_SND_HDA_CODEC_CA0110=m
CONFIG_SND_HDA_CODEC_CA0132=m
CONFIG_SND_HDA_CODEC_CA0132_DSP=y
CONFIG_SND_HDA_CODEC_CMEDIA=m
CONFIG_SND_HDA_CODEC_SI3054=m
CONFIG_SND_HDA_GENERIC=m
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_EXT_CORE=m
CONFIG_SND_HDA_PREALLOC_SIZE=512
# CONFIG_SND_SPI is not set
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
CONFIG_SND_USB_6FIRE=m
CONFIG_SND_USB_HIFACE=m
CONFIG_SND_BCD2000=m
CONFIG_SND_USB_LINE6=m
CONFIG_SND_USB_POD=m
CONFIG_SND_USB_PODHD=m
CONFIG_SND_USB_TONEPORT=m
CONFIG_SND_USB_VARIAX=m
CONFIG_SND_FIREWIRE=y
CONFIG_SND_FIREWIRE_LIB=m
# CONFIG_SND_DICE is not set
# CONFIG_SND_OXFW is not set
CONFIG_SND_ISIGHT=m
# CONFIG_SND_FIREWORKS is not set
# CONFIG_SND_BEBOB is not set
# CONFIG_SND_FIREWIRE_DIGI00X is not set
# CONFIG_SND_FIREWIRE_TASCAM is not set
# CONFIG_SND_FIREWIRE_MOTU is not set
# CONFIG_SND_FIREFACE is not set
CONFIG_SND_SOC=m
CONFIG_SND_SOC_COMPRESS=y
CONFIG_SND_SOC_TOPOLOGY=y
CONFIG_SND_SOC_ACPI=m
# CONFIG_SND_SOC_AMD_ACP is not set
# CONFIG_SND_SOC_AMD_ACP3x is not set
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_DESIGNWARE_I2S is not set

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_FSL_MICFIL is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
# CONFIG_SND_I2S_HI6210_I2S is not set
# CONFIG_SND_SOC_IMG is not set
CONFIG_SND_SOC_INTEL_SST_TOPLEVEL=y
CONFIG_SND_SST_IPC=m
CONFIG_SND_SST_IPC_ACPI=m
CONFIG_SND_SOC_INTEL_SST_ACPI=m
CONFIG_SND_SOC_INTEL_SST=m
CONFIG_SND_SOC_INTEL_SST_FIRMWARE=m
CONFIG_SND_SOC_INTEL_HASWELL=m
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM=m
# CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_PCI is not set
CONFIG_SND_SST_ATOM_HIFI2_PLATFORM_ACPI=m
CONFIG_SND_SOC_INTEL_SKYLAKE=m
CONFIG_SND_SOC_INTEL_SKL=m
CONFIG_SND_SOC_INTEL_APL=m
CONFIG_SND_SOC_INTEL_KBL=m
CONFIG_SND_SOC_INTEL_GLK=m
CONFIG_SND_SOC_INTEL_CNL=m
CONFIG_SND_SOC_INTEL_CFL=m
CONFIG_SND_SOC_INTEL_SKYLAKE_FAMILY=m
CONFIG_SND_SOC_INTEL_SKYLAKE_SSP_CLK=m
# CONFIG_SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC is not set
CONFIG_SND_SOC_INTEL_SKYLAKE_COMMON=m
CONFIG_SND_SOC_ACPI_INTEL_MATCH=m
CONFIG_SND_SOC_INTEL_MACH=y
CONFIG_SND_SOC_INTEL_HASWELL_MACH=m
CONFIG_SND_SOC_INTEL_BDW_RT5677_MACH=m
CONFIG_SND_SOC_INTEL_BROADWELL_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5651_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH=m
CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH=m
# CONFIG_SND_SOC_INTEL_CHT_BSW_NAU8824_MACH is not set
CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
CONFIG_SND_SOC_INTEL_SKL_RT286_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH=m
CONFIG_SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH=m
CONFIG_SND_SOC_INTEL_BXT_RT298_MACH=m
CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m
CONFIG_SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH=m
# CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH is not set
# CONFIG_SND_SOC_INTEL_KBL_DA7219_MAX98927_MACH is not set
# CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH is not set
# CONFIG_SND_SOC_INTEL_GLK_RT5682_MAX98357A_MACH is not set
# CONFIG_SND_SOC_MTK_BTCVSD is not set

#
# STMicroelectronics STM32 SOC audio support
#
# CONFIG_SND_SOC_XILINX_I2S is not set
# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set
# CONFIG_SND_SOC_XILINX_SPDIF is not set
# CONFIG_SND_SOC_XTFPGA_I2S is not set
# CONFIG_ZX_TDM is not set
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
# CONFIG_SND_SOC_AC97_CODEC is not set
# CONFIG_SND_SOC_ADAU1701 is not set
# CONFIG_SND_SOC_ADAU1761_I2C is not set
# CONFIG_SND_SOC_ADAU1761_SPI is not set
# CONFIG_SND_SOC_ADAU7002 is not set
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4118 is not set
# CONFIG_SND_SOC_AK4458 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4613 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_AK5558 is not set
# CONFIG_SND_SOC_ALC5623 is not set
# CONFIG_SND_SOC_BD28623 is not set
# CONFIG_SND_SOC_BT_SCO is not set
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS35L33 is not set
# CONFIG_SND_SOC_CS35L34 is not set
# CONFIG_SND_SOC_CS35L35 is not set
# CONFIG_SND_SOC_CS35L36 is not set
# CONFIG_SND_SOC_CS42L42 is not set
# CONFIG_SND_SOC_CS42L51_I2C is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271_I2C is not set
# CONFIG_SND_SOC_CS4271_SPI is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
# CONFIG_SND_SOC_CS43130 is not set
# CONFIG_SND_SOC_CS4341 is not set
# CONFIG_SND_SOC_CS4349 is not set
# CONFIG_SND_SOC_CS53L30 is not set
CONFIG_SND_SOC_DA7213=m
CONFIG_SND_SOC_DA7219=m
CONFIG_SND_SOC_DMIC=m
# CONFIG_SND_SOC_ES7134 is not set
# CONFIG_SND_SOC_ES7241 is not set
CONFIG_SND_SOC_ES8316=m
# CONFIG_SND_SOC_ES8328_I2C is not set
# CONFIG_SND_SOC_ES8328_SPI is not set
# CONFIG_SND_SOC_GTM601 is not set
CONFIG_SND_SOC_HDAC_HDMI=m
# CONFIG_SND_SOC_INNO_RK3036 is not set
# CONFIG_SND_SOC_MAX98088 is not set
CONFIG_SND_SOC_MAX98090=m
CONFIG_SND_SOC_MAX98357A=m
# CONFIG_SND_SOC_MAX98504 is not set
# CONFIG_SND_SOC_MAX9867 is not set
CONFIG_SND_SOC_MAX98927=m
# CONFIG_SND_SOC_MAX98373 is not set
# CONFIG_SND_SOC_MAX9860 is not set
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
# CONFIG_SND_SOC_PCM1681 is not set
# CONFIG_SND_SOC_PCM1789_I2C is not set
# CONFIG_SND_SOC_PCM179X_I2C is not set
# CONFIG_SND_SOC_PCM179X_SPI is not set
# CONFIG_SND_SOC_PCM186X_I2C is not set
# CONFIG_SND_SOC_PCM186X_SPI is not set
# CONFIG_SND_SOC_PCM3060_I2C is not set
# CONFIG_SND_SOC_PCM3060_SPI is not set
# CONFIG_SND_SOC_PCM3168A_I2C is not set
# CONFIG_SND_SOC_PCM3168A_SPI is not set
# CONFIG_SND_SOC_PCM512x_I2C is not set
# CONFIG_SND_SOC_PCM512x_SPI is not set
# CONFIG_SND_SOC_RK3328 is not set
CONFIG_SND_SOC_RL6231=m
CONFIG_SND_SOC_RL6347A=m
CONFIG_SND_SOC_RT286=m
CONFIG_SND_SOC_RT298=m
CONFIG_SND_SOC_RT5514=m
CONFIG_SND_SOC_RT5514_SPI=m
# CONFIG_SND_SOC_RT5616 is not set
# CONFIG_SND_SOC_RT5631 is not set
CONFIG_SND_SOC_RT5640=m
CONFIG_SND_SOC_RT5645=m
CONFIG_SND_SOC_RT5651=m
CONFIG_SND_SOC_RT5663=m
CONFIG_SND_SOC_RT5670=m
CONFIG_SND_SOC_RT5677=m
CONFIG_SND_SOC_RT5677_SPI=m
# CONFIG_SND_SOC_SGTL5000 is not set
# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2305 is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
CONFIG_SND_SOC_SSM4567=m
# CONFIG_SND_SOC_STA32X is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_STI_SAS is not set
# CONFIG_SND_SOC_TAS2552 is not set
# CONFIG_SND_SOC_TAS5086 is not set
# CONFIG_SND_SOC_TAS571X is not set
# CONFIG_SND_SOC_TAS5720 is not set
# CONFIG_SND_SOC_TAS6424 is not set
# CONFIG_SND_SOC_TDA7419 is not set
# CONFIG_SND_SOC_TFA9879 is not set
# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
# CONFIG_SND_SOC_TLV320AIC31XX is not set
# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
# CONFIG_SND_SOC_TLV320AIC3X is not set
CONFIG_SND_SOC_TS3A227E=m
# CONFIG_SND_SOC_TSCS42XX is not set
# CONFIG_SND_SOC_TSCS454 is not set
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
# CONFIG_SND_SOC_WM8524 is not set
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
# CONFIG_SND_SOC_WM8731 is not set
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
# CONFIG_SND_SOC_WM8782 is not set
# CONFIG_SND_SOC_WM8804_I2C is not set
# CONFIG_SND_SOC_WM8804_SPI is not set
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8904 is not set
# CONFIG_SND_SOC_WM8960 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8974 is not set
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_WM8985 is not set
# CONFIG_SND_SOC_ZX_AUD96P22 is not set
# CONFIG_SND_SOC_MAX9759 is not set
# CONFIG_SND_SOC_MT6351 is not set
# CONFIG_SND_SOC_MT6358 is not set
# CONFIG_SND_SOC_NAU8540 is not set
# CONFIG_SND_SOC_NAU8810 is not set
# CONFIG_SND_SOC_NAU8822 is not set
CONFIG_SND_SOC_NAU8824=m
CONFIG_SND_SOC_NAU8825=m
# CONFIG_SND_SOC_TPA6130A2 is not set
# CONFIG_SND_SIMPLE_CARD is not set
CONFIG_SND_X86=y
CONFIG_HDMI_LPE_AUDIO=m
CONFIG_SND_SYNTH_EMUX=m
# CONFIG_SND_XEN_FRONTEND is not set
CONFIG_AC97_BUS=m

#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACCUTOUCH is not set
CONFIG_HID_ACRUX=m
# CONFIG_HID_ACRUX_FF is not set
CONFIG_HID_APPLE=y
CONFIG_HID_APPLEIR=m
# CONFIG_HID_ASUS is not set
CONFIG_HID_AUREAL=m
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_BIGBEN_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_CORSAIR is not set
# CONFIG_HID_COUGAR is not set
CONFIG_HID_PRODIKEYS=m
# CONFIG_HID_CMEDIA is not set
# CONFIG_HID_CP2112 is not set
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=m
# CONFIG_DRAGONRISE_FF is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELAN is not set
CONFIG_HID_ELECOM=m
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
CONFIG_HID_HOLTEK=m
# CONFIG_HOLTEK_FF is not set
# CONFIG_HID_GT683R is not set
CONFIG_HID_KEYTOUCH=m
CONFIG_HID_KYE=m
CONFIG_HID_UCLOGIC=m
CONFIG_HID_WALTOP=m
# CONFIG_HID_VIEWSONIC is not set
CONFIG_HID_GYRATION=m
CONFIG_HID_ICADE=m
CONFIG_HID_ITE=y
# CONFIG_HID_JABRA is not set
CONFIG_HID_TWINHAN=m
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LCPOWER=m
CONFIG_HID_LED=m
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_LOGITECH_HIDPP=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
CONFIG_HID_MAGICMOUSE=y
# CONFIG_HID_MALTRON is not set
# CONFIG_HID_MAYFLASH is not set
CONFIG_HID_REDRAGON=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_MULTITOUCH=m
# CONFIG_HID_NTI is not set
CONFIG_HID_NTRIG=y
CONFIG_HID_ORTEK=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
# CONFIG_HID_PENMOUNT is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_PICOLCD=m
CONFIG_HID_PICOLCD_FB=y
CONFIG_HID_PICOLCD_BACKLIGHT=y
CONFIG_HID_PICOLCD_LCD=y
CONFIG_HID_PICOLCD_LEDS=y
CONFIG_HID_PICOLCD_CIR=y
CONFIG_HID_PLANTRONICS=y
CONFIG_HID_PRIMAX=m
# CONFIG_HID_RETRODE is not set
CONFIG_HID_ROCCAT=m
CONFIG_HID_SAITEK=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
# CONFIG_SONY_FF is not set
CONFIG_HID_SPEEDLINK=m
# CONFIG_HID_STEAM is not set
CONFIG_HID_STEELSERIES=m
CONFIG_HID_SUNPLUS=m
CONFIG_HID_RMI=m
CONFIG_HID_GREENASIA=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_HYPERV_MOUSE=m
CONFIG_HID_SMARTJOYPLUS=m
# CONFIG_SMARTJOYPLUS_FF is not set
CONFIG_HID_TIVO=m
CONFIG_HID_TOPSEED=m
CONFIG_HID_THINGM=m
CONFIG_HID_THRUSTMASTER=m
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_HID_UDRAW_PS3 is not set
CONFIG_HID_WACOM=m
CONFIG_HID_WIIMOTE=m
# CONFIG_HID_XINMO is not set
CONFIG_HID_ZEROPLUS=m
# CONFIG_ZEROPLUS_FF is not set
CONFIG_HID_ZYDACRON=m
CONFIG_HID_SENSOR_HUB=m
CONFIG_HID_SENSOR_CUSTOM_SENSOR=m
CONFIG_HID_ALPS=m

#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# I2C HID support
#
CONFIG_I2C_HID=m

#
# Intel ISH HID support
#
CONFIG_INTEL_ISH_HID=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
CONFIG_USB_LEDS_TRIGGER_USBPORT=m
CONFIG_USB_AUTOSUSPEND_DELAY=2
CONFIG_USB_MON=y
CONFIG_USB_WUSB=m
CONFIG_USB_WUSB_CBAF=m
# CONFIG_USB_WUSB_CBAF_DEBUG is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_DBGCAP is not set
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_XHCI_PLATFORM is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
# CONFIG_USB_EHCI_FSL is not set
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_U132_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
CONFIG_USB_HWA_HCD=m
# CONFIG_USB_HCD_BCMA is not set
# CONFIG_USB_HCD_SSB is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_TMC=m

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_REALTEK=m
CONFIG_REALTEK_AUTOPM=y
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=m
CONFIG_USB_STORAGE_CYPRESS_ATACB=m
CONFIG_USB_STORAGE_ENE_UB6250=m
CONFIG_USB_UAS=m

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USBIP_CORE=m
# CONFIG_USBIP_VHCI_HCD is not set
# CONFIG_USBIP_HOST is not set
# CONFIG_USBIP_DEBUG is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_SIMPLE is not set
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_F8153X is not set
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
# CONFIG_USB_SERIAL_METRO is not set
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7715_PARPORT=y
CONFIG_USB_SERIAL_MOS7840=m
# CONFIG_USB_SERIAL_MXUPORT is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_QCAUX=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_SYMBOL=m
# CONFIG_USB_SERIAL_TI is not set
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_OPTICON=m
CONFIG_USB_SERIAL_XSENS_MT=m
# CONFIG_USB_SERIAL_WISHBONE is not set
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_QT2=m
# CONFIG_USB_SERIAL_UPD78F0730 is not set
CONFIG_USB_SERIAL_DEBUG=m

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
# CONFIG_USB_RIO500 is not set
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_SISUSBVGA_CON=y
CONFIG_USB_LD=m
# CONFIG_USB_TRANCEVIBRATOR is not set
CONFIG_USB_IOWARRIOR=m
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
CONFIG_USB_ISIGHTFW=m
# CONFIG_USB_YUREX is not set
CONFIG_USB_EZUSB_FX2=m
# CONFIG_USB_HUB_USB251XB is not set
CONFIG_USB_HSIC_USB3503=m
# CONFIG_USB_HSIC_USB4604 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set
# CONFIG_USB_CHAOSKEY is not set
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m

#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
# CONFIG_USB_GADGET is not set
CONFIG_TYPEC=y
# CONFIG_TYPEC_TCPM is not set
CONFIG_TYPEC_UCSI=y
# CONFIG_UCSI_CCG is not set
CONFIG_UCSI_ACPI=y
# CONFIG_TYPEC_TPS6598X is not set

#
# USB Type-C Multiplexer/DeMultiplexer Switch support
#
# CONFIG_TYPEC_MUX_PI3USB30532 is not set

#
# USB Type-C Alternate Mode drivers
#
# CONFIG_TYPEC_DP_ALTMODE is not set
# CONFIG_USB_ROLE_SWITCH is not set
# CONFIG_USB_LED_TRIG is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_UWB=m
CONFIG_UWB_HWA=m
CONFIG_UWB_WHCI=m
CONFIG_UWB_I1480U=m
CONFIG_MMC=m
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_SDIO_UART=m
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_SDHCI_ACPI=m
CONFIG_MMC_SDHCI_PLTFM=m
# CONFIG_MMC_SDHCI_F_SDH30 is not set
# CONFIG_MMC_WBSD is not set
CONFIG_MMC_TIFM_SD=m
# CONFIG_MMC_SPI is not set
CONFIG_MMC_CB710=m
CONFIG_MMC_VIA_SDMMC=m
CONFIG_MMC_VUB300=m
CONFIG_MMC_USHC=m
# CONFIG_MMC_USDHI6ROL0 is not set
CONFIG_MMC_CQHCI=m
# CONFIG_MMC_TOSHIBA_PCI is not set
# CONFIG_MMC_MTK is not set
# CONFIG_MMC_SDHCI_XENON is not set
CONFIG_MEMSTICK=m
# CONFIG_MEMSTICK_DEBUG is not set

#
# MemoryStick drivers
#
# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
CONFIG_MSPRO_BLOCK=m
# CONFIG_MS_BLOCK is not set

#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=m
CONFIG_MEMSTICK_JMICRON_38X=m
CONFIG_MEMSTICK_R592=m
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
# CONFIG_LEDS_CLASS_FLASH is not set
# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set

#
# LED drivers
#
# CONFIG_LEDS_APU is not set
CONFIG_LEDS_LM3530=m
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_LP3944=m
# CONFIG_LEDS_LP3952 is not set
CONFIG_LEDS_LP55XX_COMMON=m
CONFIG_LEDS_LP5521=m
CONFIG_LEDS_LP5523=m
CONFIG_LEDS_LP5562=m
# CONFIG_LEDS_LP8501 is not set
CONFIG_LEDS_CLEVO_MAIL=m
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_PWM is not set
# CONFIG_LEDS_BD2802 is not set
CONFIG_LEDS_INTEL_SS4200=m
CONFIG_LEDS_LT3593=m
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
CONFIG_LEDS_BLINKM=m
# CONFIG_LEDS_MLXCPLD is not set
# CONFIG_LEDS_MLXREG is not set
# CONFIG_LEDS_USER is not set
# CONFIG_LEDS_NIC78BX is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_ONESHOT=m
# CONFIG_LEDS_TRIGGER_DISK is not set
# CONFIG_LEDS_TRIGGER_MTD is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_ACTIVITY is not set
CONFIG_LEDS_TRIGGER_GPIO=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
CONFIG_LEDS_TRIGGER_CAMERA=m
# CONFIG_LEDS_TRIGGER_PANIC is not set
# CONFIG_LEDS_TRIGGER_NETDEV is not set
# CONFIG_LEDS_TRIGGER_PATTERN is not set
CONFIG_LEDS_TRIGGER_AUDIO=m
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=m
CONFIG_EDAC_GHES=y
CONFIG_EDAC_AMD64=m
# CONFIG_EDAC_AMD64_ERROR_INJECTION is not set
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82975X=m
CONFIG_EDAC_I3000=m
CONFIG_EDAC_I3200=m
CONFIG_EDAC_IE31200=m
CONFIG_EDAC_X38=m
CONFIG_EDAC_I5400=m
CONFIG_EDAC_I7CORE=m
CONFIG_EDAC_I5000=m
CONFIG_EDAC_I5100=m
CONFIG_EDAC_I7300=m
CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_SKX=m
# CONFIG_EDAC_I10NM is not set
CONFIG_EDAC_PND2=m
CONFIG_RTC_LIB=y
CONFIG_RTC_MC146818_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_SYSTOHC is not set
# CONFIG_RTC_DEBUG is not set
CONFIG_RTC_NVMEM=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABEOZ9 is not set
# CONFIG_RTC_DRV_ABX80X is not set
CONFIG_RTC_DRV_DS1307=m
# CONFIG_RTC_DRV_DS1307_CENTURY is not set
CONFIG_RTC_DRV_DS1374=m
# CONFIG_RTC_DRV_DS1374_WDT is not set
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_ISL12022=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8523=m
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF85363 is not set
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
CONFIG_RTC_DRV_M41T80_WDT=y
CONFIG_RTC_DRV_BQ32K=m
# CONFIG_RTC_DRV_S35390A is not set
CONFIG_RTC_DRV_FM3130=m
# CONFIG_RTC_DRV_RX8010 is not set
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
# CONFIG_RTC_DRV_RV3028 is not set
# CONFIG_RTC_DRV_RV8803 is not set
# CONFIG_RTC_DRV_SD3078 is not set

#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T93 is not set
# CONFIG_RTC_DRV_M41T94 is not set
# CONFIG_RTC_DRV_DS1302 is not set
# CONFIG_RTC_DRV_DS1305 is not set
# CONFIG_RTC_DRV_DS1343 is not set
# CONFIG_RTC_DRV_DS1347 is not set
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6916 is not set
# CONFIG_RTC_DRV_R9701 is not set
CONFIG_RTC_DRV_RX4581=m
# CONFIG_RTC_DRV_RX6110 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
# CONFIG_RTC_DRV_PCF2123 is not set
# CONFIG_RTC_DRV_MCP795 is not set
CONFIG_RTC_I2C_AND_SPI=y

#
# SPI and I2C RTC drivers
#
CONFIG_RTC_DRV_DS3232=m
CONFIG_RTC_DRV_DS3232_HWMON=y
# CONFIG_RTC_DRV_PCF2127 is not set
CONFIG_RTC_DRV_RV3029C2=m
CONFIG_RTC_DRV_RV3029_HWMON=y

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=m
CONFIG_RTC_DRV_DS1511=m
CONFIG_RTC_DRV_DS1553=m
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_DS2404=m
CONFIG_RTC_DRV_STK17TA8=m
# CONFIG_RTC_DRV_M48T86 is not set
CONFIG_RTC_DRV_M48T35=m
CONFIG_RTC_DRV_M48T59=m
CONFIG_RTC_DRV_MSM6242=m
CONFIG_RTC_DRV_BQ4802=m
CONFIG_RTC_DRV_RP5C01=m
CONFIG_RTC_DRV_V3020=m

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_FTRTC010 is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_DMA_ENGINE=y
CONFIG_DMA_VIRTUAL_CHANNELS=y
CONFIG_DMA_ACPI=y
# CONFIG_ALTERA_MSGDMA is not set
# CONFIG_INTEL_IDMA64 is not set
CONFIG_INTEL_IOATDMA=m
# CONFIG_QCOM_HIDMA_MGMT is not set
# CONFIG_QCOM_HIDMA is not set
CONFIG_DW_DMAC_CORE=y
CONFIG_DW_DMAC=m
CONFIG_DW_DMAC_PCI=y
CONFIG_HSU_DMA=y

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y

#
# DMABUF options
#
CONFIG_SYNC_FILE=y
CONFIG_SW_SYNC=y
# CONFIG_UDMABUF is not set
CONFIG_DCA=m
CONFIG_AUXDISPLAY=y
# CONFIG_HD44780 is not set
CONFIG_KS0108=m
CONFIG_KS0108_PORT=0x378
CONFIG_KS0108_DELAY=2
CONFIG_CFAG12864B=m
CONFIG_CFAG12864B_RATE=20
# CONFIG_IMG_ASCII_LCD is not set
# CONFIG_PARPORT_PANEL is not set
# CONFIG_CHARLCD_BL_OFF is not set
# CONFIG_CHARLCD_BL_ON is not set
CONFIG_CHARLCD_BL_FLASH=y
# CONFIG_PANEL is not set
CONFIG_UIO=m
CONFIG_UIO_CIF=m
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_DMEM_GENIRQ is not set
CONFIG_UIO_AEC=m
CONFIG_UIO_SERCOS3=m
CONFIG_UIO_PCI_GENERIC=m
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_PRUSS is not set
# CONFIG_UIO_MF624 is not set
CONFIG_UIO_HV_GENERIC=m
CONFIG_VFIO_IOMMU_TYPE1=m
CONFIG_VFIO_VIRQFD=m
CONFIG_VFIO=m
CONFIG_VFIO_NOIOMMU=y
CONFIG_VFIO_PCI=m
# CONFIG_VFIO_PCI_VGA is not set
CONFIG_VFIO_PCI_MMAP=y
CONFIG_VFIO_PCI_INTX=y
# CONFIG_VFIO_PCI_IGD is not set
CONFIG_VFIO_MDEV=m
CONFIG_VFIO_MDEV_DEVICE=m
CONFIG_IRQ_BYPASS_MANAGER=m
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=m
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
CONFIG_HYPERV=m
CONFIG_HYPERV_TSCPAGE=y
CONFIG_HYPERV_UTILS=m
CONFIG_HYPERV_BALLOON=m

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
# CONFIG_XEN_SELFBALLOONING is not set
# CONFIG_XEN_BALLOON_MEMORY_HOTPLUG is not set
CONFIG_XEN_SCRUB_PAGES_DEFAULT=y
CONFIG_XEN_DEV_EVTCHN=m
# CONFIG_XEN_BACKEND is not set
CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
# CONFIG_XEN_GNTDEV is not set
# CONFIG_XEN_GRANT_DEV_ALLOC is not set
# CONFIG_XEN_GRANT_DMA_ALLOC is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=m
# CONFIG_XEN_PVCALLS_FRONTEND is not set
CONFIG_XEN_PRIVCMD=m
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_XEN_HAVE_VPMU=y
CONFIG_STAGING=y
# CONFIG_PRISM2_USB is not set
# CONFIG_COMEDI is not set
# CONFIG_RTL8192U is not set
CONFIG_RTLLIB=m
CONFIG_RTLLIB_CRYPTO_CCMP=m
CONFIG_RTLLIB_CRYPTO_TKIP=m
CONFIG_RTLLIB_CRYPTO_WEP=m
CONFIG_RTL8192E=m
# CONFIG_RTL8723BS is not set
CONFIG_R8712U=m
# CONFIG_R8188EU is not set
# CONFIG_R8822BE is not set
# CONFIG_RTS5208 is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set

#
# IIO staging drivers
#

#
# Accelerometers
#
# CONFIG_ADIS16203 is not set
# CONFIG_ADIS16240 is not set

#
# Analog to digital converters
#
# CONFIG_AD7780 is not set
# CONFIG_AD7816 is not set
# CONFIG_AD7192 is not set
# CONFIG_AD7280 is not set

#
# Analog digital bi-direction converters
#
# CONFIG_ADT7316 is not set

#
# Capacitance to digital converters
#
# CONFIG_AD7150 is not set
# CONFIG_AD7746 is not set

#
# Direct Digital Synthesis
#
# CONFIG_AD9832 is not set
# CONFIG_AD9834 is not set

#
# Network Analyzer, Impedance Converters
#
# CONFIG_AD5933 is not set

#
# Active energy metering IC
#
# CONFIG_ADE7854 is not set

#
# Resolver to digital converters
#
# CONFIG_AD2S1210 is not set
# CONFIG_FB_SM750 is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
# CONFIG_STAGING_MEDIA is not set

#
# Android
#
# CONFIG_LTE_GDM724X is not set
CONFIG_FIREWIRE_SERIAL=m
CONFIG_FWTTY_MAX_TOTAL_PORTS=64
CONFIG_FWTTY_MAX_CARD_PORTS=32
# CONFIG_GS_FPGABOOT is not set
# CONFIG_UNISYSSPAR is not set
# CONFIG_FB_TFT is not set
# CONFIG_WILC1000_SDIO is not set
# CONFIG_WILC1000_SPI is not set
# CONFIG_MOST is not set
# CONFIG_KS7010 is not set
# CONFIG_GREYBUS is not set
# CONFIG_DRM_VBOXVIDEO is not set
# CONFIG_PI433 is not set

#
# Gasket devices
#
# CONFIG_STAGING_GASKET_FRAMEWORK is not set
# CONFIG_EROFS_FS is not set
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_ACER_WMI=m
# CONFIG_ACER_WIRELESS is not set
CONFIG_ACERHDF=m
# CONFIG_ALIENWARE_WMI is not set
CONFIG_ASUS_LAPTOP=m
CONFIG_DCDBAS=m
CONFIG_DELL_SMBIOS=m
CONFIG_DELL_SMBIOS_WMI=y
CONFIG_DELL_SMBIOS_SMM=y
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m
CONFIG_DELL_WMI_DESCRIPTOR=m
CONFIG_DELL_WMI_AIO=m
# CONFIG_DELL_WMI_LED is not set
CONFIG_DELL_SMO8800=m
CONFIG_DELL_RBTN=m
CONFIG_DELL_RBU=m
CONFIG_FUJITSU_LAPTOP=m
CONFIG_FUJITSU_TABLET=m
CONFIG_AMILO_RFKILL=m
# CONFIG_GPD_POCKET_FAN is not set
CONFIG_HP_ACCEL=m
CONFIG_HP_WIRELESS=m
CONFIG_HP_WMI=m
# CONFIG_LG_LAPTOP is not set
CONFIG_MSI_LAPTOP=m
CONFIG_PANASONIC_LAPTOP=m
CONFIG_COMPAL_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
CONFIG_IDEAPAD_LAPTOP=m
# CONFIG_SURFACE3_WMI is not set
CONFIG_THINKPAD_ACPI=m
CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
# CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
# CONFIG_THINKPAD_ACPI_DEBUG is not set
# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_SENSORS_HDAPS=m
# CONFIG_INTEL_MENLOW is not set
CONFIG_EEEPC_LAPTOP=m
CONFIG_ASUS_WMI=m
CONFIG_ASUS_NB_WMI=m
CONFIG_EEEPC_WMI=m
# CONFIG_ASUS_WIRELESS is not set
CONFIG_ACPI_WMI=m
CONFIG_WMI_BMOF=m
CONFIG_INTEL_WMI_THUNDERBOLT=m
CONFIG_MSI_WMI=m
# CONFIG_PEAQ_WMI is not set
CONFIG_TOPSTAR_LAPTOP=m
CONFIG_ACPI_TOSHIBA=m
CONFIG_TOSHIBA_BT_RFKILL=m
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_TOSHIBA_WMI is not set
CONFIG_ACPI_CMPC=m
# CONFIG_INTEL_INT0002_VGPIO is not set
CONFIG_INTEL_HID_EVENT=m
CONFIG_INTEL_VBTN=m
CONFIG_INTEL_IPS=m
CONFIG_INTEL_PMC_CORE=m
# CONFIG_IBM_RTL is not set
CONFIG_SAMSUNG_LAPTOP=m
CONFIG_MXM_WMI=m
CONFIG_INTEL_OAKTRAIL=m
CONFIG_SAMSUNG_Q10=m
CONFIG_APPLE_GMUX=m
# CONFIG_INTEL_RST is not set
# CONFIG_INTEL_SMARTCONNECT is not set
# CONFIG_INTEL_PMC_IPC is not set
# CONFIG_SURFACE_PRO3_BUTTON is not set
# CONFIG_INTEL_PUNIT_IPC is not set
# CONFIG_MLX_PLATFORM is not set
# CONFIG_INTEL_TURBO_MAX_3 is not set
# CONFIG_I2C_MULTI_INSTANTIATE is not set
# CONFIG_INTEL_ATOMISP2_PM is not set
# CONFIG_HUAWEI_WMI is not set
# CONFIG_PCENGINES_APU2 is not set
CONFIG_PMC_ATOM=y
# CONFIG_CHROME_PLATFORMS is not set
# CONFIG_MELLANOX_PLATFORM is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_MAX9485 is not set
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_SI544 is not set
# CONFIG_COMMON_CLK_CDCE706 is not set
# CONFIG_COMMON_CLK_CS2000_CP is not set
# CONFIG_COMMON_CLK_PWM is not set
# CONFIG_HWSPINLOCK is not set

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_MAILBOX=y
CONFIG_PCC=y
# CONFIG_ALTERA_MBOX is not set
CONFIG_IOMMU_IOVA=y
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
# CONFIG_IOMMU_DEBUGFS is not set
# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_V2=m
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_SVM is not set
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y
CONFIG_HYPERV_IOMMU=y

#
# Remoteproc drivers
#
# CONFIG_REMOTEPROC is not set

#
# Rpmsg drivers
#
# CONFIG_RPMSG_QCOM_GLINK_RPM is not set
# CONFIG_RPMSG_VIRTIO is not set
# CONFIG_SOUNDWIRE is not set

#
# SOC (System On Chip) specific Drivers
#

#
# Amlogic SoC drivers
#

#
# Broadcom SoC drivers
#

#
# NXP/Freescale QorIQ SoC drivers
#

#
# i.MX SoC drivers
#

#
# Qualcomm SoC drivers
#
# CONFIG_SOC_TI is not set

#
# Xilinx SoC drivers
#
# CONFIG_XILINX_VCU is not set
CONFIG_PM_DEVFREQ=y

#
# DEVFREQ Governors
#
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
# CONFIG_DEVFREQ_GOV_USERSPACE is not set
# CONFIG_DEVFREQ_GOV_PASSIVE is not set

#
# DEVFREQ Drivers
#
# CONFIG_PM_DEVFREQ_EVENT is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
CONFIG_IIO=y
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=y
# CONFIG_IIO_BUFFER_HW_CONSUMER is not set
CONFIG_IIO_KFIFO_BUF=y
CONFIG_IIO_TRIGGERED_BUFFER=m
# CONFIG_IIO_CONFIGFS is not set
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
# CONFIG_IIO_SW_DEVICE is not set
# CONFIG_IIO_SW_TRIGGER is not set

#
# Accelerometers
#
# CONFIG_ADIS16201 is not set
# CONFIG_ADIS16209 is not set
# CONFIG_ADXL345_I2C is not set
# CONFIG_ADXL345_SPI is not set
# CONFIG_ADXL372_SPI is not set
# CONFIG_ADXL372_I2C is not set
# CONFIG_BMA180 is not set
# CONFIG_BMA220 is not set
# CONFIG_BMC150_ACCEL is not set
# CONFIG_DA280 is not set
# CONFIG_DA311 is not set
# CONFIG_DMARD09 is not set
# CONFIG_DMARD10 is not set
CONFIG_HID_SENSOR_ACCEL_3D=m
# CONFIG_IIO_CROS_EC_ACCEL_LEGACY is not set
# CONFIG_IIO_ST_ACCEL_3AXIS is not set
# CONFIG_KXSD9 is not set
# CONFIG_KXCJK1013 is not set
# CONFIG_MC3230 is not set
# CONFIG_MMA7455_I2C is not set
# CONFIG_MMA7455_SPI is not set
# CONFIG_MMA7660 is not set
# CONFIG_MMA8452 is not set
# CONFIG_MMA9551 is not set
# CONFIG_MMA9553 is not set
# CONFIG_MXC4005 is not set
# CONFIG_MXC6255 is not set
# CONFIG_SCA3000 is not set
# CONFIG_STK8312 is not set
# CONFIG_STK8BA50 is not set

#
# Analog to digital converters
#
# CONFIG_AD7124 is not set
# CONFIG_AD7266 is not set
# CONFIG_AD7291 is not set
# CONFIG_AD7298 is not set
# CONFIG_AD7476 is not set
# CONFIG_AD7606_IFACE_PARALLEL is not set
# CONFIG_AD7606_IFACE_SPI is not set
# CONFIG_AD7766 is not set
# CONFIG_AD7768_1 is not set
# CONFIG_AD7791 is not set
# CONFIG_AD7793 is not set
# CONFIG_AD7887 is not set
# CONFIG_AD7923 is not set
# CONFIG_AD7949 is not set
# CONFIG_AD799X is not set
# CONFIG_HI8435 is not set
# CONFIG_HX711 is not set
# CONFIG_INA2XX_ADC is not set
# CONFIG_LTC2471 is not set
# CONFIG_LTC2485 is not set
# CONFIG_LTC2497 is not set
# CONFIG_MAX1027 is not set
# CONFIG_MAX11100 is not set
# CONFIG_MAX1118 is not set
# CONFIG_MAX1363 is not set
# CONFIG_MAX9611 is not set
# CONFIG_MCP320X is not set
# CONFIG_MCP3422 is not set
# CONFIG_MCP3911 is not set
# CONFIG_NAU7802 is not set
# CONFIG_TI_ADC081C is not set
# CONFIG_TI_ADC0832 is not set
# CONFIG_TI_ADC084S021 is not set
# CONFIG_TI_ADC12138 is not set
# CONFIG_TI_ADC108S102 is not set
# CONFIG_TI_ADC128S052 is not set
# CONFIG_TI_ADC161S626 is not set
# CONFIG_TI_ADS1015 is not set
# CONFIG_TI_ADS7950 is not set
# CONFIG_TI_TLC4541 is not set
# CONFIG_VIPERBOARD_ADC is not set

#
# Analog Front Ends
#

#
# Amplifiers
#
# CONFIG_AD8366 is not set

#
# Chemical Sensors
#
# CONFIG_ATLAS_PH_SENSOR is not set
# CONFIG_BME680 is not set
# CONFIG_CCS811 is not set
# CONFIG_IAQCORE is not set
# CONFIG_SENSIRION_SGP30 is not set
# CONFIG_SPS30 is not set
# CONFIG_VZ89X is not set

#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=m
CONFIG_HID_SENSOR_IIO_TRIGGER=m

#
# SSP Sensor Common
#
# CONFIG_IIO_SSP_SENSORHUB is not set

#
# Counters
#

#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
# CONFIG_AD5360 is not set
# CONFIG_AD5380 is not set
# CONFIG_AD5421 is not set
# CONFIG_AD5446 is not set
# CONFIG_AD5449 is not set
# CONFIG_AD5592R is not set
# CONFIG_AD5593R is not set
# CONFIG_AD5504 is not set
# CONFIG_AD5624R_SPI is not set
# CONFIG_LTC1660 is not set
# CONFIG_LTC2632 is not set
# CONFIG_AD5686_SPI is not set
# CONFIG_AD5696_I2C is not set
# CONFIG_AD5755 is not set
# CONFIG_AD5758 is not set
# CONFIG_AD5761 is not set
# CONFIG_AD5764 is not set
# CONFIG_AD5791 is not set
# CONFIG_AD7303 is not set
# CONFIG_AD8801 is not set
# CONFIG_DS4424 is not set
# CONFIG_M62332 is not set
# CONFIG_MAX517 is not set
# CONFIG_MCP4725 is not set
# CONFIG_MCP4922 is not set
# CONFIG_TI_DAC082S085 is not set
# CONFIG_TI_DAC5571 is not set
# CONFIG_TI_DAC7311 is not set
# CONFIG_TI_DAC7612 is not set

#
# IIO dummy driver
#

#
# Frequency Synthesizers DDS/PLL
#

#
# Clock Generator/Distribution
#
# CONFIG_AD9523 is not set

#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set

#
# Digital gyroscope sensors
#
# CONFIG_ADIS16080 is not set
# CONFIG_ADIS16130 is not set
# CONFIG_ADIS16136 is not set
# CONFIG_ADIS16260 is not set
# CONFIG_ADXRS450 is not set
# CONFIG_BMG160 is not set
CONFIG_HID_SENSOR_GYRO_3D=m
# CONFIG_MPU3050_I2C is not set
# CONFIG_IIO_ST_GYRO_3AXIS is not set
# CONFIG_ITG3200 is not set

#
# Health Sensors
#

#
# Heart Rate Monitors
#
# CONFIG_AFE4403 is not set
# CONFIG_AFE4404 is not set
# CONFIG_MAX30100 is not set
# CONFIG_MAX30102 is not set

#
# Humidity sensors
#
# CONFIG_AM2315 is not set
# CONFIG_DHT11 is not set
# CONFIG_HDC100X is not set
# CONFIG_HID_SENSOR_HUMIDITY is not set
# CONFIG_HTS221 is not set
# CONFIG_HTU21 is not set
# CONFIG_SI7005 is not set
# CONFIG_SI7020 is not set

#
# Inertial measurement units
#
# CONFIG_ADIS16400 is not set
# CONFIG_ADIS16480 is not set
# CONFIG_BMI160_I2C is not set
# CONFIG_BMI160_SPI is not set
# CONFIG_KMX61 is not set
# CONFIG_INV_MPU6050_I2C is not set
# CONFIG_INV_MPU6050_SPI is not set
# CONFIG_IIO_ST_LSM6DSX is not set

#
# Light sensors
#
# CONFIG_ACPI_ALS is not set
# CONFIG_ADJD_S311 is not set
# CONFIG_AL3320A is not set
# CONFIG_APDS9300 is not set
# CONFIG_APDS9960 is not set
# CONFIG_BH1750 is not set
# CONFIG_BH1780 is not set
# CONFIG_CM32181 is not set
# CONFIG_CM3232 is not set
# CONFIG_CM3323 is not set
# CONFIG_CM36651 is not set
# CONFIG_GP2AP020A00F is not set
# CONFIG_SENSORS_ISL29018 is not set
# CONFIG_SENSORS_ISL29028 is not set
# CONFIG_ISL29125 is not set
CONFIG_HID_SENSOR_ALS=m
CONFIG_HID_SENSOR_PROX=m
# CONFIG_JSA1212 is not set
# CONFIG_RPR0521 is not set
# CONFIG_LTR501 is not set
# CONFIG_LV0104CS is not set
# CONFIG_MAX44000 is not set
# CONFIG_MAX44009 is not set
# CONFIG_OPT3001 is not set
# CONFIG_PA12203001 is not set
# CONFIG_SI1133 is not set
# CONFIG_SI1145 is not set
# CONFIG_STK3310 is not set
# CONFIG_ST_UVIS25 is not set
# CONFIG_TCS3414 is not set
# CONFIG_TCS3472 is not set
# CONFIG_SENSORS_TSL2563 is not set
# CONFIG_TSL2583 is not set
# CONFIG_TSL2772 is not set
# CONFIG_TSL4531 is not set
# CONFIG_US5182D is not set
# CONFIG_VCNL4000 is not set
# CONFIG_VCNL4035 is not set
# CONFIG_VEML6070 is not set
# CONFIG_VL6180 is not set
# CONFIG_ZOPT2201 is not set

#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
# CONFIG_AK09911 is not set
# CONFIG_BMC150_MAGN_I2C is not set
# CONFIG_BMC150_MAGN_SPI is not set
# CONFIG_MAG3110 is not set
CONFIG_HID_SENSOR_MAGNETOMETER_3D=m
# CONFIG_MMC35240 is not set
# CONFIG_IIO_ST_MAGN_3AXIS is not set
# CONFIG_SENSORS_HMC5843_I2C is not set
# CONFIG_SENSORS_HMC5843_SPI is not set
# CONFIG_SENSORS_RM3100_I2C is not set
# CONFIG_SENSORS_RM3100_SPI is not set

#
# Multiplexers
#

#
# Inclinometer sensors
#
CONFIG_HID_SENSOR_INCLINOMETER_3D=m
CONFIG_HID_SENSOR_DEVICE_ROTATION=m

#
# Triggers - standalone
#
# CONFIG_IIO_INTERRUPT_TRIGGER is not set
# CONFIG_IIO_SYSFS_TRIGGER is not set

#
# Digital potentiometers
#
# CONFIG_AD5272 is not set
# CONFIG_DS1803 is not set
# CONFIG_MAX5481 is not set
# CONFIG_MAX5487 is not set
# CONFIG_MCP4018 is not set
# CONFIG_MCP4131 is not set
# CONFIG_MCP4531 is not set
# CONFIG_MCP41010 is not set
# CONFIG_TPL0102 is not set

#
# Digital potentiostats
#
# CONFIG_LMP91000 is not set

#
# Pressure sensors
#
# CONFIG_ABP060MG is not set
# CONFIG_BMP280 is not set
CONFIG_HID_SENSOR_PRESS=m
# CONFIG_HP03 is not set
# CONFIG_MPL115_I2C is not set
# CONFIG_MPL115_SPI is not set
# CONFIG_MPL3115 is not set
# CONFIG_MS5611 is not set
# CONFIG_MS5637 is not set
# CONFIG_IIO_ST_PRESS is not set
# CONFIG_T5403 is not set
# CONFIG_HP206C is not set
# CONFIG_ZPA2326 is not set

#
# Lightning sensors
#
# CONFIG_AS3935 is not set

#
# Proximity and distance sensors
#
# CONFIG_ISL29501 is not set
# CONFIG_LIDAR_LITE_V2 is not set
# CONFIG_RFD77402 is not set
# CONFIG_SRF04 is not set
# CONFIG_SX9500 is not set
# CONFIG_SRF08 is not set
# CONFIG_VL53L0X_I2C is not set

#
# Resolver to digital converters
#
# CONFIG_AD2S90 is not set
# CONFIG_AD2S1200 is not set

#
# Temperature sensors
#
# CONFIG_MAXIM_THERMOCOUPLE is not set
# CONFIG_HID_SENSOR_TEMP is not set
# CONFIG_MLX90614 is not set
# CONFIG_MLX90632 is not set
# CONFIG_TMP006 is not set
# CONFIG_TMP007 is not set
# CONFIG_TSYS01 is not set
# CONFIG_TSYS02D is not set
CONFIG_NTB=m
CONFIG_NTB_AMD=m
# CONFIG_NTB_IDT is not set
# CONFIG_NTB_INTEL is not set
# CONFIG_NTB_SWITCHTEC is not set
# CONFIG_NTB_PINGPONG is not set
# CONFIG_NTB_TOOL is not set
CONFIG_NTB_PERF=m
CONFIG_NTB_TRANSPORT=m
# CONFIG_VME_BUS is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
# CONFIG_PWM_LPSS_PCI is not set
# CONFIG_PWM_LPSS_PLATFORM is not set
# CONFIG_PWM_PCA9685 is not set

#
# IRQ chip support
#
CONFIG_ARM_GIC_MAX_NR=1
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_PHY_CPCAP_USB is not set
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=m
# CONFIG_IDLE_INJECT is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
CONFIG_RAS=y
# CONFIG_RAS_CEC is not set
CONFIG_THUNDERBOLT=y

#
# Android
#
# CONFIG_ANDROID is not set
CONFIG_LIBNVDIMM=m
CONFIG_BLK_DEV_PMEM=m
CONFIG_ND_BLK=m
CONFIG_ND_CLAIM=y
CONFIG_ND_BTT=m
CONFIG_BTT=y
CONFIG_ND_PFN=m
CONFIG_NVDIMM_PFN=y
CONFIG_NVDIMM_DAX=y
CONFIG_NVDIMM_KEYS=y
CONFIG_DAX_DRIVER=y
CONFIG_DAX=y
CONFIG_DEV_DAX=m
CONFIG_DEV_DAX_PMEM=m
CONFIG_DEV_DAX_KMEM=m
CONFIG_DEV_DAX_PMEM_COMPAT=m
CONFIG_NVMEM=y

#
# HW tracing support
#
# CONFIG_STM is not set
# CONFIG_INTEL_TH is not set
# CONFIG_FPGA is not set
CONFIG_PM_OPP=y
# CONFIG_UNISYS_VISORBUS is not set
# CONFIG_SIOX is not set
# CONFIG_SLIMBUS is not set
# CONFIG_INTERCONNECT is not set

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_VALIDATE_FS_PARSER=y
CONFIG_FS_IOMAP=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=m
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
CONFIG_XFS_ONLINE_SCRUB=y
CONFIG_XFS_ONLINE_REPAIR=y
CONFIG_XFS_DEBUG=y
CONFIG_XFS_ASSERT_FATAL=y
CONFIG_GFS2_FS=m
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
CONFIG_OCFS2_FS_STATS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
# CONFIG_BTRFS_FS_REF_VERIFY is not set
# CONFIG_NILFS2_FS is not set
CONFIG_F2FS_FS=m
CONFIG_F2FS_STAT_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
# CONFIG_F2FS_FS_SECURITY is not set
# CONFIG_F2FS_CHECK_FS is not set
# CONFIG_F2FS_IO_TRACE is not set
# CONFIG_F2FS_FAULT_INJECTION is not set
CONFIG_FS_DAX=y
CONFIG_FS_DAX_PMD=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_EXPORTFS_BLOCK_OPS=y
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m
# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
# CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW is not set
# CONFIG_OVERLAY_FS_INDEX is not set
# CONFIG_OVERLAY_FS_XINO_AUTO is not set
# CONFIG_OVERLAY_FS_METACOPY is not set

#
# Caches
#
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=m
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_FAT_DEFAULT_UTF8 is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
# CONFIG_PROC_VMCORE_DEVICE_DUMP is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_MEMFD_CREATE=y
CONFIG_ARCH_HAS_GIGANTIC_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ORANGEFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_UBIFS_FS is not set
CONFIG_CRAMFS=m
CONFIG_CRAMFS_BLOCKDEV=y
# CONFIG_CRAMFS_MTD is not set
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_FILE_CACHE=y
# CONFIG_SQUASHFS_FILE_DIRECT is not set
CONFIG_SQUASHFS_DECOMP_SINGLE=y
# CONFIG_SQUASHFS_DECOMP_MULTI is not set
# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_ZLIB=y
# CONFIG_SQUASHFS_LZ4 is not set
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
# CONFIG_SQUASHFS_ZSTD is not set
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=m
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFLATE_COMPRESS=y
# CONFIG_PSTORE_LZO_COMPRESS is not set
# CONFIG_PSTORE_LZ4_COMPRESS is not set
# CONFIG_PSTORE_LZ4HC_COMPRESS is not set
# CONFIG_PSTORE_842_COMPRESS is not set
# CONFIG_PSTORE_ZSTD_COMPRESS is not set
CONFIG_PSTORE_COMPRESS=y
CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_PMSG=y
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=m
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
# CONFIG_NFS_V2 is not set
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_ROOT_NFS=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
# CONFIG_NFSD_BLOCKLAYOUT is not set
CONFIG_NFSD_SCSILAYOUT=y
# CONFIG_NFSD_FLEXFILELAYOUT is not set
CONFIG_NFSD_V4_SECURITY_LABEL=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set
CONFIG_SUNRPC_DEBUG=y
CONFIG_CEPH_FS=m
# CONFIG_CEPH_FSCACHE is not set
CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CIFS=m
# CONFIG_CIFS_STATS2 is not set
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
CONFIG_CIFS_DEBUG=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DEBUG_DUMP_KEYS is not set
CONFIG_CIFS_DFS_UPCALL=y
# CONFIG_CIFS_FSCACHE is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_9P_FS=y
CONFIG_9P_FS_POSIX_ACL=y
# CONFIG_9P_FS_SECURITY is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_MAC_ROMAN=m
CONFIG_NLS_MAC_CELTIC=m
CONFIG_NLS_MAC_CENTEURO=m
CONFIG_NLS_MAC_CROATIAN=m
CONFIG_NLS_MAC_CYRILLIC=m
CONFIG_NLS_MAC_GAELIC=m
CONFIG_NLS_MAC_GREEK=m
CONFIG_NLS_MAC_ICELAND=m
CONFIG_NLS_MAC_INUIT=m
CONFIG_NLS_MAC_ROMANIAN=m
CONFIG_NLS_MAC_TURKISH=m
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
CONFIG_DLM_DEBUG=y

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
CONFIG_TRUSTED_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_KEY_DH_OPERATIONS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITY_WRITABLE_HOOKS=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
CONFIG_INTEL_TXT=y
CONFIG_LSM_MMAP_MIN_ADDR=65535
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_HARDENED_USERCOPY_FALLBACK=y
# CONFIG_HARDENED_USERCOPY_PAGESPAN is not set
# CONFIG_FORTIFY_SOURCE is not set
# CONFIG_STATIC_USERMODEHELPER is not set
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
CONFIG_SECURITY_APPARMOR=y
CONFIG_SECURITY_APPARMOR_HASH=y
CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y
# CONFIG_SECURITY_APPARMOR_DEBUG is not set
# CONFIG_SECURITY_LOADPIN is not set
CONFIG_SECURITY_YAMA=y
# CONFIG_SECURITY_SAFESETID is not set
CONFIG_INTEGRITY=y
CONFIG_INTEGRITY_SIGNATURE=y
CONFIG_INTEGRITY_ASYMMETRIC_KEYS=y
CONFIG_INTEGRITY_TRUSTED_KEYRING=y
# CONFIG_INTEGRITY_PLATFORM_KEYRING is not set
CONFIG_INTEGRITY_AUDIT=y
CONFIG_IMA=y
CONFIG_IMA_MEASURE_PCR_IDX=10
CONFIG_IMA_LSM_RULES=y
# CONFIG_IMA_TEMPLATE is not set
CONFIG_IMA_NG_TEMPLATE=y
# CONFIG_IMA_SIG_TEMPLATE is not set
CONFIG_IMA_DEFAULT_TEMPLATE="ima-ng"
CONFIG_IMA_DEFAULT_HASH_SHA1=y
# CONFIG_IMA_DEFAULT_HASH_SHA256 is not set
CONFIG_IMA_DEFAULT_HASH="sha1"
# CONFIG_IMA_WRITE_POLICY is not set
# CONFIG_IMA_READ_POLICY is not set
CONFIG_IMA_APPRAISE=y
# CONFIG_IMA_ARCH_POLICY is not set
# CONFIG_IMA_APPRAISE_BUILD_POLICY is not set
CONFIG_IMA_APPRAISE_BOOTPARAM=y
CONFIG_IMA_TRUSTED_KEYRING=y
# CONFIG_IMA_BLACKLIST_KEYRING is not set
# CONFIG_IMA_LOAD_X509 is not set
CONFIG_EVM=y
CONFIG_EVM_ATTR_FSUUID=y
# CONFIG_EVM_ADD_XATTRS is not set
# CONFIG_EVM_LOAD_X509 is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_ASYNC_PQ=m
CONFIG_ASYNC_RAID6_RECOV=m
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_AKCIPHER=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_KPP=m
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_RSA=y
CONFIG_CRYPTO_DH=m
CONFIG_CRYPTO_ECDH=m
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=m
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_SIMD=m
CONFIG_CRYPTO_GLUE_HELPER_X86=m
CONFIG_CRYPTO_ENGINE=m

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=y
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_AEGIS128L is not set
# CONFIG_CRYPTO_AEGIS256 is not set
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set
# CONFIG_CRYPTO_AEGIS128L_AESNI_SSE2 is not set
# CONFIG_CRYPTO_AEGIS256_AESNI_SSE2 is not set
# CONFIG_CRYPTO_MORUS640 is not set
# CONFIG_CRYPTO_MORUS640_SSE2 is not set
# CONFIG_CRYPTO_MORUS1280 is not set
# CONFIG_CRYPTO_MORUS1280_SSE2 is not set
# CONFIG_CRYPTO_MORUS1280_AVX2 is not set
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CFB is not set
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=m
# CONFIG_CRYPTO_OFB is not set
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XTS=y
# CONFIG_CRYPTO_KEYWRAP is not set
# CONFIG_CRYPTO_NHPOLY1305_SSE2 is not set
# CONFIG_CRYPTO_NHPOLY1305_AVX2 is not set
# CONFIG_CRYPTO_ADIANTUM is not set

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_VMAC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_CRC32=m
CONFIG_CRYPTO_CRC32_PCLMUL=m
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
CONFIG_CRYPTO_GHASH=y
# CONFIG_CRYPTO_POLY1305 is not set
# CONFIG_CRYPTO_POLY1305_X86_64 is not set
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_SHA3 is not set
# CONFIG_CRYPTO_SM3 is not set
# CONFIG_CRYPTO_STREEBOG is not set
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_TI is not set
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_BLOWFISH_COMMON=m
CONFIG_CRYPTO_BLOWFISH_X86_64=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAMELLIA_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=m
CONFIG_CRYPTO_CAST_COMMON=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST5_AVX_X86_64=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_CAST6_AVX_X86_64=m
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_CHACHA20_X86_64 is not set
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_SERPENT_SSE2_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX_X86_64=m
CONFIG_CRYPTO_SERPENT_AVX2_X86_64=m
# CONFIG_CRYPTO_SM4 is not set
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=m
CONFIG_CRYPTO_TWOFISH_AVX_X86_64=m

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set
# CONFIG_CRYPTO_ZSTD is not set

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG_HASH=y
CONFIG_CRYPTO_DRBG_CTR=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=m
# CONFIG_CRYPTO_USER_API_AEAD is not set
# CONFIG_CRYPTO_STATS is not set
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_CCP=y
CONFIG_CRYPTO_DEV_CCP_DD=m
CONFIG_CRYPTO_DEV_SP_CCP=y
CONFIG_CRYPTO_DEV_CCP_CRYPTO=m
CONFIG_CRYPTO_DEV_SP_PSP=y
CONFIG_CRYPTO_DEV_QAT=m
CONFIG_CRYPTO_DEV_QAT_DH895xCC=m
CONFIG_CRYPTO_DEV_QAT_C3XXX=m
CONFIG_CRYPTO_DEV_QAT_C62X=m
CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m
CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m
CONFIG_CRYPTO_DEV_QAT_C62XVF=m
# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set
CONFIG_CRYPTO_DEV_CHELSIO=m
CONFIG_CRYPTO_DEV_VIRTIO=m
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
# CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE is not set
CONFIG_X509_CERTIFICATE_PARSER=y
# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set
CONFIG_PKCS7_MESSAGE_PARSER=y
# CONFIG_PKCS7_TEST_KEY is not set
CONFIG_SIGNED_PE_FILE_VERIFICATION=y

#
# Certificates for signature checking
#
CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_SYSTEM_TRUSTED_KEYS=""
# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
# CONFIG_SECONDARY_TRUSTED_KEYRING is not set
CONFIG_SYSTEM_BLACKLIST_KEYRING=y
CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_RAID6_PQ=m
CONFIG_RAID6_PQ_BENCHMARK=y
CONFIG_BITREVERSE=y
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC64 is not set
# CONFIG_CRC4 is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_CRC8=m
CONFIG_XXHASH=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMPRESS=m
CONFIG_ZSTD_DECOMPRESS=m
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_ENC8=y
CONFIG_REED_SOLOMON_DEC8=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_BTREE=y
CONFIG_INTERVAL_TREE=y
CONFIG_XARRAY_MULTI=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_DMA_DECLARE_COHERENT=y
CONFIG_SWIOTLB=y
CONFIG_DMA_CMA=y

#
# Default contiguous memory area size:
#
CONFIG_CMA_SIZE_MBYTES=200
CONFIG_CMA_SIZE_SEL_MBYTES=y
# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
# CONFIG_CMA_SIZE_SEL_MIN is not set
# CONFIG_CMA_SIZE_SEL_MAX is not set
CONFIG_CMA_ALIGNMENT=8
# CONFIG_DMA_API_DEBUG is not set
CONFIG_SGL_ALLOC=y
CONFIG_IOMMU_HELPER=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_CLZ_TAB=y
CONFIG_CORDIC=m
# CONFIG_DDR is not set
CONFIG_IRQ_POLL=y
CONFIG_MPILIB=y
CONFIG_SIGNATURE=y
CONFIG_OID_REGISTRY=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_ARCH_HAS_PMEM_API=y
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
CONFIG_ARCH_HAS_UACCESS_MCSAFE=y
CONFIG_SBITMAP=y
CONFIG_PRIME_NUMBERS=m
# CONFIG_STRING_SELFTEST is not set

#
# Kernel hacking
#

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_CALLER is not set
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_DYNAMIC_DEBUG=y

#
# Compile-time checks and compiler options
#
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_INFO_REDUCED=y
# CONFIG_DEBUG_INFO_SPLIT is not set
# CONFIG_DEBUG_INFO_DWARF4 is not set
# CONFIG_GDB_SCRIPTS is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_STACK_VALIDATION=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_MAGIC_SYSRQ_SERIAL=y
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_POISONING is not set
# CONFIG_DEBUG_PAGE_REF is not set
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KASAN=y
CONFIG_CC_HAS_KASAN_GENERIC=y
# CONFIG_KASAN is not set
CONFIG_KASAN_STACK=1
CONFIG_ARCH_HAS_KCOV=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
# CONFIG_KCOV is not set
CONFIG_DEBUG_SHIRQ=y

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_SOFTLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_HARDLOCKUP_DETECTOR_PERF=y
CONFIG_HARDLOCKUP_CHECK_TIMESTAMP=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
# CONFIG_DETECT_HUNG_TASK is not set
# CONFIG_WQ_WATCHDOG is not set
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
CONFIG_SCHEDSTATS=y
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_LOCK_DEBUGGING_SUPPORT=y
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_RWSEMS is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
CONFIG_DEBUG_ATOMIC_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_LOCK_TORTURE_TEST=m
CONFIG_WW_MUTEX_SELFTEST=m
CONFIG_STACKTRACE=y
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
CONFIG_TORTURE_TEST=m
CONFIG_RCU_PERF_TEST=m
CONFIG_RCU_TORTURE_TEST=m
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
CONFIG_NOTIFIER_ERROR_INJECTION=m
CONFIG_PM_NOTIFIER_ERROR_INJECT=m
# CONFIG_NETDEV_NOTIFIER_ERROR_INJECT is not set
CONFIG_FUNCTION_ERROR_INJECTION=y
CONFIG_FAULT_INJECTION=y
# CONFIG_FAILSLAB is not set
# CONFIG_FAIL_PAGE_ALLOC is not set
CONFIG_FAIL_MAKE_REQUEST=y
# CONFIG_FAIL_IO_TIMEOUT is not set
# CONFIG_FAIL_FUTEX is not set
CONFIG_FAULT_INJECTION_DEBUG_FS=y
# CONFIG_FAIL_FUNCTION is not set
# CONFIG_FAIL_MMC_REQUEST is not set
# CONFIG_LATENCYTOP is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_PREEMPTIRQ_EVENTS is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_HWLAT_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_STACK_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENTS=y
# CONFIG_KPROBE_EVENTS_ON_NOTRACE is not set
CONFIG_UPROBE_EVENTS=y
CONFIG_BPF_EVENTS=y
CONFIG_DYNAMIC_EVENTS=y
CONFIG_PROBE_EVENTS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_FUNCTION_PROFILER=y
# CONFIG_BPF_KPROBE_OVERRIDE is not set
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
CONFIG_TRACING_MAP=y
CONFIG_HIST_TRIGGERS=y
# CONFIG_TRACEPOINT_BENCHMARK is not set
CONFIG_RING_BUFFER_BENCHMARK=m
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_PREEMPTIRQ_DELAY_TEST is not set
# CONFIG_TRACE_EVAL_MAP_FILE is not set
CONFIG_TRACING_EVENTS_GPIO=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_RUNTIME_TESTING_MENU=y
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_TEST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
CONFIG_ATOMIC64_SELFTEST=y
# CONFIG_ASYNC_RAID6_TEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
CONFIG_TEST_PRINTF=m
CONFIG_TEST_BITMAP=m
# CONFIG_TEST_BITFIELD is not set
# CONFIG_TEST_UUID is not set
# CONFIG_TEST_XARRAY is not set
# CONFIG_TEST_OVERFLOW is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_TEST_HASH is not set
# CONFIG_TEST_IDA is not set
CONFIG_TEST_LKM=m
# CONFIG_TEST_VMALLOC is not set
CONFIG_TEST_USER_COPY=m
CONFIG_TEST_BPF=m
# CONFIG_FIND_BIT_BENCHMARK is not set
CONFIG_TEST_FIRMWARE=m
CONFIG_TEST_SYSCTL=m
# CONFIG_TEST_UDELAY is not set
CONFIG_TEST_STATIC_KEYS=m
CONFIG_TEST_KMOD=m
# CONFIG_TEST_MEMCAT_P is not set
CONFIG_TEST_LIVEPATCH=m
# CONFIG_TEST_STACKINIT is not set
# CONFIG_MEMTEST is not set
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
# CONFIG_UBSAN is not set
CONFIG_UBSAN_ALIGNMENT=y
CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_IO_STRICT_DEVMEM is not set
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_EARLY_PRINTK_USB=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
# CONFIG_EARLY_PRINTK_USB_XDBC is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_EFI_PGT_DUMP is not set
# CONFIG_DEBUG_WX is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_X86_DECODER_SELFTEST=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_ENTRY is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set
CONFIG_UNWINDER_ORC=y
# CONFIG_UNWINDER_FRAME_POINTER is not set
# CONFIG_UNWINDER_GUESS is not set

[-- Attachment #3: job-script.ksh --]
[-- Type: text/plain, Size: 7349 bytes --]

#!/bin/sh

export_top_env()
{
	export suite='hackbench'
	export testcase='hackbench'
	export category='benchmark'
	export disable_latency_stats=1
	export nr_threads=3072
	export queue_cmdline_keys='branch
commit'
	export queue='validate'
	export testbox='lkp-bdw-ex1'
	export tbox_group='lkp-bdw-ex1'
	export submit_id='5cdbde991d8233170f4a5fc0'
	export job_file='/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x8-20190515-5903-1pxj1xh-3.yaml'
	export id='ca07bed16acbafe6222fa8ca4d289a00a2749212'
	export queuer_version='/lkp/lkp/src'
	export arch='x86_64'
	export commit='07cf623c04048316ec3c273fd0cebe478f1caa65'
	export kconfig='x86_64-rhel-7.6'
	export compiler='gcc-7'
	export rootfs='debian-x86_64-2018-04-03.cgz'
	export enqueue_time='2019-05-15 17:40:43 +0800'
	export _id='5cdbde9b1d8233170f4a5fc1'
	export _rt='/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65'
	export user='lkp'
	export head_commit='e419ccf18d1ee02f024399d030d9892e458aeb7e'
	export base_commit='e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd'
	export branch='linux-devel/devel-hourly-2019051500'
	export result_root='/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/3'
	export scheduler_version='/lkp/lkp/.src-20190515-150800'
	export LKP_SERVER='inn'
	export max_uptime=2400
	export initrd='/osimage/debian/debian-x86_64-2018-04-03.cgz'
	export bootloader_append='root=/dev/ram0
user=lkp
job=/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x8-20190515-5903-1pxj1xh-3.yaml
ARCH=x86_64
kconfig=x86_64-rhel-7.6
branch=linux-devel/devel-hourly-2019051500
commit=07cf623c04048316ec3c273fd0cebe478f1caa65
BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/vmlinuz-5.1.0-00205-g07cf623
max_uptime=2400
RESULT_ROOT=/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/3
LKP_SERVER=inn
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw'
	export modules_initrd='/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/modules.cgz'
	export bm_initrd='/osimage/deps/debian-x86_64-2018-04-03.cgz/run-ipconfig_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/lkp_2019-04-24.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/rsync-rootfs_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/hackbench_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/hackbench-x86_64-_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/mpstat_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/vmstat_2019-05-05.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/turbostat_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/turbostat-x86_64-d5256b2_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/perf_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/perf-x86_64-37624b58542f_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/mpstat-x86_64-git-1_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/hw_2019-04-24.cgz'
	export lkp_initrd='/lkp/lkp/lkp-x86_64.cgz'
	export site='inn'
	export LKP_CGI_PORT=80
	export LKP_CIFS_PORT=139
	export repeat_to=4
	export schedule_notify_address=
	export model='Broadwell-EX'
	export nr_node=4
	export nr_cpu=192
	export memory='496G'
	export hdd_partitions='/dev/disk/by-id/ata-TOSHIBA_MK8061GSYB_22FHP0NKT-part1'
	export swap_partitions=
	export rootfs_partition='LABEL=LKP-ROOTFS'
	export brand='Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz'
	export ucode='0xb00002e'
	export job_origin='/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x8-20190515-5903-1pxj1xh-3.yaml'
	export kernel='/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/vmlinuz-5.1.0-00205-g07cf623'
	export dequeue_time='2019-05-15 18:11:41 +0800'
	export job_initrd='/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x8-20190515-5903-1pxj1xh-3.cgz'

	[ -n "$LKP_SRC" ] ||
	export LKP_SRC=/lkp/${user:-lkp}/src
}

run_job()
{
	echo $$ > $TMP/run-job.pid

	. $LKP_SRC/lib/http.sh
	. $LKP_SRC/lib/job.sh
	. $LKP_SRC/lib/env.sh

	export_top_env

	run_setup $LKP_SRC/setup/cpufreq_governor 'performance'

	run_monitor $LKP_SRC/monitors/wrapper kmsg
	run_monitor $LKP_SRC/monitors/no-stdout/wrapper boot-time
	run_monitor $LKP_SRC/monitors/wrapper iostat
	run_monitor $LKP_SRC/monitors/wrapper heartbeat
	run_monitor $LKP_SRC/monitors/wrapper vmstat
	run_monitor $LKP_SRC/monitors/wrapper numa-numastat
	run_monitor $LKP_SRC/monitors/wrapper numa-vmstat
	run_monitor $LKP_SRC/monitors/wrapper numa-meminfo
	run_monitor $LKP_SRC/monitors/wrapper proc-vmstat
	run_monitor $LKP_SRC/monitors/wrapper proc-stat
	run_monitor $LKP_SRC/monitors/wrapper meminfo
	run_monitor $LKP_SRC/monitors/wrapper slabinfo
	run_monitor $LKP_SRC/monitors/wrapper interrupts
	run_monitor $LKP_SRC/monitors/wrapper lock_stat
	run_monitor $LKP_SRC/monitors/wrapper latency_stats
	run_monitor $LKP_SRC/monitors/wrapper softirqs
	run_monitor $LKP_SRC/monitors/one-shot/wrapper bdi_dev_mapping
	run_monitor $LKP_SRC/monitors/wrapper diskstats
	run_monitor $LKP_SRC/monitors/wrapper nfsstat
	run_monitor $LKP_SRC/monitors/wrapper cpuidle
	run_monitor $LKP_SRC/monitors/wrapper cpufreq-stats
	run_monitor $LKP_SRC/monitors/wrapper turbostat
	run_monitor $LKP_SRC/monitors/wrapper sched_debug
	run_monitor $LKP_SRC/monitors/wrapper perf-stat
	run_monitor $LKP_SRC/monitors/wrapper mpstat
	run_monitor $LKP_SRC/monitors/no-stdout/wrapper perf-profile
	run_monitor $LKP_SRC/monitors/wrapper oom-killer
	run_monitor $LKP_SRC/monitors/plain/watchdog

	run_test mode='process' ipc='pipe' $LKP_SRC/tests/wrapper hackbench
}

extract_stats()
{
	export stats_part_begin=
	export stats_part_end=

	$LKP_SRC/stats/wrapper hackbench
	$LKP_SRC/stats/wrapper kmsg
	$LKP_SRC/stats/wrapper boot-time
	$LKP_SRC/stats/wrapper iostat
	$LKP_SRC/stats/wrapper vmstat
	$LKP_SRC/stats/wrapper numa-numastat
	$LKP_SRC/stats/wrapper numa-vmstat
	$LKP_SRC/stats/wrapper numa-meminfo
	$LKP_SRC/stats/wrapper proc-vmstat
	$LKP_SRC/stats/wrapper meminfo
	$LKP_SRC/stats/wrapper slabinfo
	$LKP_SRC/stats/wrapper interrupts
	$LKP_SRC/stats/wrapper lock_stat
	$LKP_SRC/stats/wrapper latency_stats
	$LKP_SRC/stats/wrapper softirqs
	$LKP_SRC/stats/wrapper diskstats
	$LKP_SRC/stats/wrapper nfsstat
	$LKP_SRC/stats/wrapper cpuidle
	$LKP_SRC/stats/wrapper turbostat
	$LKP_SRC/stats/wrapper sched_debug
	$LKP_SRC/stats/wrapper perf-stat
	$LKP_SRC/stats/wrapper mpstat
	$LKP_SRC/stats/wrapper perf-profile

	$LKP_SRC/stats/wrapper time hackbench.time
	$LKP_SRC/stats/wrapper dmesg
	$LKP_SRC/stats/wrapper kmsg
	$LKP_SRC/stats/wrapper last_state
	$LKP_SRC/stats/wrapper stderr
	$LKP_SRC/stats/wrapper time
}

"$@"

[-- Attachment #4: job.yaml --]
[-- Type: text/plain, Size: 5200 bytes --]

---

#! /lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x86_-20190515-6476-nsvpu0-0.yaml

#! /lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600-20190514-53815-1p6wkg1-0.yaml

#! jobs/hackbench.yaml
suite: hackbench
testcase: hackbench
category: benchmark
disable_latency_stats: 1
nr_threads: 1600%
hackbench:
  mode: process
  ipc: pipe

#! queue options
queue_cmdline_keys:
- branch
- commit
queue: bisect
testbox: lkp-bdw-ex1
tbox_group: lkp-bdw-ex1
submit_id: 5cdbc05b5b43a0194c60466a
job_file: "/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x86_-20190515-6476-nsvpu0-0.yaml"
id: f81d9a462266ba781812b13daa792dc8858c3c85
queuer_version: "/lkp/lkp/src"
arch: x86_64

#! hosts/lkp-bdw-ex1

#! include/category/benchmark
kmsg: 
boot-time: 
iostat: 
heartbeat: 
vmstat: 
numa-numastat: 
numa-vmstat: 
numa-meminfo: 
proc-vmstat: 
proc-stat: 
meminfo: 
slabinfo: 
interrupts: 
lock_stat: 
latency_stats: 
softirqs: 
bdi_dev_mapping: 
diskstats: 
nfsstat: 
cpuidle: 
cpufreq-stats: 
turbostat: 
sched_debug: 
perf-stat: 
mpstat: 
perf-profile: 

#! include/category/ALL
cpufreq_governor: performance

#! include/queue/cyclic
commit: 07cf623c04048316ec3c273fd0cebe478f1caa65

#! default params
kconfig: x86_64-rhel-7.6
compiler: gcc-7
rootfs: debian-x86_64-2018-04-03.cgz
enqueue_time: 2019-05-15 15:31:41.256692378 +08:00
_id: 5cdbc05b5b43a0194c60466a
_rt: "/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65"

#! schedule options
user: lkp
head_commit: e419ccf18d1ee02f024399d030d9892e458aeb7e
base_commit: e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd
branch: linux-devel/devel-hourly-2019051500
result_root: "/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/0"
scheduler_version: "/lkp/lkp/.src-20190515-150800"
LKP_SERVER: inn
max_uptime: 2400
initrd: "/osimage/debian/debian-x86_64-2018-04-03.cgz"
bootloader_append:
- root=/dev/ram0
- user=lkp
- job=/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x86_-20190515-6476-nsvpu0-0.yaml
- ARCH=x86_64
- kconfig=x86_64-rhel-7.6
- branch=linux-devel/devel-hourly-2019051500
- commit=07cf623c04048316ec3c273fd0cebe478f1caa65
- BOOT_IMAGE=/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/vmlinuz-5.1.0-00205-g07cf623
- max_uptime=2400
- RESULT_ROOT=/result/hackbench/performance-pipe-process-1600%-ucode=0xb00002e/lkp-bdw-ex1/debian-x86_64-2018-04-03.cgz/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/0
- LKP_SERVER=inn
- debug
- apic=debug
- sysrq_always_enabled
- rcupdate.rcu_cpu_stall_timeout=100
- net.ifnames=0
- printk.devkmsg=on
- panic=-1
- softlockup_panic=1
- nmi_watchdog=panic
- oops=panic
- load_ramdisk=2
- prompt_ramdisk=0
- drbd.minor_count=8
- systemd.log_level=err
- ignore_loglevel
- console=tty0
- earlyprintk=ttyS0,115200
- console=ttyS0,115200
- vga=normal
- rw
modules_initrd: "/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/modules.cgz"
bm_initrd: "/osimage/deps/debian-x86_64-2018-04-03.cgz/run-ipconfig_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/lkp_2019-04-24.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/rsync-rootfs_2018-04-03.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/hackbench_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/hackbench-x86_64-_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/mpstat_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/vmstat_2019-05-05.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/turbostat_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/turbostat-x86_64-d5256b2_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/perf_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/perf-x86_64-37624b58542f_2019-04-29.cgz,/osimage/pkg/debian-x86_64-2018-04-03.cgz/mpstat-x86_64-git-1_2019-04-29.cgz,/osimage/deps/debian-x86_64-2018-04-03.cgz/hw_2019-04-24.cgz"
lkp_initrd: "/lkp/lkp/lkp-x86_64.cgz"
site: inn

#! /lkp/lkp/.src-20190514-184333/include/site/inn
LKP_CGI_PORT: 80
LKP_CIFS_PORT: 139
oom-killer: 
watchdog: 

#! runtime status
repeat_to: 2
schedule_notify_address: 
model: Broadwell-EX
nr_node: 4
nr_cpu: 192
memory: 496G
hdd_partitions: "/dev/disk/by-id/ata-TOSHIBA_MK8061GSYB_22FHP0NKT-part1"
swap_partitions: 
rootfs_partition: LABEL=LKP-ROOTFS
brand: Intel(R) Xeon(R) CPU E7-8890 v4 @ 2.20GHz
ucode: '0xb00002e'

#! user overrides
job_origin: "/lkp/jobs/scheduled/lkp-bdw-ex1/hackbench-performance-pipe-process-1600%-ucode=0xb00002e-debian-x86_-20190515-6476-nsvpu0-0.yaml"
kernel: "/pkg/linux/x86_64-rhel-7.6/gcc-7/07cf623c04048316ec3c273fd0cebe478f1caa65/vmlinuz-5.1.0-00205-g07cf623"
dequeue_time: 2019-05-15 16:03:28.606276234 +08:00

#! /lkp/lkp/.src-20190515-150800/include/site/inn
job_state: finished
loadavg: 26063.14 24284.84 18448.02 1/1315 155322
start_time: '1557907486'
end_time: '1557908470'
version: "/lkp/lkp/.src-20190515-150800"

[-- Attachment #5: reproduce.ksh --]
[-- Type: text/plain, Size: 331 bytes --]


for cpu_dir in /sys/devices/system/cpu/cpu[0-9]*
do
	online_file="$cpu_dir"/online
	[ -f "$online_file" ] && [ "$(cat "$online_file")" -eq 0 ] && continue

	file="$cpu_dir"/cpufreq/scaling_governor
	[ -f "$file" ] && echo "performance" > "$file"
done

 "/usr/bin/hackbench" "-g" "3072" "--process" "--pipe" "-l" "1875" "-s" "100"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-16  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-16  8:09 [sched/fair] 07cf623c04: hackbench.throughput -70.5% regression kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.