On Mon, May 10, 2021 at 04:33:25PM +0800, Xing, Zhengjun wrote: > Hi Andrea, > > On 4/22/2021 1:44 PM, Andrea Arcangeli wrote: > > Hello, > > > > thanks a lot for the help benchmarking and regression testing my > > aa.git tree. > > > > So I've been looking right now what the problem was with the > > regression you reported to a scheduler optimization I did in my aa.git > > tree. > > > > On Fri, Mar 05, 2021 at 04:12:14PM +0800, kernel test robot wrote: > >> Greeting, > >> > >> FYI, we noticed a -81.3% regression of stress-ng.sockabuse.ops_per_sec due to commit: > >> > >> > >> commit: 80cb403876fc973389d6ea100a3eea11d81e6f2d ("sched/fair: skip select_idle_sibling() in presence of sync wakeups") > >> https://git.kernel.org/cgit/linux/kernel/git/andrea/aa.git master > >> > >> > >> in testcase: stress-ng > >> on test machine: 96 threads Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz with 192G memory > >> with following parameters: > >> > >> nr_threads: 100% > >> disk: 1HDD > >> testtime: 60s > >> class: network > >> test: sockabuse > >> cpufreq_governor: performance > >> ucode: 0x5003006 > > Could you confirm the -81.3% regression is with the following test > > command line: > > > > ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > Sorry for the late. > > I re-test it many times, the regression still exists. > I find that your test machine has 16 CPUs,  but this issue happened on a > machine with 96 CPUs. > Maybe increase the CPU numbers can easy to reproduce the issue. Ok I will try again then. I'm getting the exact opposite result, so I wonder if perhaps there's something in my .config that is different so I will also try your config first. Thanks, Andrea > > 2021-04-26 07:14:15 stress-ng --timeout 60 --times --verify > --metrics-brief --sockabuse 96 > stress-ng: info:  [2793] dispatching hogs: 96 sockabuse > stress-ng: info:  [2793] successful run completed in 60.03s (1 min, 0.03 > secs) > stress-ng: info:  [2793] stressor       bogo ops real time  usr time  > sys time   bogo ops/s     bogo ops/s > stress-ng: info:  [2793]                           (secs) (secs)    > (secs)   (real time) (usr+sys time) > stress-ng: info:  [2793] sockabuse         96021     60.00 4.65     > 66.79      1600.34        1344.08 > stress-ng: info:  [2793] for a 60.03s run time: > stress-ng: info:  [2793]    5762.61s available CPU time > stress-ng: info:  [2793]       5.61s user time   (  0.10%) > stress-ng: info:  [2793]      67.77s system time (  1.18%) > stress-ng: info:  [2793]      73.38s total time  (  1.27%) > stress-ng: info:  [2793] load average: 2.55 0.87 0.31 > > ========================================================================================= > tbox_group/testcase/rootfs/kconfig/compiler/nr_threads/disk/testtime/class/test/cpufreq_governor/ucode: > lkp-csl-2sp5/stress-ng/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/100%/1HDD/60s/network/sockabuse/performance/0x5003006 > > commit: >   05091b2b63b3cf127a1b28abd17e5416babf61bf >   80cb403876fc973389d6ea100a3eea11d81e6f2d > > 05091b2b63b3cf12 80cb403876fc973389d6ea100a3 > ---------------- --------------------------- >          %stddev     %change         %stddev >              \          |                \ >     516345           -80.0%     103073 ±  5% stress-ng.sockabuse.ops >       8605           -80.0%       1717 ±  5% > stress-ng.sockabuse.ops_per_sec > > > > > > If yes, then I wonder if the lkp script may be doing a mistake. Aren't > > more bogo ops or more ops/sec and higher CPU utilization better and desired? > > > > The improvement in ops/sec for sockabuse looks massive with aa.git > > compared to upstream. > > > > In addition it also wins the other tcp benchmarks by 67.1%. > > > > Could you re-check (and if necessary correct) your stress-ng sockabuse > > reporting logic in lkp to be sure it's not reversed? > > > > The following are my results. > > > > upstream commit 151501160401e2dc669ea7dac2c599b53f220c33: > > > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [11485] dispatching hogs: 16 sockabuse > > stress-ng: info: [11485] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [11485] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [11485] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [11485] sockabuse 79249 60.00 35.27 238.43 1320.81 289.55 > > stress-ng: info: [11485] for a 60.00s run time: > > stress-ng: info: [11485] 960.07s available CPU time > > stress-ng: info: [11485] 35.44s user time ( 3.69%) > > stress-ng: info: [11485] 238.59s system time ( 24.85%) > > stress-ng: info: [11485] 274.03s total time ( 28.54%) > > stress-ng: info: [11485] load average: 4.30 1.71 0.69 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [11576] dispatching hogs: 16 sockabuse > > stress-ng: info: [11576] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [11576] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [11576] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [11576] sockabuse 78151 60.00 34.51 234.79 1302.51 290.20 > > stress-ng: info: [11576] for a 60.00s run time: > > stress-ng: info: [11576] 960.08s available CPU time > > stress-ng: info: [11576] 34.67s user time ( 3.61%) > > stress-ng: info: [11576] 234.95s system time ( 24.47%) > > stress-ng: info: [11576] 269.62s total time ( 28.08%) > > stress-ng: info: [11576] load average: 4.76 2.35 1.01 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [11687] dispatching hogs: 8 sockabuse > > stress-ng: info: [11687] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [11687] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [11687] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [11687] sockabuse 36426 60.00 18.89 123.67 607.10 255.51 > > stress-ng: info: [11687] for a 60.00s run time: > > stress-ng: info: [11687] 960.04s available CPU time > > stress-ng: info: [11687] 18.96s user time ( 1.97%) > > stress-ng: info: [11687] 123.76s system time ( 12.89%) > > stress-ng: info: [11687] 142.72s total time ( 14.87%) > > stress-ng: info: [11687] load average: 1.67 1.84 0.99 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [11763] dispatching hogs: 8 sockabuse > > stress-ng: info: [11763] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [11763] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [11763] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [11763] sockabuse 36238 60.00 18.47 123.14 603.96 255.90 > > stress-ng: info: [11763] for a 60.00s run time: > > stress-ng: info: [11763] 960.04s available CPU time > > stress-ng: info: [11763] 18.55s user time ( 1.93%) > > stress-ng: info: [11763] 123.22s system time ( 12.83%) > > stress-ng: info: [11763] 141.77s total time ( 14.77%) > > stress-ng: info: [11763] load average: 2.45 1.92 1.10 > > > > aa.git main branch: > > > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [1484] dispatching hogs: 16 sockabuse > > stress-ng: info: [1484] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1484] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1484] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1484] sockabuse 227572 60.00 69.34 458.66 3792.85 431.01 > > stress-ng: info: [1484] for a 60.00s run time: > > stress-ng: info: [1484] 960.07s available CPU time > > stress-ng: info: [1484] 69.50s user time ( 7.24%) > > stress-ng: info: [1484] 458.82s system time ( 47.79%) > > stress-ng: info: [1484] 528.32s total time ( 55.03%) > > stress-ng: info: [1484] load average: 9.72 4.63 1.96 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [1560] dispatching hogs: 16 sockabuse > > stress-ng: info: [1560] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1560] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1560] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1560] sockabuse 225473 60.00 69.17 456.73 3757.87 428.74 > > stress-ng: info: [1560] for a 60.00s run time: > > stress-ng: info: [1560] 960.07s available CPU time > > stress-ng: info: [1560] 69.34s user time ( 7.22%) > > stress-ng: info: [1560] 456.88s system time ( 47.59%) > > stress-ng: info: [1560] 526.22s total time ( 54.81%) > > stress-ng: info: [1560] load average: 12.22 6.29 2.71 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [1259] dispatching hogs: 8 sockabuse > > stress-ng: info: [1259] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1259] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1259] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1259] sockabuse 137434 60.00 45.26 291.80 2290.54 407.74 > > stress-ng: info: [1259] for a 60.00s run time: > > stress-ng: info: [1259] 960.05s available CPU time > > stress-ng: info: [1259] 45.33s user time ( 4.72%) > > stress-ng: info: [1259] 291.88s system time ( 30.40%) > > stress-ng: info: [1259] 337.21s total time ( 35.12%) > > stress-ng: info: [1259] load average: 6.41 2.10 0.76 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [1411] dispatching hogs: 8 sockabuse > > stress-ng: info: [1411] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1411] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1411] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1411] sockabuse 139263 60.00 45.97 294.32 2321.04 409.25 > > stress-ng: info: [1411] for a 60.00s run time: > > stress-ng: info: [1411] 960.03s available CPU time > > stress-ng: info: [1411] 46.05s user time ( 4.80%) > > stress-ng: info: [1411] 294.40s system time ( 30.67%) > > stress-ng: info: [1411] 340.45s total time ( 35.46%) > > stress-ng: info: [1411] load average: 6.74 3.15 1.26 > > > > aa.git main + "git revert" of "sched/fair: skip select_idle_sibling() in presence of sync wakeups": > > > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [1297] dispatching hogs: 16 sockabuse > > stress-ng: info: [1297] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1297] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1297] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1297] sockabuse 79820 60.00 35.61 239.91 1330.33 289.71 > > stress-ng: info: [1297] for a 60.00s run time: > > stress-ng: info: [1297] 960.08s available CPU time > > stress-ng: info: [1297] 35.75s user time ( 3.72%) > > stress-ng: info: [1297] 240.07s system time ( 25.01%) > > stress-ng: info: [1297] 275.82s total time ( 28.73%) > > stress-ng: info: [1297] load average: 4.67 1.62 0.59 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse `nproc` > > stress-ng: info: [1371] dispatching hogs: 16 sockabuse > > stress-ng: info: [1371] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1371] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1371] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1371] sockabuse 80553 60.00 35.76 241.33 1342.54 290.71 > > stress-ng: info: [1371] for a 60.00s run time: > > stress-ng: info: [1371] 960.07s available CPU time > > stress-ng: info: [1371] 35.95s user time ( 3.74%) > > stress-ng: info: [1371] 241.48s system time ( 25.15%) > > stress-ng: info: [1371] 277.43s total time ( 28.90%) > > stress-ng: info: [1371] load average: 4.50 2.17 0.86 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [1459] dispatching hogs: 8 sockabuse > > stress-ng: info: [1459] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1459] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1459] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1459] sockabuse 36641 60.00 18.98 123.23 610.68 257.65 > > stress-ng: info: [1459] for a 60.00s run time: > > stress-ng: info: [1459] 960.04s available CPU time > > stress-ng: info: [1459] 19.07s user time ( 1.99%) > > stress-ng: info: [1459] 123.31s system time ( 12.84%) > > stress-ng: info: [1459] 142.38s total time ( 14.83%) > > stress-ng: info: [1459] load average: 2.65 2.07 0.94 > > # ./stress-ng --timeout 60 --times --verify --metrics-brief --sockabuse $[`nproc`/2] > > stress-ng: info: [1509] dispatching hogs: 8 sockabuse > > stress-ng: info: [1509] successful run completed in 60.00s (1 min, 0.00 secs) > > stress-ng: info: [1509] stressor bogo ops real time usr time sys time bogo ops/s bogo ops/s > > stress-ng: info: [1509] (secs) (secs) (secs) (real time) (usr+sys time) > > stress-ng: info: [1509] sockabuse 36339 60.00 18.65 121.20 605.65 259.84 > > stress-ng: info: [1509] for a 60.00s run time: > > stress-ng: info: [1509] 960.04s available CPU time > > stress-ng: info: [1509] 18.72s user time ( 1.95%) > > stress-ng: info: [1509] 121.28s system time ( 12.63%) > > stress-ng: info: [1509] 140.00s total time ( 14.58%) > > stress-ng: info: [1509] load average: 3.05 2.26 1.08 > > > > > > Thanks, > > Andrea > > > >> > >> In addition to that, the commit also has significant impact on the following tests: > >> > >> +------------------+---------------------------------------------------------------------------+ > >> | testcase: change | netperf: netperf.Throughput_tps 67.1% improvement | > >> | test machine | 192 threads Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz with 192G memory | > >> | test parameters | cluster=cs-localhost | > >> | | cpufreq_governor=performance | > >> | | ip=ipv4 | > >> | | nr_threads=25% | > >> | | runtime=300s | > >> | | test=TCP_RR | > >> | | ucode=0x5003006 | > >> +------------------+---------------------------------------------------------------------------+ > >> | testcase: change | netperf: netperf.Throughput_Mbps -68.3% regression | > >> | test machine | 192 threads Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz with 192G memory | > >> | test parameters | cluster=cs-localhost | > >> | | cpufreq_governor=performance | > >> | | ip=ipv4 | > >> | | nr_threads=50% | > >> | | runtime=300s | > >> | | send_size=10K | > >> | | test=SCTP_STREAM_MANY | > >> | | ucode=0x5003006 | > >> +------------------+---------------------------------------------------------------------------+ > >> > >> > >> If you fix the issue, kindly add following tag > >> Reported-by: kernel test robot > >> > >> > >> 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 split-job --compatible job.yaml > >> bin/lkp run compatible-job.yaml > >> > >> ========================================================================================= > >> class/compiler/cpufreq_governor/disk/kconfig/nr_threads/rootfs/tbox_group/test/testcase/testtime/ucode: > >> network/gcc-9/performance/1HDD/x86_64-rhel-8.3/100%/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp5/sockabuse/stress-ng/60s/0x5003006 > >> > >> commit: > >> 05091b2b63 ("mm: soft_dirty: fail CLEAR_REFS_SOFT_DIRTY if not built into the kernel") > >> 80cb403876 ("sched/fair: skip select_idle_sibling() in presence of sync wakeups") > >> > >> 05091b2b63b3cf12 80cb403876fc973389d6ea100a3 > >> ---------------- --------------------------- > >> %stddev %change %stddev > >> \ | \ > >> 526514 -81.3% 98633 ± 4% stress-ng.sockabuse.ops > >> 8775 -81.3% 1643 ± 4% stress-ng.sockabuse.ops_per_sec > >> 25444 ± 5% +655.9% 192343 ± 5% stress-ng.time.involuntary_context_switches > >> 17857 -7.4% 16541 stress-ng.time.minor_page_faults > >> 794.50 ± 10% -84.5% 122.83 ± 4% stress-ng.time.percent_of_cpu_this_job_got > >> 438.79 ± 2% -84.0% 70.36 ± 3% stress-ng.time.system_time > >> 54.63 ± 78% -89.0% 6.03 ± 4% stress-ng.time.user_time > >> 17248703 -81.7% 3152423 ± 4% stress-ng.time.voluntary_context_switches > >> 15.00 +1.0% 15.15 boot-time.dhcp > >> 2130 ± 2% +4.6% 2227 ± 2% boot-time.idle > >> 7803 ± 10% -65.8% 2668 ± 16% numa-meminfo.node1.Active > >> 7590 ± 10% -66.1% 2569 ± 15% numa-meminfo.node1.Active(anon) > >> 1897 ± 10% -66.1% 642.33 ± 15% numa-vmstat.node1.nr_active_anon > >> 1897 ± 10% -66.1% 642.33 ± 15% numa-vmstat.node1.nr_zone_active_anon > >> 88.04 +9.9% 96.75 iostat.cpu.idle > >> 10.86 -72.5% 2.99 ± 2% iostat.cpu.system > >> 1.10 ± 65% -76.1% 0.26 ± 2% iostat.cpu.user > >> 9259 ± 5% -53.0% 4355 meminfo.Active > >> 8990 ± 5% -54.5% 4086 meminfo.Active(anon) > >> 28602 -17.9% 23477 meminfo.Shmem > >> 1.267e+09 ± 2% -99.9% 1651430 ± 8% cpuidle.C1.time > >> 14333463 -99.9% 20726 ± 5% cpuidle.C1.usage > >> 4336234 ± 18% -99.4% 24150 ± 10% cpuidle.POLL.time > >> 412758 ± 20% -99.7% 1148 ± 10% cpuidle.POLL.usage > >> 0.79 ± 2% +0.4 1.21 mpstat.cpu.all.irq% > >> 2.14 ± 2% -1.8 0.37 ± 3% mpstat.cpu.all.soft% > >> 7.09 -5.9 1.19 ± 3% mpstat.cpu.all.sys% > >> 1.03 ± 64% -0.8 0.25 ± 2% mpstat.cpu.all.usr% > >> 87.67 +9.5% 96.00 vmstat.cpu.id > >> 9.83 ± 13% -86.4% 1.33 ± 35% vmstat.procs.r > >> 532294 -89.4% 56520 ± 4% vmstat.system.cs > >> 201553 -4.5% 192433 vmstat.system.in > >> 3344 ± 5% +13.7% 3804 ± 3% slabinfo.TCP.active_objs > >> 3349 ± 5% +13.6% 3805 ± 3% slabinfo.TCP.num_objs > >> 31994 -8.6% 29244 slabinfo.filp.active_objs > >> 2959 ± 2% +58.3% 4684 ± 8% slabinfo.trace_event_file.active_objs > >> 2959 ± 2% +58.3% 4684 ± 8% slabinfo.trace_event_file.num_objs > >> 0.01 ± 37% -100.0% 0.00 perf-sched.sch_delay.avg.ms.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe.[unknown] > >> 0.01 ± 25% +88.7% 0.02 ± 11% perf-sched.sch_delay.max.ms.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe.[unknown] > >> 314.00 ± 11% +116.0% 678.17 ± 43% perf-sched.total_wait_and_delay.count.ms > >> 0.01 ± 13% -87.7% 0.00 ±223% perf-sched.wait_and_delay.avg.ms.schedule_hrtimeout_range_clock.poll_schedule_timeout.constprop.0.do_select > >> 0.55 ± 49% +169.0% 1.48 ± 77% perf-sched.wait_and_delay.avg.ms.worker_thread.kthread.ret_from_fork > >> 1.50 ± 33% +13344.4% 201.67 ± 79% perf-sched.wait_and_delay.count.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe.[unknown] > >> 0.01 ± 25% +417.0% 0.05 ± 87% perf-sched.wait_and_delay.max.ms.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe.[unknown] > >> 0.01 ± 13% -87.7% 0.00 ±223% perf-sched.wait_and_delay.max.ms.schedule_hrtimeout_range_clock.poll_schedule_timeout.constprop.0.do_select > >> 0.13 ±121% +700.6% 1.04 ± 87% perf-sched.wait_time.max.ms.pipe_read.new_sync_read.vfs_read.ksys_read > >> 2247 ± 5% -54.6% 1021 proc-vmstat.nr_active_anon > >> 7151 -17.9% 5869 proc-vmstat.nr_shmem > >> 2247 ± 5% -54.6% 1021 proc-vmstat.nr_zone_active_anon > >> 5290 ± 53% -69.7% 1603 ±147% proc-vmstat.numa_hint_faults > >> 389745 +4.1% 405820 proc-vmstat.numa_hit > >> 303149 +5.3% 319218 proc-vmstat.numa_local > >> 4850 ± 7% -76.7% 1132 ± 5% proc-vmstat.pgactivate > >> 443853 +24.4% 552265 ± 2% proc-vmstat.pgalloc_normal > >> 238244 -3.6% 229720 proc-vmstat.pgfault > >> 298399 +37.6% 410611 ± 2% proc-vmstat.pgfree > >> 660.42 ± 26% +46.6% 968.17 ± 10% sched_debug.cfs_rq:/.load_avg.max > >> 33806 ± 36% -47.1% 17896 ± 24% sched_debug.cfs_rq:/.min_vruntime.avg > >> 4724 ± 17% -24.1% 3587 ± 9% sched_debug.cfs_rq:/.min_vruntime.stddev > >> 230.80 ± 28% +48.4% 342.61 ± 5% sched_debug.cfs_rq:/.runnable_avg.stddev > >> 4725 ± 17% -24.1% 3587 ± 9% sched_debug.cfs_rq:/.spread0.stddev > >> 230.26 ± 27% +48.2% 341.21 ± 5% sched_debug.cfs_rq:/.util_avg.stddev > >> 583.83 ± 29% +42.5% 832.17 sched_debug.cfs_rq:/.util_est_enqueued.max > >> 92.06 ± 30% +42.9% 131.53 ± 21% sched_debug.cfs_rq:/.util_est_enqueued.stddev > >> 524678 ± 24% +60.4% 841440 ± 2% sched_debug.cpu.avg_idle.avg > >> 308.17 ± 25% -30.6% 213.73 ± 28% sched_debug.cpu.curr->pid.avg > >> 826.53 ± 12% -19.7% 663.56 ± 14% sched_debug.cpu.curr->pid.stddev > >> 115976 ± 69% -98.8% 1364 sched_debug.cpu.nr_switches.avg > >> 90168 ± 71% -99.5% 443.00 ± 31% sched_debug.cpu.nr_switches.min > >> 15827 ± 83% -93.5% 1024 ± 5% sched_debug.cpu.nr_switches.stddev > >> 9.94 -38.6% 6.10 ± 12% perf-stat.i.MPKI > >> 4.414e+09 -77.1% 1.011e+09 ± 2% perf-stat.i.branch-instructions > >> 1.74 +0.2 1.92 ± 5% perf-stat.i.branch-miss-rate% > >> 74302215 -71.7% 21003192 ± 4% perf-stat.i.branch-misses > >> 5.69 ± 5% +8.0 13.74 ± 13% perf-stat.i.cache-miss-rate% > >> 11304963 ± 6% -65.5% 3905372 ± 6% perf-stat.i.cache-misses > >> 2.185e+08 -86.9% 28635626 ± 10% perf-stat.i.cache-references > >> 550896 -89.4% 58412 ± 4% perf-stat.i.context-switches > >> 3.285e+10 ± 7% -78.2% 7.167e+09 ± 2% perf-stat.i.cpu-cycles > >> 976.28 ± 13% -38.4% 601.54 ± 3% perf-stat.i.cpu-migrations > >> 2926 ± 2% -36.0% 1872 ± 5% perf-stat.i.cycles-between-cache-misses > >> 879761 ± 50% -69.9% 264507 ± 75% perf-stat.i.dTLB-load-misses > >> 6.295e+09 -77.7% 1.402e+09 ± 3% perf-stat.i.dTLB-loads > >> 97101 ± 5% -57.1% 41624 ± 57% perf-stat.i.dTLB-store-misses > >> 3.677e+09 -78.7% 7.817e+08 ± 3% perf-stat.i.dTLB-stores > >> 73.92 -1.9 72.01 perf-stat.i.iTLB-load-miss-rate% > >> 43356190 ± 2% -79.7% 8789163 ± 4% perf-stat.i.iTLB-load-misses > >> 14401086 ± 2% -77.7% 3214173 ± 2% perf-stat.i.iTLB-loads > >> 2.164e+10 -77.0% 4.973e+09 ± 2% perf-stat.i.instructions > >> 658.11 +3.7% 682.44 ± 2% perf-stat.i.instructions-per-iTLB-miss > >> 0.34 ± 7% -78.2% 0.07 ± 2% perf-stat.i.metric.GHz > >> 0.55 ± 48% +130.0% 1.28 ± 7% perf-stat.i.metric.K/sec > >> 152.35 -77.9% 33.63 ± 3% perf-stat.i.metric.M/sec > >> 3413 -3.8% 3284 perf-stat.i.minor-faults > >> 82.39 +2.1 84.50 perf-stat.i.node-load-miss-rate% > >> 2378991 ± 6% -56.2% 1041248 ± 2% perf-stat.i.node-load-misses > >> 499715 ± 6% -60.9% 195150 ± 4% perf-stat.i.node-loads > >> 86.96 -10.4 76.52 ± 2% perf-stat.i.node-store-miss-rate% > >> 1805311 ± 6% -77.1% 413780 ± 4% perf-stat.i.node-store-misses > >> 235644 ± 10% -41.6% 137603 ± 8% perf-stat.i.node-stores > >> 3425 -3.8% 3296 perf-stat.i.page-faults > >> 10.10 -42.9% 5.76 ± 11% perf-stat.overall.MPKI > >> 1.68 +0.4 2.08 ± 4% perf-stat.overall.branch-miss-rate% > >> 5.17 ± 5% +8.6 13.82 ± 13% perf-stat.overall.cache-miss-rate% > >> 2904 ± 3% -36.6% 1840 ± 5% perf-stat.overall.cycles-between-cache-misses > >> 0.00 ± 5% +0.0 0.01 ± 58% perf-stat.overall.dTLB-store-miss-rate% > >> 75.05 -1.8 73.21 perf-stat.overall.iTLB-load-miss-rate% > >> 499.41 ± 2% +13.4% 566.32 perf-stat.overall.instructions-per-iTLB-miss > >> 82.64 +1.6 84.22 perf-stat.overall.node-load-miss-rate% > >> 88.41 -13.4 75.02 ± 2% perf-stat.overall.node-store-miss-rate% > >> 4.343e+09 -77.1% 9.955e+08 ± 2% perf-stat.ps.branch-instructions > >> 73120339 -71.7% 20682483 ± 4% perf-stat.ps.branch-misses > >> 11123479 ± 6% -65.4% 3844726 ± 6% perf-stat.ps.cache-misses > >> 2.15e+08 -86.9% 28183805 ± 10% perf-stat.ps.cache-references > >> 541960 -89.4% 57477 ± 4% perf-stat.ps.context-switches > >> 3.232e+10 ± 7% -78.2% 7.055e+09 ± 2% perf-stat.ps.cpu-cycles > >> 960.49 ± 13% -38.4% 591.96 ± 3% perf-stat.ps.cpu-migrations > >> 865567 ± 50% -69.9% 260323 ± 75% perf-stat.ps.dTLB-load-misses > >> 6.194e+09 -77.7% 1.379e+09 ± 3% perf-stat.ps.dTLB-loads > >> 95569 ± 5% -57.1% 40986 ± 57% perf-stat.ps.dTLB-store-misses > >> 3.618e+09 -78.7% 7.694e+08 ± 3% perf-stat.ps.dTLB-stores > >> 42653601 ± 2% -79.7% 8648774 ± 4% perf-stat.ps.iTLB-load-misses > >> 14168190 ± 2% -77.7% 3163030 ± 2% perf-stat.ps.iTLB-loads > >> 2.129e+10 -77.0% 4.895e+09 ± 2% perf-stat.ps.instructions > >> 3363 -3.8% 3234 perf-stat.ps.minor-faults > >> 2340634 ± 6% -56.2% 1024819 ± 2% perf-stat.ps.node-load-misses > >> 491746 ± 6% -60.9% 192112 ± 4% perf-stat.ps.node-loads > >> 1776065 ± 6% -77.1% 407266 ± 4% perf-stat.ps.node-store-misses > >> 232066 ± 10% -41.6% 135529 ± 8% perf-stat.ps.node-stores > >> 3375 -3.8% 3246 perf-stat.ps.page-faults > >> 1.347e+12 -77.0% 3.097e+11 ± 2% perf-stat.total.instructions > >> 204276 ± 10% -80.1% 40639 ± 16% softirqs.CPU0.NET_RX > >> 204566 ± 12% -82.7% 35293 ± 20% softirqs.CPU1.NET_RX > >> 200973 ± 11% -80.0% 40129 ± 22% softirqs.CPU10.NET_RX > >> 14649 ± 5% -22.3% 11377 ± 5% softirqs.CPU10.RCU > >> 193429 ± 11% -79.5% 39672 ± 19% softirqs.CPU11.NET_RX > >> 14216 ± 5% -20.2% 11342 ± 5% softirqs.CPU11.RCU > >> 192097 ± 13% -81.1% 36213 ± 22% softirqs.CPU12.NET_RX > >> 14506 ± 6% -22.7% 11216 ± 3% softirqs.CPU12.RCU > >> 195618 ± 11% -83.3% 32757 ± 20% softirqs.CPU13.NET_RX > >> 14059 ± 5% -22.0% 10968 ± 5% softirqs.CPU13.RCU > >> 201701 ± 13% -80.7% 38982 ± 16% softirqs.CPU14.NET_RX > >> 14322 ± 6% -22.7% 11075 ± 2% softirqs.CPU14.RCU > >> 200512 ± 14% -81.9% 36238 ± 15% softirqs.CPU15.NET_RX > >> 14495 ± 5% -24.0% 11023 ± 4% softirqs.CPU15.RCU > >> 200306 ± 10% -81.3% 37444 ± 24% softirqs.CPU16.NET_RX > >> 14655 ± 5% -28.5% 10474 ± 3% softirqs.CPU16.RCU > >> 199288 ± 9% -80.8% 38303 ± 21% softirqs.CPU17.NET_RX > >> 14444 ± 6% -27.5% 10469 ± 3% softirqs.CPU17.RCU > >> 194256 ± 13% -78.9% 41023 ± 22% softirqs.CPU18.NET_RX > >> 14563 ± 6% -26.9% 10651 ± 5% softirqs.CPU18.RCU > >> 188424 ± 12% -78.8% 39936 ± 19% softirqs.CPU19.NET_RX > >> 14266 ± 5% -25.7% 10606 ± 4% softirqs.CPU19.RCU > >> 205211 ± 11% -80.8% 39403 ± 19% softirqs.CPU2.NET_RX > >> 15042 ± 6% -23.5% 11511 ± 3% softirqs.CPU2.RCU > >> 194184 ± 9% -78.9% 41058 ± 20% softirqs.CPU20.NET_RX > >> 14222 ± 4% -25.2% 10632 ± 3% softirqs.CPU20.RCU > >> 193132 ± 11% -79.6% 39477 ± 32% softirqs.CPU21.NET_RX > >> 14400 ± 6% -25.4% 10748 ± 10% softirqs.CPU21.RCU > >> 191023 ± 11% -79.5% 39089 ± 12% softirqs.CPU22.NET_RX > >> 15013 ± 14% -29.1% 10649 ± 3% softirqs.CPU22.RCU > >> 191291 ± 12% -78.7% 40739 ± 14% softirqs.CPU23.NET_RX > >> 14415 ± 6% -24.1% 10938 ± 5% softirqs.CPU23.RCU > >> 213932 ± 6% -86.5% 28975 ± 17% softirqs.CPU24.NET_RX > >> 15541 ± 4% -31.0% 10722 ± 4% softirqs.CPU24.RCU > >> 226264 ± 6% -86.5% 30448 ± 12% softirqs.CPU25.NET_RX > >> 15333 ± 5% -33.0% 10268 ± 5% softirqs.CPU25.RCU > >> 218129 ± 7% -85.4% 31891 ± 21% softirqs.CPU26.NET_RX > >> 15106 ± 3% -28.7% 10765 ± 7% softirqs.CPU26.RCU > >> 223067 ± 8% -86.5% 30225 ± 23% softirqs.CPU27.NET_RX > >> 15388 ± 5% -33.5% 10239 ± 3% softirqs.CPU27.RCU > >> 223385 ± 9% -87.5% 28021 ± 14% softirqs.CPU28.NET_RX > >> 15324 ± 4% -33.6% 10174 ± 3% softirqs.CPU28.RCU > >> 219898 ± 6% -86.2% 30328 ± 12% softirqs.CPU29.NET_RX > >> 15386 ± 3% -31.7% 10509 ± 5% softirqs.CPU29.RCU > >> 200741 ± 13% -80.6% 39007 ± 12% softirqs.CPU3.NET_RX > >> 15319 ± 7% -26.5% 11253 ± 3% softirqs.CPU3.RCU > >> 210466 ± 7% -85.7% 30180 ± 9% softirqs.CPU30.NET_RX > >> 15146 ± 4% -32.9% 10160 ± 3% softirqs.CPU30.RCU > >> 218446 ± 7% -86.8% 28878 ± 19% softirqs.CPU31.NET_RX > >> 14893 ± 4% -32.9% 9998 ± 4% softirqs.CPU31.RCU > >> 223574 ± 8% -86.2% 30809 ± 18% softirqs.CPU32.NET_RX > >> 14930 ± 6% -26.9% 10920 ± 11% softirqs.CPU32.RCU > >> 223764 ± 13% -86.7% 29666 ± 17% softirqs.CPU33.NET_RX > >> 15279 ± 7% -27.6% 11063 ± 4% softirqs.CPU33.RCU > >> 225171 ± 8% -86.2% 31118 ± 14% softirqs.CPU34.NET_RX > >> 15521 ± 5% -27.7% 11227 ± 5% softirqs.CPU34.RCU > >> 223481 ± 11% -83.9% 35968 ± 13% softirqs.CPU35.NET_RX > >> 15498 ± 7% -24.7% 11667 ± 4% softirqs.CPU35.RCU > >> 220914 ± 10% -84.6% 33988 ± 11% softirqs.CPU36.NET_RX > >> 15153 ± 5% -25.1% 11350 ± 5% softirqs.CPU36.RCU > >> 224403 ± 7% -84.3% 35336 ± 8% softirqs.CPU37.NET_RX > >> 15289 ± 4% -25.9% 11325 ± 5% softirqs.CPU37.RCU > >> 222302 ± 10% -85.9% 31417 ± 9% softirqs.CPU38.NET_RX > >> 15032 ± 5% -25.7% 11171 ± 4% softirqs.CPU38.RCU > >> 225678 ± 11% -85.3% 33065 ± 14% softirqs.CPU39.NET_RX > >> 15437 ± 5% -26.6% 11334 ± 4% softirqs.CPU39.RCU > >> 200358 ± 15% -79.8% 40502 ± 16% softirqs.CPU4.NET_RX > >> 14869 ± 5% -21.3% 11705 ± 6% softirqs.CPU4.RCU > >> 223515 ± 10% -86.1% 31141 ± 11% softirqs.CPU40.NET_RX > >> 15422 ± 5% -25.1% 11551 ± 4% softirqs.CPU40.RCU > >> 220029 ± 10% -86.2% 30466 ± 19% softirqs.CPU41.NET_RX > >> 15348 ± 7% -25.9% 11376 ± 4% softirqs.CPU41.RCU > >> 216303 ± 11% -86.2% 29744 ± 5% softirqs.CPU42.NET_RX > >> 15001 ± 6% -24.9% 11265 ± 4% softirqs.CPU42.RCU > >> 220377 ± 9% -86.2% 30340 ± 19% softirqs.CPU43.NET_RX > >> 15217 ± 5% -26.2% 11234 ± 2% softirqs.CPU43.RCU > >> 216644 ± 9% -86.3% 29781 ± 12% softirqs.CPU44.NET_RX > >> 15029 ± 6% -25.7% 11169 ± 4% softirqs.CPU44.RCU > >> 216718 ± 13% -86.3% 29735 ± 23% softirqs.CPU45.NET_RX > >> 14981 ± 6% -26.0% 11088 ± 4% softirqs.CPU45.RCU > >> 221886 ± 10% -85.9% 31276 ± 11% softirqs.CPU46.NET_RX > >> 15645 ± 5% -30.4% 10895 ± 9% softirqs.CPU46.RCU > >> 216760 ± 11% -85.4% 31583 ± 24% softirqs.CPU47.NET_RX > >> 15380 ± 5% -25.7% 11422 ± 9% softirqs.CPU47.RCU > >> 191137 ± 12% -79.3% 39552 ± 18% softirqs.CPU48.NET_RX > >> 195579 ± 11% -79.3% 40407 ± 17% softirqs.CPU49.NET_RX > >> 14355 ± 5% -29.8% 10076 ± 9% softirqs.CPU49.RCU > >> 193922 ± 15% -79.4% 39908 ± 18% softirqs.CPU5.NET_RX > >> 14482 ± 7% -22.0% 11296 ± 7% softirqs.CPU5.RCU > >> 197105 ± 13% -80.7% 38036 ± 15% softirqs.CPU50.NET_RX > >> 14177 ± 7% -23.8% 10804 ± 8% softirqs.CPU50.RCU > >> 198348 ± 11% -82.4% 34986 ± 14% softirqs.CPU51.NET_RX > >> 14565 ± 6% -23.3% 11175 ± 4% softirqs.CPU51.RCU > >> 193489 ± 11% -80.6% 37528 ± 22% softirqs.CPU52.NET_RX > >> 14436 ± 6% -23.0% 11115 ± 4% softirqs.CPU52.RCU > >> 191148 ± 13% -80.3% 37572 ± 7% softirqs.CPU53.NET_RX > >> 14325 ± 7% -22.0% 11179 ± 4% softirqs.CPU53.RCU > >> 187166 ± 14% -80.3% 36913 ± 16% softirqs.CPU54.NET_RX > >> 14436 ± 6% -22.9% 11126 ± 4% softirqs.CPU54.RCU > >> 194125 ± 14% -83.4% 32271 ± 14% softirqs.CPU55.NET_RX > >> 14065 ± 6% -23.7% 10729 ± 4% softirqs.CPU55.RCU > >> 194516 ± 14% -81.1% 36852 ± 17% softirqs.CPU56.NET_RX > >> 13992 ± 6% -20.5% 11125 ± 4% softirqs.CPU56.RCU > >> 186688 ± 16% -79.9% 37589 ± 21% softirqs.CPU57.NET_RX > >> 13771 ± 6% -18.4% 11238 ± 7% softirqs.CPU57.RCU > >> 190417 ± 16% -80.4% 37412 ± 28% softirqs.CPU58.NET_RX > >> 14280 ± 7% -22.5% 11064 ± 6% softirqs.CPU58.RCU > >> 182918 ± 18% -78.7% 38887 ± 18% softirqs.CPU59.NET_RX > >> 14172 ± 8% -20.9% 11210 ± 2% softirqs.CPU59.RCU > >> 191866 ± 12% -78.4% 41365 ± 16% softirqs.CPU6.NET_RX > >> 14301 ± 6% -19.2% 11549 ± 6% softirqs.CPU6.RCU > >> 184545 ± 17% -80.8% 35472 ± 24% softirqs.CPU60.NET_RX > >> 14104 ± 7% -20.3% 11239 ± 4% softirqs.CPU60.RCU > >> 190976 ± 14% -83.5% 31440 ± 19% softirqs.CPU61.NET_RX > >> 13933 ± 6% -24.1% 10569 ± 3% softirqs.CPU61.RCU > >> 192008 ± 13% -82.0% 34534 ± 18% softirqs.CPU62.NET_RX > >> 13708 ± 6% -23.2% 10532 ± 3% softirqs.CPU62.RCU > >> 194234 ± 10% -82.8% 33364 ± 13% softirqs.CPU63.NET_RX > >> 14348 ± 4% -25.2% 10735 ± 3% softirqs.CPU63.RCU > >> 198239 ± 12% -82.1% 35409 ± 21% softirqs.CPU64.NET_RX > >> 14459 ± 5% -28.1% 10399 ± 3% softirqs.CPU64.RCU > >> 193022 ± 13% -79.5% 39665 ± 20% softirqs.CPU65.NET_RX > >> 14131 ± 6% -24.4% 10676 ± 6% softirqs.CPU65.RCU > >> 186531 ± 13% -79.6% 38127 ± 26% softirqs.CPU66.NET_RX > >> 14467 ± 7% -25.1% 10836 ± 5% softirqs.CPU66.RCU > >> 196085 ± 14% -81.3% 36572 ± 23% softirqs.CPU67.NET_RX > >> 14462 ± 6% -28.0% 10406 ± 5% softirqs.CPU67.RCU > >> 196879 ± 18% -80.8% 37760 ± 23% softirqs.CPU68.NET_RX > >> 14690 ± 10% -27.0% 10724 ± 3% softirqs.CPU68.RCU > >> 197696 ± 17% -81.0% 37546 ± 21% softirqs.CPU69.NET_RX > >> 14428 ± 9% -28.8% 10274 ± 2% softirqs.CPU69.RCU > >> 192465 ± 14% -81.4% 35856 ± 14% softirqs.CPU7.NET_RX > >> 14356 ± 5% -24.5% 10844 ± 7% softirqs.CPU7.RCU > >> 192564 ± 15% -79.0% 40510 ± 13% softirqs.CPU70.NET_RX > >> 14204 ± 6% -25.3% 10614 ± 2% softirqs.CPU70.RCU > >> 198843 ± 16% -81.0% 37774 ± 15% softirqs.CPU71.NET_RX > >> 14738 ± 7% -28.3% 10573 ± 3% softirqs.CPU71.RCU > >> 204456 ± 11% -86.7% 27134 ± 13% softirqs.CPU72.NET_RX > >> 15190 ± 5% -33.4% 10116 ± 2% softirqs.CPU72.RCU > >> 218493 ± 12% -86.9% 28680 ± 15% softirqs.CPU73.NET_RX > >> 14743 ± 7% -32.9% 9899 ± 2% softirqs.CPU73.RCU > >> 223714 ± 11% -86.6% 29902 ± 16% softirqs.CPU74.NET_RX > >> 15211 ± 6% -34.4% 9972 ± 3% softirqs.CPU74.RCU > >> 214778 ± 12% -87.3% 27368 ± 20% softirqs.CPU75.NET_RX > >> 14766 ± 6% -28.9% 10496 ± 6% softirqs.CPU75.RCU > >> 221198 ± 12% -88.4% 25760 ± 9% softirqs.CPU76.NET_RX > >> 15607 ± 8% -35.4% 10078 ± 5% softirqs.CPU76.RCU > >> 207277 ± 11% -86.1% 28790 ± 12% softirqs.CPU77.NET_RX > >> 14832 ± 6% -31.2% 10203 ± 3% softirqs.CPU77.RCU > >> 209163 ± 9% -86.5% 28255 ± 8% softirqs.CPU78.NET_RX > >> 14930 ± 4% -32.7% 10041 softirqs.CPU78.RCU > >> 213370 ± 11% -86.6% 28597 ± 13% softirqs.CPU79.NET_RX > >> 14645 ± 6% -33.0% 9813 ± 3% softirqs.CPU79.RCU > >> 193444 ± 12% -82.5% 33798 ± 20% softirqs.CPU8.NET_RX > >> 14265 ± 6% -24.5% 10769 ± 7% softirqs.CPU8.RCU > >> 220156 ± 13% -87.6% 27319 ± 30% softirqs.CPU80.NET_RX > >> 14935 ± 7% -28.9% 10625 ± 7% softirqs.CPU80.RCU > >> 218483 ± 15% -86.6% 29281 ± 19% softirqs.CPU81.NET_RX > >> 15018 ± 7% -28.6% 10719 ± 4% softirqs.CPU81.RCU > >> 213804 ± 11% -85.6% 30878 ± 13% softirqs.CPU82.NET_RX > >> 15245 ± 5% -27.2% 11094 ± 2% softirqs.CPU82.RCU > >> 208828 ± 11% -85.6% 30119 ± 16% softirqs.CPU83.NET_RX > >> 14827 ± 6% -24.9% 11140 ± 5% softirqs.CPU83.RCU > >> 215657 ± 11% -85.3% 31665 ± 14% softirqs.CPU84.NET_RX > >> 15341 ± 6% -27.1% 11188 ± 4% softirqs.CPU84.RCU > >> 218553 ± 13% -85.6% 31560 ± 16% softirqs.CPU85.NET_RX > >> 14826 ± 7% -27.4% 10762 ± 6% softirqs.CPU85.RCU > >> 214946 ± 11% -85.7% 30704 ± 7% softirqs.CPU86.NET_RX > >> 14901 ± 6% -26.3% 10982 ± 4% softirqs.CPU86.RCU > >> 212016 ± 9% -84.6% 32592 ± 9% softirqs.CPU87.NET_RX > >> 14629 ± 4% -21.5% 11484 ± 5% softirqs.CPU87.RCU > >> 218771 ± 9% -88.8% 24419 ± 18% softirqs.CPU88.NET_RX > >> 15263 ± 4% -30.2% 10648 ± 4% softirqs.CPU88.RCU > >> 214889 ± 10% -86.7% 28655 ± 15% softirqs.CPU89.NET_RX > >> 15230 ± 3% -25.7% 11315 ± 4% softirqs.CPU89.RCU > >> 199432 ± 11% -79.2% 41399 ± 24% softirqs.CPU9.NET_RX > >> 14474 ± 6% -21.7% 11330 ± 9% softirqs.CPU9.RCU > >> 220600 ± 11% -86.6% 29617 ± 9% softirqs.CPU90.NET_RX > >> 14842 ± 4% -27.9% 10698 ± 4% softirqs.CPU90.RCU > >> 215116 ± 13% -85.9% 30430 ± 17% softirqs.CPU91.NET_RX > >> 15470 ± 10% -28.9% 11005 ± 5% softirqs.CPU91.RCU > >> 216060 ± 13% -87.2% 27656 ± 19% softirqs.CPU92.NET_RX > >> 15021 ± 8% -27.3% 10928 ± 6% softirqs.CPU92.RCU > >> 223485 ± 13% -88.1% 26696 ± 19% softirqs.CPU93.NET_RX > >> 15207 ± 6% -29.1% 10787 ± 5% softirqs.CPU93.RCU > >> 215588 ± 10% -86.7% 28628 ± 11% softirqs.CPU94.NET_RX > >> 14928 ± 5% -26.5% 10968 ± 5% softirqs.CPU94.RCU > >> 211339 ± 7% -86.1% 29458 ± 20% softirqs.CPU95.NET_RX > >> 14795 ± 5% -24.9% 11114 ± 4% softirqs.CPU95.RCU > >> 19812686 -83.6% 3253019 ± 4% softirqs.NET_RX > >> 1422322 -26.2% 1049108 softirqs.RCU > >> 25154 -39.8% 15145 ± 2% softirqs.TIMER > >> 139150 ± 14% -62.6% 52019 interrupts.CAL:Function_call_interrupts > >> 1149 ± 30% -81.1% 217.83 ± 42% interrupts.CPU0.NMI:Non-maskable_interrupts > >> 1149 ± 30% -81.1% 217.83 ± 42% interrupts.CPU0.PMI:Performance_monitoring_interrupts > >> 519.00 ± 17% -98.8% 6.00 ± 48% interrupts.CPU0.RES:Rescheduling_interrupts > >> 1419 ± 19% -80.4% 277.83 ± 30% interrupts.CPU1.NMI:Non-maskable_interrupts > >> 1419 ± 19% -80.4% 277.83 ± 30% interrupts.CPU1.PMI:Performance_monitoring_interrupts > >> 514.83 ± 10% -98.0% 10.50 ± 92% interrupts.CPU1.RES:Rescheduling_interrupts > >> 1558 ± 20% -68.7% 488.17 ± 15% interrupts.CPU10.CAL:Function_call_interrupts > >> 1406 ± 14% -80.0% 281.00 ± 35% interrupts.CPU10.NMI:Non-maskable_interrupts > >> 1406 ± 14% -80.0% 281.00 ± 35% interrupts.CPU10.PMI:Performance_monitoring_interrupts > >> 504.67 ± 14% -99.0% 5.00 ± 47% interrupts.CPU10.RES:Rescheduling_interrupts > >> 1421 ± 16% -63.1% 524.67 interrupts.CPU11.CAL:Function_call_interrupts > >> 1252 ± 28% -75.1% 312.33 ± 37% interrupts.CPU11.NMI:Non-maskable_interrupts > >> 1252 ± 28% -75.1% 312.33 ± 37% interrupts.CPU11.PMI:Performance_monitoring_interrupts > >> 466.00 ± 12% -99.1% 4.00 ± 25% interrupts.CPU11.RES:Rescheduling_interrupts > >> 1489 ± 15% -65.1% 519.67 interrupts.CPU12.CAL:Function_call_interrupts > >> 1416 ± 17% -86.6% 189.17 ± 21% interrupts.CPU12.NMI:Non-maskable_interrupts > >> 1416 ± 17% -86.6% 189.17 ± 21% interrupts.CPU12.PMI:Performance_monitoring_interrupts > >> 501.00 ± 11% -99.0% 4.83 ± 40% interrupts.CPU12.RES:Rescheduling_interrupts > >> 1394 ± 16% -62.9% 517.50 interrupts.CPU13.CAL:Function_call_interrupts > >> 1287 ± 24% -86.4% 175.67 ± 34% interrupts.CPU13.NMI:Non-maskable_interrupts > >> 1287 ± 24% -86.4% 175.67 ± 34% interrupts.CPU13.PMI:Performance_monitoring_interrupts > >> 466.33 ± 14% -99.0% 4.83 ± 98% interrupts.CPU13.RES:Rescheduling_interrupts > >> 1412 ± 15% -63.2% 519.67 interrupts.CPU14.CAL:Function_call_interrupts > >> 1190 ± 36% -84.1% 189.17 ± 36% interrupts.CPU14.NMI:Non-maskable_interrupts > >> 1190 ± 36% -84.1% 189.17 ± 36% interrupts.CPU14.PMI:Performance_monitoring_interrupts > >> 474.50 ± 17% -99.2% 4.00 ± 57% interrupts.CPU14.RES:Rescheduling_interrupts > >> 1354 ± 16% -62.2% 511.33 ± 7% interrupts.CPU15.CAL:Function_call_interrupts > >> 1127 ± 23% -78.9% 237.33 ± 35% interrupts.CPU15.NMI:Non-maskable_interrupts > >> 1127 ± 23% -78.9% 237.33 ± 35% interrupts.CPU15.PMI:Performance_monitoring_interrupts > >> 510.67 ± 17% -98.8% 6.00 ± 73% interrupts.CPU15.RES:Rescheduling_interrupts > >> 1432 ± 25% -63.9% 517.67 interrupts.CPU16.CAL:Function_call_interrupts > >> 1117 ± 38% -80.2% 221.67 ± 42% interrupts.CPU16.NMI:Non-maskable_interrupts > >> 1117 ± 38% -80.2% 221.67 ± 42% interrupts.CPU16.PMI:Performance_monitoring_interrupts > >> 487.33 ± 14% -99.0% 4.83 ± 52% interrupts.CPU16.RES:Rescheduling_interrupts > >> 1427 ± 11% -63.1% 527.17 interrupts.CPU17.CAL:Function_call_interrupts > >> 1215 ± 35% -77.7% 270.67 ± 32% interrupts.CPU17.NMI:Non-maskable_interrupts > >> 1215 ± 35% -77.7% 270.67 ± 32% interrupts.CPU17.PMI:Performance_monitoring_interrupts > >> 478.33 ± 11% -98.4% 7.50 ± 49% interrupts.CPU17.RES:Rescheduling_interrupts > >> 1572 ± 26% -66.2% 530.67 ± 3% interrupts.CPU18.CAL:Function_call_interrupts > >> 1093 ± 48% -73.2% 293.33 ± 34% interrupts.CPU18.NMI:Non-maskable_interrupts > >> 1093 ± 48% -73.2% 293.33 ± 34% interrupts.CPU18.PMI:Performance_monitoring_interrupts > >> 481.17 ± 16% -98.5% 7.17 ±114% interrupts.CPU18.RES:Rescheduling_interrupts > >> 1363 ± 16% -61.6% 523.33 ± 2% interrupts.CPU19.CAL:Function_call_interrupts > >> 1159 ± 33% -75.5% 284.33 ± 39% interrupts.CPU19.NMI:Non-maskable_interrupts > >> 1159 ± 33% -75.5% 284.33 ± 39% interrupts.CPU19.PMI:Performance_monitoring_interrupts > >> 474.67 ± 15% -98.8% 5.67 ± 50% interrupts.CPU19.RES:Rescheduling_interrupts > >> 1463 ± 17% -85.0% 219.50 ± 37% interrupts.CPU2.NMI:Non-maskable_interrupts > >> 1463 ± 17% -85.0% 219.50 ± 37% interrupts.CPU2.PMI:Performance_monitoring_interrupts > >> 502.50 ± 21% -98.4% 8.17 ± 61% interrupts.CPU2.RES:Rescheduling_interrupts > >> 1364 ± 21% -61.6% 524.33 interrupts.CPU20.CAL:Function_call_interrupts > >> 1165 ± 30% -75.3% 288.50 ± 32% interrupts.CPU20.NMI:Non-maskable_interrupts > >> 1165 ± 30% -75.3% 288.50 ± 32% interrupts.CPU20.PMI:Performance_monitoring_interrupts > >> 474.17 ± 9% -98.4% 7.50 ± 46% interrupts.CPU20.RES:Rescheduling_interrupts > >> 1398 ± 14% -62.5% 524.33 interrupts.CPU21.CAL:Function_call_interrupts > >> 1143 ± 34% -72.2% 317.50 ± 34% interrupts.CPU21.NMI:Non-maskable_interrupts > >> 1143 ± 34% -72.2% 317.50 ± 34% interrupts.CPU21.PMI:Performance_monitoring_interrupts > >> 466.83 ± 14% -98.9% 5.00 ± 63% interrupts.CPU21.RES:Rescheduling_interrupts > >> 1423 ± 16% -62.9% 527.83 ± 2% interrupts.CPU22.CAL:Function_call_interrupts > >> 1283 ± 29% -80.1% 255.83 ± 38% interrupts.CPU22.NMI:Non-maskable_interrupts > >> 1283 ± 29% -80.1% 255.83 ± 38% interrupts.CPU22.PMI:Performance_monitoring_interrupts > >> 443.83 ± 12% -98.8% 5.33 ± 42% interrupts.CPU22.RES:Rescheduling_interrupts > >> 1435 ± 19% -63.4% 525.67 ± 2% interrupts.CPU23.CAL:Function_call_interrupts > >> 1382 ± 18% -81.2% 259.67 ± 29% interrupts.CPU23.NMI:Non-maskable_interrupts > >> 1382 ± 18% -81.2% 259.67 ± 29% interrupts.CPU23.PMI:Performance_monitoring_interrupts > >> 477.00 ± 17% -99.3% 3.17 ± 46% interrupts.CPU23.RES:Rescheduling_interrupts > >> 1427 ± 18% -63.7% 517.83 interrupts.CPU24.CAL:Function_call_interrupts > >> 1446 ± 10% -83.9% 232.50 ± 23% interrupts.CPU24.NMI:Non-maskable_interrupts > >> 1446 ± 10% -83.9% 232.50 ± 23% interrupts.CPU24.PMI:Performance_monitoring_interrupts > >> 615.17 ± 10% -99.3% 4.50 ± 37% interrupts.CPU24.RES:Rescheduling_interrupts > >> 1383 ± 18% -62.3% 520.83 interrupts.CPU25.CAL:Function_call_interrupts > >> 1213 ± 29% -82.3% 215.00 ± 26% interrupts.CPU25.NMI:Non-maskable_interrupts > >> 1213 ± 29% -82.3% 215.00 ± 26% interrupts.CPU25.PMI:Performance_monitoring_interrupts > >> 545.33 ± 6% -99.0% 5.33 ± 25% interrupts.CPU25.RES:Rescheduling_interrupts > >> 1587 ± 15% -70.2% 473.33 ± 14% interrupts.CPU26.CAL:Function_call_interrupts > >> 1211 ± 30% -80.4% 237.00 ± 40% interrupts.CPU26.NMI:Non-maskable_interrupts > >> 1211 ± 30% -80.4% 237.00 ± 40% interrupts.CPU26.PMI:Performance_monitoring_interrupts > >> 515.33 ± 12% -99.4% 3.33 ± 68% interrupts.CPU26.RES:Rescheduling_interrupts > >> 1432 ± 22% -63.7% 519.50 interrupts.CPU27.CAL:Function_call_interrupts > >> 1278 ± 25% -77.4% 288.83 ± 31% interrupts.CPU27.NMI:Non-maskable_interrupts > >> 1278 ± 25% -77.4% 288.83 ± 31% interrupts.CPU27.PMI:Performance_monitoring_interrupts > >> 572.33 ± 11% -99.5% 2.67 ± 73% interrupts.CPU27.RES:Rescheduling_interrupts > >> 1432 ± 12% -65.7% 491.17 ± 15% interrupts.CPU28.CAL:Function_call_interrupts > >> 1127 ± 35% -78.2% 245.33 ± 22% interrupts.CPU28.NMI:Non-maskable_interrupts > >> 1127 ± 35% -78.2% 245.33 ± 22% interrupts.CPU28.PMI:Performance_monitoring_interrupts > >> 564.50 ± 10% -99.4% 3.67 ± 64% interrupts.CPU28.RES:Rescheduling_interrupts > >> 1466 ± 10% -64.5% 520.67 interrupts.CPU29.CAL:Function_call_interrupts > >> 1246 ± 31% -80.6% 241.17 ± 17% interrupts.CPU29.NMI:Non-maskable_interrupts > >> 1246 ± 31% -80.6% 241.17 ± 17% interrupts.CPU29.PMI:Performance_monitoring_interrupts > >> 558.00 ± 9% -99.4% 3.33 ± 80% interrupts.CPU29.RES:Rescheduling_interrupts > >> 1594 ± 25% -49.6% 803.67 ± 47% interrupts.CPU3.CAL:Function_call_interrupts > >> 1442 ± 17% -82.5% 252.17 ± 41% interrupts.CPU3.NMI:Non-maskable_interrupts > >> 1442 ± 17% -82.5% 252.17 ± 41% interrupts.CPU3.PMI:Performance_monitoring_interrupts > >> 486.83 ± 14% -98.8% 5.83 ± 58% interrupts.CPU3.RES:Rescheduling_interrupts > >> 1460 ± 14% -64.4% 520.33 interrupts.CPU30.CAL:Function_call_interrupts > >> 1406 ± 24% -83.8% 227.50 ± 11% interrupts.CPU30.NMI:Non-maskable_interrupts > >> 1406 ± 24% -83.8% 227.50 ± 11% interrupts.CPU30.PMI:Performance_monitoring_interrupts > >> 539.50 ± 9% -99.6% 2.00 ± 40% interrupts.CPU30.RES:Rescheduling_interrupts > >> 1545 ± 18% -67.5% 502.67 ± 5% interrupts.CPU31.CAL:Function_call_interrupts > >> 1387 ± 23% -82.1% 248.00 ± 21% interrupts.CPU31.NMI:Non-maskable_interrupts > >> 1387 ± 23% -82.1% 248.00 ± 21% interrupts.CPU31.PMI:Performance_monitoring_interrupts > >> 559.83 ± 9% -99.5% 3.00 ± 27% interrupts.CPU31.RES:Rescheduling_interrupts > >> 1366 ± 16% -62.4% 514.00 interrupts.CPU32.CAL:Function_call_interrupts > >> 1235 ± 28% -79.6% 252.00 ± 34% interrupts.CPU32.NMI:Non-maskable_interrupts > >> 1235 ± 28% -79.6% 252.00 ± 34% interrupts.CPU32.PMI:Performance_monitoring_interrupts > >> 528.83 ± 9% -99.2% 4.00 ± 38% interrupts.CPU32.RES:Rescheduling_interrupts > >> 1418 ± 19% -63.4% 519.00 interrupts.CPU33.CAL:Function_call_interrupts > >> 1268 ± 28% -76.8% 294.00 ± 29% interrupts.CPU33.NMI:Non-maskable_interrupts > >> 1268 ± 28% -76.8% 294.00 ± 29% interrupts.CPU33.PMI:Performance_monitoring_interrupts > >> 550.67 ± 11% -99.0% 5.50 ± 42% interrupts.CPU33.RES:Rescheduling_interrupts > >> 1495 ± 17% -65.0% 523.67 ± 2% interrupts.CPU34.CAL:Function_call_interrupts > >> 1373 ± 23% -79.1% 286.67 ± 23% interrupts.CPU34.NMI:Non-maskable_interrupts > >> 1373 ± 23% -79.1% 286.67 ± 23% interrupts.CPU34.PMI:Performance_monitoring_interrupts > >> 553.33 ± 12% -99.1% 5.00 ± 51% interrupts.CPU34.RES:Rescheduling_interrupts > >> 1400 ± 11% -62.6% 524.00 interrupts.CPU35.CAL:Function_call_interrupts > >> 1238 ± 32% -78.3% 268.33 ± 30% interrupts.CPU35.NMI:Non-maskable_interrupts > >> 1238 ± 32% -78.3% 268.33 ± 30% interrupts.CPU35.PMI:Performance_monitoring_interrupts > >> 551.67 ± 14% -99.5% 2.50 ± 50% interrupts.CPU35.RES:Rescheduling_interrupts > >> 1584 ± 16% -67.3% 518.17 interrupts.CPU36.CAL:Function_call_interrupts > >> 1222 ± 26% -80.2% 241.83 ± 38% interrupts.CPU36.NMI:Non-maskable_interrupts > >> 1222 ± 26% -80.2% 241.83 ± 38% interrupts.CPU36.PMI:Performance_monitoring_interrupts > >> 557.83 ± 11% -99.3% 3.83 ± 55% interrupts.CPU36.RES:Rescheduling_interrupts > >> 1396 ± 17% -62.9% 517.50 interrupts.CPU37.CAL:Function_call_interrupts > >> 1412 ± 24% -82.6% 246.33 ± 8% interrupts.CPU37.NMI:Non-maskable_interrupts > >> 1412 ± 24% -82.6% 246.33 ± 8% interrupts.CPU37.PMI:Performance_monitoring_interrupts > >> 538.33 ± 11% -99.4% 3.33 ± 14% interrupts.CPU37.RES:Rescheduling_interrupts > >> 1457 ± 16% -64.3% 520.17 interrupts.CPU38.CAL:Function_call_interrupts > >> 1364 ± 24% -80.2% 269.83 ± 21% interrupts.CPU38.NMI:Non-maskable_interrupts > >> 1364 ± 24% -80.2% 269.83 ± 21% interrupts.CPU38.PMI:Performance_monitoring_interrupts > >> 544.33 ± 16% -98.3% 9.00 ±102% interrupts.CPU38.RES:Rescheduling_interrupts > >> 1412 ± 17% -63.2% 519.67 interrupts.CPU39.CAL:Function_call_interrupts > >> 1379 ± 22% -77.9% 305.17 ± 37% interrupts.CPU39.NMI:Non-maskable_interrupts > >> 1379 ± 22% -77.9% 305.17 ± 37% interrupts.CPU39.PMI:Performance_monitoring_interrupts > >> 532.17 ± 10% -99.3% 3.83 ± 48% interrupts.CPU39.RES:Rescheduling_interrupts > >> 1367 ± 12% -49.3% 693.67 ± 34% interrupts.CPU4.CAL:Function_call_interrupts > >> 1398 ± 18% -86.5% 188.17 ± 54% interrupts.CPU4.NMI:Non-maskable_interrupts > >> 1398 ± 18% -86.5% 188.17 ± 54% interrupts.CPU4.PMI:Performance_monitoring_interrupts > >> 504.17 ± 22% -99.2% 4.00 ± 64% interrupts.CPU4.RES:Rescheduling_interrupts > >> 1432 ± 12% -63.9% 517.33 interrupts.CPU40.CAL:Function_call_interrupts > >> 1403 ± 20% -83.7% 229.33 ± 14% interrupts.CPU40.NMI:Non-maskable_interrupts > >> 1403 ± 20% -83.7% 229.33 ± 14% interrupts.CPU40.PMI:Performance_monitoring_interrupts > >> 543.33 ± 12% -99.4% 3.17 ± 38% interrupts.CPU40.RES:Rescheduling_interrupts > >> 1557 ± 16% -66.1% 527.67 interrupts.CPU41.CAL:Function_call_interrupts > >> 1255 ± 27% -78.8% 265.50 ± 21% interrupts.CPU41.NMI:Non-maskable_interrupts > >> 1255 ± 27% -78.8% 265.50 ± 21% interrupts.CPU41.PMI:Performance_monitoring_interrupts > >> 550.33 ± 12% -98.6% 7.83 ±109% interrupts.CPU41.RES:Rescheduling_interrupts > >> 1437 ± 21% -63.9% 518.33 interrupts.CPU42.CAL:Function_call_interrupts > >> 1264 ± 27% -81.3% 236.67 ± 34% interrupts.CPU42.NMI:Non-maskable_interrupts > >> 1264 ± 27% -81.3% 236.67 ± 34% interrupts.CPU42.PMI:Performance_monitoring_interrupts > >> 529.83 ± 13% -99.4% 3.33 ± 33% interrupts.CPU42.RES:Rescheduling_interrupts > >> 1431 ± 12% -63.6% 521.50 interrupts.CPU43.CAL:Function_call_interrupts > >> 1430 ± 24% -80.6% 277.67 ± 15% interrupts.CPU43.NMI:Non-maskable_interrupts > >> 1430 ± 24% -80.6% 277.67 ± 15% interrupts.CPU43.PMI:Performance_monitoring_interrupts > >> 550.83 ± 10% -99.4% 3.50 ± 65% interrupts.CPU43.RES:Rescheduling_interrupts > >> 1501 ± 17% -65.1% 523.83 ± 2% interrupts.CPU44.CAL:Function_call_interrupts > >> 1374 ± 26% -84.0% 220.00 ± 31% interrupts.CPU44.NMI:Non-maskable_interrupts > >> 1374 ± 26% -84.0% 220.00 ± 31% interrupts.CPU44.PMI:Performance_monitoring_interrupts > >> 534.00 ± 12% -99.0% 5.33 ±115% interrupts.CPU44.RES:Rescheduling_interrupts > >> 1633 ± 20% -68.0% 522.17 interrupts.CPU45.CAL:Function_call_interrupts > >> 1392 ± 23% -83.4% 231.33 ± 30% interrupts.CPU45.NMI:Non-maskable_interrupts > >> 1392 ± 23% -83.4% 231.33 ± 30% interrupts.CPU45.PMI:Performance_monitoring_interrupts > >> 523.33 ± 15% -99.2% 4.33 ± 34% interrupts.CPU45.RES:Rescheduling_interrupts > >> 1453 ± 22% -63.9% 525.17 interrupts.CPU46.CAL:Function_call_interrupts > >> 1442 ± 23% -81.7% 264.00 ± 27% interrupts.CPU46.NMI:Non-maskable_interrupts > >> 1442 ± 23% -81.7% 264.00 ± 27% interrupts.CPU46.PMI:Performance_monitoring_interrupts > >> 553.00 ± 13% -99.4% 3.33 ± 72% interrupts.CPU46.RES:Rescheduling_interrupts > >> 1443 ± 15% -63.7% 524.00 ± 2% interrupts.CPU47.CAL:Function_call_interrupts > >> 1318 ± 21% -80.8% 253.33 ± 27% interrupts.CPU47.NMI:Non-maskable_interrupts > >> 1318 ± 21% -80.8% 253.33 ± 27% interrupts.CPU47.PMI:Performance_monitoring_interrupts > >> 555.17 ± 13% -99.5% 2.83 ± 24% interrupts.CPU47.RES:Rescheduling_interrupts > >> 1380 ± 18% -62.4% 519.50 interrupts.CPU48.CAL:Function_call_interrupts > >> 1345 ± 19% -80.4% 263.83 ± 24% interrupts.CPU48.NMI:Non-maskable_interrupts > >> 1345 ± 19% -80.4% 263.83 ± 24% interrupts.CPU48.PMI:Performance_monitoring_interrupts > >> 490.17 ± 14% -99.0% 5.00 ± 69% interrupts.CPU48.RES:Rescheduling_interrupts > >> 1399 ± 19% -62.4% 526.33 interrupts.CPU49.CAL:Function_call_interrupts > >> 1265 ± 20% -78.9% 266.50 ± 17% interrupts.CPU49.NMI:Non-maskable_interrupts > >> 1265 ± 20% -78.9% 266.50 ± 17% interrupts.CPU49.PMI:Performance_monitoring_interrupts > >> 535.83 ± 21% -99.3% 4.00 ± 38% interrupts.CPU49.RES:Rescheduling_interrupts > >> 1402 ± 18% -63.2% 516.50 ± 16% interrupts.CPU5.CAL:Function_call_interrupts > >> 1243 ± 23% -75.2% 308.83 ± 21% interrupts.CPU5.NMI:Non-maskable_interrupts > >> 1243 ± 23% -75.2% 308.83 ± 21% interrupts.CPU5.PMI:Performance_monitoring_interrupts > >> 453.00 ± 14% -98.4% 7.33 ± 94% interrupts.CPU5.RES:Rescheduling_interrupts > >> 1422 ± 19% -62.8% 528.83 ± 2% interrupts.CPU50.CAL:Function_call_interrupts > >> 1298 ± 16% -79.2% 270.33 ± 28% interrupts.CPU50.NMI:Non-maskable_interrupts > >> 1298 ± 16% -79.2% 270.33 ± 28% interrupts.CPU50.PMI:Performance_monitoring_interrupts > >> 498.67 ± 17% -98.8% 6.17 ±104% interrupts.CPU50.RES:Rescheduling_interrupts > >> 1410 ± 17% -63.3% 517.17 interrupts.CPU51.CAL:Function_call_interrupts > >> 1290 ± 19% -80.5% 252.17 ± 26% interrupts.CPU51.NMI:Non-maskable_interrupts > >> 1290 ± 19% -80.5% 252.17 ± 26% interrupts.CPU51.PMI:Performance_monitoring_interrupts > >> 505.00 ± 15% -98.9% 5.33 ± 83% interrupts.CPU51.RES:Rescheduling_interrupts > >> 1479 ± 17% -64.7% 522.17 interrupts.CPU52.CAL:Function_call_interrupts > >> 1225 ± 22% -80.0% 244.67 ± 21% interrupts.CPU52.NMI:Non-maskable_interrupts > >> 1225 ± 22% -80.0% 244.67 ± 21% interrupts.CPU52.PMI:Performance_monitoring_interrupts > >> 478.17 ± 15% -99.5% 2.50 ± 75% interrupts.CPU52.RES:Rescheduling_interrupts > >> 1315 ± 18% -59.5% 533.50 ± 3% interrupts.CPU53.CAL:Function_call_interrupts > >> 1253 ± 22% -75.1% 311.50 ± 31% interrupts.CPU53.NMI:Non-maskable_interrupts > >> 1253 ± 22% -75.1% 311.50 ± 31% interrupts.CPU53.PMI:Performance_monitoring_interrupts > >> 473.17 ± 17% -98.3% 8.17 ± 68% interrupts.CPU53.RES:Rescheduling_interrupts > >> 1397 ± 17% -62.7% 520.67 interrupts.CPU54.CAL:Function_call_interrupts > >> 1445 ± 16% -79.0% 303.83 ± 29% interrupts.CPU54.NMI:Non-maskable_interrupts > >> 1445 ± 16% -79.0% 303.83 ± 29% interrupts.CPU54.PMI:Performance_monitoring_interrupts > >> 477.50 ± 21% -99.1% 4.17 ± 76% interrupts.CPU54.RES:Rescheduling_interrupts > >> 1415 ± 14% -63.3% 520.17 interrupts.CPU55.CAL:Function_call_interrupts > >> 1379 ± 14% -78.5% 296.17 ± 25% interrupts.CPU55.NMI:Non-maskable_interrupts > >> 1379 ± 14% -78.5% 296.17 ± 25% interrupts.CPU55.PMI:Performance_monitoring_interrupts > >> 472.67 ± 19% -99.3% 3.33 ± 86% interrupts.CPU55.RES:Rescheduling_interrupts > >> 1360 ± 21% -61.7% 521.50 interrupts.CPU56.CAL:Function_call_interrupts > >> 1365 ± 15% -79.8% 275.83 ± 28% interrupts.CPU56.NMI:Non-maskable_interrupts > >> 1365 ± 15% -79.8% 275.83 ± 28% interrupts.CPU56.PMI:Performance_monitoring_interrupts > >> 477.83 ± 17% -99.3% 3.33 ± 66% interrupts.CPU56.RES:Rescheduling_interrupts > >> 1498 ± 18% -65.3% 520.50 interrupts.CPU57.CAL:Function_call_interrupts > >> 1334 ± 17% -74.5% 340.83 ± 24% interrupts.CPU57.NMI:Non-maskable_interrupts > >> 1334 ± 17% -74.5% 340.83 ± 24% interrupts.CPU57.PMI:Performance_monitoring_interrupts > >> 465.83 ± 16% -99.5% 2.17 ± 49% interrupts.CPU57.RES:Rescheduling_interrupts > >> 1439 ± 21% -63.9% 519.83 ± 2% interrupts.CPU58.CAL:Function_call_interrupts > >> 1295 ± 29% -80.2% 256.00 ± 18% interrupts.CPU58.NMI:Non-maskable_interrupts > >> 1295 ± 29% -80.2% 256.00 ± 18% interrupts.CPU58.PMI:Performance_monitoring_interrupts > >> 460.00 ± 19% -99.4% 2.83 ± 68% interrupts.CPU58.RES:Rescheduling_interrupts > >> 1347 ± 15% -61.1% 524.17 interrupts.CPU59.CAL:Function_call_interrupts > >> 1341 ± 18% -75.1% 334.67 ± 29% interrupts.CPU59.NMI:Non-maskable_interrupts > >> 1341 ± 18% -75.1% 334.67 ± 29% interrupts.CPU59.PMI:Performance_monitoring_interrupts > >> 461.50 ± 19% -99.0% 4.67 ± 84% interrupts.CPU59.RES:Rescheduling_interrupts > >> 1464 ± 19% -64.1% 526.50 interrupts.CPU6.CAL:Function_call_interrupts > >> 1459 ± 14% -80.8% 280.33 ± 38% interrupts.CPU6.NMI:Non-maskable_interrupts > >> 1459 ± 14% -80.8% 280.33 ± 38% interrupts.CPU6.PMI:Performance_monitoring_interrupts > >> 472.17 ± 19% -99.2% 3.67 ± 48% interrupts.CPU6.RES:Rescheduling_interrupts > >> 1337 ± 18% -61.2% 518.67 interrupts.CPU60.CAL:Function_call_interrupts > >> 1401 ± 17% -81.1% 265.33 ± 19% interrupts.CPU60.NMI:Non-maskable_interrupts > >> 1401 ± 17% -81.1% 265.33 ± 19% interrupts.CPU60.PMI:Performance_monitoring_interrupts > >> 471.50 ± 20% -99.5% 2.50 ± 30% interrupts.CPU60.RES:Rescheduling_interrupts > >> 1415 ± 19% -64.3% 505.50 ± 4% interrupts.CPU61.CAL:Function_call_interrupts > >> 1408 ± 19% -84.4% 220.00 ± 22% interrupts.CPU61.NMI:Non-maskable_interrupts > >> 1408 ± 19% -84.4% 220.00 ± 22% interrupts.CPU61.PMI:Performance_monitoring_interrupts > >> 476.83 ± 17% -99.3% 3.50 ± 54% interrupts.CPU61.RES:Rescheduling_interrupts > >> 1301 ± 24% -60.2% 518.17 interrupts.CPU62.CAL:Function_call_interrupts > >> 1290 ± 32% -81.5% 238.33 ± 24% interrupts.CPU62.NMI:Non-maskable_interrupts > >> 1290 ± 32% -81.5% 238.33 ± 24% interrupts.CPU62.PMI:Performance_monitoring_interrupts > >> 478.67 ± 19% -99.3% 3.50 ± 42% interrupts.CPU62.RES:Rescheduling_interrupts > >> 1370 ± 11% -61.9% 521.67 interrupts.CPU63.CAL:Function_call_interrupts > >> 1402 ± 16% -80.5% 273.33 ± 18% interrupts.CPU63.NMI:Non-maskable_interrupts > >> 1402 ± 16% -80.5% 273.33 ± 18% interrupts.CPU63.PMI:Performance_monitoring_interrupts > >> 480.67 ± 17% -99.2% 3.83 ± 68% interrupts.CPU63.RES:Rescheduling_interrupts > >> 1405 ± 15% -62.8% 523.50 ± 2% interrupts.CPU64.CAL:Function_call_interrupts > >> 1452 ± 13% -83.9% 233.50 ± 15% interrupts.CPU64.NMI:Non-maskable_interrupts > >> 1452 ± 13% -83.9% 233.50 ± 15% interrupts.CPU64.PMI:Performance_monitoring_interrupts > >> 495.67 ± 15% -99.3% 3.33 ± 47% interrupts.CPU64.RES:Rescheduling_interrupts > >> 1385 ± 13% -62.1% 524.83 interrupts.CPU65.CAL:Function_call_interrupts > >> 1247 ± 15% -76.9% 287.67 ± 17% interrupts.CPU65.NMI:Non-maskable_interrupts > >> 1247 ± 15% -76.9% 287.67 ± 17% interrupts.CPU65.PMI:Performance_monitoring_interrupts > >> 477.33 ± 14% -99.1% 4.17 ± 37% interrupts.CPU65.RES:Rescheduling_interrupts > >> 1639 ± 27% -68.8% 512.00 ± 5% interrupts.CPU66.CAL:Function_call_interrupts > >> 1079 ± 19% -73.1% 290.67 ± 40% interrupts.CPU66.NMI:Non-maskable_interrupts > >> 1079 ± 19% -73.1% 290.67 ± 40% interrupts.CPU66.PMI:Performance_monitoring_interrupts > >> 466.00 ± 14% -99.4% 3.00 ± 50% interrupts.CPU66.RES:Rescheduling_interrupts > >> 1324 ± 17% -60.9% 518.00 interrupts.CPU67.CAL:Function_call_interrupts > >> 1245 ± 18% -76.3% 295.50 ± 24% interrupts.CPU67.NMI:Non-maskable_interrupts > >> 1245 ± 18% -76.3% 295.50 ± 24% interrupts.CPU67.PMI:Performance_monitoring_interrupts > >> 498.83 ± 12% -99.3% 3.67 ± 48% interrupts.CPU67.RES:Rescheduling_interrupts > >> 1363 ± 21% -61.7% 521.67 interrupts.CPU68.CAL:Function_call_interrupts > >> 1413 ± 13% -78.9% 298.67 ± 22% interrupts.CPU68.NMI:Non-maskable_interrupts > >> 1413 ± 13% -78.9% 298.67 ± 22% interrupts.CPU68.PMI:Performance_monitoring_interrupts > >> 515.67 ± 17% -99.3% 3.50 ± 27% interrupts.CPU68.RES:Rescheduling_interrupts > >> 1350 ± 18% -61.6% 518.33 interrupts.CPU69.CAL:Function_call_interrupts > >> 1219 ± 13% -72.7% 332.67 ± 23% interrupts.CPU69.NMI:Non-maskable_interrupts > >> 1219 ± 13% -72.7% 332.67 ± 23% interrupts.CPU69.PMI:Performance_monitoring_interrupts > >> 502.67 ± 15% -99.4% 3.00 ± 63% interrupts.CPU69.RES:Rescheduling_interrupts > >> 1350 ± 16% -61.4% 520.50 interrupts.CPU7.CAL:Function_call_interrupts > >> 1382 ± 14% -80.2% 273.33 ± 41% interrupts.CPU7.NMI:Non-maskable_interrupts > >> 1382 ± 14% -80.2% 273.33 ± 41% interrupts.CPU7.PMI:Performance_monitoring_interrupts > >> 480.00 ± 20% -99.5% 2.50 ± 44% interrupts.CPU7.RES:Rescheduling_interrupts > >> 1372 ± 23% -62.0% 521.17 ± 2% interrupts.CPU70.CAL:Function_call_interrupts > >> 1387 ± 17% -76.1% 331.17 ± 29% interrupts.CPU70.NMI:Non-maskable_interrupts > >> 1387 ± 17% -76.1% 331.17 ± 29% interrupts.CPU70.PMI:Performance_monitoring_interrupts > >> 493.50 ± 19% -99.1% 4.33 ± 52% interrupts.CPU70.RES:Rescheduling_interrupts > >> 1375 ± 15% -61.9% 524.17 ± 2% interrupts.CPU71.CAL:Function_call_interrupts > >> 1404 ± 17% -79.9% 282.83 ± 18% interrupts.CPU71.NMI:Non-maskable_interrupts > >> 1404 ± 17% -79.9% 282.83 ± 18% interrupts.CPU71.PMI:Performance_monitoring_interrupts > >> 510.50 ± 20% -99.3% 3.67 ± 30% interrupts.CPU71.RES:Rescheduling_interrupts > >> 1432 ± 14% -63.5% 522.17 interrupts.CPU72.CAL:Function_call_interrupts > >> 1455 ± 9% -82.4% 255.50 ± 12% interrupts.CPU72.NMI:Non-maskable_interrupts > >> 1455 ± 9% -82.4% 255.50 ± 12% interrupts.CPU72.PMI:Performance_monitoring_interrupts > >> 568.83 ± 12% -99.2% 4.50 ± 42% interrupts.CPU72.RES:Rescheduling_interrupts > >> 1571 ± 21% -66.8% 521.00 interrupts.CPU73.CAL:Function_call_interrupts > >> 1501 ± 14% -84.3% 236.33 ± 19% interrupts.CPU73.NMI:Non-maskable_interrupts > >> 1501 ± 14% -84.3% 236.33 ± 19% interrupts.CPU73.PMI:Performance_monitoring_interrupts > >> 546.33 ± 15% -99.6% 2.17 ± 41% interrupts.CPU73.RES:Rescheduling_interrupts > >> 1512 ± 16% -65.4% 523.17 interrupts.CPU74.CAL:Function_call_interrupts > >> 1475 ± 14% -83.3% 246.67 ± 39% interrupts.CPU74.NMI:Non-maskable_interrupts > >> 1475 ± 14% -83.3% 246.67 ± 39% interrupts.CPU74.PMI:Performance_monitoring_interrupts > >> 543.33 ± 12% -99.3% 4.00 ± 80% interrupts.CPU74.RES:Rescheduling_interrupts > >> 1480 ± 19% -64.7% 522.50 interrupts.CPU75.CAL:Function_call_interrupts > >> 1552 ± 12% -85.4% 227.17 ± 41% interrupts.CPU75.NMI:Non-maskable_interrupts > >> 1552 ± 12% -85.4% 227.17 ± 41% interrupts.CPU75.PMI:Performance_monitoring_interrupts > >> 559.17 ± 14% -99.5% 2.67 ± 85% interrupts.CPU75.RES:Rescheduling_interrupts > >> 1516 ± 11% -65.5% 523.50 interrupts.CPU76.CAL:Function_call_interrupts > >> 1393 ± 25% -84.3% 218.17 ± 28% interrupts.CPU76.NMI:Non-maskable_interrupts > >> 1393 ± 25% -84.3% 218.17 ± 28% interrupts.CPU76.PMI:Performance_monitoring_interrupts > >> 553.17 ± 15% -99.3% 4.00 ± 57% interrupts.CPU76.RES:Rescheduling_interrupts > >> 1435 ± 11% -63.6% 522.33 interrupts.CPU77.CAL:Function_call_interrupts > >> 1405 ± 26% -86.0% 196.67 ± 38% interrupts.CPU77.NMI:Non-maskable_interrupts > >> 1405 ± 26% -86.0% 196.67 ± 38% interrupts.CPU77.PMI:Performance_monitoring_interrupts > >> 556.17 ± 13% -99.5% 2.83 ± 59% interrupts.CPU77.RES:Rescheduling_interrupts > >> 1469 ± 15% -64.5% 521.17 interrupts.CPU78.CAL:Function_call_interrupts > >> 1411 ± 24% -85.0% 212.17 ± 20% interrupts.CPU78.NMI:Non-maskable_interrupts > >> 1411 ± 24% -85.0% 212.17 ± 20% interrupts.CPU78.PMI:Performance_monitoring_interrupts > >> 542.50 ± 10% -99.8% 1.33 ± 55% interrupts.CPU78.RES:Rescheduling_interrupts > >> 1416 ± 12% -63.2% 521.17 interrupts.CPU79.CAL:Function_call_interrupts > >> 1421 ± 28% -83.9% 228.67 ± 30% interrupts.CPU79.NMI:Non-maskable_interrupts > >> 1421 ± 28% -83.9% 228.67 ± 30% interrupts.CPU79.PMI:Performance_monitoring_interrupts > >> 553.50 ± 15% -99.4% 3.17 ± 42% interrupts.CPU79.RES:Rescheduling_interrupts > >> 1391 ± 17% -61.8% 531.83 ± 3% interrupts.CPU8.CAL:Function_call_interrupts > >> 1377 ± 16% -83.5% 227.50 ± 37% interrupts.CPU8.NMI:Non-maskable_interrupts > >> 1377 ± 16% -83.5% 227.50 ± 37% interrupts.CPU8.PMI:Performance_monitoring_interrupts > >> 473.33 ± 18% -98.6% 6.50 ± 72% interrupts.CPU8.RES:Rescheduling_interrupts > >> 1406 ± 20% -63.2% 518.00 interrupts.CPU80.CAL:Function_call_interrupts > >> 1275 ± 36% -84.1% 203.00 ± 38% interrupts.CPU80.NMI:Non-maskable_interrupts > >> 1275 ± 36% -84.1% 203.00 ± 38% interrupts.CPU80.PMI:Performance_monitoring_interrupts > >> 529.00 ± 14% -99.7% 1.83 ± 79% interrupts.CPU80.RES:Rescheduling_interrupts > >> 1467 ± 20% -64.3% 523.33 interrupts.CPU81.CAL:Function_call_interrupts > >> 1291 ± 33% -82.5% 225.83 ± 35% interrupts.CPU81.NMI:Non-maskable_interrupts > >> 1291 ± 33% -82.5% 225.83 ± 35% interrupts.CPU81.PMI:Performance_monitoring_interrupts > >> 555.83 ± 12% -98.8% 6.83 ±178% interrupts.CPU81.RES:Rescheduling_interrupts > >> 1486 ± 18% -64.6% 527.00 ± 2% interrupts.CPU82.CAL:Function_call_interrupts > >> 1276 ± 35% -81.6% 234.50 ± 40% interrupts.CPU82.NMI:Non-maskable_interrupts > >> 1276 ± 35% -81.6% 234.50 ± 40% interrupts.CPU82.PMI:Performance_monitoring_interrupts > >> 546.33 ± 12% -99.6% 2.00 ± 70% interrupts.CPU82.RES:Rescheduling_interrupts > >> 1471 ± 13% -64.5% 522.33 interrupts.CPU83.CAL:Function_call_interrupts > >> 1231 ± 33% -80.4% 241.33 ± 36% interrupts.CPU83.NMI:Non-maskable_interrupts > >> 1231 ± 33% -80.4% 241.33 ± 36% interrupts.CPU83.PMI:Performance_monitoring_interrupts > >> 539.67 ± 10% -99.7% 1.83 ± 37% interrupts.CPU83.RES:Rescheduling_interrupts > >> 1380 ± 9% -64.0% 497.17 ± 13% interrupts.CPU84.CAL:Function_call_interrupts > >> 1243 ± 33% -81.1% 235.33 ± 41% interrupts.CPU84.NMI:Non-maskable_interrupts > >> 1243 ± 33% -81.1% 235.33 ± 41% interrupts.CPU84.PMI:Performance_monitoring_interrupts > >> 572.17 ± 17% -99.5% 2.67 ± 55% interrupts.CPU84.RES:Rescheduling_interrupts > >> 1442 ± 19% -65.3% 499.83 ± 14% interrupts.CPU85.CAL:Function_call_interrupts > >> 1304 ± 35% -83.2% 218.67 ± 17% interrupts.CPU85.NMI:Non-maskable_interrupts > >> 1304 ± 35% -83.2% 218.67 ± 17% interrupts.CPU85.PMI:Performance_monitoring_interrupts > >> 536.50 ± 14% -99.6% 2.00 ± 81% interrupts.CPU85.RES:Rescheduling_interrupts > >> 1428 ± 15% -62.9% 529.50 ± 2% interrupts.CPU86.CAL:Function_call_interrupts > >> 1236 ± 35% -81.9% 223.50 ± 33% interrupts.CPU86.NMI:Non-maskable_interrupts > >> 1236 ± 35% -81.9% 223.50 ± 33% interrupts.CPU86.PMI:Performance_monitoring_interrupts > >> 542.33 ± 14% -99.7% 1.67 ± 89% interrupts.CPU86.RES:Rescheduling_interrupts > >> 1468 ± 17% -63.6% 534.67 interrupts.CPU87.CAL:Function_call_interrupts > >> 1139 ± 37% -72.9% 309.33 ± 32% interrupts.CPU87.NMI:Non-maskable_interrupts > >> 1139 ± 37% -72.9% 309.33 ± 32% interrupts.CPU87.PMI:Performance_monitoring_interrupts > >> 538.83 ± 9% -99.6% 2.17 ± 56% interrupts.CPU87.RES:Rescheduling_interrupts > >> 1528 ± 14% -65.3% 530.83 interrupts.CPU88.CAL:Function_call_interrupts > >> 1147 ± 37% -81.8% 209.00 ± 23% interrupts.CPU88.NMI:Non-maskable_interrupts > >> 1147 ± 37% -81.8% 209.00 ± 23% interrupts.CPU88.PMI:Performance_monitoring_interrupts > >> 554.83 ± 10% -98.9% 6.17 ±109% interrupts.CPU88.RES:Rescheduling_interrupts > >> 1453 ± 19% -63.5% 530.83 ± 2% interrupts.CPU89.CAL:Function_call_interrupts > >> 1243 ± 29% -82.1% 223.17 ± 13% interrupts.CPU89.NMI:Non-maskable_interrupts > >> 1243 ± 29% -82.1% 223.17 ± 13% interrupts.CPU89.PMI:Performance_monitoring_interrupts > >> 552.17 ± 11% -99.7% 1.83 ± 58% interrupts.CPU89.RES:Rescheduling_interrupts > >> 1372 ± 14% -61.5% 527.83 interrupts.CPU9.CAL:Function_call_interrupts > >> 1370 ± 15% -74.3% 352.00 ± 24% interrupts.CPU9.NMI:Non-maskable_interrupts > >> 1370 ± 15% -74.3% 352.00 ± 24% interrupts.CPU9.PMI:Performance_monitoring_interrupts > >> 489.67 ± 15% -98.6% 6.67 ± 80% interrupts.CPU9.RES:Rescheduling_interrupts > >> 1478 ± 18% -64.2% 529.17 ± 3% interrupts.CPU90.CAL:Function_call_interrupts > >> 1280 ± 27% -82.9% 219.50 ± 27% interrupts.CPU90.NMI:Non-maskable_interrupts > >> 1280 ± 27% -82.9% 219.50 ± 27% interrupts.CPU90.PMI:Performance_monitoring_interrupts > >> 545.00 ± 11% -99.1% 4.67 ± 29% interrupts.CPU90.RES:Rescheduling_interrupts > >> 1422 ± 12% -62.9% 527.83 interrupts.CPU91.CAL:Function_call_interrupts > >> 1283 ± 28% -78.6% 275.17 ± 18% interrupts.CPU91.NMI:Non-maskable_interrupts > >> 1283 ± 28% -78.6% 275.17 ± 18% interrupts.CPU91.PMI:Performance_monitoring_interrupts > >> 539.50 ± 12% -99.7% 1.83 ± 48% interrupts.CPU91.RES:Rescheduling_interrupts > >> 1465 ± 18% -64.2% 523.83 ± 2% interrupts.CPU92.CAL:Function_call_interrupts > >> 1233 ± 34% -82.4% 217.00 ± 30% interrupts.CPU92.NMI:Non-maskable_interrupts > >> 1233 ± 34% -82.4% 217.00 ± 30% interrupts.CPU92.PMI:Performance_monitoring_interrupts > >> 536.00 ± 15% -99.5% 2.50 ± 38% interrupts.CPU92.RES:Rescheduling_interrupts > >> 1486 ± 21% -64.9% 521.33 interrupts.CPU93.CAL:Function_call_interrupts > >> 1301 ± 34% -81.5% 240.33 ± 16% interrupts.CPU93.NMI:Non-maskable_interrupts > >> 1301 ± 34% -81.5% 240.33 ± 16% interrupts.CPU93.PMI:Performance_monitoring_interrupts > >> 543.67 ± 15% -99.7% 1.67 ± 89% interrupts.CPU93.RES:Rescheduling_interrupts > >> 1470 ± 19% -64.0% 529.67 interrupts.CPU94.CAL:Function_call_interrupts > >> 1284 ± 30% -78.0% 282.33 ± 13% interrupts.CPU94.NMI:Non-maskable_interrupts > >> 1284 ± 30% -78.0% 282.33 ± 13% interrupts.CPU94.PMI:Performance_monitoring_interrupts > >> 542.67 ± 13% -99.4% 3.17 ± 21% interrupts.CPU94.RES:Rescheduling_interrupts > >> 1394 ± 12% -62.8% 518.17 ± 2% interrupts.CPU95.CAL:Function_call_interrupts > >> 1210 ± 31% -77.1% 277.33 ± 18% interrupts.CPU95.NMI:Non-maskable_interrupts > >> 1210 ± 31% -77.1% 277.33 ± 18% interrupts.CPU95.PMI:Performance_monitoring_interrupts > >> 527.00 ± 10% -98.6% 7.33 ±126% interrupts.CPU95.RES:Rescheduling_interrupts > >> 126031 ± 9% -80.4% 24673 ± 6% interrupts.NMI:Non-maskable_interrupts > >> 126031 ± 9% -80.4% 24673 ± 6% interrupts.PMI:Performance_monitoring_interrupts > >> 49557 ± 5% -99.2% 403.00 ± 7% interrupts.RES:Rescheduling_interrupts > >> 46.03 ± 2% -8.1 37.90 ± 2% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 39.97 ± 6% -6.0 33.98 ± 2% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 9.39 ± 6% -2.3 7.11 ± 2% perf-profile.calltrace.cycles-pp.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb > >> 9.35 ± 6% -2.3 7.08 ± 2% perf-profile.calltrace.cycles-pp.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit > >> 9.25 ± 6% -2.2 7.00 ± 2% perf-profile.calltrace.cycles-pp.__softirqentry_text_start.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output > >> 5.70 ± 7% -2.2 3.54 ± 5% perf-profile.calltrace.cycles-pp.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64 > >> 5.78 ± 7% -2.2 3.62 ± 4% perf-profile.calltrace.cycles-pp.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 5.84 ± 7% -2.2 3.68 ± 4% perf-profile.calltrace.cycles-pp.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 5.85 ± 7% -2.2 3.70 ± 4% perf-profile.calltrace.cycles-pp.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 8.28 ± 6% -2.1 6.14 ± 5% perf-profile.calltrace.cycles-pp.__netif_receive_skb_one_core.process_backlog.__napi_poll.net_rx_action.__softirqentry_text_start > >> 2.77 ± 2% -2.1 0.64 ± 11% perf-profile.calltrace.cycles-pp.rcu_core.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 8.54 ± 6% -2.1 6.43 ± 5% perf-profile.calltrace.cycles-pp.process_backlog.__napi_poll.net_rx_action.__softirqentry_text_start.do_softirq > >> 5.54 ± 57% -2.1 3.44 ± 3% perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 8.03 ± 6% -2.1 5.95 ± 5% perf-profile.calltrace.cycles-pp.ip_rcv.__netif_receive_skb_one_core.process_backlog.__napi_poll.net_rx_action > >> 8.59 ± 6% -2.0 6.54 ± 2% perf-profile.calltrace.cycles-pp.__napi_poll.net_rx_action.__softirqentry_text_start.do_softirq.__local_bh_enable_ip > >> 7.58 ± 6% -2.0 5.54 ± 5% perf-profile.calltrace.cycles-pp.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv > >> 8.77 ± 6% -2.0 6.73 ± 2% perf-profile.calltrace.cycles-pp.net_rx_action.__softirqentry_text_start.do_softirq.__local_bh_enable_ip.ip_finish_output2 > >> 7.74 ± 6% -2.0 5.74 ± 5% perf-profile.calltrace.cycles-pp.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog.__napi_poll > >> 7.72 ± 6% -2.0 5.72 ± 5% perf-profile.calltrace.cycles-pp.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog > >> 7.68 ± 6% -2.0 5.70 ± 5% perf-profile.calltrace.cycles-pp.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core > >> 5.11 ± 7% -2.0 3.13 ± 5% perf-profile.calltrace.cycles-pp.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto > >> 13.38 ± 6% -1.8 11.58 ± 2% perf-profile.calltrace.cycles-pp.__sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 13.41 ± 6% -1.8 11.61 ± 2% perf-profile.calltrace.cycles-pp.__x64_sys_connect.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 13.00 ± 6% -1.8 11.23 ± 2% perf-profile.calltrace.cycles-pp.inet_stream_connect.__sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 3.98 ± 7% -1.5 2.44 ± 5% perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg > >> 3.99 ± 7% -1.5 2.47 ± 5% perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto > >> 3.30 ± 7% -1.4 1.88 ± 6% perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg > >> 3.13 ± 7% -1.4 1.75 ± 7% perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames > >> 3.17 ± 7% -1.4 1.79 ± 8% perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked > >> 3.08 ± 7% -1.4 1.72 ± 7% perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit > >> 3.03 ± 2% -1.1 1.93 ± 11% perf-profile.calltrace.cycles-pp.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 2.82 ± 7% -1.1 1.73 ± 7% perf-profile.calltrace.cycles-pp.tcp_disconnect.__inet_stream_connect.inet_stream_connect.__sys_connect.__x64_sys_connect > >> 3.18 ± 7% -1.0 2.23 ± 5% perf-profile.calltrace.cycles-pp.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver > >> 1.11 ± 7% -0.9 0.26 ±100% perf-profile.calltrace.cycles-pp.tcp_data_queue.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu > >> 2.14 ± 7% -0.8 1.32 ± 5% perf-profile.calltrace.cycles-pp.tcp_recvmsg_locked.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom > >> 1.82 ± 7% -0.8 1.00 ± 8% perf-profile.calltrace.cycles-pp.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish > >> 2.35 ± 7% -0.8 1.56 ± 5% perf-profile.calltrace.cycles-pp.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 2.34 ± 7% -0.8 1.54 ± 5% perf-profile.calltrace.cycles-pp.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 2.20 ± 7% -0.8 1.41 ± 4% perf-profile.calltrace.cycles-pp.tcp_recvmsg.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64 > >> 2.21 ± 7% -0.8 1.43 ± 4% perf-profile.calltrace.cycles-pp.inet_recvmsg.__sys_recvfrom.__x64_sys_recvfrom.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 1.92 ± 8% -0.7 1.18 ± 7% perf-profile.calltrace.cycles-pp.tcp_send_active_reset.tcp_disconnect.__inet_stream_connect.inet_stream_connect.__sys_connect > >> 3.10 ± 3% -0.7 2.39 ± 9% perf-profile.calltrace.cycles-pp.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 3.40 ± 4% -0.7 2.73 ± 3% perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 1.70 ± 8% -0.6 1.05 ± 8% perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_send_active_reset.tcp_disconnect.__inet_stream_connect.inet_stream_connect > >> 3.24 ± 3% -0.6 2.61 ± 3% perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 3.81 ± 4% -0.6 3.20 ± 3% perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 1.53 ± 8% -0.6 0.98 ± 9% perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_send_active_reset.tcp_disconnect.__inet_stream_connect > >> 4.31 ± 5% -0.5 3.77 perf-profile.calltrace.cycles-pp.tcp_rcv_synsent_state_process.tcp_rcv_state_process.tcp_v4_do_rcv.__release_sock.release_sock > >> 4.01 ± 6% -0.5 3.49 perf-profile.calltrace.cycles-pp.tcp_rcv_state_process.tcp_v4_do_rcv.__release_sock.release_sock.__inet_stream_connect > >> 1.42 ± 8% -0.5 0.92 ± 9% perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_send_active_reset.tcp_disconnect > >> 1.32 ± 8% -0.4 0.88 ± 9% perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_send_active_reset > >> 3.24 ± 5% -0.4 2.81 perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_rcv_synsent_state_process.tcp_rcv_state_process.tcp_v4_do_rcv > >> 3.35 ± 5% -0.4 2.92 perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_rcv_synsent_state_process.tcp_rcv_state_process.tcp_v4_do_rcv.__release_sock > >> 3.13 ± 5% -0.4 2.71 perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_rcv_synsent_state_process > >> 1.97 ± 4% -0.4 1.56 ± 4% perf-profile.calltrace.cycles-pp.__x64_sys_socket.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 1.96 ± 4% -0.4 1.55 ± 4% perf-profile.calltrace.cycles-pp.__sys_socket.__x64_sys_socket.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 3.18 ± 5% -0.4 2.77 perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_rcv_synsent_state_process.tcp_rcv_state_process > >> 2.31 ± 6% -0.4 1.89 ± 7% perf-profile.calltrace.cycles-pp.__x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 2.23 ± 6% -0.4 1.82 ± 8% perf-profile.calltrace.cycles-pp.__vm_munmap.__x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 2.08 ± 6% -0.4 1.67 ± 7% perf-profile.calltrace.cycles-pp.__do_munmap.__vm_munmap.__x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 1.80 ± 4% -0.4 1.43 ± 4% perf-profile.calltrace.cycles-pp.inet_release.__sock_release.sock_close.__fput.task_work_run > >> 1.88 ± 4% -0.4 1.52 ± 4% perf-profile.calltrace.cycles-pp.sock_close.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode > >> 1.86 ± 4% -0.4 1.50 ± 4% perf-profile.calltrace.cycles-pp.__sock_release.sock_close.__fput.task_work_run.exit_to_user_mode_prepare > >> 2.53 ± 6% -0.3 2.19 ± 5% perf-profile.calltrace.cycles-pp.mmap_region.do_mmap.vm_mmap_pgoff.ksys_mmap_pgoff.do_syscall_64 > >> 0.91 ± 5% -0.3 0.61 ± 9% perf-profile.calltrace.cycles-pp.__sk_destruct.inet_release.__sock_release.sock_close.__fput > >> 1.05 ± 5% -0.3 0.80 ± 7% perf-profile.calltrace.cycles-pp.sk_wait_data.tcp_recvmsg_locked.tcp_recvmsg.inet_recvmsg.__sys_recvfrom > >> 1.29 ± 4% -0.2 1.06 ± 4% perf-profile.calltrace.cycles-pp.__sock_create.__sys_socket.__x64_sys_socket.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.58 ± 6% -0.2 0.36 ± 71% perf-profile.calltrace.cycles-pp.__x64_sys_utimensat.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 1.03 ± 5% -0.2 0.81 ± 8% perf-profile.calltrace.cycles-pp.tcp_v4_syn_recv_sock.tcp_check_req.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish > >> 0.92 ± 5% -0.2 0.71 ± 12% perf-profile.calltrace.cycles-pp.__dentry_kill.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode > >> 1.34 ± 5% -0.2 1.14 ± 5% perf-profile.calltrace.cycles-pp.tcp_child_process.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver > >> 0.90 ± 5% -0.2 0.72 ± 4% perf-profile.calltrace.cycles-pp.sock_def_readable.tcp_child_process.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish > >> 0.86 ± 6% -0.2 0.68 ± 7% perf-profile.calltrace.cycles-pp.wait_woken.sk_wait_data.tcp_recvmsg_locked.tcp_recvmsg.inet_recvmsg > >> 0.65 ± 3% -0.2 0.48 ± 44% perf-profile.calltrace.cycles-pp.__tcp_close.tcp_close.inet_release.__sock_release.sock_close > >> 0.85 ± 5% -0.2 0.70 ± 3% perf-profile.calltrace.cycles-pp.__wake_up_common_lock.sock_def_readable.tcp_child_process.tcp_v4_rcv.ip_protocol_deliver_rcu > >> 0.76 ± 5% -0.1 0.62 ± 6% perf-profile.calltrace.cycles-pp.try_to_wake_up.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.sock_def_readable > >> 0.79 ± 6% -0.1 0.66 ± 6% perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_child_process.tcp_v4_rcv > >> 0.97 ± 7% -0.1 0.84 ± 10% perf-profile.calltrace.cycles-pp.unmap_region.__do_munmap.__vm_munmap.__x64_sys_munmap.do_syscall_64 > >> 0.74 ± 3% -0.1 0.61 ± 7% perf-profile.calltrace.cycles-pp.inet_create.__sock_create.__sys_socket.__x64_sys_socket.do_syscall_64 > >> 0.77 ± 6% -0.1 0.65 ± 6% perf-profile.calltrace.cycles-pp.autoremove_wake_function.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_child_process > >> 0.73 ± 6% -0.1 0.62 ± 6% perf-profile.calltrace.cycles-pp.schedule.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg_locked > >> 0.75 ± 6% -0.1 0.65 ± 7% perf-profile.calltrace.cycles-pp.schedule_timeout.wait_woken.sk_wait_data.tcp_recvmsg_locked.tcp_recvmsg > >> 0.70 ± 6% -0.1 0.60 ± 6% perf-profile.calltrace.cycles-pp.__schedule.schedule.schedule_timeout.wait_woken.sk_wait_data > >> 0.77 ± 3% -0.1 0.69 ± 4% perf-profile.calltrace.cycles-pp.tcp_close.inet_release.__sock_release.sock_close.__fput > >> 0.77 ± 9% +0.2 0.97 ± 5% perf-profile.calltrace.cycles-pp.schedule_timeout.inet_csk_accept.inet_accept.__sys_accept4_file.__sys_accept4 > >> 0.71 ± 9% +0.2 0.91 ± 4% perf-profile.calltrace.cycles-pp.__schedule.schedule.schedule_timeout.inet_csk_accept.inet_accept > >> 0.73 ± 9% +0.2 0.94 ± 5% perf-profile.calltrace.cycles-pp.schedule.schedule_timeout.inet_csk_accept.inet_accept.__sys_accept4_file > >> 0.00 +0.5 0.55 ± 5% perf-profile.calltrace.cycles-pp.ktime_get.tick_nohz_irq_exit.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 0.00 +0.6 0.57 ± 5% perf-profile.calltrace.cycles-pp.tick_nohz_irq_exit.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 0.00 +0.6 0.58 ± 10% perf-profile.calltrace.cycles-pp.ktime_get.tick_irq_enter.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +0.6 0.60 ± 6% perf-profile.calltrace.cycles-pp.lapic_next_deadline.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt > >> 0.00 +0.7 0.65 ± 17% perf-profile.calltrace.cycles-pp.rebalance_domains.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +0.7 0.73 ± 8% perf-profile.calltrace.cycles-pp.update_sd_lb_stats.find_busiest_group.load_balance.newidle_balance.pick_next_task_fair > >> 0.00 +0.7 0.75 ± 7% perf-profile.calltrace.cycles-pp.find_busiest_group.load_balance.newidle_balance.pick_next_task_fair.__schedule > >> 0.00 +0.8 0.76 ± 13% perf-profile.calltrace.cycles-pp.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry > >> 0.00 +0.8 0.78 ± 6% perf-profile.calltrace.cycles-pp.load_balance.newidle_balance.pick_next_task_fair.__schedule.schedule > >> 0.00 +0.8 0.82 ± 8% perf-profile.calltrace.cycles-pp.newidle_balance.pick_next_task_fair.__schedule.schedule.do_nanosleep > >> 0.00 +0.8 0.83 ± 7% perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.do_nanosleep.hrtimer_nanosleep > >> 0.00 +0.9 0.86 ± 9% perf-profile.calltrace.cycles-pp.tick_irq_enter.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 0.00 +0.9 0.88 ± 8% perf-profile.calltrace.cycles-pp.__schedule.schedule.do_nanosleep.hrtimer_nanosleep.__x64_sys_nanosleep > >> 0.00 +0.9 0.88 ± 9% perf-profile.calltrace.cycles-pp.schedule.do_nanosleep.hrtimer_nanosleep.__x64_sys_nanosleep.do_syscall_64 > >> 0.00 +0.9 0.90 ± 9% perf-profile.calltrace.cycles-pp.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 0.00 +0.9 0.90 ± 8% perf-profile.calltrace.cycles-pp.do_nanosleep.hrtimer_nanosleep.__x64_sys_nanosleep.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.00 +0.9 0.91 ± 8% perf-profile.calltrace.cycles-pp.hrtimer_nanosleep.__x64_sys_nanosleep.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.00 +0.9 0.92 ± 8% perf-profile.calltrace.cycles-pp.__x64_sys_nanosleep.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.00 +0.9 0.95 ± 12% perf-profile.calltrace.cycles-pp.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry.start_secondary > >> 0.00 +1.1 1.09 ± 9% perf-profile.calltrace.cycles-pp.scheduler_tick.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues > >> 0.75 ± 6% +1.6 2.35 ± 21% perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 0.00 +1.6 1.63 ± 6% perf-profile.calltrace.cycles-pp.ktime_get.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt > >> 0.00 +2.0 1.96 ± 6% perf-profile.calltrace.cycles-pp.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt > >> 0.00 +2.0 2.01 ± 6% perf-profile.calltrace.cycles-pp.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt > >> 0.09 ±223% +2.2 2.28 ± 3% perf-profile.calltrace.cycles-pp.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +2.3 2.31 ± 7% perf-profile.calltrace.cycles-pp.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt > >> 0.68 ± 5% +2.8 3.48 ± 7% perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 1.34 ± 5% +5.3 6.66 ± 5% perf-profile.calltrace.cycles-pp.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 1.36 ± 5% +5.4 6.75 ± 5% perf-profile.calltrace.cycles-pp.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 4.78 ± 3% +6.1 10.90 ± 5% perf-profile.calltrace.cycles-pp.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle > >> 48.08 ± 2% +6.7 54.73 ± 3% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary > >> 48.27 ± 2% +7.1 55.40 ± 2% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 50.81 ± 2% +7.7 58.52 perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify > >> 50.80 ± 2% +7.7 58.52 perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 50.78 ± 2% +7.7 58.50 perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 51.25 ± 2% +7.8 59.03 perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify > >> 4.97 ± 4% +8.5 13.50 ± 6% perf-profile.calltrace.cycles-pp.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry > >> 46.12 ± 2% -7.9 38.20 ± 2% perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 40.03 ± 6% -5.8 34.26 ± 2% perf-profile.children.cycles-pp.do_syscall_64 > >> 12.88 ± 4% -3.5 9.41 ± 3% perf-profile.children.cycles-pp.__softirqentry_text_start > >> 4.51 -3.2 1.30 ± 11% perf-profile.children.cycles-pp.kmem_cache_free > >> 3.39 ± 2% -2.7 0.66 ± 17% perf-profile.children.cycles-pp.rcu_do_batch > >> 3.46 ± 2% -2.6 0.85 ± 12% perf-profile.children.cycles-pp.rcu_core > >> 11.93 ± 6% -2.5 9.47 perf-profile.children.cycles-pp.__tcp_transmit_skb > >> 11.17 ± 6% -2.3 8.87 ± 2% perf-profile.children.cycles-pp.__ip_queue_xmit > >> 10.82 ± 6% -2.2 8.60 ± 2% perf-profile.children.cycles-pp.ip_output > >> 10.46 ± 6% -2.2 8.29 ± 2% perf-profile.children.cycles-pp.ip_finish_output2 > >> 5.71 ± 7% -2.2 3.55 ± 5% perf-profile.children.cycles-pp.tcp_sendmsg > >> 5.84 ± 7% -2.2 3.68 ± 4% perf-profile.children.cycles-pp.__sys_sendto > >> 5.78 ± 7% -2.2 3.62 ± 4% perf-profile.children.cycles-pp.sock_sendmsg > >> 5.86 ± 7% -2.2 3.70 ± 4% perf-profile.children.cycles-pp.__x64_sys_sendto > >> 5.59 ± 57% -2.1 3.49 ± 3% perf-profile.children.cycles-pp.syscall_exit_to_user_mode > >> 9.53 ± 6% -2.0 7.48 ± 2% perf-profile.children.cycles-pp.__local_bh_enable_ip > >> 9.38 ± 6% -2.0 7.34 ± 2% perf-profile.children.cycles-pp.do_softirq > >> 5.11 ± 7% -2.0 3.13 ± 5% perf-profile.children.cycles-pp.tcp_sendmsg_locked > >> 8.61 ± 6% -1.8 6.79 ± 2% perf-profile.children.cycles-pp.__napi_poll > >> 8.56 ± 6% -1.8 6.75 ± 2% perf-profile.children.cycles-pp.process_backlog > >> 8.78 ± 6% -1.8 6.98 ± 2% perf-profile.children.cycles-pp.net_rx_action > >> 13.38 ± 6% -1.8 11.58 ± 2% perf-profile.children.cycles-pp.__sys_connect > >> 13.42 ± 6% -1.8 11.62 ± 2% perf-profile.children.cycles-pp.__x64_sys_connect > >> 13.01 ± 6% -1.8 11.24 ± 2% perf-profile.children.cycles-pp.inet_stream_connect > >> 8.29 ± 6% -1.8 6.54 ± 2% perf-profile.children.cycles-pp.__netif_receive_skb_one_core > >> 8.04 ± 6% -1.7 6.32 ± 2% perf-profile.children.cycles-pp.ip_rcv > >> 7.75 ± 6% -1.7 6.09 ± 2% perf-profile.children.cycles-pp.ip_local_deliver > >> 7.72 ± 6% -1.7 6.07 ± 2% perf-profile.children.cycles-pp.ip_local_deliver_finish > >> 7.70 ± 6% -1.6 6.05 ± 2% perf-profile.children.cycles-pp.ip_protocol_deliver_rcu > >> 7.60 ± 6% -1.6 5.98 ± 2% perf-profile.children.cycles-pp.tcp_v4_rcv > >> 3.98 ± 7% -1.5 2.45 ± 5% perf-profile.children.cycles-pp.tcp_write_xmit > >> 3.99 ± 7% -1.5 2.47 ± 5% perf-profile.children.cycles-pp.__tcp_push_pending_frames > >> 1.87 ± 3% -1.4 0.46 ± 15% perf-profile.children.cycles-pp.refill_obj_stock > >> 2.83 ± 7% -1.1 1.74 ± 7% perf-profile.children.cycles-pp.tcp_disconnect > >> 3.51 ± 2% -1.0 2.50 ± 9% perf-profile.children.cycles-pp.irq_exit_rcu > >> 1.01 ± 8% -0.9 0.08 ± 13% perf-profile.children.cycles-pp.schedule_idle > >> 1.19 ± 3% -0.9 0.31 ± 17% perf-profile.children.cycles-pp.drain_obj_stock > >> 2.14 ± 7% -0.8 1.33 ± 5% perf-profile.children.cycles-pp.tcp_recvmsg_locked > >> 2.35 ± 7% -0.8 1.56 ± 5% perf-profile.children.cycles-pp.__x64_sys_recvfrom > >> 2.34 ± 7% -0.8 1.55 ± 5% perf-profile.children.cycles-pp.__sys_recvfrom > >> 2.20 ± 7% -0.8 1.41 ± 4% perf-profile.children.cycles-pp.tcp_recvmsg > >> 2.21 ± 7% -0.8 1.43 ± 4% perf-profile.children.cycles-pp.inet_recvmsg > >> 1.92 ± 8% -0.7 1.18 ± 7% perf-profile.children.cycles-pp.tcp_send_active_reset > >> 1.86 ± 6% -0.7 1.12 ± 2% perf-profile.children.cycles-pp.sock_def_readable > >> 5.82 ± 6% -0.7 5.09 perf-profile.children.cycles-pp.tcp_rcv_state_process > >> 3.40 ± 4% -0.7 2.74 ± 3% perf-profile.children.cycles-pp.task_work_run > >> 1.10 ± 9% -0.6 0.46 ± 7% perf-profile.children.cycles-pp.copy_user_enhanced_fast_string > >> 1.28 ± 7% -0.6 0.65 ± 6% perf-profile.children.cycles-pp.tcp_data_queue > >> 3.26 ± 3% -0.6 2.62 ± 3% perf-profile.children.cycles-pp.__fput > >> 1.85 ± 6% -0.6 1.24 ± 2% perf-profile.children.cycles-pp.__wake_up_common_lock > >> 1.71 ± 6% -0.6 1.11 ± 5% perf-profile.children.cycles-pp.__wake_up_common > >> 3.83 ± 4% -0.6 3.24 ± 3% perf-profile.children.cycles-pp.exit_to_user_mode_prepare > >> 1.65 ± 6% -0.6 1.09 ± 5% perf-profile.children.cycles-pp.try_to_wake_up > >> 4.31 ± 5% -0.5 3.77 perf-profile.children.cycles-pp.tcp_rcv_synsent_state_process > >> 2.01 ± 6% -0.5 1.51 ± 3% perf-profile.children.cycles-pp.kmem_cache_alloc > >> 0.86 ± 7% -0.5 0.39 ± 10% perf-profile.children.cycles-pp._raw_spin_lock_bh > >> 1.97 ± 4% -0.4 1.56 ± 4% perf-profile.children.cycles-pp.__x64_sys_socket > >> 1.96 ± 4% -0.4 1.55 ± 4% perf-profile.children.cycles-pp.__sys_socket > >> 2.24 ± 6% -0.4 1.83 ± 8% perf-profile.children.cycles-pp.__vm_munmap > >> 2.31 ± 6% -0.4 1.90 ± 7% perf-profile.children.cycles-pp.__x64_sys_munmap > >> 2.09 ± 6% -0.4 1.69 ± 7% perf-profile.children.cycles-pp.__do_munmap > >> 0.62 ± 6% -0.4 0.23 ± 8% perf-profile.children.cycles-pp.dequeue_entity > >> 0.67 ± 10% -0.4 0.30 ± 7% perf-profile.children.cycles-pp.__skb_datagram_iter > >> 1.80 ± 4% -0.4 1.43 ± 4% perf-profile.children.cycles-pp.inet_release > >> 1.88 ± 4% -0.4 1.52 ± 4% perf-profile.children.cycles-pp.sock_close > >> 0.67 ± 10% -0.4 0.31 ± 5% perf-profile.children.cycles-pp.skb_copy_datagram_iter > >> 1.86 ± 4% -0.4 1.51 ± 4% perf-profile.children.cycles-pp.__sock_release > >> 1.01 ± 4% -0.4 0.65 ± 8% perf-profile.children.cycles-pp.__sk_destruct > >> 0.55 ± 12% -0.3 0.21 ± 11% perf-profile.children.cycles-pp.copyout > >> 0.57 ± 12% -0.3 0.23 ± 12% perf-profile.children.cycles-pp._copy_to_iter > >> 0.65 ± 7% -0.3 0.32 ± 10% perf-profile.children.cycles-pp.lock_sock_nested > >> 2.54 ± 6% -0.3 2.22 ± 5% perf-profile.children.cycles-pp.mmap_region > >> 0.44 ± 6% -0.3 0.13 ± 16% perf-profile.children.cycles-pp.copyin > >> 0.55 ± 7% -0.3 0.25 ± 9% perf-profile.children.cycles-pp.__inet_lookup_established > >> 0.46 ± 6% -0.3 0.16 ± 19% perf-profile.children.cycles-pp._copy_from_iter_full > >> 1.13 ± 6% -0.3 0.85 ± 2% perf-profile.children.cycles-pp.alloc_file_pseudo > >> 1.14 ± 6% -0.3 0.86 ± 2% perf-profile.children.cycles-pp.sock_alloc_file > >> 1.05 ± 5% -0.3 0.80 ± 7% perf-profile.children.cycles-pp.sk_wait_data > >> 0.68 ± 7% -0.3 0.43 ± 12% perf-profile.children.cycles-pp.dequeue_task_fair > >> 0.41 ± 9% -0.3 0.15 ± 14% perf-profile.children.cycles-pp.page_counter_cancel > >> 0.58 ± 5% -0.3 0.33 ± 11% perf-profile.children.cycles-pp.get_obj_cgroup_from_current > >> 0.41 ± 9% -0.3 0.16 ± 15% perf-profile.children.cycles-pp.page_counter_uncharge > >> 0.40 ± 8% -0.2 0.15 ± 12% perf-profile.children.cycles-pp.__memcg_kmem_uncharge > >> 0.34 ± 11% -0.2 0.10 ± 19% perf-profile.children.cycles-pp.set_next_entity > >> 1.30 ± 4% -0.2 1.07 ± 4% perf-profile.children.cycles-pp.__sock_create > >> 0.54 ± 5% -0.2 0.32 ± 9% perf-profile.children.cycles-pp.enqueue_entity > >> 1.03 ± 5% -0.2 0.82 ± 8% perf-profile.children.cycles-pp.tcp_v4_syn_recv_sock > >> 0.91 ± 7% -0.2 0.71 ± 5% perf-profile.children.cycles-pp.tcp_ack > >> 0.92 ± 5% -0.2 0.72 ± 12% perf-profile.children.cycles-pp.__dentry_kill > >> 1.34 ± 5% -0.2 1.15 ± 5% perf-profile.children.cycles-pp.tcp_child_process > >> 0.26 ± 7% -0.2 0.07 ± 37% perf-profile.children.cycles-pp.__slab_free > >> 0.33 ± 4% -0.2 0.15 ± 19% perf-profile.children.cycles-pp.dst_release > >> 0.88 ± 6% -0.2 0.71 ± 8% perf-profile.children.cycles-pp.wait_woken > >> 0.46 ± 7% -0.2 0.29 ± 11% perf-profile.children.cycles-pp.__kfree_skb > >> 0.64 ± 7% -0.2 0.47 ± 5% perf-profile.children.cycles-pp.alloc_file > >> 1.15 ± 5% -0.2 0.99 ± 5% perf-profile.children.cycles-pp.__dev_queue_xmit > >> 0.47 ± 4% -0.2 0.32 ± 11% perf-profile.children.cycles-pp.remove_vma > >> 0.49 ± 6% -0.1 0.34 ± 10% perf-profile.children.cycles-pp.sk_clone_lock > >> 0.60 ± 5% -0.1 0.45 ± 6% perf-profile.children.cycles-pp.__alloc_file > >> 0.62 ± 6% -0.1 0.47 ± 5% perf-profile.children.cycles-pp.alloc_empty_file > >> 0.71 ± 7% -0.1 0.56 ± 9% perf-profile.children.cycles-pp.ttwu_do_activate > >> 0.69 ± 6% -0.1 0.55 ± 8% perf-profile.children.cycles-pp.enqueue_task_fair > >> 0.51 ± 6% -0.1 0.37 ± 10% perf-profile.children.cycles-pp.inet_csk_clone_lock > >> 0.26 ± 8% -0.1 0.12 ± 15% perf-profile.children.cycles-pp.select_task_rq_fair > >> 0.60 ± 5% -0.1 0.47 ± 8% perf-profile.children.cycles-pp.tcp_create_openreq_child > >> 0.74 ± 3% -0.1 0.61 ± 7% perf-profile.children.cycles-pp.inet_create > >> 0.40 ± 10% -0.1 0.28 ± 6% perf-profile.children.cycles-pp.obj_cgroup_charge > >> 0.61 ± 6% -0.1 0.48 ± 8% perf-profile.children.cycles-pp.vm_area_alloc > >> 0.35 ± 7% -0.1 0.23 ± 7% perf-profile.children.cycles-pp.d_alloc_pseudo > >> 0.77 ± 6% -0.1 0.66 ± 6% perf-profile.children.cycles-pp.autoremove_wake_function > >> 0.35 ± 7% -0.1 0.23 ± 7% perf-profile.children.cycles-pp.__d_alloc > >> 0.26 ± 9% -0.1 0.15 ± 19% perf-profile.children.cycles-pp.page_counter_try_charge > >> 0.47 ± 10% -0.1 0.36 ± 13% perf-profile.children.cycles-pp.update_load_avg > >> 0.46 ± 5% -0.1 0.35 ± 13% perf-profile.children.cycles-pp.sk_alloc > >> 0.30 ± 8% -0.1 0.20 ± 8% perf-profile.children.cycles-pp.tcp_set_state > >> 0.29 ± 10% -0.1 0.19 ± 11% perf-profile.children.cycles-pp.__memcg_kmem_charge > >> 0.46 ± 7% -0.1 0.35 ± 2% perf-profile.children.cycles-pp.tcp_clean_rtx_queue > >> 0.16 ± 12% -0.1 0.06 ± 19% perf-profile.children.cycles-pp.ipv4_dst_check > >> 0.42 ± 6% -0.1 0.32 ± 11% perf-profile.children.cycles-pp.sk_prot_alloc > >> 0.40 ± 4% -0.1 0.31 ± 8% perf-profile.children.cycles-pp.percpu_counter_add_batch > >> 0.44 ± 8% -0.1 0.35 ± 11% perf-profile.children.cycles-pp.sock_alloc_inode > >> 0.17 ± 5% -0.1 0.08 ± 33% perf-profile.children.cycles-pp.security_file_free > >> 0.65 ± 3% -0.1 0.56 ± 5% perf-profile.children.cycles-pp.__tcp_close > >> 0.22 ± 4% -0.1 0.13 ± 9% perf-profile.children.cycles-pp.sk_stop_timer > >> 0.36 ± 8% -0.1 0.28 ± 10% perf-profile.children.cycles-pp.aa_sk_perm > >> 0.16 ± 5% -0.1 0.08 ± 35% perf-profile.children.cycles-pp.apparmor_file_free_security > >> 0.18 ± 10% -0.1 0.09 ± 30% perf-profile.children.cycles-pp.__sk_dst_check > >> 0.22 ± 4% -0.1 0.14 ± 7% perf-profile.children.cycles-pp.inet_csk_clear_xmit_timers > >> 0.26 ± 7% -0.1 0.18 ± 10% perf-profile.children.cycles-pp.security_file_alloc > >> 0.20 ± 7% -0.1 0.11 ± 14% perf-profile.children.cycles-pp.lock_timer_base > >> 0.20 ± 8% -0.1 0.12 ± 23% perf-profile.children.cycles-pp.apparmor_file_alloc_security > >> 0.18 ± 6% -0.1 0.10 ± 11% perf-profile.children.cycles-pp.skb_release_all > >> 0.15 ± 9% -0.1 0.07 ± 23% perf-profile.children.cycles-pp.skb_release_head_state > >> 0.77 ± 3% -0.1 0.70 ± 4% perf-profile.children.cycles-pp.tcp_close > >> 0.15 ± 13% -0.1 0.08 ± 16% perf-profile.children.cycles-pp.ip_rcv_finish > >> 0.12 ± 14% -0.1 0.05 ± 9% perf-profile.children.cycles-pp.ip_rcv_finish_core > >> 0.13 ± 5% -0.1 0.06 ± 11% perf-profile.children.cycles-pp.skb_release_data > >> 0.47 ± 3% -0.1 0.41 ± 8% perf-profile.children.cycles-pp.inet_csk_destroy_sock > >> 0.16 ± 10% -0.1 0.10 ± 24% perf-profile.children.cycles-pp.security_sk_free > >> 0.13 ± 8% -0.1 0.07 ± 16% perf-profile.children.cycles-pp.__ksize > >> 0.13 ± 6% -0.1 0.07 ± 7% perf-profile.children.cycles-pp.inet_unhash > >> 0.58 ± 6% -0.1 0.52 ± 6% perf-profile.children.cycles-pp.__x64_sys_utimensat > >> 0.27 ± 9% -0.1 0.21 ± 4% perf-profile.children.cycles-pp.mod_timer > >> 0.10 ± 11% -0.1 0.04 ± 75% perf-profile.children.cycles-pp.__skb_clone > >> 0.30 ± 6% -0.1 0.24 ± 9% perf-profile.children.cycles-pp.vma_link > >> 0.22 ± 7% -0.1 0.16 ± 9% perf-profile.children.cycles-pp.memcpy_erms > >> 0.19 ± 7% -0.1 0.14 ± 14% perf-profile.children.cycles-pp.sk_reset_timer > >> 0.20 ± 8% -0.1 0.14 ± 9% perf-profile.children.cycles-pp.validate_xmit_skb > >> 0.16 ± 8% -0.1 0.11 ± 13% perf-profile.children.cycles-pp.tcp_event_new_data_sent > >> 0.17 ± 7% -0.1 0.12 ± 15% perf-profile.children.cycles-pp.__switch_to > >> 0.21 ± 9% -0.1 0.16 ± 13% perf-profile.children.cycles-pp.ip_finish_output > >> 0.15 ± 9% -0.0 0.10 ± 23% perf-profile.children.cycles-pp.apparmor_sk_clone_security > >> 0.15 ± 5% -0.0 0.10 ± 9% perf-profile.children.cycles-pp.del_timer > >> 0.15 ± 11% -0.0 0.10 ± 24% perf-profile.children.cycles-pp.security_sk_clone > >> 0.25 ± 4% -0.0 0.21 ± 9% perf-profile.children.cycles-pp.sk_forced_mem_schedule > >> 0.07 ± 9% -0.0 0.03 ±100% perf-profile.children.cycles-pp.tcp_rcv_space_adjust > >> 0.09 ± 16% -0.0 0.04 ± 72% perf-profile.children.cycles-pp.tcp_schedule_loss_probe > >> 0.11 ± 9% -0.0 0.07 ± 45% perf-profile.children.cycles-pp.apparmor_sk_free_security > >> 0.15 ± 4% -0.0 0.11 ± 18% perf-profile.children.cycles-pp.inet_csk_route_req > >> 0.17 ± 9% -0.0 0.12 ± 15% perf-profile.children.cycles-pp.kmem_cache_alloc_trace > >> 0.10 ± 14% -0.0 0.06 ± 51% perf-profile.children.cycles-pp.__inet_lookup_listener > >> 0.19 ± 11% -0.0 0.15 ± 15% perf-profile.children.cycles-pp.common_file_perm > >> 0.15 ± 9% -0.0 0.11 ± 13% perf-profile.children.cycles-pp.__switch_to_asm > >> 0.11 ± 13% -0.0 0.07 ± 16% perf-profile.children.cycles-pp.check_preempt_curr > >> 0.10 ± 7% -0.0 0.06 ± 17% perf-profile.children.cycles-pp.__vma_link_rb > >> 0.17 ± 9% -0.0 0.13 ± 14% perf-profile.children.cycles-pp.evm_protected_xattr > >> 0.15 ± 7% -0.0 0.12 ± 12% perf-profile.children.cycles-pp.__mark_inode_dirty > >> 0.11 ± 14% -0.0 0.09 ± 22% perf-profile.children.cycles-pp.ttwu_do_wakeup > >> 0.10 ± 8% -0.0 0.07 ± 18% perf-profile.children.cycles-pp.security_socket_getpeername > >> 0.14 ± 10% -0.0 0.11 ± 5% perf-profile.children.cycles-pp.__x64_sys_copy_file_range > >> 0.07 ± 7% -0.0 0.05 ± 45% perf-profile.children.cycles-pp.lock_sock_fast > >> 0.08 ± 11% +0.0 0.10 ± 15% perf-profile.children.cycles-pp.reweight_entity > >> 0.12 ± 15% +0.0 0.16 ± 8% perf-profile.children.cycles-pp.__update_load_avg_cfs_rq > >> 0.05 +0.0 0.09 ± 20% perf-profile.children.cycles-pp.hrtimer_wakeup > >> 0.09 ± 10% +0.0 0.13 ± 13% perf-profile.children.cycles-pp._raw_spin_lock_irq > >> 0.09 ± 15% +0.0 0.14 ± 12% perf-profile.children.cycles-pp.tcp_done > >> 0.04 ± 71% +0.1 0.09 ± 18% perf-profile.children.cycles-pp.rb_next > >> 0.00 +0.1 0.05 ± 8% perf-profile.children.cycles-pp.filemap_map_pages > >> 0.14 ± 8% +0.1 0.20 ± 14% perf-profile.children.cycles-pp.sock_def_wakeup > >> 0.00 +0.1 0.06 ± 14% perf-profile.children.cycles-pp.do_fault > >> 0.00 +0.1 0.07 ± 27% perf-profile.children.cycles-pp.do_sys_openat2 > >> 0.00 +0.1 0.07 ± 27% perf-profile.children.cycles-pp.do_sys_open > >> 0.00 +0.1 0.07 ± 32% perf-profile.children.cycles-pp.mmput > >> 0.00 +0.1 0.07 ± 32% perf-profile.children.cycles-pp.exit_mmap > >> 0.36 ± 10% +0.1 0.43 ± 10% perf-profile.children.cycles-pp.update_rq_clock > >> 0.01 ±223% +0.1 0.08 ± 24% perf-profile.children.cycles-pp.rb_erase > >> 0.00 +0.1 0.08 ± 18% perf-profile.children.cycles-pp.execve > >> 0.00 +0.1 0.08 ± 18% perf-profile.children.cycles-pp.__x64_sys_execve > >> 0.00 +0.1 0.08 ± 18% perf-profile.children.cycles-pp.do_execveat_common > >> 0.09 ± 12% +0.1 0.17 ± 33% perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore > >> 0.07 ± 9% +0.1 0.15 ± 27% perf-profile.children.cycles-pp.tsc_verify_tsc_adjust > >> 0.07 ± 12% +0.1 0.16 ± 26% perf-profile.children.cycles-pp.arch_cpu_idle_enter > >> 0.05 ± 9% +0.1 0.14 ± 23% perf-profile.children.cycles-pp.rcu_eqs_exit > >> 0.00 +0.1 0.09 ± 5% perf-profile.children.cycles-pp.rcu_gp_kthread > >> 0.11 ± 13% +0.1 0.21 ± 19% perf-profile.children.cycles-pp.nr_iowait_cpu > >> 0.00 +0.1 0.09 ± 13% perf-profile.children.cycles-pp.__handle_mm_fault > >> 0.00 +0.1 0.10 ± 18% perf-profile.children.cycles-pp.__hrtimer_get_next_event > >> 0.00 +0.1 0.10 ± 9% perf-profile.children.cycles-pp.memcpy_toio > >> 0.00 +0.1 0.10 ± 9% perf-profile.children.cycles-pp.drm_fb_helper_damage_work > >> 0.00 +0.1 0.10 ± 12% perf-profile.children.cycles-pp.handle_mm_fault > >> 0.11 ± 13% +0.1 0.21 ± 20% perf-profile.children.cycles-pp.update_ts_time_stats > >> 0.00 +0.1 0.11 ± 11% perf-profile.children.cycles-pp.do_user_addr_fault > >> 0.00 +0.1 0.11 ± 14% perf-profile.children.cycles-pp.exc_page_fault > >> 0.02 ±142% +0.1 0.13 ± 15% perf-profile.children.cycles-pp._find_next_bit > >> 0.08 ± 10% +0.1 0.20 ± 21% perf-profile.children.cycles-pp.rcu_idle_exit > >> 0.00 +0.1 0.12 ± 11% perf-profile.children.cycles-pp.process_one_work > >> 0.00 +0.1 0.12 ± 13% perf-profile.children.cycles-pp.cpumask_next_and > >> 0.04 ± 73% +0.1 0.16 ± 8% perf-profile.children.cycles-pp.switch_fpu_return > >> 0.00 +0.1 0.12 ± 11% perf-profile.children.cycles-pp.asm_exc_page_fault > >> 0.00 +0.1 0.12 ± 7% perf-profile.children.cycles-pp.hrtimer_next_event_without > >> 0.00 +0.1 0.12 ± 17% perf-profile.children.cycles-pp.get_next_timer_interrupt > >> 0.00 +0.1 0.13 ± 10% perf-profile.children.cycles-pp.worker_thread > >> 0.01 ±223% +0.1 0.14 ± 11% perf-profile.children.cycles-pp.note_gp_changes > >> 0.01 ±223% +0.1 0.15 ± 5% perf-profile.children.cycles-pp.timerqueue_del > >> 0.05 ± 45% +0.1 0.19 ± 16% perf-profile.children.cycles-pp.update_irq_load_avg > >> 0.18 ± 12% +0.1 0.32 ± 12% perf-profile.children.cycles-pp.tcp_reset > >> 0.10 ± 7% +0.1 0.25 ± 12% perf-profile.children.cycles-pp.switch_mm_irqs_off > >> 0.02 ±141% +0.2 0.17 ± 6% perf-profile.children.cycles-pp.__remove_hrtimer > >> 0.00 +0.2 0.15 ± 21% perf-profile.children.cycles-pp.timerqueue_add > >> 0.00 +0.2 0.16 ± 8% perf-profile.children.cycles-pp.__hrtimer_next_event_base > >> 0.00 +0.2 0.17 ± 18% perf-profile.children.cycles-pp.enqueue_hrtimer > >> 0.00 +0.2 0.19 ± 13% perf-profile.children.cycles-pp.load_new_mm_cr3 > >> 0.01 ±223% +0.2 0.19 ± 24% perf-profile.children.cycles-pp.arch_scale_freq_tick > >> 0.08 ± 8% +0.2 0.28 ± 16% perf-profile.children.cycles-pp.calc_global_load_tick > >> 0.21 ± 12% +0.2 0.42 ± 9% perf-profile.children.cycles-pp.kthread > >> 0.21 ± 12% +0.2 0.42 ± 10% perf-profile.children.cycles-pp.ret_from_fork > >> 0.01 ±223% +0.2 0.21 ± 14% perf-profile.children.cycles-pp.__intel_pmu_enable_all > >> 0.27 ± 13% +0.2 0.49 ± 7% perf-profile.children.cycles-pp.tcp_validate_incoming > >> 0.06 ± 8% +0.2 0.30 ± 15% perf-profile.children.cycles-pp.rcu_sched_clock_irq > >> 0.08 ± 14% +0.2 0.32 ± 17% perf-profile.children.cycles-pp._raw_spin_trylock > >> 0.28 ± 10% +0.3 0.55 ± 5% perf-profile.children.cycles-pp.native_sched_clock > >> 0.10 ± 14% +0.3 0.36 ± 18% perf-profile.children.cycles-pp.run_rebalance_domains > >> 0.29 ± 11% +0.3 0.56 ± 5% perf-profile.children.cycles-pp.sched_clock > >> 0.09 ± 17% +0.3 0.38 ± 17% perf-profile.children.cycles-pp.update_blocked_averages > >> 0.04 ± 71% +0.3 0.34 ± 13% perf-profile.children.cycles-pp.io_serial_in > >> 0.00 +0.3 0.31 ± 18% perf-profile.children.cycles-pp.timekeeping_max_deferment > >> 0.33 ± 11% +0.3 0.65 ± 6% perf-profile.children.cycles-pp.sched_clock_cpu > >> 0.45 ± 8% +0.3 0.78 ± 6% perf-profile.children.cycles-pp.read_tsc > >> 0.03 ± 99% +0.3 0.37 ± 11% perf-profile.children.cycles-pp.idle_cpu > >> 0.06 ± 9% +0.4 0.41 ± 7% perf-profile.children.cycles-pp.serial8250_console_putchar > >> 0.11 ± 13% +0.4 0.48 ± 12% perf-profile.children.cycles-pp.ktime_get_update_offsets_now > >> 0.06 ± 11% +0.4 0.42 ± 7% perf-profile.children.cycles-pp.wait_for_xmitr > >> 0.06 ± 11% +0.4 0.43 ± 7% perf-profile.children.cycles-pp.uart_console_write > >> 0.07 ± 11% +0.4 0.44 ± 7% perf-profile.children.cycles-pp.serial8250_console_write > >> 0.26 ± 9% +0.4 0.66 ± 2% perf-profile.children.cycles-pp.irqtime_account_irq > >> 0.07 ± 14% +0.4 0.48 ± 6% perf-profile.children.cycles-pp.irq_work_run > >> 0.07 ± 14% +0.4 0.48 ± 6% perf-profile.children.cycles-pp.printk > >> 0.07 ± 14% +0.4 0.48 ± 6% perf-profile.children.cycles-pp.vprintk_emit > >> 0.07 ± 14% +0.4 0.48 ± 6% perf-profile.children.cycles-pp.console_unlock > >> 0.08 ± 16% +0.4 0.49 ± 6% perf-profile.children.cycles-pp.irq_work_run_list > >> 0.07 ± 14% +0.4 0.49 ± 6% perf-profile.children.cycles-pp.asm_sysvec_irq_work > >> 0.07 ± 14% +0.4 0.49 ± 6% perf-profile.children.cycles-pp.sysvec_irq_work > >> 0.07 ± 14% +0.4 0.49 ± 6% perf-profile.children.cycles-pp.__sysvec_irq_work > >> 0.07 ± 14% +0.4 0.49 ± 6% perf-profile.children.cycles-pp.irq_work_single > >> 0.12 ± 11% +0.5 0.57 ± 6% perf-profile.children.cycles-pp.tick_nohz_irq_exit > >> 0.10 ± 15% +0.5 0.56 ± 10% perf-profile.children.cycles-pp.perf_mux_hrtimer_handler > >> 0.11 ± 9% +0.5 0.62 ± 6% perf-profile.children.cycles-pp.lapic_next_deadline > >> 0.14 ± 16% +0.5 0.66 ± 17% perf-profile.children.cycles-pp.rebalance_domains > >> 0.10 ± 11% +0.5 0.62 ± 4% perf-profile.children.cycles-pp.native_irq_return_iret > >> 0.11 ± 10% +0.7 0.77 ± 13% perf-profile.children.cycles-pp.tick_nohz_next_event > >> 0.62 ± 10% +0.7 1.28 ± 8% perf-profile.children.cycles-pp.pick_next_task_fair > >> 0.16 ± 17% +0.7 0.87 ± 9% perf-profile.children.cycles-pp.tick_irq_enter > >> 0.17 ± 17% +0.7 0.91 ± 9% perf-profile.children.cycles-pp.irq_enter_rcu > >> 0.15 ± 12% +0.8 0.96 ± 11% perf-profile.children.cycles-pp.tick_nohz_get_sleep_length > >> 0.06 ± 13% +0.8 0.90 ± 8% perf-profile.children.cycles-pp.do_nanosleep > >> 0.07 ± 12% +0.8 0.92 ± 8% perf-profile.children.cycles-pp.__x64_sys_nanosleep > >> 0.06 ± 14% +0.8 0.91 ± 8% perf-profile.children.cycles-pp.hrtimer_nanosleep > >> 0.14 ± 16% +0.9 1.01 ± 7% perf-profile.children.cycles-pp.newidle_balance > >> 0.25 ± 7% +0.9 1.16 ± 10% perf-profile.children.cycles-pp.scheduler_tick > >> 0.12 ± 18% +1.0 1.13 ± 8% perf-profile.children.cycles-pp.update_sd_lb_stats > >> 0.12 ± 18% +1.0 1.16 ± 8% perf-profile.children.cycles-pp.find_busiest_group > >> 1.52 ± 8% +1.0 2.56 ± 4% perf-profile.children.cycles-pp.schedule > >> 0.15 ± 16% +1.1 1.28 ± 8% perf-profile.children.cycles-pp.load_balance > >> 0.45 ± 7% +1.6 2.06 ± 7% perf-profile.children.cycles-pp.update_process_times > >> 0.77 ± 6% +1.6 2.38 ± 21% perf-profile.children.cycles-pp.menu_select > >> 0.47 ± 7% +1.6 2.10 ± 7% perf-profile.children.cycles-pp.tick_sched_handle > >> 0.55 ± 9% +1.8 2.34 ± 3% perf-profile.children.cycles-pp.clockevents_program_event > >> 0.57 ± 5% +1.8 2.42 ± 7% perf-profile.children.cycles-pp.tick_sched_timer > >> 1.11 ± 7% +2.3 3.45 ± 5% perf-profile.children.cycles-pp.ktime_get > >> 0.85 ± 6% +2.8 3.63 ± 7% perf-profile.children.cycles-pp.__hrtimer_run_queues > >> 1.60 ± 5% +5.3 6.91 ± 5% perf-profile.children.cycles-pp.hrtimer_interrupt > >> 1.63 ± 6% +5.4 7.00 ± 5% perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt > >> 5.48 ± 3% +5.8 11.28 ± 5% perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt > >> 5.70 ± 3% +7.0 12.70 ± 6% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_interrupt > >> 48.68 ± 2% +7.2 55.86 ± 2% perf-profile.children.cycles-pp.cpuidle_enter_state > >> 48.69 ± 2% +7.2 55.88 ± 2% perf-profile.children.cycles-pp.cpuidle_enter > >> 50.81 ± 2% +7.7 58.52 perf-profile.children.cycles-pp.start_secondary > >> 51.25 ± 2% +7.8 59.03 perf-profile.children.cycles-pp.secondary_startup_64_no_verify > >> 51.25 ± 2% +7.8 59.03 perf-profile.children.cycles-pp.cpu_startup_entry > >> 51.24 ± 2% +7.8 59.03 perf-profile.children.cycles-pp.do_idle > >> 2.41 ± 2% -1.7 0.70 ± 9% perf-profile.self.cycles-pp.kmem_cache_free > >> 1.08 ± 9% -0.6 0.44 ± 7% perf-profile.self.cycles-pp.copy_user_enhanced_fast_string > >> 0.76 ± 3% -0.6 0.15 ± 26% perf-profile.self.cycles-pp.drain_obj_stock > >> 0.67 ± 4% -0.5 0.14 ± 23% perf-profile.self.cycles-pp.refill_obj_stock > >> 0.69 ± 6% -0.3 0.37 ± 10% perf-profile.self.cycles-pp._raw_spin_lock_bh > >> 0.45 ± 8% -0.3 0.20 ± 11% perf-profile.self.cycles-pp.__inet_lookup_established > >> 0.53 ± 7% -0.2 0.28 ± 15% perf-profile.self.cycles-pp.get_obj_cgroup_from_current > >> 0.35 ± 7% -0.2 0.14 ± 14% perf-profile.self.cycles-pp.page_counter_cancel > >> 0.42 ± 9% -0.2 0.22 ± 13% perf-profile.self.cycles-pp.__schedule > >> 0.26 ± 6% -0.2 0.07 ± 37% perf-profile.self.cycles-pp.__slab_free > >> 0.32 ± 4% -0.2 0.15 ± 18% perf-profile.self.cycles-pp.dst_release > >> 0.69 ± 7% -0.1 0.55 ± 10% perf-profile.self.cycles-pp.kmem_cache_alloc > >> 0.24 ± 7% -0.1 0.10 ± 17% perf-profile.self.cycles-pp.tcp_sendmsg_locked > >> 0.17 ± 8% -0.1 0.05 ± 49% perf-profile.self.cycles-pp.enqueue_entity > >> 0.25 ± 9% -0.1 0.14 ± 11% perf-profile.self.cycles-pp.update_rq_clock > >> 0.15 ± 12% -0.1 0.06 ± 19% perf-profile.self.cycles-pp.ipv4_dst_check > >> 0.23 ± 9% -0.1 0.14 ± 15% perf-profile.self.cycles-pp.page_counter_try_charge > >> 0.38 ± 4% -0.1 0.30 ± 10% perf-profile.self.cycles-pp.percpu_counter_add_batch > >> 0.16 ± 4% -0.1 0.08 ± 32% perf-profile.self.cycles-pp.apparmor_file_free_security > >> 0.18 ± 7% -0.1 0.10 ± 22% perf-profile.self.cycles-pp.apparmor_file_alloc_security > >> 0.29 ± 11% -0.1 0.21 ± 11% perf-profile.self.cycles-pp.__sk_destruct > >> 0.15 ± 12% -0.1 0.08 ± 20% perf-profile.self.cycles-pp.enqueue_task_fair > >> 0.21 ± 14% -0.1 0.14 ± 23% perf-profile.self.cycles-pp.update_load_avg > >> 0.29 ± 8% -0.1 0.22 ± 14% perf-profile.self.cycles-pp.aa_sk_perm > >> 0.13 ± 5% -0.1 0.06 ± 11% perf-profile.self.cycles-pp.skb_release_data > >> 0.12 ± 14% -0.1 0.05 ± 9% perf-profile.self.cycles-pp.ip_rcv_finish_core > >> 0.28 ± 8% -0.1 0.22 ± 12% perf-profile.self.cycles-pp.tcp_ack > >> 0.13 ± 8% -0.1 0.07 ± 19% perf-profile.self.cycles-pp.__ksize > >> 0.12 ± 9% -0.1 0.06 ± 23% perf-profile.self.cycles-pp.wait_woken > >> 0.21 ± 8% -0.1 0.15 ± 4% perf-profile.self.cycles-pp.memcpy_erms > >> 0.14 ± 8% -0.1 0.08 ± 16% perf-profile.self.cycles-pp.update_curr > >> 0.21 ± 5% -0.1 0.16 ± 13% perf-profile.self.cycles-pp.__dev_queue_xmit > >> 0.08 ± 14% -0.1 0.03 ±100% perf-profile.self.cycles-pp.__skb_clone > >> 0.16 ± 8% -0.1 0.11 ± 18% perf-profile.self.cycles-pp.__switch_to > >> 0.09 ± 13% -0.0 0.04 ± 45% perf-profile.self.cycles-pp.tcp_conn_request > >> 0.14 ± 10% -0.0 0.10 ± 23% perf-profile.self.cycles-pp.apparmor_sk_clone_security > >> 0.25 ± 5% -0.0 0.20 ± 9% perf-profile.self.cycles-pp.sk_forced_mem_schedule > >> 0.27 ± 5% -0.0 0.23 ± 10% perf-profile.self.cycles-pp.ip_route_output_key_hash_rcu > >> 0.16 ± 10% -0.0 0.12 ± 18% perf-profile.self.cycles-pp.common_file_perm > >> 0.09 ± 9% -0.0 0.05 ± 45% perf-profile.self.cycles-pp.tcp_set_state > >> 0.11 ± 12% -0.0 0.07 ± 47% perf-profile.self.cycles-pp.validate_xmit_skb > >> 0.10 ± 8% -0.0 0.06 ± 50% perf-profile.self.cycles-pp.sk_alloc > >> 0.15 ± 9% -0.0 0.11 ± 12% perf-profile.self.cycles-pp.__switch_to_asm > >> 0.10 ± 6% -0.0 0.06 ± 49% perf-profile.self.cycles-pp.apparmor_socket_post_create > >> 0.12 ± 6% -0.0 0.08 ± 22% perf-profile.self.cycles-pp.try_to_wake_up > >> 0.10 ± 7% -0.0 0.06 ± 16% perf-profile.self.cycles-pp.__vma_link_rb > >> 0.09 ± 7% -0.0 0.06 ± 47% perf-profile.self.cycles-pp.switch_mm_irqs_off > >> 0.15 ± 9% -0.0 0.11 ± 17% perf-profile.self.cycles-pp.__update_load_avg_se > >> 0.17 ± 10% -0.0 0.14 ± 14% perf-profile.self.cycles-pp.do_mmap > >> 0.17 ± 5% -0.0 0.13 ± 8% perf-profile.self.cycles-pp.unmap_page_range > >> 0.11 ± 4% -0.0 0.08 ± 9% perf-profile.self.cycles-pp.__mark_inode_dirty > >> 0.10 ± 13% -0.0 0.07 ± 13% perf-profile.self.cycles-pp.kmem_cache_alloc_trace > >> 0.12 ± 8% -0.0 0.09 ± 20% perf-profile.self.cycles-pp.__kmalloc_node_track_caller > >> 0.08 ± 13% -0.0 0.05 ± 9% perf-profile.self.cycles-pp.reweight_entity > >> 0.07 ± 5% -0.0 0.05 ± 45% perf-profile.self.cycles-pp.enqueue_to_backlog > >> 0.12 ± 13% +0.0 0.16 ± 7% perf-profile.self.cycles-pp.__update_load_avg_cfs_rq > >> 0.06 ± 9% +0.0 0.10 ± 9% perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore > >> 0.03 ± 70% +0.0 0.08 ± 20% perf-profile.self.cycles-pp.rb_next > >> 0.01 ±223% +0.1 0.07 ± 22% perf-profile.self.cycles-pp.rb_erase > >> 0.00 +0.1 0.07 ± 16% perf-profile.self.cycles-pp.load_balance > >> 0.00 +0.1 0.08 ± 38% perf-profile.self.cycles-pp.rebalance_domains > >> 0.06 ± 11% +0.1 0.14 ± 24% perf-profile.self.cycles-pp.tsc_verify_tsc_adjust > >> 0.11 ± 15% +0.1 0.20 ± 18% perf-profile.self.cycles-pp.nr_iowait_cpu > >> 0.00 +0.1 0.09 ± 20% perf-profile.self.cycles-pp.scheduler_tick > >> 0.00 +0.1 0.10 ± 9% perf-profile.self.cycles-pp.memcpy_toio > >> 0.00 +0.1 0.10 ± 15% perf-profile.self.cycles-pp.timerqueue_add > >> 0.00 +0.1 0.11 ± 26% perf-profile.self.cycles-pp.perf_mux_hrtimer_handler > >> 0.02 ±142% +0.1 0.12 ± 15% perf-profile.self.cycles-pp._find_next_bit > >> 0.00 +0.1 0.11 ± 23% perf-profile.self.cycles-pp.asm_sysvec_apic_timer_interrupt > >> 0.04 ± 71% +0.1 0.15 ± 9% perf-profile.self.cycles-pp.switch_fpu_return > >> 0.00 +0.1 0.13 ± 28% perf-profile.self.cycles-pp.__hrtimer_run_queues > >> 0.02 ±141% +0.1 0.15 ± 28% perf-profile.self.cycles-pp.update_blocked_averages > >> 0.05 ± 45% +0.1 0.19 ± 16% perf-profile.self.cycles-pp.update_irq_load_avg > >> 0.00 +0.1 0.15 ± 22% perf-profile.self.cycles-pp.hrtimer_interrupt > >> 0.00 +0.1 0.15 ± 7% perf-profile.self.cycles-pp.__hrtimer_next_event_base > >> 0.00 +0.2 0.19 ± 13% perf-profile.self.cycles-pp.load_new_mm_cr3 > >> 0.01 ±223% +0.2 0.19 ± 24% perf-profile.self.cycles-pp.arch_scale_freq_tick > >> 0.08 ± 8% +0.2 0.28 ± 15% perf-profile.self.cycles-pp.calc_global_load_tick > >> 0.08 ± 14% +0.2 0.28 ± 11% perf-profile.self.cycles-pp.tick_nohz_next_event > >> 0.01 ±223% +0.2 0.21 ± 14% perf-profile.self.cycles-pp.__intel_pmu_enable_all > >> 0.03 ± 70% +0.2 0.26 ± 16% perf-profile.self.cycles-pp.rcu_sched_clock_irq > >> 0.09 ± 10% +0.2 0.34 ± 8% perf-profile.self.cycles-pp.irqtime_account_irq > >> 0.08 ± 14% +0.2 0.32 ± 17% perf-profile.self.cycles-pp._raw_spin_trylock > >> 0.26 ± 11% +0.2 0.51 ± 4% perf-profile.self.cycles-pp.native_sched_clock > >> 0.10 ± 15% +0.3 0.39 ± 13% perf-profile.self.cycles-pp.ktime_get_update_offsets_now > >> 0.04 ± 71% +0.3 0.34 ± 13% perf-profile.self.cycles-pp.io_serial_in > >> 0.00 +0.3 0.31 ± 18% perf-profile.self.cycles-pp.timekeeping_max_deferment > >> 0.43 ± 8% +0.3 0.76 ± 6% perf-profile.self.cycles-pp.read_tsc > >> 0.09 ± 10% +0.3 0.42 ± 9% perf-profile.self.cycles-pp.update_process_times > >> 0.03 ± 99% +0.3 0.37 ± 11% perf-profile.self.cycles-pp.idle_cpu > >> 0.11 ± 9% +0.5 0.62 ± 6% perf-profile.self.cycles-pp.lapic_next_deadline > >> 0.10 ± 11% +0.5 0.62 ± 4% perf-profile.self.cycles-pp.native_irq_return_iret > >> 0.09 ± 20% +0.7 0.82 ± 10% perf-profile.self.cycles-pp.update_sd_lb_stats > >> 0.50 ± 7% +0.8 1.29 ± 31% perf-profile.self.cycles-pp.menu_select > >> 0.30 ± 9% +1.7 1.97 ± 14% perf-profile.self.cycles-pp.cpuidle_enter_state > >> 0.80 ± 8% +2.1 2.87 ± 5% perf-profile.self.cycles-pp.ktime_get > >> > >> > >> > >> stress-ng.time.user_time > >> > >> 160 +---------------------------------------------------------------------+ > >> | + | > >> 140 |-+ : | > >> 120 |-+ : | > >> | :: | > >> 100 |-+ :: | > >> | : : | > >> 80 |-+ : : | > >> | : : | > >> 60 |-+ : : | > >> 40 |-+ : : | > >> |.++.+.++.++.+.++.+.++.++.+.++.+.++.++.+.++.+.++.++.+.++.+.++.++.+ +.| > >> 20 |-+ | > >> | OO O OO OO O OO O OO OO O OO O OO OO O OO O OO OO | > >> 0 +---------------------------------------------------------------------+ > >> > >> > >> stress-ng.time.system_time > >> > >> 500 +---------------------------------------------------------------------+ > >> | +. +. .+ | > >> 450 |.++.+.+ ++.+.++.+.++.++.+.++.+.++.++.+.+ .+.+ .++.+.+ +.++.++.+ +.| > >> 400 |-+ + + | > >> | | > >> 350 |-+ | > >> 300 |-+ | > >> | | > >> 250 |-+ | > >> 200 |-+ | > >> | | > >> 150 |-+ | > >> 100 |-O OO O | > >> | O O OO O O O OO OO O OO O OO OO O OO O OO OO | > >> 50 +---------------------------------------------------------------------+ > >> > >> > >> stress-ng.time.percent_of_cpu_this_job_got > >> > >> 1000 +--------------------------------------------------------------------+ > >> | : | > >> 900 |-+ : : | > >> 800 |.+ .+. +. .++.++. +.+ +. +. .+ : +.| > >> | ++.++ + ++.+ +.+ +.+.+ +.+ ++.+.++.++.+ +.++.+.++ | > >> 700 |-+ | > >> 600 |-+ | > >> | | > >> 500 |-+ | > >> 400 |-+ | > >> | | > >> 300 |-+ | > >> 200 |-+ | > >> | OO OO O OO OO O O OO O OO O O O | > >> 100 +--------------------------------------------------------------------+ > >> > >> > >> stress-ng.time.minor_page_faults > >> > >> 18500 +-------------------------------------------------------------------+ > >> | | > >> | .+ + .+ + | > >> 18000 |-+ .+ + : + : +.+.+ +. + + :+ | > >> | :+ : +.++ + : +.+ +.+ : +. +.+ + + +: + +| > >> |: +. .+. : + + +.+ +. : + + + + + | > >> 17500 |:+ ++ + + + + | > >> | | > >> 17000 |-+ | > >> | | > >> | O O O O O O | > >> 16500 |-O O O O O OO O O O O O O O | > >> | O O OO O O O O | > >> | OO O | > >> 16000 +-------------------------------------------------------------------+ > >> > >> > >> stress-ng.time.voluntary_context_switches > >> > >> 1.8e+07 +-----------------------------------------------------------------+ > >> |.++.+ +.++.++ +.+.+ + ++.+.++.++.++.++.++.++.+ | > >> 1.6e+07 |-+ | > >> 1.4e+07 |-+ | > >> | | > >> 1.2e+07 |-+ | > >> | | > >> 1e+07 |-+ | > >> | | > >> 8e+06 |-+ | > >> 6e+06 |-+ | > >> | O | > >> 4e+06 |-O OO O OO OO O O OO | > >> | O O O O OO OO OO OO OO O OO O | > >> 2e+06 +-----------------------------------------------------------------+ > >> > >> > >> stress-ng.time.involuntary_context_switches > >> > >> 240000 +------------------------------------------------------------------+ > >> 220000 |-+ O O | > >> | O O O | > >> 200000 |-+O O OO O OO OO O O | > >> 180000 |-+ O O O O O O O | > >> 160000 |-+ O O O O | > >> 140000 |-O OO O | > >> | | > >> 120000 |-+ | > >> 100000 |-+ | > >> 80000 |-+ | > >> 60000 |-+ | > >> | | > >> 40000 |-+ .+ | > >> 20000 +------------------------------------------------------------------+ > >> > >> > >> stress-ng.sockabuse.ops > >> > >> 550000 +------------------------------------------------------------------+ > >> 500000 |.++.++ +.++.+.+ ++.+ + + ++.++.++.++.+.++.++.++ +.| > >> | | > >> 450000 |-+ | > >> 400000 |-+ | > >> | | > >> 350000 |-+ | > >> 300000 |-+ | > >> 250000 |-+ | > >> | | > >> 200000 |-+ | > >> 150000 |-O OO O O | > >> | O OO O O O OO OO OO O OO OO O O O | > >> 100000 |-+ O OO O OO | > >> 50000 +------------------------------------------------------------------+ > >> > >> > >> stress-ng.sockabuse.ops_per_sec > >> > >> 9000 +--------------------------------------------------------------------+ > >> | ++.+ + + + ++.+.++.++.+ + ++ | > >> 8000 |-+ | > >> 7000 |-+ | > >> | | > >> 6000 |-+ | > >> | | > >> 5000 |-+ | > >> | | > >> 4000 |-+ | > >> 3000 |-+ | > >> | O OO O | > >> 2000 |-+O OO O OO O OO O OO O O | > >> | O O O O O OO OO O OO O | > >> 1000 +--------------------------------------------------------------------+ > >> > >> > >> [*] bisect-good sample > >> [O] bisect-bad sample > >> > >> *************************************************************************************************** > >> lkp-csl-2ap3: 192 threads Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz with 192G memory > >> ========================================================================================= > >> cluster/compiler/cpufreq_governor/ip/kconfig/nr_threads/rootfs/runtime/tbox_group/test/testcase/ucode: > >> cs-localhost/gcc-9/performance/ipv4/x86_64-rhel-8.3/25%/debian-10.4-x86_64-20200603.cgz/300s/lkp-csl-2ap3/TCP_RR/netperf/0x5003006 > >> > >> commit: > >> 05091b2b63 ("mm: soft_dirty: fail CLEAR_REFS_SOFT_DIRTY if not built into the kernel") > >> 80cb403876 ("sched/fair: skip select_idle_sibling() in presence of sync wakeups") > >> > >> 05091b2b63b3cf12 80cb403876fc973389d6ea100a3 > >> ---------------- --------------------------- > >> %stddev %change %stddev > >> \ | \ > >> 4134315 +67.1% 6908149 netperf.Throughput_total_tps > >> 86131 +67.1% 143919 netperf.Throughput_tps > >> 33441 +4.5e+06% 1.508e+09 ± 22% netperf.time.involuntary_context_switches > >> 20597 -13.9% 17741 ± 2% netperf.time.minor_page_faults > >> 2034 -9.2% 1847 ± 3% netperf.time.percent_of_cpu_this_job_got > >> 5830 -11.6% 5155 ± 4% netperf.time.system_time > >> 296.10 +37.9% 408.25 netperf.time.user_time > >> 1.24e+09 -54.5% 5.646e+08 ± 58% netperf.time.voluntary_context_switches > >> 1.24e+09 +67.1% 2.072e+09 netperf.workload > >> 99749 ± 5% -26.5% 73294 ± 3% meminfo.Active > >> 99749 ± 5% -26.5% 73294 ± 3% meminfo.Active(anon) > >> 8.92 -2.9 6.05 mpstat.cpu.all.soft% > >> 18.09 -2.6 15.54 mpstat.cpu.all.sys% > >> 1.15 +0.4 1.58 ± 3% mpstat.cpu.all.usr% > >> 19843 ± 4% -30.9% 13716 ± 7% numa-vmstat.node3.nr_active_anon > >> 7350 ± 86% +235.0% 24620 ± 36% numa-vmstat.node3.nr_anon_pages > >> 19843 ± 4% -30.9% 13716 ± 7% numa-vmstat.node3.nr_zone_active_anon > >> 7.587e+09 ± 4% -99.2% 58483423 ±135% cpuidle.C1.time > >> 1.683e+09 ± 2% -99.5% 8551248 ±144% cpuidle.C1.usage > >> 2.759e+09 ± 8% -98.3% 46169220 ±168% cpuidle.POLL.time > >> 7.989e+08 ± 9% -99.7% 2127858 ±167% cpuidle.POLL.usage > >> 79204 ± 4% -30.9% 54727 ± 7% numa-meminfo.node3.Active > >> 79204 ± 4% -30.9% 54727 ± 7% numa-meminfo.node3.Active(anon) > >> 7850 ±137% +519.5% 48629 ± 46% numa-meminfo.node3.AnonHugePages > >> 29407 ± 86% +234.8% 98448 ± 36% numa-meminfo.node3.AnonPages > >> 24857 ± 5% -26.5% 18267 ± 3% proc-vmstat.nr_active_anon > >> 773707 -7.9% 712705 ± 2% proc-vmstat.nr_mapped > >> 24857 ± 5% -26.5% 18267 ± 3% proc-vmstat.nr_zone_active_anon > >> 26473 ± 3% -21.4% 20809 ± 3% proc-vmstat.pgactivate > >> 68.00 +8.8% 74.00 vmstat.cpu.id > >> 59.17 +25.4% 74.17 vmstat.procs.r > >> 16317385 -16.3% 13652857 vmstat.system.cs > >> 400157 -2.5% 389989 vmstat.system.in > >> 838.83 ± 6% +18.7% 995.83 ± 6% slabinfo.TCP.active_objs > >> 838.83 ± 6% +18.7% 995.83 ± 6% slabinfo.TCP.num_objs > >> 2823 ± 9% +27.0% 3585 ± 7% slabinfo.dmaengine-unmap-16.active_objs > >> 2823 ± 9% +27.0% 3585 ± 7% slabinfo.dmaengine-unmap-16.num_objs > >> 98793 ± 5% -11.3% 87633 slabinfo.filp.active_objs > >> 1545 ± 5% -11.2% 1372 slabinfo.filp.active_slabs > >> 98957 ± 5% -11.2% 87884 slabinfo.filp.num_objs > >> 1545 ± 5% -11.2% 1372 slabinfo.filp.num_slabs > >> 2708 ± 14% +19.9% 3247 ± 3% slabinfo.fsnotify_mark_connector.active_objs > >> 2708 ± 14% +19.9% 3247 ± 3% slabinfo.fsnotify_mark_connector.num_objs > >> 4837 ± 5% +11.8% 5410 ± 3% slabinfo.kmalloc-rcl-64.active_objs > >> 4837 ± 5% +11.8% 5410 ± 3% slabinfo.kmalloc-rcl-64.num_objs > >> 2255 ± 5% +48.1% 3340 ± 5% slabinfo.request_sock_TCP.active_objs > >> 2255 ± 5% +48.1% 3340 ± 5% slabinfo.request_sock_TCP.num_objs > >> 3725 ± 3% +74.9% 6514 ± 12% slabinfo.trace_event_file.active_objs > >> 3725 ± 3% +74.9% 6514 ± 12% slabinfo.trace_event_file.num_objs > >> 93470 ± 14% -99.4% 533.72 ±138% sched_debug.cfs_rq:/.MIN_vruntime.avg > >> 1730077 ± 7% -94.7% 91175 ±139% sched_debug.cfs_rq:/.MIN_vruntime.max > >> 357638 ± 9% -98.1% 6955 ±138% sched_debug.cfs_rq:/.MIN_vruntime.stddev > >> 7816 ± 4% -26.6% 5740 ± 7% sched_debug.cfs_rq:/.load.avg > >> 26935 ± 5% +131.1% 62257 ±103% sched_debug.cfs_rq:/.load.max > >> 6.65 ± 7% +20.5% 8.01 ± 7% sched_debug.cfs_rq:/.load_avg.avg > >> 93470 ± 14% -99.4% 533.72 ±138% sched_debug.cfs_rq:/.max_vruntime.avg > >> 1730077 ± 7% -94.7% 91175 ±139% sched_debug.cfs_rq:/.max_vruntime.max > >> 357638 ± 9% -98.1% 6955 ±138% sched_debug.cfs_rq:/.max_vruntime.stddev > >> 976926 ± 8% +24.2% 1212908 sched_debug.cfs_rq:/.min_vruntime.min > >> 186635 ± 11% -33.3% 124538 ± 9% sched_debug.cfs_rq:/.min_vruntime.stddev > >> 0.35 ± 3% -30.1% 0.24 ± 4% sched_debug.cfs_rq:/.nr_running.avg > >> 270.45 +51.5% 409.68 ± 4% sched_debug.cfs_rq:/.runnable_avg.avg > >> 868.51 ± 4% +64.5% 1428 sched_debug.cfs_rq:/.runnable_avg.max > >> 233.89 +143.0% 568.45 sched_debug.cfs_rq:/.runnable_avg.stddev > >> 368248 ± 9% -146.9% -172655 sched_debug.cfs_rq:/.spread0.avg > >> 1093458 ± 20% -34.8% 713080 ± 24% sched_debug.cfs_rq:/.spread0.max > >> -134749 +189.6% -390273 sched_debug.cfs_rq:/.spread0.min > >> 186651 ± 11% -33.2% 124592 ± 9% sched_debug.cfs_rq:/.spread0.stddev > >> 868.17 ± 4% +21.0% 1050 ± 2% sched_debug.cfs_rq:/.util_avg.max > >> 233.66 +70.9% 399.34 sched_debug.cfs_rq:/.util_avg.stddev > >> 700.42 ± 7% +40.1% 981.08 ± 2% sched_debug.cfs_rq:/.util_est_enqueued.max > >> 210.13 +53.8% 323.27 ± 2% sched_debug.cfs_rq:/.util_est_enqueued.stddev > >> 398575 ± 4% +85.1% 737843 sched_debug.cpu.avg_idle.avg > >> 3223 ± 4% +11256.8% 366120 ± 4% sched_debug.cpu.avg_idle.min > >> 407707 ± 4% -44.5% 226270 ± 4% sched_debug.cpu.avg_idle.stddev > >> 8.16 ± 3% +40.1% 11.43 ± 6% sched_debug.cpu.clock.stddev > >> 1877 ± 7% -45.0% 1032 ± 5% sched_debug.cpu.clock_task.stddev > >> 0.00 ± 6% +66.2% 0.00 ± 6% sched_debug.cpu.next_balance.stddev > >> 0.27 +30.6% 0.36 ± 4% sched_debug.cpu.nr_running.avg > >> 1.00 +102.8% 2.03 ± 3% sched_debug.cpu.nr_running.max > >> 0.42 +56.0% 0.66 sched_debug.cpu.nr_running.stddev > >> 15821295 ± 7% -20.3% 12607104 ± 2% sched_debug.cpu.nr_switches.max > >> 1616322 ± 10% -56.1% 710287 ± 13% sched_debug.cpu.nr_switches.stddev > >> 22.89 -97.9% 0.49 ± 9% perf-stat.i.MPKI > >> 3.303e+10 +21.8% 4.024e+10 perf-stat.i.branch-instructions > >> 1.56 +0.0 1.60 perf-stat.i.branch-miss-rate% > >> 5.045e+08 +25.9% 6.351e+08 perf-stat.i.branch-misses > >> 1.87 ± 23% +37.7 39.58 ± 18% perf-stat.i.cache-miss-rate% > >> 63466408 ± 22% -40.6% 37691548 ± 25% perf-stat.i.cache-misses > >> 3.609e+09 -97.4% 93036558 ± 10% perf-stat.i.cache-references > >> 16436949 -16.3% 13749701 perf-stat.i.context-switches > >> 1.55 -48.8% 0.80 perf-stat.i.cpi > >> 2.455e+11 -35.7% 1.579e+11 perf-stat.i.cpu-cycles > >> 912.50 ± 5% +1488.4% 14494 ± 4% perf-stat.i.cpu-migrations > >> 0.01 ± 2% -0.0 0.01 ± 2% perf-stat.i.dTLB-load-miss-rate% > >> 5782867 -12.6% 5054593 ± 2% perf-stat.i.dTLB-load-misses > >> 4.696e+10 +27.4% 5.981e+10 perf-stat.i.dTLB-loads > >> 0.00 ± 5% -0.0 0.00 ± 8% perf-stat.i.dTLB-store-miss-rate% > >> 299881 ± 2% -37.5% 187379 ± 4% perf-stat.i.dTLB-store-misses > >> 2.7e+10 +26.1% 3.403e+10 perf-stat.i.dTLB-stores > >> 77.89 -1.0 76.86 perf-stat.i.iTLB-load-miss-rate% > >> 3.762e+08 +35.9% 5.112e+08 perf-stat.i.iTLB-load-misses > >> 1.059e+08 ± 2% +45.1% 1.537e+08 perf-stat.i.iTLB-loads > >> 1.604e+11 +24.5% 1.996e+11 perf-stat.i.instructions > >> 436.26 -7.3% 404.60 perf-stat.i.instructions-per-iTLB-miss > >> 0.65 +93.6% 1.26 perf-stat.i.ipc > >> 1.28 -35.7% 0.82 perf-stat.i.metric.GHz > >> 0.66 ± 19% -43.8% 0.37 ± 14% perf-stat.i.metric.K/sec > >> 576.77 +21.3% 699.83 perf-stat.i.metric.M/sec > >> 496167 ± 19% -50.5% 245482 ± 14% perf-stat.i.node-stores > >> 22.51 -97.9% 0.47 ± 11% perf-stat.overall.MPKI > >> 1.53 +0.1 1.58 perf-stat.overall.branch-miss-rate% > >> 1.76 ± 24% +38.1 39.88 ± 17% perf-stat.overall.cache-miss-rate% > >> 1.53 -48.3% 0.79 perf-stat.overall.cpi > >> 0.01 ± 2% -0.0 0.01 ± 2% perf-stat.overall.dTLB-load-miss-rate% > >> 0.00 ± 2% -0.0 0.00 ± 4% perf-stat.overall.dTLB-store-miss-rate% > >> 78.02 -1.1 76.88 perf-stat.overall.iTLB-load-miss-rate% > >> 426.29 -8.4% 390.48 perf-stat.overall.instructions-per-iTLB-miss > >> 0.65 +93.5% 1.26 perf-stat.overall.ipc > >> 38918 -25.6% 28952 perf-stat.overall.path-length > >> 3.292e+10 +21.8% 4.01e+10 perf-stat.ps.branch-instructions > >> 5.027e+08 +25.9% 6.33e+08 perf-stat.ps.branch-misses > >> 63241572 ± 22% -40.6% 37565660 ± 25% perf-stat.ps.cache-misses > >> 3.596e+09 -97.4% 92734972 ± 10% perf-stat.ps.cache-references > >> 16379117 -16.3% 13702803 perf-stat.ps.context-switches > >> 2.446e+11 -35.7% 1.574e+11 perf-stat.ps.cpu-cycles > >> 910.23 ± 4% +1486.9% 14444 ± 4% perf-stat.ps.cpu-migrations > >> 5746475 -12.6% 5024544 ± 2% perf-stat.ps.dTLB-load-misses > >> 4.679e+10 +27.4% 5.961e+10 perf-stat.ps.dTLB-loads > >> 298170 ± 2% -37.5% 186371 ± 4% perf-stat.ps.dTLB-store-misses > >> 2.69e+10 +26.1% 3.392e+10 perf-stat.ps.dTLB-stores > >> 3.748e+08 +35.9% 5.094e+08 perf-stat.ps.iTLB-load-misses > >> 1.056e+08 ± 2% +45.1% 1.532e+08 perf-stat.ps.iTLB-loads > >> 1.598e+11 +24.5% 1.989e+11 perf-stat.ps.instructions > >> 494202 ± 19% -50.5% 244515 ± 14% perf-stat.ps.node-stores > >> 4.827e+13 +24.3% 6e+13 perf-stat.total.instructions > >> 4514963 ± 3% +169.8% 12183158 ± 3% softirqs.CPU0.NET_RX > >> 57840 ± 2% -30.4% 40272 ± 3% softirqs.CPU0.SCHED > >> 5634038 ± 3% +86.7% 10517528 ± 12% softirqs.CPU1.NET_RX > >> 58880 ± 3% -36.7% 37261 ± 2% softirqs.CPU1.SCHED > >> 6269988 ± 14% +77.8% 11148514 ± 3% softirqs.CPU10.NET_RX > >> 57439 ± 11% -35.0% 37356 ± 2% softirqs.CPU10.SCHED > >> 7241135 ± 4% +41.8% 10265566 ± 3% softirqs.CPU100.NET_RX > >> 60946 -39.2% 37042 softirqs.CPU100.SCHED > >> 7034921 ± 2% +46.0% 10270525 ± 4% softirqs.CPU101.NET_RX > >> 60583 ± 2% -38.8% 37104 ± 2% softirqs.CPU101.SCHED > >> 6962924 ± 3% +49.4% 10404653 ± 2% softirqs.CPU102.NET_RX > >> 60340 -38.9% 36850 ± 2% softirqs.CPU102.SCHED > >> 6558093 ± 11% +56.2% 10244063 ± 3% softirqs.CPU103.NET_RX > >> 58544 ± 3% -36.8% 37023 softirqs.CPU103.SCHED > >> 6733196 ± 3% +49.5% 10066182 ± 3% softirqs.CPU104.NET_RX > >> 59321 -37.8% 36913 softirqs.CPU104.SCHED > >> 6519101 ± 7% +59.5% 10396727 ± 3% softirqs.CPU105.NET_RX > >> 58655 ± 2% -36.8% 37059 softirqs.CPU105.SCHED > >> 6186986 ± 13% +67.4% 10355864 ± 3% softirqs.CPU106.NET_RX > >> 58038 ± 4% -36.2% 37008 softirqs.CPU106.SCHED > >> 6206558 ± 5% +69.8% 10538252 ± 3% softirqs.CPU107.NET_RX > >> 58186 -35.8% 37383 ± 2% softirqs.CPU107.SCHED > >> 6127652 ± 4% +73.0% 10603852 ± 3% softirqs.CPU108.NET_RX > >> 58036 ± 2% -36.2% 37049 softirqs.CPU108.SCHED > >> 6184698 ± 9% +72.8% 10687153 ± 3% softirqs.CPU109.NET_RX > >> 6622329 ± 3% +71.4% 11350082 ± 3% softirqs.CPU11.NET_RX > >> 59840 -37.2% 37568 softirqs.CPU11.SCHED > >> 6104182 ± 4% +74.2% 10633270 ± 4% softirqs.CPU110.NET_RX > >> 57509 -35.9% 36847 softirqs.CPU110.SCHED > >> 5897499 ± 6% +85.0% 10912911 ± 5% softirqs.CPU111.NET_RX > >> 57086 ± 2% -35.5% 36844 softirqs.CPU111.SCHED > >> 5863767 ± 5% +86.5% 10938178 ± 4% softirqs.CPU112.NET_RX > >> 57268 ± 2% -35.3% 37045 softirqs.CPU112.SCHED > >> 5795209 ± 4% +89.0% 10951254 ± 4% softirqs.CPU113.NET_RX > >> 57250 ± 2% -35.4% 36967 ± 2% softirqs.CPU113.SCHED > >> 5587321 ± 2% +96.5% 10980817 ± 3% softirqs.CPU114.NET_RX > >> 55953 -34.4% 36707 softirqs.CPU114.SCHED > >> 5815735 ± 6% +86.0% 10815586 ± 2% softirqs.CPU115.NET_RX > >> 56878 ± 2% -34.8% 37082 softirqs.CPU115.SCHED > >> 5523247 ± 4% +97.7% 10917021 ± 4% softirqs.CPU116.NET_RX > >> 55909 ± 2% -34.0% 36914 softirqs.CPU116.SCHED > >> 5561341 ± 10% +91.3% 10636098 ± 3% softirqs.CPU117.NET_RX > >> 56390 ± 3% -33.6% 37467 ± 2% softirqs.CPU117.SCHED > >> 5356126 ± 6% +99.6% 10688404 ± 2% softirqs.CPU118.NET_RX > >> 55733 ± 2% -33.4% 37123 softirqs.CPU118.SCHED > >> 5252554 ± 8% +104.0% 10714740 ± 7% softirqs.CPU119.NET_RX > >> 55090 ± 4% -32.5% 37170 ± 2% softirqs.CPU119.SCHED > >> 6851646 ± 2% +69.9% 11639026 ± 3% softirqs.CPU12.NET_RX > >> 60064 -37.6% 37510 softirqs.CPU12.SCHED > >> 7297854 ± 6% +46.4% 10681376 ± 4% softirqs.CPU120.NET_RX > >> 61368 ± 3% -39.2% 37287 ± 2% softirqs.CPU120.SCHED > >> 7586100 ± 5% +35.3% 10263413 ± 4% softirqs.CPU121.NET_RX > >> 61578 -40.2% 36825 ± 2% softirqs.CPU121.SCHED > >> 7476433 ± 5% +38.9% 10386319 ± 2% softirqs.CPU122.NET_RX > >> 61090 -39.3% 37057 ± 2% softirqs.CPU122.SCHED > >> 7203246 ± 6% +41.7% 10206666 ± 3% softirqs.CPU123.NET_RX > >> 60221 ± 2% -38.7% 36937 ± 2% softirqs.CPU123.SCHED > >> 7300444 ± 4% +42.5% 10405106 ± 3% softirqs.CPU124.NET_RX > >> 60637 ± 2% -38.9% 37043 softirqs.CPU124.SCHED > >> 6961275 ± 4% +46.8% 10216271 softirqs.CPU125.NET_RX > >> 59941 ± 2% -38.0% 37192 ± 2% softirqs.CPU125.SCHED > >> 6938201 ± 6% +50.2% 10419353 ± 4% softirqs.CPU126.NET_RX > >> 60078 ± 2% -38.3% 37058 ± 2% softirqs.CPU126.SCHED > >> 6802153 ± 5% +53.5% 10440688 ± 4% softirqs.CPU127.NET_RX > >> 59156 ± 2% -37.6% 36903 ± 2% softirqs.CPU127.SCHED > >> 6751732 ± 4% +54.8% 10453928 ± 4% softirqs.CPU128.NET_RX > >> 58859 ± 2% -37.3% 36927 softirqs.CPU128.SCHED > >> 6358125 ± 3% +65.0% 10492964 ± 4% softirqs.CPU129.NET_RX > >> 57746 -36.2% 36826 softirqs.CPU129.SCHED > >> 6976515 ± 4% +70.7% 11906748 ± 2% softirqs.CPU13.NET_RX > >> 60301 ± 2% -38.4% 37141 ± 2% softirqs.CPU13.SCHED > >> 6360817 ± 4% +65.9% 10550231 ± 2% softirqs.CPU130.NET_RX > >> 58248 ± 2% -36.6% 36941 ± 2% softirqs.CPU130.SCHED > >> 6214510 ± 2% +71.7% 10667355 ± 2% softirqs.CPU131.NET_RX > >> 57781 -36.1% 36930 softirqs.CPU131.SCHED > >> 5930272 ± 4% +82.8% 10843308 ± 3% softirqs.CPU132.NET_RX > >> 56616 ± 2% -34.9% 36837 softirqs.CPU132.SCHED > >> 5960286 ± 8% +78.0% 10608780 ± 3% softirqs.CPU133.NET_RX > >> 56719 ± 2% -35.1% 36823 softirqs.CPU133.SCHED > >> 6053122 ± 2% +72.9% 10464450 ± 6% softirqs.CPU134.NET_RX > >> 56873 -35.0% 36994 softirqs.CPU134.SCHED > >> 5959110 ± 3% +76.8% 10538148 ± 4% softirqs.CPU135.NET_RX > >> 57237 ± 3% -35.8% 36762 softirqs.CPU135.SCHED > >> 5605751 ± 5% +88.0% 10540431 ± 5% softirqs.CPU136.NET_RX > >> 55670 ± 2% -33.5% 37008 ± 2% softirqs.CPU136.SCHED > >> 5654261 ± 2% +93.4% 10937033 ± 5% softirqs.CPU137.NET_RX > >> 55949 -33.9% 36996 ± 2% softirqs.CPU137.SCHED > >> 5408923 +99.7% 10802914 ± 4% softirqs.CPU138.NET_RX > >> 55266 -32.9% 37075 ± 2% softirqs.CPU138.SCHED > >> 5488790 ± 4% +98.4% 10889700 ± 4% softirqs.CPU139.NET_RX > >> 53394 ± 13% -31.2% 36745 softirqs.CPU139.SCHED > >> 7148184 ± 3% +62.3% 11601276 ± 3% softirqs.CPU14.NET_RX > >> 59830 ± 2% -38.8% 36618 ± 2% softirqs.CPU14.SCHED > >> 5587970 ± 2% +95.1% 10901019 ± 4% softirqs.CPU140.NET_RX > >> 55865 -34.4% 36642 softirqs.CPU140.SCHED > >> 5430179 ± 7% +101.5% 10939152 ± 6% softirqs.CPU141.NET_RX > >> 55081 ± 2% -33.3% 36726 ± 2% softirqs.CPU141.SCHED > >> 5229197 ± 3% +106.0% 10772146 ± 5% softirqs.CPU142.NET_RX > >> 54899 -32.5% 37036 ± 2% softirqs.CPU142.SCHED > >> 5014410 ± 7% +123.4% 11202194 ± 3% softirqs.CPU143.NET_RX > >> 54372 ± 2% -32.2% 36879 ± 2% softirqs.CPU143.SCHED > >> 62483 ± 2% -43.3% 35401 ± 5% softirqs.CPU144.SCHED > >> 7237355 ± 6% +38.2% 10001842 ± 2% softirqs.CPU145.NET_RX > >> 60667 -38.8% 37104 ± 3% softirqs.CPU145.SCHED > >> 7028773 ± 4% +44.0% 10118629 ± 4% softirqs.CPU146.NET_RX > >> 59848 -38.6% 36734 softirqs.CPU146.SCHED > >> 6811480 ± 5% +51.5% 10319620 ± 4% softirqs.CPU147.NET_RX > >> 58922 ± 2% -37.5% 36818 ± 2% softirqs.CPU147.SCHED > >> 6980805 ± 6% +48.5% 10365526 ± 3% softirqs.CPU148.NET_RX > >> 58354 ± 7% -37.1% 36716 ± 2% softirqs.CPU148.SCHED > >> 6821998 ± 3% +47.9% 10090321 ± 4% softirqs.CPU149.NET_RX > >> 58645 ± 3% -37.1% 36876 ± 2% softirqs.CPU149.SCHED > >> 7226811 ± 4% +61.1% 11642848 ± 4% softirqs.CPU15.NET_RX > >> 60774 ± 2% -39.4% 36801 softirqs.CPU15.SCHED > >> 6460338 ± 5% +58.0% 10210461 ± 3% softirqs.CPU150.NET_RX > >> 58411 ± 2% -36.7% 36955 ± 2% softirqs.CPU150.SCHED > >> 6265442 ± 6% +62.7% 10196809 ± 6% softirqs.CPU151.NET_RX > >> 54934 ± 12% -34.3% 36065 ± 4% softirqs.CPU151.SCHED > >> 6311123 ± 5% +64.2% 10359970 ± 4% softirqs.CPU152.NET_RX > >> 57808 ± 2% -36.6% 36632 softirqs.CPU152.SCHED > >> 6483359 ± 3% +62.5% 10534866 ± 4% softirqs.CPU153.NET_RX > >> 58149 ± 2% -37.0% 36622 softirqs.CPU153.SCHED > >> 6345313 ± 4% +60.2% 10162351 ± 3% softirqs.CPU154.NET_RX > >> 57752 ± 2% -36.6% 36588 softirqs.CPU154.SCHED > >> 6099781 ± 5% +68.1% 10252061 ± 3% softirqs.CPU155.NET_RX > >> 57352 ± 2% -35.6% 36951 ± 2% softirqs.CPU155.SCHED > >> 5398202 ± 10% +92.8% 10409302 ± 3% softirqs.CPU156.NET_RX > >> 55717 ± 4% -33.9% 36813 ± 2% softirqs.CPU156.SCHED > >> 5849102 ± 6% +79.1% 10477773 ± 4% softirqs.CPU157.NET_RX > >> 56328 ± 2% -35.2% 36521 ± 2% softirqs.CPU157.SCHED > >> 5824038 ± 4% +79.1% 10428210 ± 3% softirqs.CPU158.NET_RX > >> 56297 ± 2% -34.9% 36653 ± 2% softirqs.CPU158.SCHED > >> 5486147 ± 5% +85.0% 10147814 ± 9% softirqs.CPU159.NET_RX > >> 55531 ± 2% -35.1% 36027 ± 5% softirqs.CPU159.SCHED > >> 7245464 ± 3% +63.5% 11848001 ± 3% softirqs.CPU16.NET_RX > >> 61285 -39.8% 36882 softirqs.CPU16.SCHED > >> 5529243 ± 5% +89.0% 10449760 softirqs.CPU160.NET_RX > >> 55603 ± 2% -34.0% 36681 ± 2% softirqs.CPU160.SCHED > >> 5522986 ± 9% +94.6% 10746380 ± 4% softirqs.CPU161.NET_RX > >> 55768 ± 3% -34.3% 36644 ± 2% softirqs.CPU161.SCHED > >> 5452189 ± 8% +95.5% 10657847 ± 3% softirqs.CPU162.NET_RX > >> 55302 ± 2% -33.8% 36602 ± 2% softirqs.CPU162.SCHED > >> 5381098 ± 6% +96.4% 10568979 ± 3% softirqs.CPU163.NET_RX > >> 55131 -33.6% 36626 ± 2% softirqs.CPU163.SCHED > >> 5242191 ± 4% +99.7% 10469781 ± 4% softirqs.CPU164.NET_RX > >> 54699 ± 2% -32.7% 36805 ± 2% softirqs.CPU164.SCHED > >> 5206030 ± 7% +104.9% 10667743 ± 5% softirqs.CPU165.NET_RX > >> 54566 ± 2% -32.9% 36631 ± 2% softirqs.CPU165.SCHED > >> 4938399 ± 8% +114.0% 10569918 ± 6% softirqs.CPU166.NET_RX > >> 52836 ± 5% -30.0% 37009 ± 2% softirqs.CPU166.SCHED > >> 4600973 ± 12% +137.0% 10903116 ± 4% softirqs.CPU167.NET_RX > >> 52887 ± 4% -30.6% 36697 ± 2% softirqs.CPU167.SCHED > >> 7258184 ± 2% +39.6% 10135289 ± 4% softirqs.CPU168.NET_RX > >> 61930 -40.9% 36577 ± 3% softirqs.CPU168.SCHED > >> 7087784 ± 3% +36.1% 9646626 ± 3% softirqs.CPU169.NET_RX > >> 60140 -39.4% 36440 ± 3% softirqs.CPU169.SCHED > >> 7340805 ± 2% +61.5% 11853638 ± 3% softirqs.CPU17.NET_RX > >> 61443 -39.9% 36927 softirqs.CPU17.SCHED > >> 6810915 ± 10% +47.2% 10026759 ± 3% softirqs.CPU170.NET_RX > >> 59162 ± 3% -37.5% 36983 ± 2% softirqs.CPU170.SCHED > >> 6839765 ± 5% +46.1% 9993731 ± 3% softirqs.CPU171.NET_RX > >> 59234 ± 2% -37.7% 36917 ± 2% softirqs.CPU171.SCHED > >> 6653593 ± 7% +50.1% 9985043 ± 4% softirqs.CPU172.NET_RX > >> 58729 ± 3% -38.2% 36307 ± 4% softirqs.CPU172.SCHED > >> 6445021 ± 5% +54.9% 9982798 ± 5% softirqs.CPU173.NET_RX > >> 58179 ± 2% -36.7% 36806 ± 3% softirqs.CPU173.SCHED > >> 6322355 ± 5% +60.5% 10145804 ± 3% softirqs.CPU174.NET_RX > >> 57871 ± 2% -36.9% 36529 softirqs.CPU174.SCHED > >> 6412831 ± 6% +59.7% 10241471 ± 3% softirqs.CPU175.NET_RX > >> 58111 ± 2% -36.6% 36834 ± 2% softirqs.CPU175.SCHED > >> 6124588 ± 2% +60.3% 9819732 ± 6% softirqs.CPU176.NET_RX > >> 57037 -36.6% 36176 softirqs.CPU176.SCHED > >> 6291783 ± 4% +62.0% 10195232 ± 2% softirqs.CPU177.NET_RX > >> 57487 ± 2% -36.3% 36630 softirqs.CPU177.SCHED > >> 5991747 ± 2% +68.3% 10085293 ± 3% softirqs.CPU178.NET_RX > >> 55676 ± 4% -34.1% 36668 ± 2% softirqs.CPU178.SCHED > >> 5751221 ± 6% +79.0% 10291874 ± 4% softirqs.CPU179.NET_RX > >> 56585 ± 2% -34.9% 36840 ± 2% softirqs.CPU179.SCHED > >> 7415739 +60.1% 11870125 softirqs.CPU18.NET_RX > >> 61255 -39.5% 37035 softirqs.CPU18.SCHED > >> 5760963 ± 4% +79.5% 10338403 ± 3% softirqs.CPU180.NET_RX > >> 56148 ± 2% -34.8% 36615 ± 2% softirqs.CPU180.SCHED > >> 5562199 ± 4% +81.8% 10112011 ± 2% softirqs.CPU181.NET_RX > >> 55401 -33.9% 36617 ± 2% softirqs.CPU181.SCHED > >> 5401775 ± 2% +85.5% 10022833 ± 5% softirqs.CPU182.NET_RX > >> 55131 -33.3% 36781 ± 2% softirqs.CPU182.SCHED > >> 5551903 ± 7% +83.3% 10175757 ± 4% softirqs.CPU183.NET_RX > >> 55616 ± 2% -33.8% 36838 ± 2% softirqs.CPU183.SCHED > >> 5306997 ± 7% +91.3% 10153212 ± 4% softirqs.CPU184.NET_RX > >> 55007 -33.1% 36814 ± 2% softirqs.CPU184.SCHED > >> 5214015 ± 5% +98.5% 10351025 ± 2% softirqs.CPU185.NET_RX > >> 53340 ± 4% -31.1% 36732 ± 2% softirqs.CPU185.SCHED > >> 5057205 ± 6% +101.0% 10163171 ± 2% softirqs.CPU186.NET_RX > >> 54063 -32.2% 36635 ± 2% softirqs.CPU186.SCHED > >> 5200059 ± 7% +104.6% 10638965 ± 3% softirqs.CPU187.NET_RX > >> 54811 -32.1% 37231 ± 3% softirqs.CPU187.SCHED > >> 4851796 +114.5% 10407381 ± 4% softirqs.CPU188.NET_RX > >> 53528 -31.0% 36960 ± 3% softirqs.CPU188.SCHED > >> 4996521 ± 4% +107.6% 10370918 ± 3% softirqs.CPU189.NET_RX > >> 53713 -31.3% 36892 ± 3% softirqs.CPU189.SCHED > >> 7306763 ± 3% +59.3% 11636735 ± 2% softirqs.CPU19.NET_RX > >> 61205 -39.7% 36913 softirqs.CPU19.SCHED > >> 4758879 ± 6% +118.7% 10406074 ± 6% softirqs.CPU190.NET_RX > >> 53370 -31.1% 36786 ± 2% softirqs.CPU190.SCHED > >> 3951800 ± 3% +174.5% 10849027 ± 4% softirqs.CPU191.NET_RX > >> 51184 ± 2% -28.4% 36659 ± 2% softirqs.CPU191.SCHED > >> 5740039 ± 3% +89.5% 10877773 ± 3% softirqs.CPU2.NET_RX > >> 57113 -34.7% 37303 softirqs.CPU2.SCHED > >> 7576104 ± 2% +56.1% 11823596 ± 3% softirqs.CPU20.NET_RX > >> 61872 -40.3% 36933 softirqs.CPU20.SCHED > >> 7509902 ± 4% +52.5% 11454156 ± 4% softirqs.CPU21.NET_RX > >> 61531 -39.0% 37561 ± 2% softirqs.CPU21.SCHED > >> 7488254 ± 4% +51.0% 11304817 ± 3% softirqs.CPU22.NET_RX > >> 61459 -39.7% 37070 softirqs.CPU22.SCHED > >> 7335812 ± 3% +56.2% 11455330 ± 6% softirqs.CPU23.NET_RX > >> 61242 -39.7% 36932 ± 2% softirqs.CPU23.SCHED > >> 5800335 ± 5% +90.5% 11047189 ± 5% softirqs.CPU24.NET_RX > >> 57782 -34.9% 37637 ± 2% softirqs.CPU24.SCHED > >> 5754868 ± 3% +93.0% 11106541 ± 4% softirqs.CPU25.NET_RX > >> 56393 -34.1% 37175 softirqs.CPU25.SCHED > >> 5930016 ± 4% +86.4% 11051566 ± 4% softirqs.CPU26.NET_RX > >> 56908 -35.1% 36961 softirqs.CPU26.SCHED > >> 6040426 ± 3% +80.5% 10905523 ± 5% softirqs.CPU27.NET_RX > >> 57361 -35.5% 37008 softirqs.CPU27.SCHED > >> 6088119 +82.0% 11080115 ± 4% softirqs.CPU28.NET_RX > >> 55596 ± 6% -33.3% 37106 ± 2% softirqs.CPU28.SCHED > >> 6196805 +77.3% 10984267 ± 3% softirqs.CPU29.NET_RX > >> 57764 -35.8% 37098 softirqs.CPU29.SCHED > >> 6049135 ± 4% +83.2% 11083909 ± 3% softirqs.CPU3.NET_RX > >> 57856 ± 2% -35.7% 37210 softirqs.CPU3.SCHED > >> 6236088 ± 5% +78.2% 11115435 ± 5% softirqs.CPU30.NET_RX > >> 58114 -36.4% 36982 softirqs.CPU30.SCHED > >> 6425681 ± 5% +75.5% 11279359 ± 3% softirqs.CPU31.NET_RX > >> 58527 -36.8% 36966 softirqs.CPU31.SCHED > >> 6633133 ± 5% +69.5% 11243068 ± 4% softirqs.CPU32.NET_RX > >> 57182 ± 5% -35.7% 36782 softirqs.CPU32.SCHED > >> 6776068 ± 3% +67.6% 11358275 ± 4% softirqs.CPU33.NET_RX > >> 58986 -37.4% 36949 softirqs.CPU33.SCHED > >> 6825976 ± 7% +66.9% 11390625 ± 4% softirqs.CPU34.NET_RX > >> 59388 -37.7% 36976 softirqs.CPU34.SCHED > >> 6820899 ± 3% +66.4% 11349378 ± 4% softirqs.CPU35.NET_RX > >> 59266 -37.3% 37138 ± 2% softirqs.CPU35.SCHED > >> 7186886 ± 4% +60.8% 11554767 ± 5% softirqs.CPU36.NET_RX > >> 59440 ± 2% -38.0% 36844 softirqs.CPU36.SCHED > >> 6857780 ± 11% +63.6% 11222236 ± 3% softirqs.CPU37.NET_RX > >> 58235 ± 7% -36.7% 36865 softirqs.CPU37.SCHED > >> 7300240 ± 4% +52.7% 11148682 ± 5% softirqs.CPU38.NET_RX > >> 60374 -38.4% 37186 softirqs.CPU38.SCHED > >> 7295259 ± 4% +56.0% 11379950 ± 5% softirqs.CPU39.NET_RX > >> 60387 -39.1% 36782 softirqs.CPU39.SCHED > >> 6105873 ± 5% +79.1% 10937367 ± 3% softirqs.CPU4.NET_RX > >> 57077 ± 3% -35.1% 37043 ± 2% softirqs.CPU4.SCHED > >> 7400499 ± 6% +52.3% 11270072 ± 5% softirqs.CPU40.NET_RX > >> 60390 ± 2% -38.8% 36988 ± 2% softirqs.CPU40.SCHED > >> 7315643 ± 5% +58.5% 11595431 ± 5% softirqs.CPU41.NET_RX > >> 59572 ± 2% -38.2% 36809 ± 2% softirqs.CPU41.SCHED > >> 7533937 ± 4% +53.8% 11584960 ± 5% softirqs.CPU42.NET_RX > >> 61077 -39.7% 36855 ± 2% softirqs.CPU42.SCHED > >> 7512855 ± 2% +54.9% 11640656 ± 4% softirqs.CPU43.NET_RX > >> 59750 ± 4% -38.6% 36688 softirqs.CPU43.SCHED > >> 7480159 ± 4% +54.9% 11589961 ± 5% softirqs.CPU44.NET_RX > >> 60570 -39.4% 36699 softirqs.CPU44.SCHED > >> 7698312 ± 6% +51.4% 11658111 ± 5% softirqs.CPU45.NET_RX > >> 61078 ± 2% -40.0% 36637 ± 2% softirqs.CPU45.SCHED > >> 7677475 ± 3% +51.5% 11628165 ± 5% softirqs.CPU46.NET_RX > >> 61355 -40.0% 36794 softirqs.CPU46.SCHED > >> 7451573 ± 7% +60.1% 11930059 ± 4% softirqs.CPU47.NET_RX > >> 59945 ± 3% -38.8% 36694 ± 2% softirqs.CPU47.SCHED > >> 5562477 ± 7% +90.4% 10590086 ± 14% softirqs.CPU48.NET_RX > >> 57699 -38.5% 35458 ± 7% softirqs.CPU48.SCHED > >> 5849224 ± 3% +84.8% 10809359 ± 3% softirqs.CPU49.NET_RX > >> 56885 ± 2% -35.0% 36956 ± 2% softirqs.CPU49.SCHED > >> 6218482 ± 2% +77.9% 11064858 ± 4% softirqs.CPU5.NET_RX > >> 58495 -36.3% 37285 softirqs.CPU5.SCHED > >> 5954641 ± 2% +78.8% 10649132 ± 3% softirqs.CPU50.NET_RX > >> 56566 ± 2% -34.8% 36908 ± 2% softirqs.CPU50.SCHED > >> 6152135 ± 2% +77.5% 10917629 ± 2% softirqs.CPU51.NET_RX > >> 57426 -35.8% 36844 softirqs.CPU51.SCHED > >> 6207371 ± 6% +78.4% 11072262 ± 3% softirqs.CPU52.NET_RX > >> 57753 ± 2% -36.3% 36775 softirqs.CPU52.SCHED > >> 6237188 ± 2% +73.5% 10824328 ± 4% softirqs.CPU53.NET_RX > >> 57835 -36.0% 36993 ± 2% softirqs.CPU53.SCHED > >> 6314375 ± 3% +73.1% 10930219 ± 3% softirqs.CPU54.NET_RX > >> 57536 ± 2% -36.9% 36309 ± 3% softirqs.CPU54.SCHED > >> 6693440 ± 3% +62.0% 10842305 ± 6% softirqs.CPU55.NET_RX > >> 58943 -38.1% 36515 ± 3% softirqs.CPU55.SCHED > >> 6718092 ± 4% +64.0% 11018458 ± 3% softirqs.CPU56.NET_RX > >> 58799 -37.4% 36787 softirqs.CPU56.SCHED > >> 6714367 ± 6% +67.3% 11230991 ± 3% softirqs.CPU57.NET_RX > >> 58804 -37.6% 36685 ± 2% softirqs.CPU57.SCHED > >> 6847717 ± 6% +59.4% 10913545 ± 4% softirqs.CPU58.NET_RX > >> 58958 -38.1% 36477 ± 2% softirqs.CPU58.SCHED > >> 6886490 ± 5% +58.6% 10919323 ± 3% softirqs.CPU59.NET_RX > >> 59391 ± 2% -38.0% 36793 softirqs.CPU59.SCHED > >> 6132078 ± 2% +82.9% 11215048 ± 2% softirqs.CPU6.NET_RX > >> 56891 ± 5% -34.9% 37008 ± 2% softirqs.CPU6.SCHED > >> 6658418 ± 16% +64.3% 10938908 ± 4% softirqs.CPU60.NET_RX > >> 56943 ± 14% -35.4% 36759 softirqs.CPU60.SCHED > >> 7096065 ± 4% +57.9% 11205108 ± 4% softirqs.CPU61.NET_RX > >> 59774 -38.6% 36698 ± 2% softirqs.CPU61.SCHED > >> 7165172 ± 6% +55.4% 11133824 ± 3% softirqs.CPU62.NET_RX > >> 59905 -38.9% 36610 ± 2% softirqs.CPU62.SCHED > >> 7403101 ± 4% +44.9% 10728572 ± 9% softirqs.CPU63.NET_RX > >> 59711 ± 3% -39.0% 36415 ± 3% softirqs.CPU63.SCHED > >> 7380820 ± 3% +51.8% 11206611 softirqs.CPU64.NET_RX > >> 57884 ± 9% -36.9% 36540 ± 2% softirqs.CPU64.SCHED > >> 7277084 ± 4% +53.9% 11202374 ± 4% softirqs.CPU65.NET_RX > >> 7313739 ± 2% +54.7% 11314947 ± 3% softirqs.CPU66.NET_RX > >> 60637 -39.7% 36587 ± 2% softirqs.CPU66.SCHED > >> 7418890 ± 4% +53.1% 11361631 ± 4% softirqs.CPU67.NET_RX > >> 60903 -39.8% 36662 ± 2% softirqs.CPU67.SCHED > >> 7600552 ± 3% +46.2% 11111320 ± 5% softirqs.CPU68.NET_RX > >> 60852 -39.6% 36783 ± 2% softirqs.CPU68.SCHED > >> 7601894 ± 4% +50.4% 11430910 ± 4% softirqs.CPU69.NET_RX > >> 60567 ± 2% -39.6% 36582 softirqs.CPU69.SCHED > >> 6167089 ± 8% +76.9% 10909770 ± 3% softirqs.CPU7.NET_RX > >> 56262 ± 7% -34.0% 37134 softirqs.CPU7.SCHED > >> 7570600 ± 4% +49.4% 11313467 ± 4% softirqs.CPU70.NET_RX > >> 61066 -39.8% 36769 ± 2% softirqs.CPU70.SCHED > >> 7197343 ± 13% +59.4% 11473693 ± 3% softirqs.CPU71.NET_RX > >> 58746 ± 9% -37.7% 36599 ± 2% softirqs.CPU71.SCHED > >> 5531091 ± 2% +94.4% 10751784 ± 4% softirqs.CPU72.NET_RX > >> 56526 ± 3% -35.3% 36553 ± 2% softirqs.CPU72.SCHED > >> 5952868 ± 2% +70.8% 10168335 ± 3% softirqs.CPU73.NET_RX > >> 57055 -36.1% 36480 ± 4% softirqs.CPU73.SCHED > >> 6245559 ± 8% +71.6% 10718352 ± 2% softirqs.CPU74.NET_RX > >> 57611 ± 2% -35.7% 37021 ± 2% softirqs.CPU74.SCHED > >> 6190240 ± 3% +68.4% 10425989 ± 3% softirqs.CPU75.NET_RX > >> 57346 -35.0% 37282 softirqs.CPU75.SCHED > >> 6320590 ± 4% +66.0% 10492682 ± 4% softirqs.CPU76.NET_RX > >> 58006 -36.6% 36795 ± 3% softirqs.CPU76.SCHED > >> 6508382 ± 4% +64.3% 10695343 ± 3% softirqs.CPU77.NET_RX > >> 56510 ± 7% -34.9% 36784 ± 2% softirqs.CPU77.SCHED > >> 6450275 ± 4% +65.8% 10694574 ± 4% softirqs.CPU78.NET_RX > >> 58357 -36.7% 36965 ± 2% softirqs.CPU78.SCHED > >> 6505206 ± 6% +67.2% 10877359 ± 2% softirqs.CPU79.NET_RX > >> 57847 -36.5% 36732 softirqs.CPU79.SCHED > >> 6598303 ± 2% +65.2% 10899125 ± 3% softirqs.CPU8.NET_RX > >> 59052 -37.2% 37057 softirqs.CPU8.SCHED > >> 6791966 ± 3% +54.0% 10460422 ± 8% softirqs.CPU80.NET_RX > >> 54567 ± 11% -31.5% 37390 ± 4% softirqs.CPU80.SCHED > >> 6531754 ± 4% +65.3% 10797850 ± 2% softirqs.CPU81.NET_RX > >> 57092 ± 3% -35.4% 36856 ± 2% softirqs.CPU81.SCHED > >> 6849824 ± 2% +57.4% 10782517 ± 3% softirqs.CPU82.NET_RX > >> 59509 -38.4% 36641 ± 2% softirqs.CPU82.SCHED > >> 6863223 ± 3% +58.0% 10846577 ± 4% softirqs.CPU83.NET_RX > >> 59410 -37.9% 36893 ± 2% softirqs.CPU83.SCHED > >> 6984325 ± 4% +57.6% 11004391 ± 2% softirqs.CPU84.NET_RX > >> 59456 -38.4% 36616 ± 2% softirqs.CPU84.SCHED > >> 7194531 ± 5% +51.8% 10919137 ± 3% softirqs.CPU85.NET_RX > >> 60688 ± 2% -39.7% 36574 softirqs.CPU85.SCHED > >> 7366154 ± 3% +46.3% 10779464 ± 5% softirqs.CPU86.NET_RX > >> 58016 ± 8% -36.9% 36621 ± 4% softirqs.CPU86.SCHED > >> 7128684 ± 3% +54.0% 10978903 ± 3% softirqs.CPU87.NET_RX > >> 59650 -38.4% 36717 ± 2% softirqs.CPU87.SCHED > >> 7267496 ± 3% +50.3% 10924014 ± 3% softirqs.CPU88.NET_RX > >> 60424 ± 2% -39.2% 36746 softirqs.CPU88.SCHED > >> 7274996 ± 3% +51.1% 10993672 ± 4% softirqs.CPU89.NET_RX > >> 60521 -39.0% 36894 ± 3% softirqs.CPU89.SCHED > >> 6623239 ± 5% +69.2% 11204637 ± 3% softirqs.CPU9.NET_RX > >> 58624 ± 2% -37.3% 36774 ± 2% softirqs.CPU9.SCHED > >> 7111856 ± 8% +54.1% 10960081 ± 2% softirqs.CPU90.NET_RX > >> 58163 ± 6% -36.6% 36849 ± 2% softirqs.CPU90.SCHED > >> 7207569 ± 6% +57.1% 11320956 ± 2% softirqs.CPU91.NET_RX > >> 59941 ± 2% -38.5% 36879 ± 2% softirqs.CPU91.SCHED > >> 7539746 ± 2% +47.1% 11091791 ± 4% softirqs.CPU92.NET_RX > >> 60379 -38.8% 36972 ± 4% softirqs.CPU92.SCHED > >> 7345043 ± 3% +53.1% 11245274 ± 2% softirqs.CPU93.NET_RX > >> 59903 ± 2% -38.3% 36944 ± 3% softirqs.CPU93.SCHED > >> 7448070 ± 3% +48.7% 11077126 ± 6% softirqs.CPU94.NET_RX > >> 60855 -40.9% 35949 ± 5% softirqs.CPU94.SCHED > >> 7452206 +51.9% 11321247 ± 4% softirqs.CPU95.NET_RX > >> 8025194 +32.2% 10605609 ± 3% softirqs.CPU96.NET_RX > >> 62206 ± 2% -40.9% 36794 ± 2% softirqs.CPU96.SCHED > >> 59096 ± 10% -40.0% 35471 ± 8% softirqs.CPU97.SCHED > >> 7664102 ± 3% +34.3% 10291655 ± 4% softirqs.CPU98.NET_RX > >> 62174 -40.0% 37277 softirqs.CPU98.SCHED > >> 7329850 ± 2% +41.8% 10391597 ± 4% softirqs.CPU99.NET_RX > >> 61398 -39.4% 37223 ± 2% softirqs.CPU99.SCHED > >> 1.24e+09 +67.1% 2.072e+09 softirqs.NET_RX > >> 11129059 -36.4% 7076379 ± 2% softirqs.SCHED > >> 35083 ± 5% +210.1% 108796 ± 3% softirqs.TIMER > >> 53.81 ± 5% -23.6 30.23 ± 16% perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify > >> 53.50 ± 5% -23.4 30.07 ± 16% perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify > >> 53.48 ± 5% -23.4 30.07 ± 16% perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 53.41 ± 5% -23.3 30.07 ± 16% perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 45.15 ± 8% -15.9 29.25 ± 17% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary > >> 45.21 ± 8% -15.7 29.48 ± 17% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 8.02 ± 14% -7.9 0.11 ±223% perf-profile.calltrace.cycles-pp.poll_idle.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry > >> 7.70 ± 7% -2.9 4.76 ± 7% perf-profile.calltrace.cycles-pp.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv > >> 7.98 ± 7% -2.8 5.16 ± 7% perf-profile.calltrace.cycles-pp.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu > >> 7.17 ± 7% -2.6 4.54 ± 7% perf-profile.calltrace.cycles-pp.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established.tcp_v4_do_rcv > >> 6.80 ± 8% -2.5 4.31 ± 7% perf-profile.calltrace.cycles-pp.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable.tcp_rcv_established > >> 2.71 ± 7% -1.9 0.78 ± 6% perf-profile.calltrace.cycles-pp.dequeue_entity.dequeue_task_fair.__schedule.schedule.schedule_timeout > >> 2.23 ± 7% -1.4 0.84 ± 7% perf-profile.calltrace.cycles-pp.enqueue_entity.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common > >> 1.60 ± 7% -1.2 0.40 ± 70% perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 3.05 ± 7% -1.1 1.98 ± 7% perf-profile.calltrace.cycles-pp.dequeue_task_fair.__schedule.schedule.schedule_timeout.wait_woken > >> 2.95 ± 7% -0.8 2.10 ± 7% perf-profile.calltrace.cycles-pp.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable > >> 2.89 ± 7% -0.8 2.05 ± 8% perf-profile.calltrace.cycles-pp.enqueue_task_fair.ttwu_do_activate.try_to_wake_up.__wake_up_common.__wake_up_common_lock > >> 0.94 ± 6% -0.3 0.64 ± 5% perf-profile.calltrace.cycles-pp.__inet_lookup_established.tcp_v4_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver > >> 0.59 ± 5% +0.1 0.70 ± 10% perf-profile.calltrace.cycles-pp.tcp_current_mss.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg > >> 0.63 ± 4% +0.2 0.80 ± 9% perf-profile.calltrace.cycles-pp.tcp_send_mss.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto > >> 0.50 ± 44% +0.4 0.90 ± 7% perf-profile.calltrace.cycles-pp.__switch_to_asm > >> 1.28 ± 7% +0.4 1.71 ± 7% perf-profile.calltrace.cycles-pp.__alloc_skb.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg > >> 0.00 +0.6 0.59 ± 6% perf-profile.calltrace.cycles-pp.__skb_clone.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked > >> 1.33 ± 7% +0.6 1.94 ± 7% perf-profile.calltrace.cycles-pp.sk_stream_alloc_skb.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto > >> 0.00 +0.6 0.62 ± 8% perf-profile.calltrace.cycles-pp.ttwu_do_wakeup.try_to_wake_up.__wake_up_common.__wake_up_common_lock.sock_def_readable > >> 0.00 +0.6 0.63 ± 9% perf-profile.calltrace.cycles-pp.ip_finish_output.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit > >> 0.00 +0.6 0.63 ± 7% perf-profile.calltrace.cycles-pp.copy_fpregs_to_fpstate > >> 0.00 +0.7 0.67 ± 16% perf-profile.calltrace.cycles-pp.netif_rx_internal.netif_rx.loopback_xmit.dev_hard_start_xmit.__dev_queue_xmit > >> 0.00 +0.7 0.69 ± 16% perf-profile.calltrace.cycles-pp.netif_rx.loopback_xmit.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2 > >> 0.00 +0.7 0.71 ± 4% perf-profile.calltrace.cycles-pp.tcp_event_new_data_sent.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg > >> 0.00 +0.7 0.72 ± 8% perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.exit_to_user_mode_prepare > >> 0.00 +0.7 0.74 ± 8% perf-profile.calltrace.cycles-pp.load_new_mm_cr3.switch_mm_irqs_off.__schedule.schedule.schedule_timeout > >> 0.00 +0.8 0.75 ± 7% 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 +0.8 0.79 ± 8% perf-profile.calltrace.cycles-pp.irqtime_account_irq.__softirqentry_text_start.do_softirq.__local_bh_enable_ip.ip_finish_output2 > >> 0.00 +0.9 0.85 ± 9% perf-profile.calltrace.cycles-pp.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle > >> 0.00 +0.9 0.89 ± 8% perf-profile.calltrace.cycles-pp._copy_from_iter_full.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto > >> 0.09 ±223% +1.0 1.08 ± 11% perf-profile.calltrace.cycles-pp.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry > >> 0.00 +1.0 1.01 ± 24% perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.schedule_timeout.wait_woken > >> 0.68 ± 8% +1.0 1.71 ± 9% perf-profile.calltrace.cycles-pp.loopback_xmit.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output > >> 0.77 ± 8% +1.1 1.87 ± 9% perf-profile.calltrace.cycles-pp.dev_hard_start_xmit.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit > >> 0.00 +1.2 1.16 ± 6% perf-profile.calltrace.cycles-pp.pick_next_task_fair.__schedule.schedule.exit_to_user_mode_prepare.syscall_exit_to_user_mode > >> 0.00 +1.2 1.16 ± 7% perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.schedule_timeout.wait_woken > >> 0.00 +1.2 1.17 ± 7% perf-profile.calltrace.cycles-pp.switch_mm_irqs_off.__schedule.schedule.exit_to_user_mode_prepare.syscall_exit_to_user_mode > >> 3.18 ± 6% +1.3 4.51 ± 6% perf-profile.calltrace.cycles-pp.tcp_ack.tcp_rcv_established.tcp_v4_do_rcv.tcp_v4_rcv.ip_protocol_deliver_rcu > >> 0.00 +1.5 1.48 ± 7% perf-profile.calltrace.cycles-pp.switch_fpu_return.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 1.44 ± 4% +1.5 2.98 ± 8% perf-profile.calltrace.cycles-pp.__dev_queue_xmit.ip_finish_output2.ip_output.__ip_queue_xmit.__tcp_transmit_skb > >> 0.00 +3.7 3.74 ± 6% perf-profile.calltrace.cycles-pp.__schedule.schedule.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 0.00 +3.9 3.92 ± 6% perf-profile.calltrace.cycles-pp.schedule.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 20.12 ± 6% +5.3 25.46 ± 7% perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames > >> 21.02 ± 6% +5.8 26.87 ± 6% perf-profile.calltrace.cycles-pp.__ip_queue_xmit.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked > >> 0.00 +6.0 6.00 ± 7% perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 0.00 +6.3 6.31 ± 7% perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe > >> 22.43 ± 6% +7.1 29.57 ± 7% perf-profile.calltrace.cycles-pp.__tcp_transmit_skb.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg > >> 23.68 ± 6% +8.3 32.01 ± 6% perf-profile.calltrace.cycles-pp.tcp_write_xmit.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg > >> 23.75 ± 6% +8.6 32.38 ± 6% perf-profile.calltrace.cycles-pp.__tcp_push_pending_frames.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto > >> 27.78 ± 6% +10.7 38.47 ± 6% perf-profile.calltrace.cycles-pp.tcp_sendmsg_locked.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto > >> 28.27 ± 6% +11.4 39.69 ± 6% perf-profile.calltrace.cycles-pp.tcp_sendmsg.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64 > >> 28.61 ± 6% +11.9 40.51 ± 6% perf-profile.calltrace.cycles-pp.sock_sendmsg.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 29.09 ± 6% +12.5 41.61 ± 6% perf-profile.calltrace.cycles-pp.__sys_sendto.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 29.19 ± 6% +12.8 41.95 ± 6% perf-profile.calltrace.cycles-pp.__x64_sys_sendto.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 43.43 ± 6% +14.8 58.22 ± 7% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 44.10 ± 6% +21.5 65.63 ± 7% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 53.81 ± 5% -23.6 30.23 ± 16% perf-profile.children.cycles-pp.secondary_startup_64_no_verify > >> 53.81 ± 5% -23.6 30.23 ± 16% perf-profile.children.cycles-pp.cpu_startup_entry > >> 53.74 ± 5% -23.5 30.23 ± 16% perf-profile.children.cycles-pp.do_idle > >> 53.50 ± 5% -23.4 30.07 ± 16% perf-profile.children.cycles-pp.start_secondary > >> 45.48 ± 8% -15.8 29.64 ± 17% perf-profile.children.cycles-pp.cpuidle_enter > >> 45.47 ± 8% -15.8 29.64 ± 17% perf-profile.children.cycles-pp.cpuidle_enter_state > >> 8.06 ± 14% -7.9 0.15 ±161% perf-profile.children.cycles-pp.poll_idle > >> 7.70 ± 7% -2.9 4.77 ± 7% perf-profile.children.cycles-pp.__wake_up_common_lock > >> 7.99 ± 7% -2.8 5.17 ± 7% perf-profile.children.cycles-pp.sock_def_readable > >> 7.17 ± 7% -2.6 4.54 ± 7% perf-profile.children.cycles-pp.__wake_up_common > >> 6.81 ± 8% -2.5 4.32 ± 7% perf-profile.children.cycles-pp.try_to_wake_up > >> 2.72 ± 8% -1.9 0.79 ± 6% perf-profile.children.cycles-pp.dequeue_entity > >> 2.27 ± 8% -1.4 0.87 ± 7% perf-profile.children.cycles-pp.enqueue_entity > >> 1.81 ± 7% -1.3 0.52 ± 8% perf-profile.children.cycles-pp._raw_spin_lock_irqsave > >> 1.61 ± 7% -1.1 0.53 ± 21% perf-profile.children.cycles-pp.menu_select > >> 3.05 ± 8% -1.1 1.98 ± 7% perf-profile.children.cycles-pp.dequeue_task_fair > >> 1.60 ± 7% -1.0 0.55 ± 7% perf-profile.children.cycles-pp.set_next_entity > >> 1.56 ± 8% -1.0 0.55 ± 8% perf-profile.children.cycles-pp.update_rq_clock > >> 2.95 ± 7% -0.8 2.11 ± 7% perf-profile.children.cycles-pp.ttwu_do_activate > >> 2.89 ± 7% -0.8 2.06 ± 8% perf-profile.children.cycles-pp.enqueue_task_fair > >> 0.71 ± 6% -0.6 0.14 ± 12% perf-profile.children.cycles-pp.tick_nohz_get_sleep_length > >> 1.99 ± 8% -0.6 1.43 ± 7% perf-profile.children.cycles-pp.update_load_avg > >> 0.61 ± 8% -0.5 0.15 ± 8% perf-profile.children.cycles-pp.remove_wait_queue > >> 0.45 ± 7% -0.3 0.12 ± 12% perf-profile.children.cycles-pp.tick_nohz_next_event > >> 0.95 ± 6% -0.3 0.64 ± 5% perf-profile.children.cycles-pp.__inet_lookup_established > >> 0.58 ± 7% -0.3 0.28 ± 8% perf-profile.children.cycles-pp.__ksize > >> 0.73 ± 8% -0.3 0.48 ± 8% perf-profile.children.cycles-pp.select_task_rq_fair > >> 0.32 ± 8% -0.2 0.09 ± 5% perf-profile.children.cycles-pp.resched_curr > >> 0.23 ± 7% -0.2 0.03 ± 70% perf-profile.children.cycles-pp.available_idle_cpu > >> 0.80 ± 7% -0.2 0.64 ± 6% perf-profile.children.cycles-pp.skb_release_data > >> 0.31 ± 5% -0.1 0.17 ± 17% perf-profile.children.cycles-pp.start_kernel > >> 0.32 ± 7% -0.1 0.21 ± 8% perf-profile.children.cycles-pp.tcp_check_space > >> 0.26 ± 8% -0.1 0.15 ± 11% perf-profile.children.cycles-pp.perf_tp_event > >> 0.18 ± 6% -0.1 0.09 ± 8% perf-profile.children.cycles-pp.rb_first > >> 0.12 ± 10% -0.0 0.09 ± 9% perf-profile.children.cycles-pp.__cgroup_account_cputime > >> 0.12 ± 5% +0.0 0.15 ± 8% perf-profile.children.cycles-pp.update_min_vruntime > >> 0.05 ± 8% +0.0 0.08 ± 16% perf-profile.children.cycles-pp.timekeeping_max_deferment > >> 0.03 ± 70% +0.0 0.07 ± 9% perf-profile.children.cycles-pp.inet_sendmsg > >> 0.10 ± 11% +0.0 0.15 ± 6% perf-profile.children.cycles-pp.woken_wake_function > >> 0.07 ± 8% +0.0 0.11 ± 4% perf-profile.children.cycles-pp.__enqueue_entity > >> 0.11 ± 9% +0.1 0.16 ± 6% perf-profile.children.cycles-pp.__rdgsbase_inactive > >> 0.21 ± 6% +0.1 0.27 ± 6% perf-profile.children.cycles-pp.sk_page_frag_refill > >> 0.00 +0.1 0.05 ± 8% perf-profile.children.cycles-pp.tcp_push > >> 0.07 ± 5% +0.1 0.12 ± 22% perf-profile.children.cycles-pp.perf_trace_sched_switch > >> 0.00 +0.1 0.06 ± 8% perf-profile.children.cycles-pp.tcp_send_delayed_ack > >> 0.00 +0.1 0.06 ± 8% perf-profile.children.cycles-pp.tcp_small_queue_check > >> 0.00 +0.1 0.06 ± 8% perf-profile.children.cycles-pp.skb_clone_tx_timestamp > >> 0.02 ±141% +0.1 0.07 ± 10% perf-profile.children.cycles-pp.perf_trace_buf_update > >> 0.00 +0.1 0.06 ± 6% perf-profile.children.cycles-pp.__fdget > >> 0.00 +0.1 0.06 ± 25% perf-profile.children.cycles-pp.kmalloc_slab > >> 0.10 ± 6% +0.1 0.16 ± 8% perf-profile.children.cycles-pp.tcp_v4_fill_cb > >> 0.00 +0.1 0.06 ± 9% perf-profile.children.cycles-pp.apparmor_ip_postroute > >> 0.00 +0.1 0.06 ± 9% perf-profile.children.cycles-pp.eth_type_trans > >> 0.05 +0.1 0.11 ± 6% perf-profile.children.cycles-pp.syscall_enter_from_user_mode > >> 0.00 +0.1 0.06 ± 21% perf-profile.children.cycles-pp.rcu_note_context_switch > >> 0.00 +0.1 0.06 ± 6% perf-profile.children.cycles-pp.tcp_rack_update_reo_wnd > >> 0.01 ±223% +0.1 0.07 ± 14% perf-profile.children.cycles-pp.rb_erase > >> 0.14 ± 10% +0.1 0.20 ± 9% perf-profile.children.cycles-pp.migrate_enable > >> 0.00 +0.1 0.06 ± 11% perf-profile.children.cycles-pp.ksoftirqd_running > >> 0.00 +0.1 0.06 ± 11% perf-profile.children.cycles-pp.switch_ldt > >> 0.00 +0.1 0.07 ± 14% perf-profile.children.cycles-pp.validate_xmit_xfrm > >> 0.01 ±223% +0.1 0.07 ± 20% perf-profile.children.cycles-pp.__tcp_ack_snd_check > >> 0.14 ± 9% +0.1 0.20 ± 10% perf-profile.children.cycles-pp.tick_sched_handle > >> 0.07 ± 10% +0.1 0.14 ± 5% perf-profile.children.cycles-pp.tcp_event_data_recv > >> 0.00 +0.1 0.07 ± 7% perf-profile.children.cycles-pp.tcp_chrono_stop > >> 0.00 +0.1 0.07 ± 11% perf-profile.children.cycles-pp.tick_nohz_irq_exit > >> 0.00 +0.1 0.07 ± 11% perf-profile.children.cycles-pp.skb_network_protocol > >> 0.14 ± 8% +0.1 0.20 ± 12% perf-profile.children.cycles-pp.update_process_times > >> 0.11 ± 10% +0.1 0.18 ± 7% perf-profile.children.cycles-pp.tcp_established_options > >> 0.00 +0.1 0.07 ± 5% perf-profile.children.cycles-pp.ttwu_queue_wakelist > >> 0.13 ± 9% +0.1 0.20 ± 5% perf-profile.children.cycles-pp.tcp_cleanup_rbuf > >> 0.00 +0.1 0.07 ± 9% perf-profile.children.cycles-pp.rb_insert_color > >> 0.20 ± 8% +0.1 0.28 ± 6% perf-profile.children.cycles-pp.__wrgsbase_inactive > >> 0.00 +0.1 0.08 ± 17% perf-profile.children.cycles-pp.apparmor_ipv4_postroute > >> 0.06 ± 11% +0.1 0.14 ± 6% perf-profile.children.cycles-pp.__usecs_to_jiffies > >> 0.30 ± 11% +0.1 0.38 ± 6% perf-profile.children.cycles-pp.ip_local_out > >> 0.12 ± 10% +0.1 0.20 ± 15% perf-profile.children.cycles-pp.clockevents_program_event > >> 0.03 ± 99% +0.1 0.11 ± 9% perf-profile.children.cycles-pp.sk_free > >> 0.00 +0.1 0.08 ± 8% perf-profile.children.cycles-pp.check_cfs_rq_runtime > >> 0.07 ± 11% +0.1 0.15 ± 9% perf-profile.children.cycles-pp.bictcp_cwnd_event > >> 0.15 ± 7% +0.1 0.23 ± 10% perf-profile.children.cycles-pp.tick_sched_timer > >> 0.06 ± 6% +0.1 0.15 ± 9% perf-profile.children.cycles-pp.migrate_disable > >> 0.15 ± 4% +0.1 0.24 ± 10% perf-profile.children.cycles-pp.irq_exit_rcu > >> 0.07 ± 8% +0.1 0.16 ± 8% perf-profile.children.cycles-pp.rcu_read_unlock_strict > >> 0.05 ± 45% +0.1 0.13 ± 11% perf-profile.children.cycles-pp.rcu_nocb_flush_deferred_wakeup > >> 0.07 ± 5% +0.1 0.16 ± 9% perf-profile.children.cycles-pp.__copy_skb_header > >> 0.23 ± 9% +0.1 0.32 ± 6% perf-profile.children.cycles-pp.tcp_ack_update_rtt > >> 0.06 ± 9% +0.1 0.15 ± 9% perf-profile.children.cycles-pp.syscall_exit_to_user_mode_prepare > >> 0.01 ±223% +0.1 0.10 ± 10% perf-profile.children.cycles-pp.raw_local_deliver > >> 0.05 ± 45% +0.1 0.14 ± 10% perf-profile.children.cycles-pp.__build_skb_around > >> 0.05 ± 9% +0.1 0.15 ± 9% perf-profile.children.cycles-pp.iov_iter_advance > >> 0.00 +0.1 0.09 ± 8% perf-profile.children.cycles-pp.tcp_v4_inbound_md5_hash > >> 0.07 ± 8% +0.1 0.17 ± 9% perf-profile.children.cycles-pp.rcu_all_qs > >> 0.06 ± 11% +0.1 0.16 ± 6% perf-profile.children.cycles-pp.inet_ehashfn > >> 0.15 ± 8% +0.1 0.25 ± 8% perf-profile.children.cycles-pp.__might_fault > >> 0.01 ±223% +0.1 0.11 ± 20% perf-profile.children.cycles-pp.tick_irq_enter > >> 0.12 ± 9% +0.1 0.22 ± 3% perf-profile.children.cycles-pp.tcp_update_skb_after_send > >> 0.01 ±223% +0.1 0.11 ± 21% perf-profile.children.cycles-pp.irq_enter_rcu > >> 0.00 +0.1 0.10 ± 10% perf-profile.children.cycles-pp.wakeup_preempt_entity > >> 0.00 +0.1 0.10 ± 8% perf-profile.children.cycles-pp.perf_trace_buf_alloc > >> 0.12 ± 8% +0.1 0.23 ± 9% perf-profile.children.cycles-pp.__x86_indirect_thunk_rax > >> 0.00 +0.1 0.10 ± 7% perf-profile.children.cycles-pp.tcp_rate_skb_delivered > >> 0.06 ± 11% +0.1 0.17 ± 13% perf-profile.children.cycles-pp.netif_skb_features > >> 0.09 ± 7% +0.1 0.19 ± 9% perf-profile.children.cycles-pp.__list_del_entry_valid > >> 0.07 ± 7% +0.1 0.17 ± 6% perf-profile.children.cycles-pp.__tcp_select_window > >> 0.20 ± 15% +0.1 0.31 ± 10% perf-profile.children.cycles-pp.__hrtimer_run_queues > >> 0.04 ± 71% +0.1 0.14 ± 7% perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack > >> 0.33 ± 9% +0.1 0.44 ± 8% perf-profile.children.cycles-pp.finish_task_switch > >> 0.06 ± 8% +0.1 0.17 ± 8% perf-profile.children.cycles-pp.__list_add_valid > >> 0.59 ± 5% +0.1 0.71 ± 10% perf-profile.children.cycles-pp.tcp_current_mss > >> 0.08 ± 6% +0.1 0.19 ± 8% perf-profile.children.cycles-pp.sock_rfree > >> 0.00 +0.1 0.11 ± 9% perf-profile.children.cycles-pp.tcp_newly_delivered > >> 0.10 ± 8% +0.1 0.21 ± 7% perf-profile.children.cycles-pp.tcp_release_cb > >> 0.07 ± 10% +0.1 0.19 ± 8% perf-profile.children.cycles-pp.kfree_skbmem > >> 0.07 ± 7% +0.1 0.18 ± 11% perf-profile.children.cycles-pp.sock_put > >> 0.10 ± 7% +0.1 0.22 ± 9% perf-profile.children.cycles-pp.tcp_rate_skb_sent > >> 0.09 ± 18% +0.1 0.22 ± 15% perf-profile.children.cycles-pp.cpuacct_charge > >> 0.03 ± 70% +0.1 0.17 ± 8% perf-profile.children.cycles-pp.tcp_rate_gen > >> 0.19 ± 8% +0.1 0.33 ± 8% perf-profile.children.cycles-pp.mod_timer > >> 0.14 ± 8% +0.1 0.28 ± 12% perf-profile.children.cycles-pp.__calc_delta > >> 0.00 +0.1 0.14 ± 11% perf-profile.children.cycles-pp.apparmor_socket_sock_rcv_skb > >> 0.05 ± 45% +0.1 0.19 ± 9% perf-profile.children.cycles-pp.bictcp_cong_avoid > >> 0.07 ± 10% +0.2 0.23 ± 13% perf-profile.children.cycles-pp.bictcp_acked > >> 0.46 ± 7% +0.2 0.62 ± 7% perf-profile.children.cycles-pp.ttwu_do_wakeup > >> 0.43 ± 8% +0.2 0.59 ± 7% perf-profile.children.cycles-pp.check_preempt_curr > >> 0.04 ± 45% +0.2 0.21 ± 9% perf-profile.children.cycles-pp.nf_hook_slow > >> 0.00 +0.2 0.17 ± 10% perf-profile.children.cycles-pp.set_next_buddy > >> 0.63 ± 4% +0.2 0.80 ± 9% perf-profile.children.cycles-pp.tcp_send_mss > >> 0.22 ± 7% +0.2 0.39 ± 8% perf-profile.children.cycles-pp.sk_reset_timer > >> 0.05 ± 44% +0.2 0.22 ± 13% perf-profile.children.cycles-pp.security_sock_rcv_skb > >> 0.00 +0.2 0.17 ± 7% perf-profile.children.cycles-pp.clear_buddies > >> 0.20 ± 8% +0.2 0.38 ± 5% perf-profile.children.cycles-pp.___perf_sw_event > >> 0.42 ± 8% +0.2 0.60 ± 6% perf-profile.children.cycles-pp.__skb_clone > >> 0.09 ± 8% +0.2 0.27 ± 7% perf-profile.children.cycles-pp.import_single_range > >> 0.15 ± 9% +0.2 0.33 ± 8% perf-profile.children.cycles-pp.__cond_resched > >> 0.60 ± 7% +0.2 0.79 ± 8% perf-profile.children.cycles-pp.native_sched_clock > >> 0.09 ± 8% +0.2 0.28 ± 7% perf-profile.children.cycles-pp.ip_rcv_core > >> 0.22 ± 8% +0.2 0.42 ± 6% perf-profile.children.cycles-pp.__might_sleep > >> 0.63 ± 7% +0.2 0.82 ± 8% perf-profile.children.cycles-pp.sched_clock > >> 0.70 ± 7% +0.2 0.90 ± 8% perf-profile.children.cycles-pp.sched_clock_cpu > >> 0.16 ± 14% +0.2 0.36 ± 8% perf-profile.children.cycles-pp.__ip_finish_output > >> 0.15 ± 7% +0.2 0.35 ± 8% perf-profile.children.cycles-pp.validate_xmit_skb > >> 0.26 ± 7% +0.2 0.47 ± 8% perf-profile.children.cycles-pp.__kmalloc_node_track_caller > >> 0.36 ± 14% +0.2 0.58 ± 11% perf-profile.children.cycles-pp.hrtimer_interrupt > >> 0.37 ± 14% +0.2 0.59 ± 11% perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt > >> 0.13 ± 8% +0.2 0.35 ± 8% perf-profile.children.cycles-pp.tcp_update_pacing_rate > >> 0.20 ± 8% +0.2 0.43 ± 6% perf-profile.children.cycles-pp.security_socket_recvmsg > >> 0.10 ± 8% +0.2 0.34 ± 70% perf-profile.children.cycles-pp.newidle_balance > >> 0.28 ± 6% +0.2 0.53 ± 8% perf-profile.children.cycles-pp.kmalloc_reserve > >> 0.32 ± 7% +0.3 0.58 ± 5% perf-profile.children.cycles-pp.tcp_schedule_loss_probe > >> 0.91 ± 7% +0.3 1.17 ± 6% perf-profile.children.cycles-pp._raw_spin_lock_bh > >> 0.22 ± 7% +0.3 0.48 ± 7% perf-profile.children.cycles-pp.sock_recvmsg > >> 0.62 ± 8% +0.3 0.89 ± 8% perf-profile.children.cycles-pp.__switch_to > >> 0.34 ± 9% +0.3 0.61 ± 8% perf-profile.children.cycles-pp.___might_sleep > >> 0.21 ± 8% +0.3 0.48 ± 9% perf-profile.children.cycles-pp.kmem_cache_alloc_node > >> 0.08 ± 7% +0.3 0.35 ± 8% perf-profile.children.cycles-pp.kfree > >> 0.15 ± 7% +0.3 0.43 ± 7% perf-profile.children.cycles-pp.security_socket_sendmsg > >> 0.44 ± 5% +0.3 0.73 ± 5% perf-profile.children.cycles-pp.tcp_event_new_data_sent > >> 0.22 ± 9% +0.3 0.52 ± 7% perf-profile.children.cycles-pp.enqueue_to_backlog > >> 0.35 ± 7% +0.3 0.64 ± 8% perf-profile.children.cycles-pp.ip_finish_output > >> 0.42 ± 7% +0.3 0.74 ± 9% perf-profile.children.cycles-pp.reweight_entity > >> 0.00 +0.3 0.33 ± 65% perf-profile.children.cycles-pp.find_busiest_group > >> 0.00 +0.3 0.33 ± 65% perf-profile.children.cycles-pp.update_sd_lb_stats > >> 0.19 ± 7% +0.3 0.52 ± 8% perf-profile.children.cycles-pp.tcp_wfree > >> 0.10 ± 8% +0.4 0.45 ± 8% perf-profile.children.cycles-pp.copy_user_enhanced_fast_string > >> 0.18 ± 11% +0.4 0.54 ± 8% perf-profile.children.cycles-pp.__entry_text_start > >> 0.58 ± 7% +0.4 0.95 ± 8% perf-profile.children.cycles-pp.__check_object_size > >> 0.00 +0.4 0.37 ± 64% perf-profile.children.cycles-pp.load_balance > >> 0.28 ± 9% +0.4 0.68 ± 16% perf-profile.children.cycles-pp.netif_rx_internal > >> 0.24 ± 9% +0.4 0.64 ± 7% perf-profile.children.cycles-pp.copy_fpregs_to_fpstate > >> 0.10 ± 9% +0.4 0.49 ± 11% perf-profile.children.cycles-pp.__virt_addr_valid > >> 0.30 ± 9% +0.4 0.70 ± 16% perf-profile.children.cycles-pp.netif_rx > >> 0.14 ± 7% +0.4 0.54 ± 7% perf-profile.children.cycles-pp.copyin > >> 0.29 ± 7% +0.4 0.71 ± 7% perf-profile.children.cycles-pp.aa_sk_perm > >> 0.13 ± 14% +0.4 0.55 ± 7% perf-profile.children.cycles-pp.__netif_receive_skb_core > >> 1.29 ± 7% +0.4 1.72 ± 7% perf-profile.children.cycles-pp.__alloc_skb > >> 0.58 ± 13% +0.4 1.02 ± 10% perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt > >> 0.27 ± 10% +0.4 0.71 ± 7% perf-profile.children.cycles-pp.__fget_light > >> 0.08 ± 8% +0.5 0.54 ± 6% perf-profile.children.cycles-pp.put_prev_entity > >> 0.57 ± 7% +0.5 1.04 ± 9% perf-profile.children.cycles-pp.read_tsc > >> 0.60 ± 8% +0.5 1.08 ± 7% perf-profile.children.cycles-pp.__switch_to_asm > >> 0.46 ± 7% +0.5 0.95 ± 7% perf-profile.children.cycles-pp.__cgroup_bpf_run_filter_skb > >> 0.26 ± 9% +0.5 0.77 ± 7% perf-profile.children.cycles-pp.sk_filter_trim_cap > >> 0.00 +0.5 0.53 ± 8% perf-profile.children.cycles-pp.check_preempt_wakeup > >> 0.36 ± 6% +0.5 0.90 ± 8% perf-profile.children.cycles-pp.irqtime_account_irq > >> 1.23 ± 7% +0.5 1.77 ± 9% perf-profile.children.cycles-pp.ktime_get > >> 0.34 ± 9% +0.6 0.90 ± 6% perf-profile.children.cycles-pp.sockfd_lookup_light > >> 0.33 ± 8% +0.6 0.91 ± 8% perf-profile.children.cycles-pp._copy_from_iter_full > >> 0.48 ± 6% +0.6 1.08 ± 7% perf-profile.children.cycles-pp.release_sock > >> 1.34 ± 7% +0.6 1.94 ± 7% perf-profile.children.cycles-pp.sk_stream_alloc_skb > >> 0.48 ± 8% +0.6 1.09 ± 9% perf-profile.children.cycles-pp.tcp_mstamp_refresh > >> 0.37 ± 7% +0.6 1.00 ± 8% perf-profile.children.cycles-pp.syscall_return_via_sysret > >> 0.64 ± 17% +0.6 1.28 ± 11% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_interrupt > >> 0.69 ± 8% +1.0 1.73 ± 9% perf-profile.children.cycles-pp.loopback_xmit > >> 0.77 ± 8% +1.1 1.88 ± 9% perf-profile.children.cycles-pp.dev_hard_start_xmit > >> 0.14 ± 9% +1.4 1.49 ± 7% perf-profile.children.cycles-pp.switch_fpu_return > >> 3.20 ± 6% +1.4 4.57 ± 6% perf-profile.children.cycles-pp.tcp_ack > >> 1.45 ± 4% +1.5 2.99 ± 8% perf-profile.children.cycles-pp.__dev_queue_xmit > >> 0.00 +1.8 1.77 ± 8% perf-profile.children.cycles-pp.load_new_mm_cr3 > >> 0.44 ± 7% +1.9 2.35 ± 7% perf-profile.children.cycles-pp.switch_mm_irqs_off > >> 5.66 ± 8% +4.5 10.16 ± 7% perf-profile.children.cycles-pp.schedule > >> 20.13 ± 6% +5.4 25.49 ± 7% perf-profile.children.cycles-pp.ip_output > >> 0.22 ± 7% +5.8 6.05 ± 7% perf-profile.children.cycles-pp.exit_to_user_mode_prepare > >> 21.03 ± 6% +5.9 26.89 ± 6% perf-profile.children.cycles-pp.__ip_queue_xmit > >> 0.34 ± 7% +6.0 6.35 ± 7% perf-profile.children.cycles-pp.syscall_exit_to_user_mode > >> 22.45 ± 6% +7.2 29.62 ± 7% perf-profile.children.cycles-pp.__tcp_transmit_skb > >> 23.71 ± 6% +8.4 32.13 ± 6% perf-profile.children.cycles-pp.tcp_write_xmit > >> 23.76 ± 6% +8.6 32.39 ± 6% perf-profile.children.cycles-pp.__tcp_push_pending_frames > >> 27.80 ± 6% +10.7 38.51 ± 6% perf-profile.children.cycles-pp.tcp_sendmsg_locked > >> 28.29 ± 6% +11.5 39.76 ± 6% perf-profile.children.cycles-pp.tcp_sendmsg > >> 28.62 ± 6% +11.9 40.53 ± 6% perf-profile.children.cycles-pp.sock_sendmsg > >> 29.09 ± 6% +12.5 41.62 ± 6% perf-profile.children.cycles-pp.__sys_sendto > >> 29.20 ± 6% +12.8 42.01 ± 6% perf-profile.children.cycles-pp.__x64_sys_sendto > >> 43.46 ± 6% +14.8 58.26 ± 7% perf-profile.children.cycles-pp.do_syscall_64 > >> 44.14 ± 6% +21.6 65.69 ± 7% perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 7.89 ± 14% -7.8 0.13 ±167% perf-profile.self.cycles-pp.poll_idle > >> 1.80 ± 7% -1.3 0.51 ± 7% perf-profile.self.cycles-pp._raw_spin_lock_irqsave > >> 1.29 ± 9% -1.1 0.17 ± 9% perf-profile.self.cycles-pp.update_rq_clock > >> 0.95 ± 7% -0.8 0.13 ± 7% perf-profile.self.cycles-pp.set_next_entity > >> 1.79 ± 8% -0.7 1.05 ± 6% perf-profile.self.cycles-pp.__schedule > >> 0.75 ± 7% -0.6 0.18 ± 10% perf-profile.self.cycles-pp.enqueue_entity > >> 1.00 ± 8% -0.5 0.55 ± 7% perf-profile.self.cycles-pp.update_load_avg > >> 0.88 ± 6% -0.4 0.48 ± 6% perf-profile.self.cycles-pp.__inet_lookup_established > >> 0.62 ± 7% -0.3 0.30 ± 10% perf-profile.self.cycles-pp.enqueue_task_fair > >> 0.68 ± 8% -0.3 0.37 ± 7% perf-profile.self.cycles-pp.wait_woken > >> 0.70 ± 9% -0.3 0.39 ± 26% perf-profile.self.cycles-pp.menu_select > >> 0.57 ± 8% -0.3 0.27 ± 8% perf-profile.self.cycles-pp.__ksize > >> 0.60 ± 9% -0.3 0.31 ± 4% perf-profile.self.cycles-pp.tcp_rcv_established > >> 0.35 ± 8% -0.3 0.09 ± 4% perf-profile.self.cycles-pp.tcp_rcv_space_adjust > >> 0.50 ± 9% -0.3 0.24 ± 7% perf-profile.self.cycles-pp.__skb_datagram_iter > >> 0.32 ± 8% -0.2 0.08 ± 7% perf-profile.self.cycles-pp.resched_curr > >> 0.44 ± 8% -0.2 0.21 ± 9% perf-profile.self.cycles-pp.try_to_wake_up > >> 0.75 ± 9% -0.2 0.56 ± 5% perf-profile.self.cycles-pp.update_curr > >> 0.23 ± 8% -0.2 0.03 ± 70% perf-profile.self.cycles-pp.available_idle_cpu > >> 0.29 ± 7% -0.2 0.11 ± 11% perf-profile.self.cycles-pp.dequeue_entity > >> 0.33 ± 8% -0.2 0.15 ± 9% perf-profile.self.cycles-pp.pick_next_entity > >> 0.81 ± 6% -0.2 0.65 ± 14% perf-profile.self.cycles-pp.tcp_recvmsg_locked > >> 0.80 ± 7% -0.2 0.64 ± 6% perf-profile.self.cycles-pp.skb_release_data > >> 0.36 ± 8% -0.1 0.21 ± 11% perf-profile.self.cycles-pp.schedule_timeout > >> 0.23 ± 6% -0.1 0.08 ± 8% perf-profile.self.cycles-pp.__wake_up_common > >> 0.22 ± 8% -0.1 0.08 ± 11% perf-profile.self.cycles-pp.perf_tp_event > >> 0.31 ± 7% -0.1 0.20 ± 8% perf-profile.self.cycles-pp.tcp_check_space > >> 0.17 ± 8% -0.1 0.07 ± 14% perf-profile.self.cycles-pp.rb_first > >> 0.43 ± 8% -0.1 0.33 ± 7% perf-profile.self.cycles-pp.schedule > >> 0.42 ± 8% -0.1 0.34 ± 8% perf-profile.self.cycles-pp.reweight_entity > >> 0.11 ± 6% -0.1 0.06 ± 9% perf-profile.self.cycles-pp.check_preempt_curr > >> 0.10 ± 10% -0.0 0.08 ± 6% perf-profile.self.cycles-pp.tcp_rate_check_app_limited > >> 0.07 ± 7% -0.0 0.04 ± 45% perf-profile.self.cycles-pp.rb_next > >> 0.07 ± 6% -0.0 0.06 ± 9% perf-profile.self.cycles-pp.__might_fault > >> 0.05 +0.0 0.08 ± 16% perf-profile.self.cycles-pp.timekeeping_max_deferment > >> 0.10 ± 12% +0.0 0.14 ± 7% perf-profile.self.cycles-pp.woken_wake_function > >> 0.07 ± 5% +0.0 0.11 ± 9% perf-profile.self.cycles-pp.put_prev_entity > >> 0.06 ± 11% +0.0 0.10 ± 7% perf-profile.self.cycles-pp.__enqueue_entity > >> 0.13 ± 11% +0.0 0.18 ± 8% perf-profile.self.cycles-pp.migrate_enable > >> 0.11 ± 9% +0.1 0.16 ± 6% perf-profile.self.cycles-pp.__rdgsbase_inactive > >> 0.10 ± 9% +0.1 0.15 ± 7% perf-profile.self.cycles-pp.tcp_v4_fill_cb > >> 0.22 ± 10% +0.1 0.27 ± 8% perf-profile.self.cycles-pp.tcp_ack_update_rtt > >> 0.06 ± 11% +0.1 0.12 ± 23% perf-profile.self.cycles-pp.perf_trace_sched_switch > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.tcp_chrono_stop > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.ksoftirqd_running > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.tcp_rack_update_reo_wnd > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.eth_type_trans > >> 0.00 +0.1 0.06 ± 8% perf-profile.self.cycles-pp.apparmor_ip_postroute > >> 0.00 +0.1 0.06 ± 8% perf-profile.self.cycles-pp.tcp_send_delayed_ack > >> 0.01 ±223% +0.1 0.07 ± 19% perf-profile.self.cycles-pp.__tcp_ack_snd_check > >> 0.00 +0.1 0.06 ± 18% perf-profile.self.cycles-pp.skb_network_protocol > >> 0.00 +0.1 0.06 ± 9% perf-profile.self.cycles-pp.check_cfs_rq_runtime > >> 0.09 ± 8% +0.1 0.15 ± 6% perf-profile.self.cycles-pp.dev_hard_start_xmit > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.__build_skb_around > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.kmalloc_reserve > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.perf_trace_buf_alloc > >> 0.07 ± 7% +0.1 0.13 ± 6% perf-profile.self.cycles-pp.tcp_event_data_recv > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.validate_xmit_xfrm > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.switch_ldt > >> 0.04 ± 45% +0.1 0.11 ± 8% perf-profile.self.cycles-pp.rcu_all_qs > >> 0.04 ± 44% +0.1 0.11 ± 6% perf-profile.self.cycles-pp.syscall_enter_from_user_mode > >> 0.02 ±141% +0.1 0.08 ± 8% perf-profile.self.cycles-pp.netif_rx_internal > >> 0.00 +0.1 0.07 ± 7% perf-profile.self.cycles-pp.sk_page_frag_refill > >> 0.11 ± 10% +0.1 0.18 ± 7% perf-profile.self.cycles-pp.tcp_established_options > >> 0.08 ± 11% +0.1 0.15 ± 2% perf-profile.self.cycles-pp.tcp_update_skb_after_send > >> 0.00 +0.1 0.07 ± 5% perf-profile.self.cycles-pp.ip_local_deliver > >> 0.00 +0.1 0.07 ± 15% perf-profile.self.cycles-pp.security_sock_rcv_skb > >> 0.00 +0.1 0.07 ± 13% perf-profile.self.cycles-pp.rb_erase > >> 0.00 +0.1 0.07 ± 5% perf-profile.self.cycles-pp.ttwu_queue_wakelist > >> 0.00 +0.1 0.07 ± 13% perf-profile.self.cycles-pp.rb_insert_color > >> 0.00 +0.1 0.07 ± 8% perf-profile.self.cycles-pp.ip_rcv > >> 0.00 +0.1 0.07 ± 14% perf-profile.self.cycles-pp.sk_reset_timer > >> 0.00 +0.1 0.07 ± 20% perf-profile.self.cycles-pp.apparmor_ipv4_postroute > >> 0.00 +0.1 0.07 ± 9% perf-profile.self.cycles-pp.tcp_v4_inbound_md5_hash > >> 0.20 ± 8% +0.1 0.28 ± 6% perf-profile.self.cycles-pp.__wrgsbase_inactive > >> 0.07 ± 5% +0.1 0.14 ± 7% perf-profile.self.cycles-pp.lock_sock_nested > >> 0.09 ± 7% +0.1 0.17 ± 10% perf-profile.self.cycles-pp.__x86_indirect_thunk_rax > >> 0.06 ± 8% +0.1 0.13 ± 8% perf-profile.self.cycles-pp.syscall_exit_to_user_mode_prepare > >> 0.00 +0.1 0.08 ± 10% perf-profile.self.cycles-pp.__wake_up_common_lock > >> 0.03 ± 99% +0.1 0.10 ± 6% perf-profile.self.cycles-pp.tcp_send_mss > >> 0.00 +0.1 0.08 ± 9% perf-profile.self.cycles-pp.ip_local_deliver_finish > >> 0.06 ± 6% +0.1 0.14 ± 9% perf-profile.self.cycles-pp.rcu_read_unlock_strict > >> 0.00 +0.1 0.08 ± 8% perf-profile.self.cycles-pp.ip_rcv_finish > >> 0.00 +0.1 0.08 ± 11% perf-profile.self.cycles-pp.nf_hook_slow > >> 0.06 ± 6% +0.1 0.14 ± 10% perf-profile.self.cycles-pp.migrate_disable > >> 0.06 ± 11% +0.1 0.14 ± 9% perf-profile.self.cycles-pp.bictcp_cwnd_event > >> 0.03 ± 70% +0.1 0.11 ± 10% perf-profile.self.cycles-pp.tcp_mstamp_refresh > >> 0.03 ± 70% +0.1 0.11 ± 6% perf-profile.self.cycles-pp.__usecs_to_jiffies > >> 0.03 ± 70% +0.1 0.12 ± 10% perf-profile.self.cycles-pp.rcu_nocb_flush_deferred_wakeup > >> 0.07 ± 7% +0.1 0.15 ± 7% perf-profile.self.cycles-pp.__copy_skb_header > >> 0.03 ± 99% +0.1 0.11 ± 9% perf-profile.self.cycles-pp.sk_free > >> 0.00 +0.1 0.08 ± 8% perf-profile.self.cycles-pp.ip_finish_output > >> 0.07 ± 11% +0.1 0.15 ± 6% perf-profile.self.cycles-pp.sockfd_lookup_light > >> 0.05 ± 8% +0.1 0.14 ± 10% perf-profile.self.cycles-pp.iov_iter_advance > >> 0.08 ± 10% +0.1 0.17 ± 8% perf-profile.self.cycles-pp.__list_del_entry_valid > >> 0.07 ± 10% +0.1 0.17 ± 5% perf-profile.self.cycles-pp.validate_xmit_skb > >> 0.35 ± 9% +0.1 0.45 ± 6% perf-profile.self.cycles-pp.__skb_clone > >> 0.00 +0.1 0.09 ± 5% perf-profile.self.cycles-pp.tcp_rate_skb_delivered > >> 0.00 +0.1 0.09 ± 10% perf-profile.self.cycles-pp.raw_local_deliver > >> 0.00 +0.1 0.09 ± 5% perf-profile.self.cycles-pp.__ip_local_out > >> 0.06 ± 11% +0.1 0.16 ± 6% perf-profile.self.cycles-pp.inet_ehashfn > >> 0.29 ± 13% +0.1 0.39 ± 9% perf-profile.self.cycles-pp.tcp_current_mss > >> 0.00 +0.1 0.10 ± 10% perf-profile.self.cycles-pp.wakeup_preempt_entity > >> 0.07 ± 7% +0.1 0.17 ± 10% perf-profile.self.cycles-pp.__cond_resched > >> 0.07 ± 9% +0.1 0.17 ± 12% perf-profile.self.cycles-pp.ip_protocol_deliver_rcu > >> 0.28 ± 8% +0.1 0.38 ± 8% perf-profile.self.cycles-pp.sock_def_readable > >> 0.07 ± 11% +0.1 0.17 ± 7% perf-profile.self.cycles-pp.__tcp_select_window > >> 0.09 ± 7% +0.1 0.20 ± 6% perf-profile.self.cycles-pp.tcp_release_cb > >> 0.01 ±223% +0.1 0.11 ± 11% perf-profile.self.cycles-pp._copy_from_iter_full > >> 0.21 ± 8% +0.1 0.32 ± 4% perf-profile.self.cycles-pp.tcp_schedule_loss_probe > >> 0.00 +0.1 0.11 ± 8% perf-profile.self.cycles-pp.tcp_newly_delivered > >> 0.00 +0.1 0.11 ± 11% perf-profile.self.cycles-pp.netif_skb_features > >> 0.04 ± 71% +0.1 0.14 ± 7% perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack > >> 0.09 ± 10% +0.1 0.20 ± 8% perf-profile.self.cycles-pp.release_sock > >> 0.07 ± 10% +0.1 0.18 ± 9% perf-profile.self.cycles-pp.kfree_skbmem > >> 0.07 ± 6% +0.1 0.18 ± 6% perf-profile.self.cycles-pp.sock_rfree > >> 0.04 ± 44% +0.1 0.15 ± 7% perf-profile.self.cycles-pp.__list_add_valid > >> 0.05 ± 9% +0.1 0.17 ± 5% perf-profile.self.cycles-pp.sk_filter_trim_cap > >> 0.06 ± 7% +0.1 0.18 ± 9% perf-profile.self.cycles-pp.sock_put > >> 0.18 ± 8% +0.1 0.30 ± 7% perf-profile.self.cycles-pp.mod_timer > >> 0.10 ± 7% +0.1 0.22 ± 8% perf-profile.self.cycles-pp.tcp_rate_skb_sent > >> 0.34 ± 9% +0.1 0.46 ± 6% perf-profile.self.cycles-pp.__softirqentry_text_start > >> 0.06 ± 9% +0.1 0.19 ± 9% perf-profile.self.cycles-pp.tcp_recvmsg > >> 0.06 ± 7% +0.1 0.19 ± 7% perf-profile.self.cycles-pp.syscall_exit_to_user_mode > >> 0.15 ± 8% +0.1 0.28 ± 6% perf-profile.self.cycles-pp.pick_next_task_fair > >> 0.00 +0.1 0.13 ± 11% perf-profile.self.cycles-pp.set_next_buddy > >> 0.14 ± 8% +0.1 0.27 ± 13% perf-profile.self.cycles-pp.__calc_delta > >> 0.27 ± 9% +0.1 0.40 ± 6% perf-profile.self.cycles-pp.finish_task_switch > >> 0.09 ± 18% +0.1 0.22 ± 15% perf-profile.self.cycles-pp.cpuacct_charge > >> 0.00 +0.1 0.13 ± 10% perf-profile.self.cycles-pp.skb_copy_datagram_iter > >> 0.46 ± 7% +0.1 0.59 ± 10% perf-profile.self.cycles-pp.update_cfs_group > >> 0.00 +0.1 0.13 ± 59% perf-profile.self.cycles-pp.update_sd_lb_stats > >> 0.00 +0.1 0.14 ± 10% perf-profile.self.cycles-pp.apparmor_socket_sock_rcv_skb > >> 0.43 ± 7% +0.1 0.57 ± 7% perf-profile.self.cycles-pp.switch_mm_irqs_off > >> 0.13 ± 8% +0.1 0.27 ± 8% perf-profile.self.cycles-pp.__kmalloc_node_track_caller > >> 0.06 ± 8% +0.1 0.20 ± 6% perf-profile.self.cycles-pp.inet_recvmsg > >> 0.11 ± 6% +0.1 0.26 ± 9% perf-profile.self.cycles-pp.enqueue_to_backlog > >> 0.02 ±141% +0.1 0.16 ± 8% perf-profile.self.cycles-pp.tcp_rate_gen > >> 0.13 ± 11% +0.1 0.27 ± 10% perf-profile.self.cycles-pp.sock_sendmsg > >> 0.47 ± 7% +0.1 0.61 ± 12% perf-profile.self.cycles-pp.__dev_queue_xmit > >> 0.04 ± 44% +0.1 0.19 ± 9% perf-profile.self.cycles-pp.bictcp_cong_avoid > >> 0.14 ± 10% +0.1 0.29 ± 15% perf-profile.self.cycles-pp.irqtime_account_irq > >> 0.11 ± 8% +0.2 0.26 ± 8% perf-profile.self.cycles-pp.do_softirq > >> 0.12 ± 7% +0.2 0.27 ± 10% perf-profile.self.cycles-pp.__x64_sys_recvfrom > >> 0.07 ± 10% +0.2 0.23 ± 7% perf-profile.self.cycles-pp._copy_to_iter > >> 0.07 ± 8% +0.2 0.22 ± 12% perf-profile.self.cycles-pp.bictcp_acked > >> 0.15 ± 9% +0.2 0.31 ± 5% perf-profile.self.cycles-pp.___perf_sw_event > >> 0.00 +0.2 0.16 ± 6% perf-profile.self.cycles-pp.clear_buddies > >> 0.08 ± 8% +0.2 0.24 ± 8% perf-profile.self.cycles-pp.kmem_cache_free > >> 0.22 ± 5% +0.2 0.38 ± 7% perf-profile.self.cycles-pp.sk_wait_data > >> 0.02 ±141% +0.2 0.19 ± 8% perf-profile.self.cycles-pp.sk_stream_alloc_skb > >> 0.13 ± 10% +0.2 0.31 ± 12% perf-profile.self.cycles-pp.kmem_cache_alloc_node > >> 0.08 ± 7% +0.2 0.26 ± 7% perf-profile.self.cycles-pp.import_single_range > >> 0.19 ± 7% +0.2 0.36 ± 8% perf-profile.self.cycles-pp.__alloc_skb > >> 0.10 ± 10% +0.2 0.28 ± 9% perf-profile.self.cycles-pp.tcp_sendmsg > >> 0.10 ± 10% +0.2 0.29 ± 8% perf-profile.self.cycles-pp.__ip_finish_output > >> 0.57 ± 7% +0.2 0.76 ± 7% perf-profile.self.cycles-pp.native_sched_clock > >> 0.15 ± 5% +0.2 0.33 ± 5% perf-profile.self.cycles-pp.tcp_event_new_data_sent > >> 0.11 ± 8% +0.2 0.30 ± 8% perf-profile.self.cycles-pp.loopback_xmit > >> 0.08 ± 8% +0.2 0.27 ± 6% perf-profile.self.cycles-pp.ip_rcv_core > >> 0.00 +0.2 0.21 ± 8% perf-profile.self.cycles-pp.__netif_receive_skb_one_core > >> 0.13 ± 8% +0.2 0.35 ± 8% perf-profile.self.cycles-pp.tcp_update_pacing_rate > >> 0.17 ± 8% +0.2 0.39 ± 5% perf-profile.self.cycles-pp.__might_sleep > >> 0.58 ± 8% +0.2 0.81 ± 8% perf-profile.self.cycles-pp.__switch_to > >> 0.20 ± 6% +0.2 0.42 ± 9% perf-profile.self.cycles-pp.do_syscall_64 > >> 0.13 ± 9% +0.2 0.37 ± 7% perf-profile.self.cycles-pp.__sys_recvfrom > >> 0.19 ± 9% +0.2 0.42 ± 7% perf-profile.self.cycles-pp.select_task_rq_fair > >> 0.03 ± 70% +0.2 0.27 ± 9% perf-profile.self.cycles-pp.__tcp_push_pending_frames > >> 0.19 ± 10% +0.2 0.44 ± 7% perf-profile.self.cycles-pp.aa_sk_perm > >> 0.89 ± 7% +0.3 1.14 ± 6% perf-profile.self.cycles-pp._raw_spin_lock_bh > >> 0.34 ± 8% +0.3 0.59 ± 7% perf-profile.self.cycles-pp.___might_sleep > >> 0.55 ± 5% +0.3 0.81 ± 8% perf-profile.self.cycles-pp.tcp_ack > >> 0.08 ± 12% +0.3 0.34 ± 9% perf-profile.self.cycles-pp.kfree > >> 0.00 +0.3 0.27 ± 8% perf-profile.self.cycles-pp.check_preempt_wakeup > >> 0.17 ± 6% +0.3 0.44 ± 8% perf-profile.self.cycles-pp.ip_output > >> 0.11 ± 10% +0.3 0.40 ± 9% perf-profile.self.cycles-pp.__x64_sys_sendto > >> 0.23 ± 8% +0.3 0.54 ± 8% perf-profile.self.cycles-pp.__local_bh_enable_ip > >> 0.22 ± 9% +0.3 0.54 ± 8% perf-profile.self.cycles-pp.__sys_sendto > >> 0.39 ± 7% +0.3 0.71 ± 7% perf-profile.self.cycles-pp.tcp_clean_rtx_queue > >> 0.18 ± 33% +0.3 0.50 ± 33% perf-profile.self.cycles-pp.cpuidle_enter_state > >> 0.26 ± 7% +0.3 0.58 ± 7% perf-profile.self.cycles-pp.__cgroup_bpf_run_filter_skb > >> 0.18 ± 8% +0.3 0.51 ± 8% perf-profile.self.cycles-pp.tcp_wfree > >> 1.00 ± 7% +0.3 1.34 ± 7% perf-profile.self.cycles-pp.tcp_sendmsg_locked > >> 0.09 ± 8% +0.3 0.43 ± 7% perf-profile.self.cycles-pp.copy_user_enhanced_fast_string > >> 0.18 ± 11% +0.4 0.54 ± 8% perf-profile.self.cycles-pp.__entry_text_start > >> 0.23 ± 8% +0.4 0.60 ± 9% perf-profile.self.cycles-pp.process_backlog > >> 0.09 ± 10% +0.4 0.48 ± 11% perf-profile.self.cycles-pp.__virt_addr_valid > >> 0.23 ± 6% +0.4 0.62 ± 6% perf-profile.self.cycles-pp.__ip_queue_xmit > >> 0.24 ± 7% +0.4 0.63 ± 7% perf-profile.self.cycles-pp.copy_fpregs_to_fpstate > >> 0.12 ± 9% +0.4 0.55 ± 7% perf-profile.self.cycles-pp.__netif_receive_skb_core > >> 0.33 ± 7% +0.4 0.76 ± 9% perf-profile.self.cycles-pp.net_rx_action > >> 0.27 ± 9% +0.4 0.70 ± 7% perf-profile.self.cycles-pp.__fget_light > >> 0.55 ± 7% +0.5 1.01 ± 9% perf-profile.self.cycles-pp.read_tsc > >> 0.60 ± 8% +0.5 1.07 ± 7% perf-profile.self.cycles-pp.__switch_to_asm > >> 0.06 ± 8% +0.5 0.53 ± 9% perf-profile.self.cycles-pp.exit_to_user_mode_prepare > >> 0.33 ± 6% +0.5 0.85 ± 7% perf-profile.self.cycles-pp.tcp_write_xmit > >> 0.54 ± 8% +0.6 1.15 ± 8% perf-profile.self.cycles-pp.__tcp_transmit_skb > >> 0.36 ± 7% +0.6 0.98 ± 8% perf-profile.self.cycles-pp.syscall_return_via_sysret > >> 0.33 ± 11% +0.6 0.97 ± 10% perf-profile.self.cycles-pp.ip_finish_output2 > >> 0.34 ± 7% +0.7 1.08 ± 8% perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 0.13 ± 8% +1.3 1.46 ± 7% perf-profile.self.cycles-pp.switch_fpu_return > >> 0.00 +1.8 1.76 ± 8% perf-profile.self.cycles-pp.load_new_mm_cr3 > >> 1085775 ± 9% +103.2% 2205895 ± 6% interrupts.CAL:Function_call_interrupts > >> 4580 ± 7% -26.6% 3360 ± 9% interrupts.CPU0.NMI:Non-maskable_interrupts > >> 4580 ± 7% -26.6% 3360 ± 9% interrupts.CPU0.PMI:Performance_monitoring_interrupts > >> 13481 ± 6% -96.1% 531.17 ± 6% interrupts.CPU0.RES:Rescheduling_interrupts > >> 13337 ± 13% -97.8% 290.17 ± 9% interrupts.CPU1.RES:Rescheduling_interrupts > >> 13737 ± 13% -97.8% 304.17 ± 7% interrupts.CPU10.RES:Rescheduling_interrupts > >> 5262 ± 26% +110.0% 11051 ± 7% interrupts.CPU100.CAL:Function_call_interrupts > >> 4933 ± 18% -49.7% 2483 ± 40% interrupts.CPU100.NMI:Non-maskable_interrupts > >> 4933 ± 18% -49.7% 2483 ± 40% interrupts.CPU100.PMI:Performance_monitoring_interrupts > >> 14635 ± 7% -98.3% 244.67 ± 5% interrupts.CPU100.RES:Rescheduling_interrupts > >> 5305 ± 7% -53.9% 2444 ± 22% interrupts.CPU101.NMI:Non-maskable_interrupts > >> 5305 ± 7% -53.9% 2444 ± 22% interrupts.CPU101.PMI:Performance_monitoring_interrupts > >> 15254 ± 6% -98.5% 235.33 ± 8% interrupts.CPU101.RES:Rescheduling_interrupts > >> 5526 ± 34% +105.0% 11328 ± 9% interrupts.CPU102.CAL:Function_call_interrupts > >> 5261 ± 9% -49.2% 2671 ± 25% interrupts.CPU102.NMI:Non-maskable_interrupts > >> 5261 ± 9% -49.2% 2671 ± 25% interrupts.CPU102.PMI:Performance_monitoring_interrupts > >> 14577 ± 5% -98.4% 228.83 ± 7% interrupts.CPU102.RES:Rescheduling_interrupts > >> 4528 ± 21% +141.4% 10930 ± 6% interrupts.CPU103.CAL:Function_call_interrupts > >> 5055 ± 12% -48.1% 2621 ± 32% interrupts.CPU103.NMI:Non-maskable_interrupts > >> 5055 ± 12% -48.1% 2621 ± 32% interrupts.CPU103.PMI:Performance_monitoring_interrupts > >> 14412 ± 10% -98.4% 233.50 ± 6% interrupts.CPU103.RES:Rescheduling_interrupts > >> 4368 ± 27% +147.3% 10803 ± 5% interrupts.CPU104.CAL:Function_call_interrupts > >> 5070 ± 17% -37.3% 3179 ± 8% interrupts.CPU104.NMI:Non-maskable_interrupts > >> 5070 ± 17% -37.3% 3179 ± 8% interrupts.CPU104.PMI:Performance_monitoring_interrupts > >> 14352 ± 4% -98.5% 219.67 ± 7% interrupts.CPU104.RES:Rescheduling_interrupts > >> 5158 ± 19% +115.8% 11132 ± 7% interrupts.CPU105.CAL:Function_call_interrupts > >> 5012 ± 15% -48.0% 2605 ± 23% interrupts.CPU105.NMI:Non-maskable_interrupts > >> 5012 ± 15% -48.0% 2605 ± 23% interrupts.CPU105.PMI:Performance_monitoring_interrupts > >> 14035 ± 8% -98.4% 229.33 ± 9% interrupts.CPU105.RES:Rescheduling_interrupts > >> 6680 ± 41% +67.4% 11182 ± 7% interrupts.CPU106.CAL:Function_call_interrupts > >> 4961 ± 13% -39.7% 2993 ± 27% interrupts.CPU106.NMI:Non-maskable_interrupts > >> 4961 ± 13% -39.7% 2993 ± 27% interrupts.CPU106.PMI:Performance_monitoring_interrupts > >> 13041 ± 12% -98.1% 242.17 ± 3% interrupts.CPU106.RES:Rescheduling_interrupts > >> 5135 ± 52% +125.8% 11594 ± 11% interrupts.CPU107.CAL:Function_call_interrupts > >> 4971 ± 9% -50.8% 2445 ± 34% interrupts.CPU107.NMI:Non-maskable_interrupts > >> 4971 ± 9% -50.8% 2445 ± 34% interrupts.CPU107.PMI:Performance_monitoring_interrupts > >> 14356 ± 8% -98.4% 229.33 ± 7% interrupts.CPU107.RES:Rescheduling_interrupts > >> 6126 ± 39% +85.6% 11372 ± 7% interrupts.CPU108.CAL:Function_call_interrupts > >> 13840 ± 5% -98.3% 241.33 ± 7% interrupts.CPU108.RES:Rescheduling_interrupts > >> 6228 ± 46% +85.4% 11547 ± 6% interrupts.CPU109.CAL:Function_call_interrupts > >> 13960 ± 8% -98.3% 236.67 ± 11% interrupts.CPU109.RES:Rescheduling_interrupts > >> 14690 ± 10% -97.7% 339.00 ± 3% interrupts.CPU11.RES:Rescheduling_interrupts > >> 5261 ± 28% +114.4% 11279 ± 6% interrupts.CPU110.CAL:Function_call_interrupts > >> 12802 ± 5% -98.1% 239.00 ± 4% interrupts.CPU110.RES:Rescheduling_interrupts > >> 4523 ± 37% +154.6% 11514 ± 9% interrupts.CPU111.CAL:Function_call_interrupts > >> 13061 ± 6% -98.1% 251.67 ± 9% interrupts.CPU111.RES:Rescheduling_interrupts > >> 6218 ± 22% +88.5% 11723 ± 8% interrupts.CPU112.CAL:Function_call_interrupts > >> 13369 ± 6% -98.3% 231.50 ± 9% interrupts.CPU112.RES:Rescheduling_interrupts > >> 5317 ± 12% -48.7% 2727 ± 17% interrupts.CPU113.NMI:Non-maskable_interrupts > >> 5317 ± 12% -48.7% 2727 ± 17% interrupts.CPU113.PMI:Performance_monitoring_interrupts > >> 12180 ± 4% -98.0% 239.50 ± 8% interrupts.CPU113.RES:Rescheduling_interrupts > >> 5066 ± 34% +130.7% 11687 ± 7% interrupts.CPU114.CAL:Function_call_interrupts > >> 12885 ± 5% -98.2% 230.33 ± 9% interrupts.CPU114.RES:Rescheduling_interrupts > >> 6247 ± 50% +84.6% 11533 ± 4% interrupts.CPU115.CAL:Function_call_interrupts > >> 12906 ± 4% -98.1% 248.83 ± 7% interrupts.CPU115.RES:Rescheduling_interrupts > >> 12058 ± 7% -98.2% 222.17 ± 10% interrupts.CPU116.RES:Rescheduling_interrupts > >> 5486 ± 23% +109.3% 11483 ± 9% interrupts.CPU117.CAL:Function_call_interrupts > >> 12547 ± 9% -98.2% 221.17 ± 12% interrupts.CPU117.RES:Rescheduling_interrupts > >> 5380 ± 51% +110.1% 11307 ± 7% interrupts.CPU118.CAL:Function_call_interrupts > >> 12257 ± 7% -98.1% 229.17 ± 4% interrupts.CPU118.RES:Rescheduling_interrupts > >> 12139 ± 6% -98.0% 243.67 ± 3% interrupts.CPU119.RES:Rescheduling_interrupts > >> 15231 ± 3% -97.7% 356.83 ± 9% interrupts.CPU12.RES:Rescheduling_interrupts > >> 5264 ± 25% +121.3% 11653 ± 5% interrupts.CPU120.CAL:Function_call_interrupts > >> 15207 ± 9% -98.7% 204.17 ± 8% interrupts.CPU120.RES:Rescheduling_interrupts > >> 5812 ± 10% -53.0% 2729 ± 18% interrupts.CPU121.NMI:Non-maskable_interrupts > >> 5812 ± 10% -53.0% 2729 ± 18% interrupts.CPU121.PMI:Performance_monitoring_interrupts > >> 15216 ± 8% -98.6% 218.83 ± 8% interrupts.CPU121.RES:Rescheduling_interrupts > >> 5202 ± 36% +112.6% 11062 ± 8% interrupts.CPU122.CAL:Function_call_interrupts > >> 5262 ± 4% -43.3% 2983 ± 17% interrupts.CPU122.NMI:Non-maskable_interrupts > >> 5262 ± 4% -43.3% 2983 ± 17% interrupts.CPU122.PMI:Performance_monitoring_interrupts > >> 14638 ± 4% -98.5% 221.00 ± 9% interrupts.CPU122.RES:Rescheduling_interrupts > >> 5529 ± 15% -43.6% 3117 ± 14% interrupts.CPU123.NMI:Non-maskable_interrupts > >> 5529 ± 15% -43.6% 3117 ± 14% interrupts.CPU123.PMI:Performance_monitoring_interrupts > >> 14287 ± 7% -98.5% 214.33 ± 5% interrupts.CPU123.RES:Rescheduling_interrupts > >> 4426 ± 31% +150.8% 11102 ± 6% interrupts.CPU124.CAL:Function_call_interrupts > >> 14512 ± 8% -98.5% 214.33 ± 9% interrupts.CPU124.RES:Rescheduling_interrupts > >> 5201 ± 24% +109.6% 10904 ± 6% interrupts.CPU125.CAL:Function_call_interrupts > >> 14116 ± 2% -98.5% 206.00 ± 6% interrupts.CPU125.RES:Rescheduling_interrupts > >> 14369 ± 10% -98.6% 207.33 ± 8% interrupts.CPU126.RES:Rescheduling_interrupts > >> 4555 ± 23% +143.5% 11090 ± 7% interrupts.CPU127.CAL:Function_call_interrupts > >> 13969 ± 7% -98.5% 212.17 ± 4% interrupts.CPU127.RES:Rescheduling_interrupts > >> 4294 ± 23% +156.3% 11006 ± 7% interrupts.CPU128.CAL:Function_call_interrupts > >> 13475 ± 8% -98.4% 213.67 ± 3% interrupts.CPU128.RES:Rescheduling_interrupts > >> 4584 ± 38% +143.3% 11155 ± 7% interrupts.CPU129.CAL:Function_call_interrupts > >> 12688 ± 6% -98.4% 206.17 ± 4% interrupts.CPU129.RES:Rescheduling_interrupts > >> 6404 ± 15% +97.6% 12658 ± 5% interrupts.CPU13.CAL:Function_call_interrupts > >> 14996 ± 14% -97.3% 405.33 ± 7% interrupts.CPU13.RES:Rescheduling_interrupts > >> 5215 ± 42% +114.7% 11198 ± 7% interrupts.CPU130.CAL:Function_call_interrupts > >> 12990 ± 9% -98.4% 209.67 ± 11% interrupts.CPU130.RES:Rescheduling_interrupts > >> 4488 ± 32% +151.5% 11287 ± 7% interrupts.CPU131.CAL:Function_call_interrupts > >> 12730 ± 6% -98.3% 218.83 ± 4% interrupts.CPU131.RES:Rescheduling_interrupts > >> 3942 ± 35% +183.7% 11184 ± 4% interrupts.CPU132.CAL:Function_call_interrupts > >> 12515 ± 6% -98.1% 232.33 ± 6% interrupts.CPU132.RES:Rescheduling_interrupts > >> 4164 ± 17% +164.9% 11030 ± 5% interrupts.CPU133.CAL:Function_call_interrupts > >> 12292 ± 3% -98.2% 225.83 ± 11% interrupts.CPU133.RES:Rescheduling_interrupts > >> 4521 ± 22% +146.8% 11156 ± 8% interrupts.CPU134.CAL:Function_call_interrupts > >> 11967 ± 6% -98.2% 215.67 ± 8% interrupts.CPU134.RES:Rescheduling_interrupts > >> 4023 ± 30% +174.4% 11041 ± 6% interrupts.CPU135.CAL:Function_call_interrupts > >> 12387 ± 9% -98.2% 220.50 ± 6% interrupts.CPU135.RES:Rescheduling_interrupts > >> 5494 ± 32% +101.6% 11078 ± 6% interrupts.CPU136.CAL:Function_call_interrupts > >> 11194 ± 7% -98.0% 228.67 ± 9% interrupts.CPU136.RES:Rescheduling_interrupts > >> 3542 ± 35% +220.2% 11345 ± 7% interrupts.CPU137.CAL:Function_call_interrupts > >> 11023 ± 5% -97.9% 229.33 ± 2% interrupts.CPU137.RES:Rescheduling_interrupts > >> 4729 ± 21% +142.7% 11476 ± 8% interrupts.CPU138.CAL:Function_call_interrupts > >> 11287 ± 7% -98.1% 216.50 ± 9% interrupts.CPU138.RES:Rescheduling_interrupts > >> 3768 ± 22% +199.3% 11278 ± 6% interrupts.CPU139.CAL:Function_call_interrupts > >> 11420 ± 12% -97.9% 234.17 ± 7% interrupts.CPU139.RES:Rescheduling_interrupts > >> 14444 ± 6% -97.1% 412.83 ± 5% interrupts.CPU14.RES:Rescheduling_interrupts > >> 4832 ± 35% +130.2% 11124 ± 5% interrupts.CPU140.CAL:Function_call_interrupts > >> 11604 ± 6% -98.1% 225.33 ± 7% interrupts.CPU140.RES:Rescheduling_interrupts > >> 4560 ± 34% +150.1% 11406 ± 6% interrupts.CPU141.CAL:Function_call_interrupts > >> 11137 ± 15% -98.0% 225.17 ± 7% interrupts.CPU141.RES:Rescheduling_interrupts > >> 4919 ± 44% +131.2% 11370 ± 6% interrupts.CPU142.CAL:Function_call_interrupts > >> 4638 ± 16% -34.5% 3039 ± 17% interrupts.CPU142.NMI:Non-maskable_interrupts > >> 4638 ± 16% -34.5% 3039 ± 17% interrupts.CPU142.PMI:Performance_monitoring_interrupts > >> 10864 ± 6% -98.0% 217.83 ± 8% interrupts.CPU142.RES:Rescheduling_interrupts > >> 4481 ± 17% -32.4% 3027 ± 9% interrupts.CPU143.NMI:Non-maskable_interrupts > >> 4481 ± 17% -32.4% 3027 ± 9% interrupts.CPU143.PMI:Performance_monitoring_interrupts > >> 10788 ± 9% -97.9% 226.17 ± 10% interrupts.CPU143.RES:Rescheduling_interrupts > >> 7058 ± 19% +49.5% 10555 ± 13% interrupts.CPU144.CAL:Function_call_interrupts > >> 5164 ± 16% -41.9% 3000 ± 33% interrupts.CPU144.NMI:Non-maskable_interrupts > >> 5164 ± 16% -41.9% 3000 ± 33% interrupts.CPU144.PMI:Performance_monitoring_interrupts > >> 15972 ± 7% -98.7% 212.33 ± 9% interrupts.CPU144.RES:Rescheduling_interrupts > >> 5057 ± 36% +114.3% 10838 ± 8% interrupts.CPU145.CAL:Function_call_interrupts > >> 4907 ± 15% -37.1% 3087 ± 20% interrupts.CPU145.NMI:Non-maskable_interrupts > >> 4907 ± 15% -37.1% 3087 ± 20% interrupts.CPU145.PMI:Performance_monitoring_interrupts > >> 14838 ± 6% -98.6% 203.83 ± 9% interrupts.CPU145.RES:Rescheduling_interrupts > >> 5495 ± 6% -51.0% 2693 ± 18% interrupts.CPU146.NMI:Non-maskable_interrupts > >> 5495 ± 6% -51.0% 2693 ± 18% interrupts.CPU146.PMI:Performance_monitoring_interrupts > >> 14024 ± 9% -98.4% 220.67 ± 8% interrupts.CPU146.RES:Rescheduling_interrupts > >> 5031 ± 13% -42.6% 2887 ± 21% interrupts.CPU147.NMI:Non-maskable_interrupts > >> 5031 ± 13% -42.6% 2887 ± 21% interrupts.CPU147.PMI:Performance_monitoring_interrupts > >> 13216 ± 8% -98.4% 212.00 ± 4% interrupts.CPU147.RES:Rescheduling_interrupts > >> 5049 ± 32% +114.2% 10817 ± 5% interrupts.CPU148.CAL:Function_call_interrupts > >> 5718 ± 7% -48.0% 2971 ± 18% interrupts.CPU148.NMI:Non-maskable_interrupts > >> 5718 ± 7% -48.0% 2971 ± 18% interrupts.CPU148.PMI:Performance_monitoring_interrupts > >> 13002 ± 10% -98.3% 223.17 ± 8% interrupts.CPU148.RES:Rescheduling_interrupts > >> 5697 ± 5% -47.5% 2991 ± 15% interrupts.CPU149.NMI:Non-maskable_interrupts > >> 5697 ± 5% -47.5% 2991 ± 15% interrupts.CPU149.PMI:Performance_monitoring_interrupts > >> 13366 ± 10% -98.4% 213.00 ± 10% interrupts.CPU149.RES:Rescheduling_interrupts > >> 6145 ± 26% +103.3% 12494 ± 8% interrupts.CPU15.CAL:Function_call_interrupts > >> 5148 ± 9% -47.1% 2721 ± 28% interrupts.CPU15.NMI:Non-maskable_interrupts > >> 5148 ± 9% -47.1% 2721 ± 28% interrupts.CPU15.PMI:Performance_monitoring_interrupts > >> 14863 ± 9% -97.4% 392.50 ± 5% interrupts.CPU15.RES:Rescheduling_interrupts > >> 4825 ± 26% +123.2% 10770 ± 6% interrupts.CPU150.CAL:Function_call_interrupts > >> 13127 ± 10% -98.4% 213.50 ± 8% interrupts.CPU150.RES:Rescheduling_interrupts > >> 3893 ± 22% +172.1% 10593 ± 7% interrupts.CPU151.CAL:Function_call_interrupts > >> 12604 ± 11% -98.2% 222.33 ± 5% interrupts.CPU151.RES:Rescheduling_interrupts > >> 4303 ± 12% +149.0% 10717 ± 6% interrupts.CPU152.CAL:Function_call_interrupts > >> 13019 ± 9% -98.3% 219.50 ± 5% interrupts.CPU152.RES:Rescheduling_interrupts > >> 4420 ± 28% +148.2% 10972 ± 4% interrupts.CPU153.CAL:Function_call_interrupts > >> 13112 ± 12% -98.3% 224.00 ± 10% interrupts.CPU153.RES:Rescheduling_interrupts > >> 5174 ± 30% +103.8% 10547 ± 5% interrupts.CPU154.CAL:Function_call_interrupts > >> 4583 ± 24% -39.0% 2797 ± 17% interrupts.CPU154.NMI:Non-maskable_interrupts > >> 4583 ± 24% -39.0% 2797 ± 17% interrupts.CPU154.PMI:Performance_monitoring_interrupts > >> 12675 ± 14% -98.3% 215.17 ± 8% interrupts.CPU154.RES:Rescheduling_interrupts > >> 12278 ± 8% -98.3% 213.33 ± 8% interrupts.CPU155.RES:Rescheduling_interrupts > >> 3057 ± 28% +250.5% 10716 ± 5% interrupts.CPU156.CAL:Function_call_interrupts > >> 11612 ± 17% -98.1% 216.17 ± 6% interrupts.CPU156.RES:Rescheduling_interrupts > >> 3772 ± 13% +189.3% 10911 ± 4% interrupts.CPU157.CAL:Function_call_interrupts > >> 12530 ± 9% -98.3% 216.67 ± 6% interrupts.CPU157.RES:Rescheduling_interrupts > >> 4559 ± 36% +138.2% 10862 ± 6% interrupts.CPU158.CAL:Function_call_interrupts > >> 11416 ± 11% -98.0% 228.50 ± 8% interrupts.CPU158.RES:Rescheduling_interrupts > >> 4941 ± 28% +111.5% 10452 ± 10% interrupts.CPU159.CAL:Function_call_interrupts > >> 11209 ± 13% -98.0% 228.33 ± 5% interrupts.CPU159.RES:Rescheduling_interrupts > >> 7998 ± 28% +58.2% 12653 ± 6% interrupts.CPU16.CAL:Function_call_interrupts > >> 5403 ± 9% -52.0% 2596 ± 38% interrupts.CPU16.NMI:Non-maskable_interrupts > >> 5403 ± 9% -52.0% 2596 ± 38% interrupts.CPU16.PMI:Performance_monitoring_interrupts > >> 15509 ± 7% -97.5% 388.67 ± 5% interrupts.CPU16.RES:Rescheduling_interrupts > >> 4029 ± 35% +166.5% 10739 ± 6% interrupts.CPU160.CAL:Function_call_interrupts > >> 11572 ± 11% -98.2% 212.00 ± 9% interrupts.CPU160.RES:Rescheduling_interrupts > >> 4566 ± 42% +142.3% 11063 ± 9% interrupts.CPU161.CAL:Function_call_interrupts > >> 11720 ± 16% -98.1% 226.00 ± 6% interrupts.CPU161.RES:Rescheduling_interrupts > >> 3840 ± 27% +183.4% 10883 ± 5% interrupts.CPU162.CAL:Function_call_interrupts > >> 10965 ± 11% -97.9% 225.67 ± 6% interrupts.CPU162.RES:Rescheduling_interrupts > >> 4469 ± 29% +144.0% 10905 ± 5% interrupts.CPU163.CAL:Function_call_interrupts > >> 4506 ± 8% -32.8% 3030 ± 16% interrupts.CPU163.NMI:Non-maskable_interrupts > >> 4506 ± 8% -32.8% 3030 ± 16% interrupts.CPU163.PMI:Performance_monitoring_interrupts > >> 11026 ± 14% -98.0% 222.83 ± 10% interrupts.CPU163.RES:Rescheduling_interrupts > >> 4023 ± 27% +169.1% 10827 ± 5% interrupts.CPU164.CAL:Function_call_interrupts > >> 10755 ± 12% -97.8% 234.17 ± 6% interrupts.CPU164.RES:Rescheduling_interrupts > >> 4212 ± 26% +162.4% 11052 ± 8% interrupts.CPU165.CAL:Function_call_interrupts > >> 5212 ± 8% -40.6% 3097 ± 13% interrupts.CPU165.NMI:Non-maskable_interrupts > >> 5212 ± 8% -40.6% 3097 ± 13% interrupts.CPU165.PMI:Performance_monitoring_interrupts > >> 10404 ± 14% -97.8% 231.00 ± 3% interrupts.CPU165.RES:Rescheduling_interrupts > >> 4404 ± 40% +151.8% 11088 ± 9% interrupts.CPU166.CAL:Function_call_interrupts > >> 10553 ± 13% -97.8% 232.00 ± 6% interrupts.CPU166.RES:Rescheduling_interrupts > >> 4067 ± 32% +173.1% 11110 ± 5% interrupts.CPU167.CAL:Function_call_interrupts > >> 9977 ± 17% -97.7% 228.50 ± 10% interrupts.CPU167.RES:Rescheduling_interrupts > >> 5089 ± 51% +114.3% 10908 ± 6% interrupts.CPU168.CAL:Function_call_interrupts > >> 5643 ± 6% -51.2% 2751 ± 9% interrupts.CPU168.NMI:Non-maskable_interrupts > >> 5643 ± 6% -51.2% 2751 ± 9% interrupts.CPU168.PMI:Performance_monitoring_interrupts > >> 15403 ± 5% -98.6% 212.67 ± 7% interrupts.CPU168.RES:Rescheduling_interrupts > >> 4631 ± 52% +122.2% 10289 ± 9% interrupts.CPU169.CAL:Function_call_interrupts > >> 5323 ± 6% -47.1% 2817 ± 7% interrupts.CPU169.NMI:Non-maskable_interrupts > >> 5323 ± 6% -47.1% 2817 ± 7% interrupts.CPU169.PMI:Performance_monitoring_interrupts > >> 14238 ± 5% -98.6% 205.33 ± 7% interrupts.CPU169.RES:Rescheduling_interrupts > >> 5115 ± 9% -46.4% 2743 ± 31% interrupts.CPU17.NMI:Non-maskable_interrupts > >> 5115 ± 9% -46.4% 2743 ± 31% interrupts.CPU17.PMI:Performance_monitoring_interrupts > >> 14625 ± 7% -97.5% 361.33 ± 3% interrupts.CPU17.RES:Rescheduling_interrupts > >> 4246 ± 23% +149.8% 10604 ± 6% interrupts.CPU170.CAL:Function_call_interrupts > >> 5181 ± 14% -60.6% 2039 ± 39% interrupts.CPU170.NMI:Non-maskable_interrupts > >> 5181 ± 14% -60.6% 2039 ± 39% interrupts.CPU170.PMI:Performance_monitoring_interrupts > >> 13844 ± 10% -98.5% 214.00 ± 11% interrupts.CPU170.RES:Rescheduling_interrupts > >> 4578 ± 24% +128.4% 10458 ± 6% interrupts.CPU171.CAL:Function_call_interrupts > >> 5346 ± 7% -52.3% 2552 ± 23% interrupts.CPU171.NMI:Non-maskable_interrupts > >> 5346 ± 7% -52.3% 2552 ± 23% interrupts.CPU171.PMI:Performance_monitoring_interrupts > >> 13329 ± 6% -98.4% 207.83 ± 7% interrupts.CPU171.RES:Rescheduling_interrupts > >> 3689 ± 40% +183.4% 10455 ± 10% interrupts.CPU172.CAL:Function_call_interrupts > >> 5297 ± 10% -56.6% 2300 ± 43% interrupts.CPU172.NMI:Non-maskable_interrupts > >> 5297 ± 10% -56.6% 2300 ± 43% interrupts.CPU172.PMI:Performance_monitoring_interrupts > >> 12853 ± 10% -98.2% 226.83 ± 7% interrupts.CPU172.RES:Rescheduling_interrupts > >> 4999 ± 31% +113.0% 10648 ± 12% interrupts.CPU173.CAL:Function_call_interrupts > >> 5198 ± 10% -43.2% 2951 ± 5% interrupts.CPU173.NMI:Non-maskable_interrupts > >> 5198 ± 10% -43.2% 2951 ± 5% interrupts.CPU173.PMI:Performance_monitoring_interrupts > >> 12857 ± 8% -98.4% 210.50 ± 8% interrupts.CPU173.RES:Rescheduling_interrupts > >> 4147 ± 39% +156.3% 10630 ± 3% interrupts.CPU174.CAL:Function_call_interrupts > >> 5506 ± 12% -43.1% 3135 ± 9% interrupts.CPU174.NMI:Non-maskable_interrupts > >> 5506 ± 12% -43.1% 3135 ± 9% interrupts.CPU174.PMI:Performance_monitoring_interrupts > >> 12839 ± 6% -98.3% 221.50 ± 5% interrupts.CPU174.RES:Rescheduling_interrupts > >> 3944 ± 19% +176.3% 10899 ± 7% interrupts.CPU175.CAL:Function_call_interrupts > >> 5182 ± 7% -41.9% 3009 ± 15% interrupts.CPU175.NMI:Non-maskable_interrupts > >> 5182 ± 7% -41.9% 3009 ± 15% interrupts.CPU175.PMI:Performance_monitoring_interrupts > >> 12955 ± 10% -98.3% 220.00 ± 9% interrupts.CPU175.RES:Rescheduling_interrupts > >> 4507 ± 25% +128.6% 10301 ± 2% interrupts.CPU176.CAL:Function_call_interrupts > >> 5591 ± 11% -47.9% 2910 ± 7% interrupts.CPU176.NMI:Non-maskable_interrupts > >> 5591 ± 11% -47.9% 2910 ± 7% interrupts.CPU176.PMI:Performance_monitoring_interrupts > >> 12622 ± 6% -98.4% 206.00 ± 8% interrupts.CPU176.RES:Rescheduling_interrupts > >> 4142 ± 22% +155.2% 10569 ± 5% interrupts.CPU177.CAL:Function_call_interrupts > >> 5247 ± 12% -53.0% 2467 ± 25% interrupts.CPU177.NMI:Non-maskable_interrupts > >> 5247 ± 12% -53.0% 2467 ± 25% interrupts.CPU177.PMI:Performance_monitoring_interrupts > >> 12928 ± 8% -98.3% 215.50 ± 9% interrupts.CPU177.RES:Rescheduling_interrupts > >> 4240 ± 55% +148.3% 10527 ± 7% interrupts.CPU178.CAL:Function_call_interrupts > >> 4969 ± 12% -41.1% 2928 ± 30% interrupts.CPU178.NMI:Non-maskable_interrupts > >> 4969 ± 12% -41.1% 2928 ± 30% interrupts.CPU178.PMI:Performance_monitoring_interrupts > >> 12137 ± 7% -98.3% 212.00 ± 10% interrupts.CPU178.RES:Rescheduling_interrupts > >> 4851 ± 34% +124.6% 10899 ± 10% interrupts.CPU179.CAL:Function_call_interrupts > >> 5044 ± 12% -33.8% 3341 ± 18% interrupts.CPU179.NMI:Non-maskable_interrupts > >> 5044 ± 12% -33.8% 3341 ± 18% interrupts.CPU179.PMI:Performance_monitoring_interrupts > >> 12741 ± 10% -98.4% 207.83 ± 13% interrupts.CPU179.RES:Rescheduling_interrupts > >> 7397 ± 28% +71.2% 12664 ± 6% interrupts.CPU18.CAL:Function_call_interrupts > >> 15737 ± 6% -97.6% 372.17 ± 5% interrupts.CPU18.RES:Rescheduling_interrupts > >> 3960 ± 40% +168.3% 10625 ± 5% interrupts.CPU180.CAL:Function_call_interrupts > >> 4894 ± 15% -37.1% 3076 ± 20% interrupts.CPU180.NMI:Non-maskable_interrupts > >> 4894 ± 15% -37.1% 3076 ± 20% interrupts.CPU180.PMI:Performance_monitoring_interrupts > >> 12189 ± 7% -98.2% 217.33 ± 9% interrupts.CPU180.RES:Rescheduling_interrupts > >> 3184 ± 36% +230.8% 10535 ± 5% interrupts.CPU181.CAL:Function_call_interrupts > >> 4991 ± 6% -47.6% 2617 ± 24% interrupts.CPU181.NMI:Non-maskable_interrupts > >> 4991 ± 6% -47.6% 2617 ± 24% interrupts.CPU181.PMI:Performance_monitoring_interrupts > >> 11432 ± 4% -98.1% 216.50 ± 8% interrupts.CPU181.RES:Rescheduling_interrupts > >> 4380 ± 48% +141.9% 10593 ± 9% interrupts.CPU182.CAL:Function_call_interrupts > >> 4574 ± 10% -34.8% 2984 ± 13% interrupts.CPU182.NMI:Non-maskable_interrupts > >> 4574 ± 10% -34.8% 2984 ± 13% interrupts.CPU182.PMI:Performance_monitoring_interrupts > >> 11149 ± 8% -98.0% 221.50 ± 9% interrupts.CPU182.RES:Rescheduling_interrupts > >> 2863 ± 21% +277.5% 10808 ± 10% interrupts.CPU183.CAL:Function_call_interrupts > >> 11355 ± 9% -98.1% 214.83 ± 8% interrupts.CPU183.RES:Rescheduling_interrupts > >> 3650 ± 11% +189.5% 10569 ± 5% interrupts.CPU184.CAL:Function_call_interrupts > >> 4565 ± 17% -46.9% 2422 ± 34% interrupts.CPU184.NMI:Non-maskable_interrupts > >> 4565 ± 17% -46.9% 2422 ± 34% interrupts.CPU184.PMI:Performance_monitoring_interrupts > >> 11385 ± 5% -98.1% 213.67 ± 11% interrupts.CPU184.RES:Rescheduling_interrupts > >> 3438 ± 29% +210.6% 10678 ± 5% interrupts.CPU185.CAL:Function_call_interrupts > >> 4909 ± 12% -43.3% 2784 ± 31% interrupts.CPU185.NMI:Non-maskable_interrupts > >> 4909 ± 12% -43.3% 2784 ± 31% interrupts.CPU185.PMI:Performance_monitoring_interrupts > >> 10774 ± 7% -98.0% 220.00 ± 10% interrupts.CPU185.RES:Rescheduling_interrupts > >> 3189 ± 25% +231.2% 10562 ± 5% interrupts.CPU186.CAL:Function_call_interrupts > >> 5067 ± 10% -54.2% 2318 ± 35% interrupts.CPU186.NMI:Non-maskable_interrupts > >> 5067 ± 10% -54.2% 2318 ± 35% interrupts.CPU186.PMI:Performance_monitoring_interrupts > >> 10820 ± 5% -98.0% 219.67 ± 9% interrupts.CPU186.RES:Rescheduling_interrupts > >> 3755 ± 39% +193.5% 11024 ± 6% interrupts.CPU187.CAL:Function_call_interrupts > >> 4966 ± 10% -46.5% 2657 ± 17% interrupts.CPU187.NMI:Non-maskable_interrupts > >> 4966 ± 10% -46.5% 2657 ± 17% interrupts.CPU187.PMI:Performance_monitoring_interrupts > >> 10738 ± 7% -97.9% 220.83 ± 9% interrupts.CPU187.RES:Rescheduling_interrupts > >> 4581 ± 38% +132.7% 10661 ± 5% interrupts.CPU188.CAL:Function_call_interrupts > >> 4688 ± 21% -50.0% 2344 ± 42% interrupts.CPU188.NMI:Non-maskable_interrupts > >> 4688 ± 21% -50.0% 2344 ± 42% interrupts.CPU188.PMI:Performance_monitoring_interrupts > >> 10311 ± 5% -97.9% 217.33 ± 8% interrupts.CPU188.RES:Rescheduling_interrupts > >> 3414 ± 27% +213.7% 10711 ± 6% interrupts.CPU189.CAL:Function_call_interrupts > >> 10423 ± 5% -97.8% 225.17 ± 10% interrupts.CPU189.RES:Rescheduling_interrupts > >> 7370 ± 36% +68.2% 12397 ± 5% interrupts.CPU19.CAL:Function_call_interrupts > >> 4663 ± 16% -38.8% 2853 ± 24% interrupts.CPU19.NMI:Non-maskable_interrupts > >> 4663 ± 16% -38.8% 2853 ± 24% interrupts.CPU19.PMI:Performance_monitoring_interrupts > >> 15096 ± 9% -97.7% 354.67 ± 7% interrupts.CPU19.RES:Rescheduling_interrupts > >> 3269 ± 27% +228.8% 10748 ± 7% interrupts.CPU190.CAL:Function_call_interrupts > >> 9950 ± 4% -97.8% 222.17 ± 11% interrupts.CPU190.RES:Rescheduling_interrupts > >> 2868 ± 32% +294.1% 11303 ± 8% interrupts.CPU191.CAL:Function_call_interrupts > >> 8701 ± 9% -97.2% 244.50 ± 6% interrupts.CPU191.RES:Rescheduling_interrupts > >> 8884 ± 22% +35.9% 12070 ± 7% interrupts.CPU2.CAL:Function_call_interrupts > >> 4541 ± 21% -47.1% 2403 ± 19% interrupts.CPU2.NMI:Non-maskable_interrupts > >> 4541 ± 21% -47.1% 2403 ± 19% interrupts.CPU2.PMI:Performance_monitoring_interrupts > >> 12621 ± 5% -97.7% 289.00 ± 4% interrupts.CPU2.RES:Rescheduling_interrupts > >> 6739 ± 27% +86.1% 12540 ± 7% interrupts.CPU20.CAL:Function_call_interrupts > >> 15539 ± 6% -97.7% 351.00 ± 6% interrupts.CPU20.RES:Rescheduling_interrupts > >> 8176 ± 28% +53.3% 12530 ± 8% interrupts.CPU21.CAL:Function_call_interrupts > >> 15814 ± 9% -97.9% 326.50 ± 5% interrupts.CPU21.RES:Rescheduling_interrupts > >> 7268 ± 33% +69.5% 12317 ± 7% interrupts.CPU22.CAL:Function_call_interrupts > >> 15429 ± 8% -97.9% 323.67 ± 8% interrupts.CPU22.RES:Rescheduling_interrupts > >> 15907 ± 7% -98.0% 316.67 ± 8% interrupts.CPU23.RES:Rescheduling_interrupts > >> 6256 ± 42% +101.8% 12629 ± 4% interrupts.CPU24.CAL:Function_call_interrupts > >> 13346 ± 5% -98.2% 242.50 ± 6% interrupts.CPU24.RES:Rescheduling_interrupts > >> 12397 ± 7% -97.9% 264.17 ± 7% interrupts.CPU25.RES:Rescheduling_interrupts > >> 3942 ± 22% -42.6% 2263 ± 39% interrupts.CPU26.NMI:Non-maskable_interrupts > >> 3942 ± 22% -42.6% 2263 ± 39% interrupts.CPU26.PMI:Performance_monitoring_interrupts > >> 12450 ± 5% -97.9% 261.17 ± 3% interrupts.CPU26.RES:Rescheduling_interrupts > >> 8027 ± 27% +46.9% 11793 ± 5% interrupts.CPU27.CAL:Function_call_interrupts > >> 12743 ± 8% -97.9% 264.00 ± 4% interrupts.CPU27.RES:Rescheduling_interrupts > >> 12376 ± 5% -97.9% 263.00 ± 5% interrupts.CPU28.RES:Rescheduling_interrupts > >> 12483 ± 6% -97.8% 269.00 ± 6% interrupts.CPU29.RES:Rescheduling_interrupts > >> 12733 ± 7% -97.8% 282.17 ± 6% interrupts.CPU3.RES:Rescheduling_interrupts > >> 7098 ± 23% +67.8% 11908 ± 4% interrupts.CPU30.CAL:Function_call_interrupts > >> 12784 ± 8% -97.8% 275.67 ± 2% interrupts.CPU30.RES:Rescheduling_interrupts > >> 4389 ± 34% +175.2% 12078 ± 5% interrupts.CPU31.CAL:Function_call_interrupts > >> 13017 ± 6% -97.8% 282.17 ± 4% interrupts.CPU31.RES:Rescheduling_interrupts > >> 6068 ± 28% +97.7% 11996 ± 7% interrupts.CPU32.CAL:Function_call_interrupts > >> 12752 ± 9% -97.8% 281.33 ± 5% interrupts.CPU32.RES:Rescheduling_interrupts > >> 6118 ± 15% +97.6% 12088 ± 6% interrupts.CPU33.CAL:Function_call_interrupts > >> 12984 ± 6% -97.9% 278.83 ± 6% interrupts.CPU33.RES:Rescheduling_interrupts > >> 13109 ± 8% -97.8% 293.00 ± 4% interrupts.CPU34.RES:Rescheduling_interrupts > >> 5773 ± 24% +113.0% 12298 ± 9% interrupts.CPU35.CAL:Function_call_interrupts > >> 14004 ± 6% -98.0% 277.33 ± 7% interrupts.CPU35.RES:Rescheduling_interrupts > >> 5888 ± 26% +106.9% 12182 ± 4% interrupts.CPU36.CAL:Function_call_interrupts > >> 14417 ± 8% -98.0% 286.50 ± 8% interrupts.CPU36.RES:Rescheduling_interrupts > >> 6769 ± 48% +76.5% 11946 ± 5% interrupts.CPU37.CAL:Function_call_interrupts > >> 13272 ± 8% -97.9% 280.33 ± 4% interrupts.CPU37.RES:Rescheduling_interrupts > >> 6165 ± 39% +93.5% 11933 ± 7% interrupts.CPU38.CAL:Function_call_interrupts > >> 13914 ± 5% -97.9% 290.33 ± 6% interrupts.CPU38.RES:Rescheduling_interrupts > >> 6752 ± 31% +76.9% 11945 ± 6% interrupts.CPU39.CAL:Function_call_interrupts > >> 13964 ± 9% -97.8% 301.50 ± 4% interrupts.CPU39.RES:Rescheduling_interrupts > >> 6749 ± 19% +78.6% 12051 ± 8% interrupts.CPU4.CAL:Function_call_interrupts > >> 4612 ± 22% -48.9% 2356 ± 16% interrupts.CPU4.NMI:Non-maskable_interrupts > >> 4612 ± 22% -48.9% 2356 ± 16% interrupts.CPU4.PMI:Performance_monitoring_interrupts > >> 13024 ± 3% -97.8% 291.50 ± 7% interrupts.CPU4.RES:Rescheduling_interrupts > >> 6856 ± 38% +78.1% 12209 ± 8% interrupts.CPU40.CAL:Function_call_interrupts > >> 13140 ± 5% -97.8% 282.83 ± 7% interrupts.CPU40.RES:Rescheduling_interrupts > >> 4971 ± 42% +146.4% 12247 ± 5% interrupts.CPU41.CAL:Function_call_interrupts > >> 13326 ± 9% -97.9% 281.33 ± 7% interrupts.CPU41.RES:Rescheduling_interrupts > >> 5631 ± 48% +118.5% 12304 ± 8% interrupts.CPU42.CAL:Function_call_interrupts > >> 14330 ± 5% -98.0% 293.00 ± 5% interrupts.CPU42.RES:Rescheduling_interrupts > >> 5706 ± 37% +112.7% 12140 ± 6% interrupts.CPU43.CAL:Function_call_interrupts > >> 5376 ± 6% -45.0% 2955 ± 9% interrupts.CPU43.NMI:Non-maskable_interrupts > >> 5376 ± 6% -45.0% 2955 ± 9% interrupts.CPU43.PMI:Performance_monitoring_interrupts > >> 13890 ± 8% -97.8% 299.00 ± 8% interrupts.CPU43.RES:Rescheduling_interrupts > >> 5926 ± 22% +103.6% 12066 ± 5% interrupts.CPU44.CAL:Function_call_interrupts > >> 5224 ± 12% -41.8% 3043 ± 24% interrupts.CPU44.NMI:Non-maskable_interrupts > >> 5224 ± 12% -41.8% 3043 ± 24% interrupts.CPU44.PMI:Performance_monitoring_interrupts > >> 13959 ± 4% -97.9% 289.50 ± 5% interrupts.CPU44.RES:Rescheduling_interrupts > >> 13962 ± 7% -97.9% 296.00 ± 3% interrupts.CPU45.RES:Rescheduling_interrupts > >> 6404 ± 18% +88.9% 12095 ± 4% interrupts.CPU46.CAL:Function_call_interrupts > >> 14599 ± 5% -98.0% 297.50 ± 6% interrupts.CPU46.RES:Rescheduling_interrupts > >> 5240 ± 51% +137.1% 12425 ± 6% interrupts.CPU47.CAL:Function_call_interrupts > >> 14800 ± 6% -98.0% 296.83 ± 6% interrupts.CPU47.RES:Rescheduling_interrupts > >> 6326 ± 40% +81.6% 11488 ± 14% interrupts.CPU48.CAL:Function_call_interrupts > >> 13941 ± 9% -98.1% 262.00 ± 8% interrupts.CPU48.RES:Rescheduling_interrupts > >> 13382 ± 13% -98.0% 264.50 ± 10% interrupts.CPU49.RES:Rescheduling_interrupts > >> 13445 ± 7% -97.9% 280.67 ± 7% interrupts.CPU5.RES:Rescheduling_interrupts > >> 6046 ± 27% +92.2% 11619 ± 9% interrupts.CPU50.CAL:Function_call_interrupts > >> 12493 ± 10% -98.0% 254.83 ± 5% interrupts.CPU50.RES:Rescheduling_interrupts > >> 6465 ± 16% +81.1% 11710 ± 6% interrupts.CPU51.CAL:Function_call_interrupts > >> 12632 ± 15% -97.9% 270.33 ± 8% interrupts.CPU51.RES:Rescheduling_interrupts > >> 6012 ± 40% +95.7% 11768 ± 5% interrupts.CPU52.CAL:Function_call_interrupts > >> 4710 ± 14% -40.3% 2813 ± 30% interrupts.CPU52.NMI:Non-maskable_interrupts > >> 4710 ± 14% -40.3% 2813 ± 30% interrupts.CPU52.PMI:Performance_monitoring_interrupts > >> 12009 ± 13% -97.7% 275.50 ± 6% interrupts.CPU52.RES:Rescheduling_interrupts > >> 4800 ± 13% -41.5% 2809 ± 24% interrupts.CPU53.NMI:Non-maskable_interrupts > >> 4800 ± 13% -41.5% 2809 ± 24% interrupts.CPU53.PMI:Performance_monitoring_interrupts > >> 12540 ± 12% -97.9% 266.83 ± 6% interrupts.CPU53.RES:Rescheduling_interrupts > >> 6785 ± 26% +71.2% 11618 ± 5% interrupts.CPU54.CAL:Function_call_interrupts > >> 5194 ± 12% -40.1% 3111 ± 9% interrupts.CPU54.NMI:Non-maskable_interrupts > >> 5194 ± 12% -40.1% 3111 ± 9% interrupts.CPU54.PMI:Performance_monitoring_interrupts > >> 12964 ± 12% -98.0% 265.17 ± 4% interrupts.CPU54.RES:Rescheduling_interrupts > >> 4948 ± 25% +132.1% 11483 ± 8% interrupts.CPU55.CAL:Function_call_interrupts > >> 5166 ± 7% -42.4% 2978 ± 10% interrupts.CPU55.NMI:Non-maskable_interrupts > >> 5166 ± 7% -42.4% 2978 ± 10% interrupts.CPU55.PMI:Performance_monitoring_interrupts > >> 13610 ± 11% -98.0% 275.00 ± 4% interrupts.CPU55.RES:Rescheduling_interrupts > >> 5062 ± 12% -43.5% 2862 ± 5% interrupts.CPU56.NMI:Non-maskable_interrupts > >> 5062 ± 12% -43.5% 2862 ± 5% interrupts.CPU56.PMI:Performance_monitoring_interrupts > >> 13249 ± 8% -97.9% 276.83 ± 4% interrupts.CPU56.RES:Rescheduling_interrupts > >> 5607 ± 35% +111.4% 11852 ± 4% interrupts.CPU57.CAL:Function_call_interrupts > >> 12827 ± 9% -97.7% 288.67 ± 5% interrupts.CPU57.RES:Rescheduling_interrupts > >> 4795 ± 30% +139.7% 11495 ± 4% interrupts.CPU58.CAL:Function_call_interrupts > >> 12880 ± 7% -97.8% 278.83 ± 5% interrupts.CPU58.RES:Rescheduling_interrupts > >> 4826 ± 12% -36.0% 3087 ± 12% interrupts.CPU59.NMI:Non-maskable_interrupts > >> 4826 ± 12% -36.0% 3087 ± 12% interrupts.CPU59.PMI:Performance_monitoring_interrupts > >> 13111 ± 8% -97.9% 278.67 ± 5% interrupts.CPU59.RES:Rescheduling_interrupts > >> 6095 ± 26% +98.9% 12125 ± 8% interrupts.CPU6.CAL:Function_call_interrupts > >> 13577 ± 6% -97.9% 286.33 ± 5% interrupts.CPU6.RES:Rescheduling_interrupts > >> 5275 ± 49% +119.3% 11570 ± 5% interrupts.CPU60.CAL:Function_call_interrupts > >> 5053 ± 12% -41.1% 2976 ± 24% interrupts.CPU60.NMI:Non-maskable_interrupts > >> 5053 ± 12% -41.1% 2976 ± 24% interrupts.CPU60.PMI:Performance_monitoring_interrupts > >> 13307 ± 20% -97.9% 284.17 ± 3% interrupts.CPU60.RES:Rescheduling_interrupts > >> 6288 ± 38% +87.8% 11812 ± 6% interrupts.CPU61.CAL:Function_call_interrupts > >> 13839 ± 6% -97.9% 288.17 ± 3% interrupts.CPU61.RES:Rescheduling_interrupts > >> 5976 ± 41% +95.9% 11707 ± 6% interrupts.CPU62.CAL:Function_call_interrupts > >> 13270 ± 6% -97.8% 286.83 ± 7% interrupts.CPU62.RES:Rescheduling_interrupts > >> 6101 ± 22% +87.0% 11409 ± 11% interrupts.CPU63.CAL:Function_call_interrupts > >> 13694 ± 10% -97.9% 287.17 ± 7% interrupts.CPU63.RES:Rescheduling_interrupts > >> 13598 ± 7% -97.9% 281.17 ± 5% interrupts.CPU64.RES:Rescheduling_interrupts > >> 5703 ± 42% +108.0% 11865 ± 8% interrupts.CPU65.CAL:Function_call_interrupts > >> 5282 ± 8% -47.4% 2779 ± 25% interrupts.CPU65.NMI:Non-maskable_interrupts > >> 5282 ± 8% -47.4% 2779 ± 25% interrupts.CPU65.PMI:Performance_monitoring_interrupts > >> 13807 ± 10% -97.9% 283.33 ± 6% interrupts.CPU65.RES:Rescheduling_interrupts > >> 6019 ± 40% +97.3% 11877 ± 7% interrupts.CPU66.CAL:Function_call_interrupts > >> 5171 ± 8% -42.1% 2994 ± 25% interrupts.CPU66.NMI:Non-maskable_interrupts > >> 5171 ± 8% -42.1% 2994 ± 25% interrupts.CPU66.PMI:Performance_monitoring_interrupts > >> 13553 ± 11% -97.9% 284.67 ± 5% interrupts.CPU66.RES:Rescheduling_interrupts > >> 5195 ± 8% -39.0% 3170 ± 18% interrupts.CPU67.NMI:Non-maskable_interrupts > >> 5195 ± 8% -39.0% 3170 ± 18% interrupts.CPU67.PMI:Performance_monitoring_interrupts > >> 14174 ± 9% -98.0% 289.67 ± 8% interrupts.CPU67.RES:Rescheduling_interrupts > >> 4957 ± 11% -40.3% 2958 ± 26% interrupts.CPU68.NMI:Non-maskable_interrupts > >> 4957 ± 11% -40.3% 2958 ± 26% interrupts.CPU68.PMI:Performance_monitoring_interrupts > >> 14226 ± 13% -98.0% 289.17 ± 3% interrupts.CPU68.RES:Rescheduling_interrupts > >> 4802 ± 34% +147.0% 11861 ± 7% interrupts.CPU69.CAL:Function_call_interrupts > >> 5249 ± 10% -45.0% 2890 ± 26% interrupts.CPU69.NMI:Non-maskable_interrupts > >> 5249 ± 10% -45.0% 2890 ± 26% interrupts.CPU69.PMI:Performance_monitoring_interrupts > >> 13655 ± 8% -97.8% 302.17 ± 5% interrupts.CPU69.RES:Rescheduling_interrupts > >> 6223 ± 41% +94.3% 12095 ± 8% interrupts.CPU7.CAL:Function_call_interrupts > >> 13145 ± 7% -97.7% 300.50 ± 4% interrupts.CPU7.RES:Rescheduling_interrupts > >> 5612 ± 42% +111.6% 11877 ± 8% interrupts.CPU70.CAL:Function_call_interrupts > >> 14319 ± 9% -98.0% 285.17 ± 4% interrupts.CPU70.RES:Rescheduling_interrupts > >> 4830 ± 31% +149.2% 12038 ± 6% interrupts.CPU71.CAL:Function_call_interrupts > >> 4897 ± 8% -44.9% 2698 ± 31% interrupts.CPU71.NMI:Non-maskable_interrupts > >> 4897 ± 8% -44.9% 2698 ± 31% interrupts.CPU71.PMI:Performance_monitoring_interrupts > >> 13938 ± 13% -97.9% 288.33 ± 5% interrupts.CPU71.RES:Rescheduling_interrupts > >> 5319 ± 25% +118.5% 11621 ± 4% interrupts.CPU72.CAL:Function_call_interrupts > >> 4791 ± 9% -43.5% 2706 ± 23% interrupts.CPU72.NMI:Non-maskable_interrupts > >> 4791 ± 9% -43.5% 2706 ± 23% interrupts.CPU72.PMI:Performance_monitoring_interrupts > >> 12941 ± 6% -97.7% 294.50 ± 8% interrupts.CPU72.RES:Rescheduling_interrupts > >> 12559 ± 6% -97.8% 270.50 ± 6% interrupts.CPU73.RES:Rescheduling_interrupts > >> 4760 ± 23% -48.0% 2474 ± 19% interrupts.CPU74.NMI:Non-maskable_interrupts > >> 4760 ± 23% -48.0% 2474 ± 19% interrupts.CPU74.PMI:Performance_monitoring_interrupts > >> 13056 ± 7% -97.9% 279.00 ± 8% interrupts.CPU74.RES:Rescheduling_interrupts > >> 6681 ± 35% +71.1% 11435 ± 7% interrupts.CPU75.CAL:Function_call_interrupts > >> 12140 ± 6% -97.8% 269.83 ± 6% interrupts.CPU75.RES:Rescheduling_interrupts > >> 5478 ± 40% +107.7% 11380 ± 10% interrupts.CPU76.CAL:Function_call_interrupts > >> 12287 ± 7% -97.8% 274.50 ± 8% interrupts.CPU76.RES:Rescheduling_interrupts > >> 6466 ± 19% +76.6% 11417 ± 8% interrupts.CPU77.CAL:Function_call_interrupts > >> 12545 ± 6% -97.8% 277.17 ± 4% interrupts.CPU77.RES:Rescheduling_interrupts > >> 6260 ± 34% +86.7% 11687 ± 7% interrupts.CPU78.CAL:Function_call_interrupts > >> 12776 ± 6% -97.9% 274.17 ± 6% interrupts.CPU78.RES:Rescheduling_interrupts > >> 6153 ± 39% +87.0% 11508 ± 5% interrupts.CPU79.CAL:Function_call_interrupts > >> 12726 ± 5% -97.8% 274.50 ± 5% interrupts.CPU79.RES:Rescheduling_interrupts > >> 13879 ± 7% -97.9% 296.50 ± 6% interrupts.CPU8.RES:Rescheduling_interrupts > >> 6421 ± 18% +89.6% 12176 ± 17% interrupts.CPU80.CAL:Function_call_interrupts > >> 12908 ± 7% -97.9% 271.33 ± 8% interrupts.CPU80.RES:Rescheduling_interrupts > >> 6573 ± 21% +74.4% 11465 ± 5% interrupts.CPU81.CAL:Function_call_interrupts > >> 12539 ± 7% -97.7% 286.67 ± 4% interrupts.CPU81.RES:Rescheduling_interrupts > >> 5439 ± 41% +112.7% 11570 ± 8% interrupts.CPU82.CAL:Function_call_interrupts > >> 13207 ± 6% -97.9% 278.33 ± 8% interrupts.CPU82.RES:Rescheduling_interrupts > >> 5567 ± 17% +109.0% 11638 ± 6% interrupts.CPU83.CAL:Function_call_interrupts > >> 13569 ± 6% -97.9% 287.50 ± 5% interrupts.CPU83.RES:Rescheduling_interrupts > >> 5949 ± 35% +94.4% 11566 ± 5% interrupts.CPU84.CAL:Function_call_interrupts > >> 13345 ± 3% -97.8% 298.17 ± 8% interrupts.CPU84.RES:Rescheduling_interrupts > >> 5189 ± 35% +123.1% 11577 ± 7% interrupts.CPU85.CAL:Function_call_interrupts > >> 5030 ± 7% -56.2% 2203 ± 34% interrupts.CPU85.NMI:Non-maskable_interrupts > >> 5030 ± 7% -56.2% 2203 ± 34% interrupts.CPU85.PMI:Performance_monitoring_interrupts > >> 14240 ± 8% -98.1% 273.50 ± 6% interrupts.CPU85.RES:Rescheduling_interrupts > >> 5293 ± 48% +119.5% 11617 ± 10% interrupts.CPU86.CAL:Function_call_interrupts > >> 5032 ± 12% -44.7% 2782 ± 22% interrupts.CPU86.NMI:Non-maskable_interrupts > >> 5032 ± 12% -44.7% 2782 ± 22% interrupts.CPU86.PMI:Performance_monitoring_interrupts > >> 13424 -97.9% 282.00 ± 6% interrupts.CPU86.RES:Rescheduling_interrupts > >> 5020 ± 44% +128.0% 11446 ± 6% interrupts.CPU87.CAL:Function_call_interrupts > >> 13634 ± 5% -98.0% 279.50 ± 7% interrupts.CPU87.RES:Rescheduling_interrupts > >> 5626 ± 31% +103.8% 11468 ± 5% interrupts.CPU88.CAL:Function_call_interrupts > >> 3970 ± 23% -47.2% 2096 ± 20% interrupts.CPU88.NMI:Non-maskable_interrupts > >> 3970 ± 23% -47.2% 2096 ± 20% interrupts.CPU88.PMI:Performance_monitoring_interrupts > >> 14193 ± 7% -97.9% 291.17 ± 2% interrupts.CPU88.RES:Rescheduling_interrupts > >> 13875 ± 8% -98.0% 282.33 ± 5% interrupts.CPU89.RES:Rescheduling_interrupts > >> 5939 ± 19% +104.2% 12126 ± 5% interrupts.CPU9.CAL:Function_call_interrupts > >> 13628 ± 9% -97.8% 302.17 ± 5% interrupts.CPU9.RES:Rescheduling_interrupts > >> 13985 ± 9% -97.9% 294.50 ± 5% interrupts.CPU90.RES:Rescheduling_interrupts > >> 4776 ± 16% -43.2% 2713 ± 23% interrupts.CPU91.NMI:Non-maskable_interrupts > >> 4776 ± 16% -43.2% 2713 ± 23% interrupts.CPU91.PMI:Performance_monitoring_interrupts > >> 13539 ± 7% -97.9% 281.67 ± 8% interrupts.CPU91.RES:Rescheduling_interrupts > >> 5352 ± 30% +119.4% 11742 ± 8% interrupts.CPU92.CAL:Function_call_interrupts > >> 5296 ± 15% -46.9% 2814 ± 25% interrupts.CPU92.NMI:Non-maskable_interrupts > >> 5296 ± 15% -46.9% 2814 ± 25% interrupts.CPU92.PMI:Performance_monitoring_interrupts > >> 14548 ± 8% -98.0% 286.50 ± 5% interrupts.CPU92.RES:Rescheduling_interrupts > >> 5726 ± 45% +106.3% 11815 ± 8% interrupts.CPU93.CAL:Function_call_interrupts > >> 5441 ± 10% -51.2% 2655 ± 34% interrupts.CPU93.NMI:Non-maskable_interrupts > >> 5441 ± 10% -51.2% 2655 ± 34% interrupts.CPU93.PMI:Performance_monitoring_interrupts > >> 13368 ± 5% -97.9% 286.67 ± 5% interrupts.CPU93.RES:Rescheduling_interrupts > >> 5171 ± 8% -45.6% 2811 ± 34% interrupts.CPU94.NMI:Non-maskable_interrupts > >> 5171 ± 8% -45.6% 2811 ± 34% interrupts.CPU94.PMI:Performance_monitoring_interrupts > >> 14512 ± 5% -97.9% 302.67 ± 4% interrupts.CPU94.RES:Rescheduling_interrupts > >> 4059 ± 47% +195.1% 11981 ± 7% interrupts.CPU95.CAL:Function_call_interrupts > >> 4784 ± 4% -47.2% 2525 ± 25% interrupts.CPU95.NMI:Non-maskable_interrupts > >> 4784 ± 4% -47.2% 2525 ± 25% interrupts.CPU95.PMI:Performance_monitoring_interrupts > >> 13780 ± 7% -97.9% 294.17 ± 7% interrupts.CPU95.RES:Rescheduling_interrupts > >> 18135 ± 8% -98.6% 248.00 ± 9% interrupts.CPU96.RES:Rescheduling_interrupts > >> 5769 ± 31% +87.4% 10812 ± 14% interrupts.CPU97.CAL:Function_call_interrupts > >> 4654 ± 19% -49.5% 2352 ± 44% interrupts.CPU97.NMI:Non-maskable_interrupts > >> 4654 ± 19% -49.5% 2352 ± 44% interrupts.CPU97.PMI:Performance_monitoring_interrupts > >> 15791 ± 5% -98.4% 253.67 ± 8% interrupts.CPU97.RES:Rescheduling_interrupts > >> 5596 ± 18% +100.7% 11232 ± 8% interrupts.CPU98.CAL:Function_call_interrupts > >> 4822 ± 17% -53.3% 2253 ± 47% interrupts.CPU98.NMI:Non-maskable_interrupts > >> 4822 ± 17% -53.3% 2253 ± 47% interrupts.CPU98.PMI:Performance_monitoring_interrupts > >> 16409 ± 6% -98.5% 246.00 ± 9% interrupts.CPU98.RES:Rescheduling_interrupts > >> 15212 ± 7% -98.3% 254.50 ± 8% interrupts.CPU99.RES:Rescheduling_interrupts > >> 898888 ± 8% -38.6% 551599 ± 7% interrupts.NMI:Non-maskable_interrupts > >> 898888 ± 8% -38.6% 551599 ± 7% interrupts.PMI:Performance_monitoring_interrupts > >> 2531134 ± 4% -98.0% 49852 ± 3% interrupts.RES:Rescheduling_interrupts > >> > >> > >> > >> *************************************************************************************************** > >> lkp-csl-2ap3: 192 threads Intel(R) Xeon(R) Platinum 9242 CPU @ 2.30GHz with 192G memory > >> ========================================================================================= > >> cluster/compiler/cpufreq_governor/ip/kconfig/nr_threads/rootfs/runtime/send_size/tbox_group/test/testcase/ucode: > >> cs-localhost/gcc-9/performance/ipv4/x86_64-rhel-8.3/50%/debian-10.4-x86_64-20200603.cgz/300s/10K/lkp-csl-2ap3/SCTP_STREAM_MANY/netperf/0x5003006 > >> > >> commit: > >> 05091b2b63 ("mm: soft_dirty: fail CLEAR_REFS_SOFT_DIRTY if not built into the kernel") > >> 80cb403876 ("sched/fair: skip select_idle_sibling() in presence of sync wakeups") > >> > >> 05091b2b63b3cf12 80cb403876fc973389d6ea100a3 > >> ---------------- --------------------------- > >> fail:runs %reproduction fail:runs > >> | | | > >> :3 200% 6:6 stderr.[perf_record:Captured_and_wrote#MB/tmp/lkp/perf-sched.data(#samples)] > >> %stddev %change %stddev > >> \ | \ > >> 3465 -68.3% 1099 ± 9% netperf.Throughput_Mbps > >> 332659 -68.3% 105556 ± 9% netperf.Throughput_total_Mbps > >> 74215 +72007.3% 53514680 ± 9% netperf.time.involuntary_context_switches > >> 30758 +3.0% 31674 netperf.time.minor_page_faults > >> 8942 -95.8% 376.17 ± 11% netperf.time.percent_of_cpu_this_job_got > >> 26809 -95.9% 1107 ± 11% netperf.time.system_time > >> 139.61 ± 3% -81.1% 26.42 ± 9% netperf.time.user_time > >> 3922 ± 12% +9339.7% 370286 ± 11% netperf.time.voluntary_context_switches > >> 1.218e+09 -68.3% 3.866e+08 ± 9% netperf.workload > >> 29979 +104.9% 61419 uptime.idle > >> 1.929e+09 ± 7% -85.4% 2.808e+08 ±218% cpuidle.C1.time > >> 57749397 ± 3% -85.7% 8248310 ±217% cpuidle.C1.usage > >> 3.341e+08 -73.1% 89819528 ± 45% cpuidle.C1E.usage > >> 55.61 ± 11% +39.9 95.50 mpstat.cpu.all.idle% > >> 0.59 ± 16% +0.2 0.82 ± 6% mpstat.cpu.all.irq% > >> 2.01 ± 14% -1.5 0.55 ± 7% mpstat.cpu.all.soft% > >> 41.14 ± 14% -38.2 2.98 ± 11% mpstat.cpu.all.sys% > >> 0.66 ± 5% -0.5 0.15 ± 8% mpstat.cpu.all.usr% > >> 40.67 +133.2% 94.83 vmstat.cpu.id > >> 58.00 -92.8% 4.17 ± 8% vmstat.cpu.sy > >> 6710900 -71.5% 1912498 ± 4% vmstat.memory.cache > >> 113.33 -90.7% 10.50 ± 10% vmstat.procs.r > >> 2291838 -84.0% 367097 ± 9% vmstat.system.cs > >> 395561 -2.6% 385448 vmstat.system.in > >> 3.931e+08 -67.5% 1.276e+08 ± 9% numa-numastat.node0.local_node > >> 3.932e+08 -67.5% 1.277e+08 ± 9% numa-numastat.node0.numa_hit > >> 3.967e+08 -69.1% 1.224e+08 ± 9% numa-numastat.node1.local_node > >> 3.968e+08 -69.1% 1.224e+08 ± 9% numa-numastat.node1.numa_hit > >> 3.91e+08 -68.7% 1.224e+08 ± 10% numa-numastat.node2.local_node > >> 3.911e+08 -68.7% 1.225e+08 ± 10% numa-numastat.node2.numa_hit > >> 3.9e+08 -67.7% 1.26e+08 ± 8% numa-numastat.node3.local_node > >> 3.901e+08 -67.7% 1.261e+08 ± 8% numa-numastat.node3.numa_hit > >> 2468634 ± 10% -69.8% 745569 ± 9% meminfo.Active > >> 2468634 ± 10% -69.8% 745569 ± 9% meminfo.Active(anon) > >> 6560244 -72.8% 1785042 ± 4% meminfo.Cached > >> 6107215 -78.7% 1299967 ± 5% meminfo.Committed_AS > >> 3490949 ± 7% -88.2% 411914 meminfo.Inactive > >> 3490949 ± 7% -88.2% 411914 meminfo.Inactive(anon) > >> 137767 -9.6% 124480 meminfo.KReclaimable > >> 2263834 ± 10% -96.6% 77564 ± 6% meminfo.Mapped > >> 9229487 -55.5% 4111088 meminfo.Memused > >> 16075 ± 3% -27.0% 11740 meminfo.PageTables > >> 137767 -9.6% 124480 meminfo.SReclaimable > >> 5590619 -85.4% 815418 ± 9% meminfo.Shmem > >> 9578252 -49.4% 4843280 meminfo.max_used_kB > >> 89377 ± 2% -78.7% 19064 ± 14% numa-meminfo.node0.Mapped > >> 6606 ± 17% -63.3% 2422 ± 17% numa-meminfo.node0.PageTables > >> 367002 ±107% -96.3% 13609 ± 4% numa-meminfo.node1.Mapped > >> 1566505 ± 71% -96.1% 61412 ±215% numa-meminfo.node2.Active > >> 1566505 ± 71% -96.1% 61412 ±215% numa-meminfo.node2.Active(anon) > >> 114502 ± 26% -76.7% 26642 ± 80% numa-meminfo.node2.AnonHugePages > >> 172988 ± 13% -66.6% 57740 ± 49% numa-meminfo.node2.AnonPages > >> 3488970 ± 65% -91.0% 313662 ± 42% numa-meminfo.node2.FilePages > >> 1830313 ± 63% -96.4% 66046 ± 35% numa-meminfo.node2.Inactive > >> 1830313 ± 63% -96.4% 66046 ± 35% numa-meminfo.node2.Inactive(anon) > >> 1145528 ± 68% -98.5% 17223 ± 16% numa-meminfo.node2.Mapped > >> 4238823 ± 54% -79.9% 852429 ± 12% numa-meminfo.node2.MemUsed > >> 3223967 ± 71% -97.8% 69932 ±196% numa-meminfo.node2.Shmem > >> 273841 ± 50% +145.1% 671086 ± 26% numa-meminfo.node3.Active > >> 273841 ± 50% +145.1% 671086 ± 26% numa-meminfo.node3.Active(anon) > >> 67862 ± 77% +67.4% 113603 ± 42% numa-meminfo.node3.AnonPages > >> 652683 ± 60% -95.2% 31495 ± 19% numa-meminfo.node3.Mapped > >> 22442 ± 2% -78.8% 4767 ± 14% numa-vmstat.node0.nr_mapped > >> 1654 ± 17% -63.4% 605.67 ± 16% numa-vmstat.node0.nr_page_table_pages > >> 1.96e+08 -67.1% 64413544 ± 10% numa-vmstat.node0.numa_hit > >> 1.959e+08 -67.2% 64312152 ± 10% numa-vmstat.node0.numa_local > >> 92323 ±107% -96.3% 3402 ± 4% numa-vmstat.node1.nr_mapped > >> 1.98e+08 -67.9% 63535084 ± 9% numa-vmstat.node1.numa_hit > >> 1.979e+08 -68.0% 63407511 ± 9% numa-vmstat.node1.numa_local > >> 392482 ± 71% -96.1% 15398 ±215% numa-vmstat.node2.nr_active_anon > >> 43146 ± 13% -66.7% 14376 ± 49% numa-vmstat.node2.nr_anon_pages > >> 873989 ± 65% -91.0% 78446 ± 42% numa-vmstat.node2.nr_file_pages > >> 458378 ± 63% -96.4% 16440 ± 36% numa-vmstat.node2.nr_inactive_anon > >> 288815 ± 68% -98.5% 4279 ± 16% numa-vmstat.node2.nr_mapped > >> 807738 ± 71% -97.8% 17513 ±196% numa-vmstat.node2.nr_shmem > >> 392482 ± 71% -96.1% 15398 ±215% numa-vmstat.node2.nr_zone_active_anon > >> 458378 ± 63% -96.4% 16440 ± 36% numa-vmstat.node2.nr_zone_inactive_anon > >> 1.951e+08 -68.7% 60993091 ± 9% numa-vmstat.node2.numa_hit > >> 1.949e+08 -68.8% 60852563 ± 9% numa-vmstat.node2.numa_local > >> 68591 ± 50% +145.0% 168063 ± 26% numa-vmstat.node3.nr_active_anon > >> 16870 ± 78% +67.9% 28321 ± 42% numa-vmstat.node3.nr_anon_pages > >> 163477 ± 60% -95.3% 7764 ± 19% numa-vmstat.node3.nr_mapped > >> 68591 ± 50% +145.0% 168063 ± 26% numa-vmstat.node3.nr_zone_active_anon > >> 1.945e+08 -67.1% 63905780 ± 9% numa-vmstat.node3.numa_hit > >> 1.944e+08 -67.2% 63761928 ± 9% numa-vmstat.node3.numa_local > >> 615372 ± 10% -69.8% 185617 ± 10% proc-vmstat.nr_active_anon > >> 92190 -7.0% 85771 proc-vmstat.nr_anon_pages > >> 4687387 +2.7% 4814727 proc-vmstat.nr_dirty_background_threshold > >> 9386235 +2.7% 9641228 proc-vmstat.nr_dirty_threshold > >> 1635837 -72.7% 445923 ± 4% proc-vmstat.nr_file_pages > >> 47125404 +2.7% 48400722 proc-vmstat.nr_free_pages > >> 870340 ± 7% -88.1% 103477 proc-vmstat.nr_inactive_anon > >> 561249 ± 10% -96.4% 20226 ± 6% proc-vmstat.nr_mapped > >> 4018 ± 3% -27.1% 2931 proc-vmstat.nr_page_table_pages > >> 1393431 -85.4% 203517 ± 9% proc-vmstat.nr_shmem > >> 34429 -9.6% 31116 proc-vmstat.nr_slab_reclaimable > >> 87838 +5.0% 92250 proc-vmstat.nr_slab_unreclaimable > >> 615372 ± 10% -69.8% 185617 ± 10% proc-vmstat.nr_zone_active_anon > >> 870340 ± 7% -88.1% 103477 proc-vmstat.nr_zone_inactive_anon > >> 530386 ± 4% -85.5% 77127 ± 32% proc-vmstat.numa_hint_faults > >> 228804 ± 12% -90.8% 21025 ± 43% proc-vmstat.numa_hint_faults_local > >> 1.569e+09 -68.3% 4.98e+08 ± 9% proc-vmstat.numa_hit > >> 1.568e+09 -68.3% 4.978e+08 ± 9% proc-vmstat.numa_local > >> 861263 -62.6% 322538 ± 13% proc-vmstat.numa_pte_updates > >> 148556 ± 7% +189.2% 429639 ± 4% proc-vmstat.pgactivate > >> 9.054e+09 -68.3% 2.871e+09 ± 9% proc-vmstat.pgalloc_normal > >> 2161073 -31.0% 1491735 ± 2% proc-vmstat.pgfault > >> 9.051e+09 -68.3% 2.87e+09 ± 9% proc-vmstat.pgfree > >> 4692 ± 3% -11.4% 4157 ± 5% slabinfo.PING.active_objs > >> 4692 ± 3% -11.4% 4157 ± 5% slabinfo.PING.num_objs > >> 2815 ± 2% -26.7% 2064 ± 8% slabinfo.SCTP.active_objs > >> 2815 ± 2% -26.7% 2064 ± 8% slabinfo.SCTP.num_objs > >> 1173 -20.7% 931.17 ± 12% slabinfo.TCP.active_objs > >> 1173 -20.7% 931.17 ± 12% slabinfo.TCP.num_objs > >> 5390 ± 4% -16.0% 4528 ± 5% slabinfo.dmaengine-unmap-16.active_objs > >> 5390 ± 4% -16.0% 4528 ± 5% slabinfo.dmaengine-unmap-16.num_objs > >> 7826 ± 5% +13.4% 8877 ± 2% slabinfo.files_cache.active_objs > >> 7826 ± 5% +13.4% 8877 ± 2% slabinfo.files_cache.num_objs > >> 96171 ± 5% -11.8% 84807 ± 3% slabinfo.filp.active_objs > >> 1505 ± 5% -11.7% 1328 ± 3% slabinfo.filp.active_slabs > >> 96338 ± 5% -11.7% 85064 ± 3% slabinfo.filp.num_objs > >> 1505 ± 5% -11.7% 1328 ± 3% slabinfo.filp.num_slabs > >> 43605 -44.0% 24398 slabinfo.radix_tree_node.active_objs > >> 778.33 -44.1% 435.17 slabinfo.radix_tree_node.active_slabs > >> 43605 -44.0% 24398 slabinfo.radix_tree_node.num_objs > >> 778.33 -44.1% 435.17 slabinfo.radix_tree_node.num_slabs > >> 4302 -22.4% 3340 ± 13% slabinfo.request_sock_TCP.active_objs > >> 4302 -22.4% 3340 ± 13% slabinfo.request_sock_TCP.num_objs > >> 6574 ± 3% +8.5% 7135 slabinfo.signal_cache.active_objs > >> 6589 ± 3% +8.6% 7155 slabinfo.signal_cache.num_objs > >> 7027 -37.0% 4429 ± 13% slabinfo.skbuff_fclone_cache.active_objs > >> 7027 -37.0% 4429 ± 13% slabinfo.skbuff_fclone_cache.num_objs > >> 13904 ± 6% +33.1% 18510 ± 4% slabinfo.skbuff_head_cache.active_objs > >> 13947 ± 6% +32.7% 18510 ± 4% slabinfo.skbuff_head_cache.num_objs > >> 10450 ± 4% +9.6% 11452 slabinfo.task_delay_info.active_objs > >> 10450 ± 4% +9.6% 11452 slabinfo.task_delay_info.num_objs > >> 3840 +51.6% 5822 ± 9% slabinfo.trace_event_file.active_objs > >> 3840 +51.6% 5822 ± 9% slabinfo.trace_event_file.num_objs > >> 0.00 ± 70% +475.0% 0.01 ± 9% perf-sched.sch_delay.avg.ms.pipe_read.new_sync_read.vfs_read.ksys_read > >> 0.00 ± 70% +210.0% 0.01 ± 23% perf-sched.sch_delay.avg.ms.preempt_schedule_common.__cond_resched.stop_one_cpu.migrate_task_to.task_numa_migrate > >> 0.00 ± 71% +96.2% 0.01 ± 14% perf-sched.sch_delay.avg.ms.schedule_timeout.kcompactd.kthread.ret_from_fork > >> 0.00 ± 99% +689.3% 0.04 ± 90% perf-sched.sch_delay.avg.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 0.00 ± 70% +425.0% 0.02 ± 2% perf-sched.sch_delay.avg.ms.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 0.02 ± 71% +115.2% 0.04 ± 42% perf-sched.sch_delay.max.ms.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe.[unknown] > >> 0.06 ±108% +3756.4% 2.42 ± 17% perf-sched.sch_delay.max.ms.pipe_read.new_sync_read.vfs_read.ksys_read > >> 0.06 ± 70% +3410.4% 2.20 ± 81% perf-sched.sch_delay.max.ms.preempt_schedule_common.__cond_resched.__release_sock.release_sock.sctp_sendmsg > >> 0.01 ± 77% +331.3% 0.02 ± 25% perf-sched.sch_delay.max.ms.preempt_schedule_common.__cond_resched.stop_one_cpu.migrate_task_to.task_numa_migrate > >> 0.05 ± 96% +2.1e+05% 105.10 ± 97% perf-sched.sch_delay.max.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 0.00 ± 70% +175.0% 0.01 ± 4% perf-sched.total_sch_delay.average.ms > >> 0.27 ± 70% +982.7% 2.97 ± 7% perf-sched.total_wait_and_delay.average.ms > >> 3422 ± 72% +158.3% 8840 ± 6% perf-sched.total_wait_and_delay.max.ms > >> 0.27 ± 70% +992.6% 2.96 ± 7% perf-sched.total_wait_time.average.ms > >> 3422 ± 72% +158.3% 8840 ± 6% perf-sched.total_wait_time.max.ms > >> 0.19 ±141% +9589.9% 18.83 ± 48% perf-sched.wait_and_delay.avg.ms.preempt_schedule_common.__cond_resched.generic_perform_write.__generic_file_write_iter.generic_file_write_iter > >> 3.08 ± 70% +224.6% 9.98 ± 32% perf-sched.wait_and_delay.avg.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork > >> 2.20 ±141% +2400.9% 54.96 ± 14% perf-sched.wait_and_delay.avg.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 0.05 ± 70% +1707.9% 0.84 ± 8% perf-sched.wait_and_delay.avg.ms.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 1661 ± 70% +158.5% 4293 ± 3% perf-sched.wait_and_delay.count.pipe_read.new_sync_read.vfs_read.ksys_read > >> 906.33 ± 71% +1.2e+05% 1081218 ± 9% perf-sched.wait_and_delay.count.preempt_schedule_common.__cond_resched.__release_sock.release_sock.sctp_sendmsg > >> 14.33 ± 70% +4682.6% 685.50 ± 4% perf-sched.wait_and_delay.count.schedule_hrtimeout_range_clock.poll_schedule_timeout.constprop.0.do_sys_poll > >> 20.67 ±141% +69923.4% 14471 ± 15% perf-sched.wait_and_delay.count.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 1782 ± 70% +189.4% 5156 ± 19% perf-sched.wait_and_delay.count.smpboot_thread_fn.kthread.ret_from_fork > >> 3.13 ±141% +839.8% 29.44 ± 35% perf-sched.wait_and_delay.max.ms.preempt_schedule_common.__cond_resched.generic_perform_write.__generic_file_write_iter.generic_file_write_iter > >> 20.00 ± 71% +1087.5% 237.48 ± 36% perf-sched.wait_and_delay.max.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork > >> 67.94 ±141% +973.7% 729.48 ± 63% perf-sched.wait_and_delay.max.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 138.60 ± 70% +375.2% 658.56 ± 59% perf-sched.wait_and_delay.max.ms.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 3422 ± 72% +158.3% 8840 ± 6% perf-sched.wait_and_delay.max.ms.smpboot_thread_fn.kthread.ret_from_fork > >> 0.21 ±123% +8754.5% 18.83 ± 48% perf-sched.wait_time.avg.ms.preempt_schedule_common.__cond_resched.generic_perform_write.__generic_file_write_iter.generic_file_write_iter > >> 0.82 ± 75% +313.5% 3.40 ± 10% perf-sched.wait_time.avg.ms.rcu_gp_kthread.kthread.ret_from_fork > >> 3.07 ± 70% +225.3% 9.97 ± 32% perf-sched.wait_time.avg.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork > >> 2.21 ±139% +2385.2% 54.92 ± 14% perf-sched.wait_time.avg.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 0.04 ± 70% +1806.5% 0.83 ± 8% perf-sched.wait_time.avg.ms.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 3.20 ±136% +818.9% 29.44 ± 35% perf-sched.wait_time.max.ms.preempt_schedule_common.__cond_resched.generic_perform_write.__generic_file_write_iter.generic_file_write_iter > >> 1.66 ±102% +200.9% 4.98 perf-sched.wait_time.max.ms.rcu_gp_kthread.kthread.ret_from_fork > >> 17.66 ± 71% +1244.7% 237.47 ± 36% perf-sched.wait_time.max.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork > >> 68.12 ±140% +919.6% 694.63 ± 70% perf-sched.wait_time.max.ms.schedule_timeout.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 138.59 ± 70% +351.4% 625.66 ± 66% perf-sched.wait_time.max.ms.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 3422 ± 72% +158.3% 8840 ± 6% perf-sched.wait_time.max.ms.smpboot_thread_fn.kthread.ret_from_fork > >> 71860 ± 12% -100.0% 17.98 ±223% sched_debug.cfs_rq:/.MIN_vruntime.avg > >> 8514387 ± 8% -100.0% 3183 ±223% sched_debug.cfs_rq:/.MIN_vruntime.max > >> 711918 ± 4% -100.0% 238.60 ±223% sched_debug.cfs_rq:/.MIN_vruntime.stddev > >> 15567 ± 14% +1034.2% 176558 ± 7% sched_debug.cfs_rq:/.load.max > >> 4753 ± 6% +459.5% 26592 ± 7% sched_debug.cfs_rq:/.load.stddev > >> 192.80 ± 12% +46.3% 282.01 ± 17% sched_debug.cfs_rq:/.load_avg.max > >> 25.64 ± 19% +38.0% 35.38 ± 15% sched_debug.cfs_rq:/.load_avg.stddev > >> 71860 ± 12% -100.0% 17.98 ±223% sched_debug.cfs_rq:/.max_vruntime.avg > >> 8514387 ± 8% -100.0% 3183 ±223% sched_debug.cfs_rq:/.max_vruntime.max > >> 711918 ± 4% -100.0% 238.60 ±223% sched_debug.cfs_rq:/.max_vruntime.stddev > >> 7786210 -99.0% 76578 ± 20% sched_debug.cfs_rq:/.min_vruntime.avg > >> 12595194 -99.0% 129916 ± 18% sched_debug.cfs_rq:/.min_vruntime.max > >> 2658841 ± 2% -97.9% 56298 ± 23% sched_debug.cfs_rq:/.min_vruntime.min > >> 2553156 ± 3% -99.6% 8966 ± 9% sched_debug.cfs_rq:/.min_vruntime.stddev > >> 0.49 -91.4% 0.04 ± 12% sched_debug.cfs_rq:/.nr_running.avg > >> 0.43 -54.1% 0.20 ± 5% sched_debug.cfs_rq:/.nr_running.stddev > >> 512.97 -86.2% 70.68 ± 9% sched_debug.cfs_rq:/.runnable_avg.avg > >> 1060 ± 2% +22.3% 1296 ± 4% sched_debug.cfs_rq:/.runnable_avg.max > >> 387.80 -45.9% 209.92 ± 7% sched_debug.cfs_rq:/.runnable_avg.stddev > >> 4954639 ± 29% -99.1% 47032 ± 41% sched_debug.cfs_rq:/.spread0.max > >> -4981749 -99.5% -26550 sched_debug.cfs_rq:/.spread0.min > >> 2553293 ± 3% -99.6% 8966 ± 9% sched_debug.cfs_rq:/.spread0.stddev > >> 512.81 -88.6% 58.48 ± 9% sched_debug.cfs_rq:/.util_avg.avg > >> 1060 ± 2% -8.1% 974.30 ± 4% sched_debug.cfs_rq:/.util_avg.max > >> 387.78 -58.1% 162.65 ± 6% sched_debug.cfs_rq:/.util_avg.stddev > >> 423.34 -95.5% 19.13 ± 17% sched_debug.cfs_rq:/.util_est_enqueued.avg > >> 985.27 -13.3% 853.87 ± 6% sched_debug.cfs_rq:/.util_est_enqueued.max > >> 409.77 -73.4% 108.97 ± 12% sched_debug.cfs_rq:/.util_est_enqueued.stddev > >> 502046 ± 2% +81.0% 908802 sched_debug.cpu.avg_idle.avg > >> 18977 ± 2% +1753.2% 351699 ± 8% sched_debug.cpu.avg_idle.min > >> 480775 ± 22% -64.0% 173088 ± 2% sched_debug.cpu.avg_idle.stddev > >> 155123 +14.3% 177368 ± 8% sched_debug.cpu.clock_task.avg > >> 146715 +15.4% 169244 ± 8% sched_debug.cpu.clock_task.min > >> 1829 ± 2% -60.5% 722.65 ± 5% sched_debug.cpu.clock_task.stddev > >> 1848 ± 2% -90.5% 175.33 ± 15% sched_debug.cpu.curr->pid.avg > >> 1670 -44.9% 919.75 ± 11% sched_debug.cpu.curr->pid.stddev > >> 0.00 ± 12% -34.2% 0.00 ± 7% sched_debug.cpu.next_balance.stddev > >> 0.49 -88.9% 0.05 ± 13% sched_debug.cpu.nr_running.avg > >> 1.07 ± 8% +70.8% 1.82 ± 5% sched_debug.cpu.nr_running.max > >> 0.43 -36.5% 0.27 ± 7% sched_debug.cpu.nr_running.stddev > >> 1434564 -80.9% 273873 ± 15% sched_debug.cpu.nr_switches.avg > >> 2961784 -86.3% 404637 ± 13% sched_debug.cpu.nr_switches.max > >> 74159 ± 23% +133.7% 173295 ± 21% sched_debug.cpu.nr_switches.min > >> 728693 ± 3% -94.3% 41366 ± 10% sched_debug.cpu.nr_switches.stddev > >> 0.00 -34.7% 0.00 ± 27% sched_debug.cpu.nr_uninterruptible.avg > >> 28.54 -38.4% 17.58 ± 5% perf-stat.i.MPKI > >> 1.942e+10 -76.8% 4.51e+09 ± 8% perf-stat.i.branch-instructions > >> 1.06 +0.2 1.24 ± 2% perf-stat.i.branch-miss-rate% > >> 2.024e+08 -72.3% 56001773 ± 11% perf-stat.i.branch-misses > >> 0.50 ± 5% +2.1 2.57 ± 12% perf-stat.i.cache-miss-rate% > >> 11034781 ± 7% -16.7% 9191451 ± 6% perf-stat.i.cache-misses > >> 2.599e+09 -84.6% 3.996e+08 ± 15% perf-stat.i.cache-references > >> 2307795 -84.0% 369797 ± 9% perf-stat.i.context-switches > >> 3.97 -61.0% 1.55 ± 2% perf-stat.i.cpi > >> 3.612e+11 -90.4% 3.45e+10 ± 7% perf-stat.i.cpu-cycles > >> 8649 ± 4% -55.6% 3842 ± 13% perf-stat.i.cpu-migrations > >> 38278 ± 9% -89.9% 3870 ± 6% perf-stat.i.cycles-between-cache-misses > >> 0.04 ± 14% -0.0 0.01 ± 50% perf-stat.i.dTLB-load-miss-rate% > >> 9072813 ± 14% -96.5% 317355 ± 54% perf-stat.i.dTLB-load-misses > >> 2.51e+10 -74.8% 6.313e+09 ± 8% perf-stat.i.dTLB-loads > >> 0.02 ± 3% -0.0 0.00 ± 25% perf-stat.i.dTLB-store-miss-rate% > >> 1805231 ± 3% -93.0% 125977 ± 32% perf-stat.i.dTLB-store-misses > >> 1.197e+10 -69.6% 3.645e+09 ± 8% perf-stat.i.dTLB-stores > >> 55.78 +20.2 76.03 perf-stat.i.iTLB-load-miss-rate% > >> 1.408e+08 -70.5% 41514812 ± 9% perf-stat.i.iTLB-load-misses > >> 1.114e+08 -88.4% 12863472 ± 4% perf-stat.i.iTLB-loads > >> 9.148e+10 -75.5% 2.238e+10 ± 8% perf-stat.i.instructions > >> 656.57 -15.2% 556.86 perf-stat.i.instructions-per-iTLB-miss > >> 0.25 +154.9% 0.65 ± 2% perf-stat.i.ipc > >> 1.88 -90.4% 0.18 ± 7% perf-stat.i.metric.GHz > >> 0.79 ± 7% +76.9% 1.40 ± 8% perf-stat.i.metric.K/sec > >> 308.37 -74.9% 77.51 ± 8% perf-stat.i.metric.M/sec > >> 7019 -31.4% 4818 perf-stat.i.minor-faults > >> 95.30 -2.8 92.52 perf-stat.i.node-load-miss-rate% > >> 4245968 ± 10% -46.2% 2282264 ± 8% perf-stat.i.node-load-misses > >> 1369803 ± 4% -50.6% 676523 ± 10% perf-stat.i.node-store-misses > >> 205347 ± 13% -68.9% 63938 ± 47% perf-stat.i.node-stores > >> 7021 -31.3% 4820 perf-stat.i.page-faults > >> 28.41 -37.4% 17.77 ± 5% perf-stat.overall.MPKI > >> 1.04 +0.2 1.24 ± 2% perf-stat.overall.branch-miss-rate% > >> 0.43 ± 7% +1.9 2.34 ± 12% perf-stat.overall.cache-miss-rate% > >> 3.95 -60.9% 1.54 ± 2% perf-stat.overall.cpi > >> 32893 ± 8% -88.6% 3757 ± 6% perf-stat.overall.cycles-between-cache-misses > >> 0.04 ± 14% -0.0 0.00 ± 47% perf-stat.overall.dTLB-load-miss-rate% > >> 0.02 ± 3% -0.0 0.00 ± 24% perf-stat.overall.dTLB-store-miss-rate% > >> 55.84 +20.4 76.27 perf-stat.overall.iTLB-load-miss-rate% > >> 649.68 -16.9% 539.61 perf-stat.overall.instructions-per-iTLB-miss > >> 0.25 +156.0% 0.65 ± 2% perf-stat.overall.ipc > >> 95.32 -3.0 92.35 perf-stat.overall.node-load-miss-rate% > >> 22631 -22.9% 17454 perf-stat.overall.path-length > >> 1.935e+10 -76.8% 4.495e+09 ± 8% perf-stat.ps.branch-instructions > >> 2.017e+08 -72.3% 55823595 ± 11% perf-stat.ps.branch-misses > >> 11014009 ± 7% -16.8% 9161109 ± 6% perf-stat.ps.cache-misses > >> 2.59e+09 -84.6% 3.983e+08 ± 15% perf-stat.ps.cache-references > >> 2299906 -84.0% 368553 ± 9% perf-stat.ps.context-switches > >> 3.6e+11 -90.4% 3.439e+10 ± 7% perf-stat.ps.cpu-cycles > >> 8611 ± 3% -55.5% 3829 ± 13% perf-stat.ps.cpu-migrations > >> 8998085 ± 14% -96.5% 316355 ± 54% perf-stat.ps.dTLB-load-misses > >> 2.502e+10 -74.9% 6.292e+09 ± 8% perf-stat.ps.dTLB-loads > >> 1798299 ± 3% -93.0% 125557 ± 32% perf-stat.ps.dTLB-store-misses > >> 1.193e+10 -69.6% 3.633e+09 ± 8% perf-stat.ps.dTLB-stores > >> 1.404e+08 -70.5% 41374488 ± 9% perf-stat.ps.iTLB-load-misses > >> 1.11e+08 -88.4% 12819803 ± 4% perf-stat.ps.iTLB-loads > >> 9.118e+10 -75.5% 2.23e+10 ± 8% perf-stat.ps.instructions > >> 7004 -31.4% 4801 perf-stat.ps.minor-faults > >> 4234356 ± 10% -46.3% 2274791 ± 8% perf-stat.ps.node-load-misses > >> 1368078 ± 4% -50.7% 674434 ± 10% perf-stat.ps.node-store-misses > >> 206042 ± 13% -69.0% 63795 ± 47% perf-stat.ps.node-stores > >> 7005 -31.4% 4802 perf-stat.ps.page-faults > >> 2.757e+13 -75.5% 6.745e+12 ± 8% perf-stat.total.instructions > >> 815772 ± 27% -57.3% 348453 ± 11% softirqs.CPU0.NET_RX > >> 9412 ± 21% +110.1% 19771 ± 10% softirqs.CPU0.RCU > >> 28552 ± 13% +45.7% 41612 softirqs.CPU0.SCHED > >> 1313640 ± 26% -74.4% 336754 ± 9% softirqs.CPU1.NET_RX > >> 6704 ± 9% +165.6% 17804 ± 8% softirqs.CPU1.RCU > >> 19291 ± 33% +100.7% 38726 softirqs.CPU1.SCHED > >> 1005800 ± 9% -68.5% 317193 ± 11% softirqs.CPU10.NET_RX > >> 5750 ± 10% +208.9% 17762 ± 8% softirqs.CPU10.RCU > >> 23707 ± 20% +62.9% 38607 ± 2% softirqs.CPU10.SCHED > >> 498762 ± 7% -47.0% 264435 ± 12% softirqs.CPU100.NET_RX > >> 5213 ± 5% +231.6% 17286 ± 8% softirqs.CPU100.RCU > >> 5274 ± 4% +222.5% 17011 ± 7% softirqs.CPU101.RCU > >> 546534 ± 51% -51.1% 266999 ± 10% softirqs.CPU102.NET_RX > >> 5127 ± 2% +232.6% 17051 ± 8% softirqs.CPU102.RCU > >> 5260 ± 4% +225.0% 17097 ± 8% softirqs.CPU103.RCU > >> 477746 ± 26% -40.7% 283150 ± 11% softirqs.CPU104.NET_RX > >> 5087 ± 2% +232.1% 16896 ± 8% softirqs.CPU104.RCU > >> 800989 ± 38% -66.5% 268701 ± 12% softirqs.CPU105.NET_RX > >> 4902 +244.3% 16880 ± 7% softirqs.CPU105.RCU > >> 28237 ± 25% +36.1% 38442 softirqs.CPU105.SCHED > >> 788006 ± 27% -64.3% 281238 ± 16% softirqs.CPU106.NET_RX > >> 5098 ± 4% +229.4% 16792 ± 8% softirqs.CPU106.RCU > >> 28845 ± 15% +33.8% 38596 softirqs.CPU106.SCHED > >> 5075 +234.2% 16965 ± 7% softirqs.CPU107.RCU > >> 5054 +236.2% 16989 ± 6% softirqs.CPU108.RCU > >> 4936 +247.9% 17172 ± 8% softirqs.CPU109.RCU > >> 1369740 ± 14% -76.3% 324047 ± 11% softirqs.CPU11.NET_RX > >> 6757 ± 14% +156.7% 17347 ± 6% softirqs.CPU11.RCU > >> 17912 ± 19% +113.2% 38190 softirqs.CPU11.SCHED > >> 5110 ± 4% +222.9% 16500 ± 8% softirqs.CPU110.RCU > >> 4945 ± 2% +240.7% 16851 ± 7% softirqs.CPU111.RCU > >> 5555 ± 8% +202.1% 16782 ± 7% softirqs.CPU112.RCU > >> 5004 ± 4% +235.8% 16806 ± 9% softirqs.CPU113.RCU > >> 726227 ± 43% -61.0% 283516 ± 14% softirqs.CPU114.NET_RX > >> 5160 ± 6% +215.0% 16256 ± 8% softirqs.CPU114.RCU > >> 29766 ± 22% +27.6% 37968 softirqs.CPU114.SCHED > >> 758309 ± 38% -63.0% 280883 ± 15% softirqs.CPU115.NET_RX > >> 5062 ± 2% +243.6% 17394 ± 5% softirqs.CPU115.RCU > >> 28346 ± 21% +35.6% 38438 softirqs.CPU115.SCHED > >> 625790 ± 27% -57.3% 267503 ± 12% softirqs.CPU116.NET_RX > >> 5155 ± 4% +224.7% 16740 ± 7% softirqs.CPU116.RCU > >> 32111 ± 10% +20.0% 38522 softirqs.CPU116.SCHED > >> 667501 ± 39% -59.6% 269469 ± 15% softirqs.CPU117.NET_RX > >> 5011 +238.0% 16940 ± 7% softirqs.CPU117.RCU > >> 30539 ± 17% +26.8% 38714 softirqs.CPU117.SCHED > >> 4994 ± 2% +235.5% 16755 ± 8% softirqs.CPU118.RCU > >> 563493 ± 20% -50.9% 276859 ± 7% softirqs.CPU119.NET_RX > >> 5086 ± 2% +227.3% 16649 ± 7% softirqs.CPU119.RCU > >> 32378 ± 8% +18.5% 38377 softirqs.CPU119.SCHED > >> 1375275 ± 13% -77.6% 307845 ± 13% softirqs.CPU12.NET_RX > >> 5781 ± 2% +195.5% 17084 ± 6% softirqs.CPU12.RCU > >> 17029 ± 22% +124.9% 38295 softirqs.CPU12.SCHED > >> 807593 ± 29% -62.9% 299477 ± 12% softirqs.CPU120.NET_RX > >> 5085 ± 4% +243.8% 17485 ± 8% softirqs.CPU120.RCU > >> 27938 ± 20% +37.5% 38427 softirqs.CPU120.SCHED > >> 823087 ± 18% -66.8% 273039 ± 17% softirqs.CPU121.NET_RX > >> 4986 +238.9% 16900 ± 8% softirqs.CPU121.RCU > >> 25832 ± 9% +48.6% 38379 softirqs.CPU121.SCHED > >> 731173 ± 63% -63.7% 265095 ± 18% softirqs.CPU122.NET_RX > >> 4986 ± 4% +248.9% 17394 ± 9% softirqs.CPU122.RCU > >> 5139 ± 5% +237.0% 17322 ± 6% softirqs.CPU123.RCU > >> 869090 ± 7% -71.0% 252143 ± 13% softirqs.CPU124.NET_RX > >> 5009 ± 3% +242.7% 17168 ± 7% softirqs.CPU124.RCU > >> 26422 ± 5% +46.6% 38725 softirqs.CPU124.SCHED > >> 644647 ± 36% -61.6% 247265 ± 21% softirqs.CPU125.NET_RX > >> 5054 ± 3% +235.3% 16949 ± 7% softirqs.CPU125.RCU > >> 31677 ± 17% +22.0% 38640 softirqs.CPU125.SCHED > >> 5191 ± 7% +232.5% 17262 ± 8% softirqs.CPU126.RCU > >> 623310 ± 39% -60.0% 249301 ± 8% softirqs.CPU127.NET_RX > >> 4974 +237.9% 16808 ± 7% softirqs.CPU127.RCU > >> 31603 ± 18% +21.5% 38406 softirqs.CPU127.SCHED > >> 5058 ± 7% +250.1% 17711 ± 9% softirqs.CPU128.RCU > >> 908165 ± 37% -72.4% 250740 ± 13% softirqs.CPU129.NET_RX > >> 5097 ± 4% +242.6% 17464 ± 7% softirqs.CPU129.RCU > >> 25183 ± 31% +52.5% 38400 softirqs.CPU129.SCHED > >> 1044612 ± 32% -69.3% 320374 ± 20% softirqs.CPU13.NET_RX > >> 5377 ± 3% +222.9% 17364 ± 9% softirqs.CPU13.RCU > >> 23880 ± 29% +59.9% 38193 softirqs.CPU13.SCHED > >> 1047700 ± 31% -76.4% 246748 ± 17% softirqs.CPU130.NET_RX > >> 4834 ± 2% +265.1% 17647 ± 7% softirqs.CPU130.RCU > >> 21922 ± 34% +76.3% 38641 softirqs.CPU130.SCHED > >> 805863 ± 34% -68.0% 257579 ± 9% softirqs.CPU131.NET_RX > >> 4948 ± 2% +261.6% 17892 ± 8% softirqs.CPU131.RCU > >> 27973 ± 24% +37.4% 38435 softirqs.CPU131.SCHED > >> 516629 ± 47% -53.1% 242416 ± 13% softirqs.CPU132.NET_RX > >> 5199 ± 7% +236.9% 17514 ± 6% softirqs.CPU132.RCU > >> 5084 ± 4% +246.5% 17616 ± 7% softirqs.CPU133.RCU > >> 4808 ± 2% +262.8% 17443 ± 7% softirqs.CPU134.RCU > >> 568994 ± 43% -54.6% 258562 ± 12% softirqs.CPU135.NET_RX > >> 4922 ± 3% +254.0% 17425 ± 7% softirqs.CPU135.RCU > >> 909414 ± 44% -70.3% 269933 ± 10% softirqs.CPU136.NET_RX > >> 4887 +267.3% 17951 ± 9% softirqs.CPU136.RCU > >> 24963 ± 36% +54.5% 38569 softirqs.CPU136.SCHED > >> 4964 ± 5% +256.4% 17694 ± 8% softirqs.CPU137.RCU > >> 1061980 ± 11% -73.0% 286873 ± 18% softirqs.CPU138.NET_RX > >> 4784 +268.5% 17628 ± 8% softirqs.CPU138.RCU > >> 21354 ± 13% +80.2% 38474 softirqs.CPU138.SCHED > >> 4868 ± 2% +262.9% 17666 ± 9% softirqs.CPU139.RCU > >> 1273066 ± 22% -74.6% 323309 ± 17% softirqs.CPU14.NET_RX > >> 5586 ± 5% +204.1% 16985 ± 7% softirqs.CPU14.RCU > >> 19028 ± 33% +100.4% 38139 softirqs.CPU14.SCHED > >> 951508 ± 31% -69.4% 290718 ± 9% softirqs.CPU140.NET_RX > >> 5075 ± 7% +249.3% 17728 ± 8% softirqs.CPU140.RCU > >> 24837 ± 29% +55.2% 38551 softirqs.CPU140.SCHED > >> 4987 ± 5% +252.8% 17596 ± 8% softirqs.CPU141.RCU > >> 936720 ± 24% -69.9% 282308 ± 14% softirqs.CPU142.NET_RX > >> 4838 ± 4% +261.2% 17474 ± 7% softirqs.CPU142.RCU > >> 24365 ± 22% +58.8% 38686 softirqs.CPU142.SCHED > >> 5037 ± 8% +250.0% 17629 ± 7% softirqs.CPU143.RCU > >> 5267 ± 6% +227.5% 17251 ± 4% softirqs.CPU144.RCU > >> 1070540 ± 20% -75.2% 265781 ± 19% softirqs.CPU145.NET_RX > >> 4962 ± 3% +250.7% 17404 ± 8% softirqs.CPU145.RCU > >> 21399 ± 28% +78.3% 38162 softirqs.CPU145.SCHED > >> 528769 ± 21% -53.6% 245165 ± 7% softirqs.CPU146.NET_RX > >> 5017 ± 4% +250.4% 17582 ± 6% softirqs.CPU146.RCU > >> 34852 ± 7% +11.8% 38966 softirqs.CPU146.SCHED > >> 802944 ± 49% -68.5% 252611 ± 19% softirqs.CPU147.NET_RX > >> 4942 ± 4% +251.8% 17388 ± 7% softirqs.CPU147.RCU > >> 850984 ± 51% -68.8% 265398 ± 14% softirqs.CPU148.NET_RX > >> 5076 ± 8% +246.4% 17587 ± 7% softirqs.CPU148.RCU > >> 26406 ± 41% +46.4% 38663 softirqs.CPU148.SCHED > >> 745213 ± 48% -64.7% 262709 ± 10% softirqs.CPU149.NET_RX > >> 5546 ± 5% +220.5% 17776 ± 5% softirqs.CPU149.RCU > >> 996354 ± 47% -67.3% 326223 ± 12% softirqs.CPU15.NET_RX > >> 5454 ± 5% +222.2% 17572 ± 8% softirqs.CPU15.RCU > >> 22124 ± 30% +70.3% 37666 softirqs.CPU15.SCHED > >> 635779 ± 18% -57.4% 271013 ± 5% softirqs.CPU150.NET_RX > >> 5217 ± 7% +238.9% 17681 ± 7% softirqs.CPU150.RCU > >> 32357 ± 8% +19.5% 38667 softirqs.CPU150.SCHED > >> 643219 ± 39% -58.4% 267686 ± 13% softirqs.CPU151.NET_RX > >> 5682 ± 21% +209.9% 17613 ± 6% softirqs.CPU151.RCU > >> 31413 ± 19% +22.6% 38514 softirqs.CPU151.SCHED > >> 668025 ± 9% -60.9% 260917 ± 15% softirqs.CPU152.NET_RX > >> 4990 ± 2% +252.3% 17579 ± 7% softirqs.CPU152.RCU > >> 31312 ± 4% +23.1% 38535 softirqs.CPU152.SCHED > >> 835707 ± 69% -70.4% 247281 ± 8% softirqs.CPU153.NET_RX > >> 5719 ± 18% +207.1% 17563 ± 10% softirqs.CPU153.RCU > >> 774203 ± 33% -68.8% 241420 ± 17% softirqs.CPU154.NET_RX > >> 5151 ± 11% +233.2% 17162 ± 7% softirqs.CPU154.RCU > >> 28774 ± 20% +33.0% 38262 softirqs.CPU154.SCHED > >> 4970 ± 2% +253.1% 17551 ± 6% softirqs.CPU155.RCU > >> 872634 ± 28% -70.3% 259114 ± 9% softirqs.CPU156.NET_RX > >> 4899 ± 4% +259.2% 17599 ± 7% softirqs.CPU156.RCU > >> 26066 ± 23% +48.6% 38725 softirqs.CPU156.SCHED > >> 747527 ± 32% -63.1% 275672 ± 11% softirqs.CPU157.NET_RX > >> 4905 ± 5% +255.0% 17411 ± 7% softirqs.CPU157.RCU > >> 28984 ± 19% +31.6% 38138 softirqs.CPU157.SCHED > >> 764072 ± 46% -68.4% 241660 ± 11% softirqs.CPU158.NET_RX > >> 4841 +256.9% 17277 ± 6% softirqs.CPU158.RCU > >> 28804 ± 29% +33.8% 38551 softirqs.CPU158.SCHED > >> 701507 ± 28% -63.7% 254773 ± 14% softirqs.CPU159.NET_RX > >> 4818 +255.4% 17127 ± 7% softirqs.CPU159.RCU > >> 30348 ± 14% +28.0% 38844 softirqs.CPU159.SCHED > >> 1095130 ± 41% -70.7% 320706 ± 15% softirqs.CPU16.NET_RX > >> 5515 +221.8% 17745 ± 9% softirqs.CPU16.RCU > >> 21919 ± 41% +74.0% 38145 softirqs.CPU16.SCHED > >> 857472 ± 22% -68.3% 271489 ± 18% softirqs.CPU160.NET_RX > >> 5020 ± 2% +239.8% 17058 ± 6% softirqs.CPU160.RCU > >> 25584 ± 24% +50.5% 38499 softirqs.CPU160.SCHED > >> 1011388 ± 28% -73.2% 270582 ± 14% softirqs.CPU161.NET_RX > >> 5132 ± 5% +237.6% 17328 ± 7% softirqs.CPU161.RCU > >> 21581 ± 21% +78.9% 38616 softirqs.CPU161.SCHED > >> 5064 ± 6% +242.4% 17340 ± 7% softirqs.CPU162.RCU > >> 530886 ± 39% -54.0% 244216 ± 15% softirqs.CPU163.NET_RX > >> 5134 ± 2% +230.5% 16968 ± 7% softirqs.CPU163.RCU > >> 604775 ± 26% -57.0% 260093 ± 18% softirqs.CPU164.NET_RX > >> 5114 ± 2% +232.6% 17012 ± 7% softirqs.CPU164.RCU > >> 32353 ± 11% +18.8% 38438 softirqs.CPU164.SCHED > >> 5074 ± 6% +236.8% 17088 ± 7% softirqs.CPU165.RCU > >> 641834 ± 27% -58.3% 267963 ± 7% softirqs.CPU166.NET_RX > >> 5408 ± 8% +218.8% 17238 ± 7% softirqs.CPU166.RCU > >> 31993 ± 12% +20.8% 38644 softirqs.CPU166.SCHED > >> 790818 ± 37% -65.0% 276391 ± 8% softirqs.CPU167.NET_RX > >> 5101 +237.9% 17238 ± 7% softirqs.CPU167.RCU > >> 27808 ± 25% +38.8% 38590 softirqs.CPU167.SCHED > >> 832046 ± 28% -61.7% 318923 ± 11% softirqs.CPU168.NET_RX > >> 4586 +256.3% 16338 ± 7% softirqs.CPU168.RCU > >> 26980 ± 18% +43.5% 38704 softirqs.CPU168.SCHED > >> 782156 ± 48% -64.1% 280591 ± 15% softirqs.CPU169.NET_RX > >> 4752 ± 5% +236.4% 15985 ± 9% softirqs.CPU169.RCU > >> 28110 ± 31% +37.5% 38662 ± 3% softirqs.CPU169.SCHED > >> 1436583 ± 11% -78.9% 302719 ± 11% softirqs.CPU17.NET_RX > >> 5305 ± 3% +223.8% 17180 ± 8% softirqs.CPU17.RCU > >> 13351 ± 27% +185.3% 38084 softirqs.CPU17.SCHED > >> 933080 ± 49% -70.2% 278387 ± 7% softirqs.CPU170.NET_RX > >> 5219 ± 8% +209.8% 16169 ± 7% softirqs.CPU170.RCU > >> 24667 ± 40% +57.2% 38768 softirqs.CPU170.SCHED > >> 977241 ± 55% -72.3% 270965 ± 14% softirqs.CPU171.NET_RX > >> 4542 +254.1% 16083 ± 7% softirqs.CPU171.RCU > >> 23916 ± 51% +62.6% 38876 softirqs.CPU171.SCHED > >> 4755 ± 2% +242.0% 16264 ± 7% softirqs.CPU172.RCU > >> 803537 ± 40% -66.7% 267749 ± 12% softirqs.CPU173.NET_RX > >> 4543 +262.2% 16452 ± 6% softirqs.CPU173.RCU > >> 27905 ± 25% +37.7% 38419 softirqs.CPU173.SCHED > >> 1148752 ± 27% -77.2% 261705 ± 11% softirqs.CPU174.NET_RX > >> 5801 ± 34% +182.2% 16368 ± 7% softirqs.CPU174.RCU > >> 19703 ± 42% +95.9% 38592 softirqs.CPU174.SCHED > >> 721122 ± 33% -62.4% 270809 ± 18% softirqs.CPU175.NET_RX > >> 4671 ± 5% +242.8% 16011 ± 8% softirqs.CPU175.RCU > >> 29516 ± 20% +30.7% 38575 softirqs.CPU175.SCHED > >> 826375 ± 48% -68.4% 260876 ± 10% softirqs.CPU176.NET_RX > >> 4828 ± 9% +236.0% 16222 ± 8% softirqs.CPU176.RCU > >> 27129 ± 31% +42.0% 38511 softirqs.CPU176.SCHED > >> 1441813 ± 13% -82.2% 257318 ± 10% softirqs.CPU177.NET_RX > >> 4527 ± 4% +261.1% 16350 ± 7% softirqs.CPU177.RCU > >> 12961 ± 33% +197.8% 38597 softirqs.CPU177.SCHED > >> 4906 ± 9% +233.2% 16347 ± 8% softirqs.CPU178.RCU > >> 861076 ± 27% -69.8% 259918 ± 14% softirqs.CPU179.NET_RX > >> 4617 ± 2% +256.5% 16462 ± 8% softirqs.CPU179.RCU > >> 26094 ± 20% +48.1% 38639 softirqs.CPU179.SCHED > >> 1098723 ± 24% -70.2% 327034 ± 13% softirqs.CPU18.NET_RX > >> 5582 ± 4% +201.2% 16813 ± 8% softirqs.CPU18.RCU > >> 22680 ± 29% +67.5% 37997 softirqs.CPU18.SCHED > >> 4455 +258.3% 15961 ± 7% softirqs.CPU180.RCU > >> 826449 ± 42% -68.5% 260119 ± 10% softirqs.CPU181.NET_RX > >> 4470 +255.4% 15888 ± 7% softirqs.CPU181.RCU > >> 26996 ± 28% +40.7% 37975 softirqs.CPU181.SCHED > >> 725117 ± 17% -61.2% 281097 ± 8% softirqs.CPU182.NET_RX > >> 4459 ± 2% +257.8% 15955 ± 8% softirqs.CPU182.RCU > >> 28949 ± 11% +33.2% 38553 softirqs.CPU182.SCHED > >> 873833 ± 25% -69.3% 268250 ± 14% softirqs.CPU183.NET_RX > >> 4550 +257.3% 16260 ± 8% softirqs.CPU183.RCU > >> 26272 ± 18% +47.4% 38728 softirqs.CPU183.SCHED > >> 1034302 ± 38% -73.4% 275581 ± 12% softirqs.CPU184.NET_RX > >> 5229 ± 10% +212.5% 16340 ± 8% softirqs.CPU184.RCU > >> 22137 ± 45% +74.7% 38670 softirqs.CPU184.SCHED > >> 914770 ± 29% -72.5% 251150 ± 15% softirqs.CPU185.NET_RX > >> 4506 +262.7% 16342 ± 9% softirqs.CPU185.RCU > >> 25315 ± 24% +52.8% 38687 softirqs.CPU185.SCHED > >> 752760 ± 16% -65.3% 261576 ± 15% softirqs.CPU186.NET_RX > >> 4448 +279.2% 16867 ± 11% softirqs.CPU186.RCU > >> 28391 ± 10% +35.9% 38571 softirqs.CPU186.SCHED > >> 622111 ± 26% -55.8% 274977 ± 12% softirqs.CPU187.NET_RX > >> 4484 +262.7% 16262 ± 8% softirqs.CPU187.RCU > >> 31749 ± 10% +21.3% 38508 softirqs.CPU187.SCHED > >> 4498 +259.3% 16163 ± 9% softirqs.CPU188.RCU > >> 745269 ± 11% -64.2% 266883 ± 12% softirqs.CPU189.NET_RX > >> 4423 ± 2% +267.7% 16264 ± 9% softirqs.CPU189.RCU > >> 28913 ± 6% +36.3% 39398 ± 3% softirqs.CPU189.SCHED > >> 1116168 ± 25% -71.5% 318126 ± 20% softirqs.CPU19.NET_RX > >> 5241 +227.2% 17146 ± 8% softirqs.CPU19.RCU > >> 22184 ± 27% +71.5% 38038 softirqs.CPU19.SCHED > >> 386640 ± 20% -32.4% 261421 ± 14% softirqs.CPU190.NET_RX > >> 4516 +258.8% 16205 ± 8% softirqs.CPU190.RCU > >> 736449 ± 41% -65.2% 256033 ± 12% softirqs.CPU191.NET_RX > >> 4692 ± 3% +253.5% 16589 ± 7% softirqs.CPU191.RCU > >> 28479 ± 24% +36.3% 38825 softirqs.CPU191.SCHED > >> 779845 ± 8% -60.0% 312189 ± 14% softirqs.CPU2.NET_RX > >> 5304 ± 5% +228.1% 17403 ± 7% softirqs.CPU2.RCU > >> 29051 ± 7% +31.4% 38176 softirqs.CPU2.SCHED > >> 1233384 ± 12% -75.2% 305867 ± 13% softirqs.CPU20.NET_RX > >> 5289 +221.7% 17018 ± 8% softirqs.CPU20.RCU > >> 19674 ± 20% +94.0% 38162 softirqs.CPU20.SCHED > >> 1183965 ± 21% -73.0% 319757 ± 9% softirqs.CPU21.NET_RX > >> 5189 +243.4% 17821 ± 11% softirqs.CPU21.RCU > >> 20730 ± 25% +83.6% 38069 softirqs.CPU21.SCHED > >> 1181134 ± 42% -73.2% 316958 ± 13% softirqs.CPU22.NET_RX > >> 5251 +227.8% 17212 ± 7% softirqs.CPU22.RCU > >> 19422 ± 55% +96.3% 38121 softirqs.CPU22.SCHED > >> 1237919 ± 13% -76.5% 291236 ± 11% softirqs.CPU23.NET_RX > >> 5386 ± 4% +215.2% 16975 ± 9% softirqs.CPU23.RCU > >> 18410 ± 12% +107.8% 38260 softirqs.CPU23.SCHED > >> 1164998 ± 16% -69.6% 353967 ± 9% softirqs.CPU24.NET_RX > >> 5212 ± 2% +242.4% 17844 ± 8% softirqs.CPU24.RCU > >> 18812 ± 29% +103.7% 38318 softirqs.CPU24.SCHED > >> 1074397 ± 10% -70.0% 322114 ± 18% softirqs.CPU25.NET_RX > >> 5195 ± 4% +232.1% 17254 ± 7% softirqs.CPU25.RCU > >> 20215 ± 6% +88.3% 38069 softirqs.CPU25.SCHED > >> 1111065 ± 42% -72.7% 303301 ± 12% softirqs.CPU26.NET_RX > >> 5069 +241.1% 17291 ± 7% softirqs.CPU26.RCU > >> 21612 ± 53% +75.8% 38000 softirqs.CPU26.SCHED > >> 1242129 ± 28% -75.5% 304801 ± 12% softirqs.CPU27.NET_RX > >> 5199 ± 4% +236.0% 17469 ± 8% softirqs.CPU27.RCU > >> 18406 ± 45% +108.0% 38278 softirqs.CPU27.SCHED > >> 980439 ± 9% -69.0% 303856 ± 10% softirqs.CPU28.NET_RX > >> 5230 +232.2% 17374 ± 7% softirqs.CPU28.RCU > >> 24472 ± 9% +55.5% 38043 softirqs.CPU28.SCHED > >> 1192075 ± 20% -76.4% 280869 ± 20% softirqs.CPU29.NET_RX > >> 5216 ± 3% +233.5% 17395 ± 7% softirqs.CPU29.RCU > >> 19167 ± 27% +98.6% 38059 softirqs.CPU29.SCHED > >> 1332056 ± 9% -77.7% 297356 ± 8% softirqs.CPU3.NET_RX > >> 5370 ± 4% +226.3% 17522 ± 8% softirqs.CPU3.RCU > >> 17127 ± 18% +122.0% 38017 softirqs.CPU3.SCHED > >> 1329309 ± 17% -77.3% 302026 ± 13% softirqs.CPU30.NET_RX > >> 5217 ± 4% +238.3% 17652 ± 8% softirqs.CPU30.RCU > >> 16171 ± 35% +136.1% 38179 softirqs.CPU30.SCHED > >> 1176327 ± 21% -75.1% 292622 ± 6% softirqs.CPU31.NET_RX > >> 5053 +240.1% 17187 ± 7% softirqs.CPU31.RCU > >> 20481 ± 31% +86.6% 38223 softirqs.CPU31.SCHED > >> 1026734 ± 53% -71.6% 291969 ± 9% softirqs.CPU32.NET_RX > >> 5199 ± 3% +249.8% 18187 ± 7% softirqs.CPU32.RCU > >> 894623 ± 39% -67.1% 294120 ± 16% softirqs.CPU33.NET_RX > >> 5107 ± 2% +261.0% 18436 ± 8% softirqs.CPU33.RCU > >> 26920 ± 31% +42.4% 38329 softirqs.CPU33.SCHED > >> 805032 ± 39% -65.6% 277311 ± 14% softirqs.CPU34.NET_RX > >> 5287 ± 3% +248.6% 18433 ± 7% softirqs.CPU34.RCU > >> 27099 ± 22% +40.7% 38119 softirqs.CPU34.SCHED > >> 991001 ± 25% -70.5% 292114 ± 10% softirqs.CPU35.NET_RX > >> 5323 ± 4% +248.3% 18543 ± 8% softirqs.CPU35.RCU > >> 24162 ± 24% +59.0% 38410 softirqs.CPU35.SCHED > >> 1312195 ± 16% -78.0% 288356 ± 13% softirqs.CPU36.NET_RX > >> 5133 ± 4% +250.1% 17972 ± 6% softirqs.CPU36.RCU > >> 16381 ± 31% +132.2% 38032 softirqs.CPU36.SCHED > >> 1245960 ± 32% -76.5% 292954 ± 8% softirqs.CPU37.NET_RX > >> 5224 ± 3% +248.5% 18207 ± 7% softirqs.CPU37.RCU > >> 18363 ± 51% +107.4% 38078 softirqs.CPU37.SCHED > >> 5191 ± 2% +248.0% 18066 ± 7% softirqs.CPU38.RCU > >> 1232139 ± 18% -74.5% 314192 ± 6% softirqs.CPU39.NET_RX > >> 5287 ± 4% +248.6% 18434 ± 7% softirqs.CPU39.RCU > >> 18601 ± 32% +104.2% 37990 softirqs.CPU39.SCHED > >> 1347333 -76.9% 310609 ± 13% softirqs.CPU4.NET_RX > >> 5307 ± 2% +229.0% 17463 ± 7% softirqs.CPU4.RCU > >> 16503 ± 5% +124.8% 37098 softirqs.CPU4.SCHED > >> 897437 ± 46% -66.4% 301266 ± 12% softirqs.CPU40.NET_RX > >> 5175 ± 2% +256.6% 18456 ± 8% softirqs.CPU40.RCU > >> 1243220 ± 35% -75.8% 300554 ± 10% softirqs.CPU41.NET_RX > >> 5625 ± 13% +230.2% 18575 ± 8% softirqs.CPU41.RCU > >> 18304 ± 57% +108.6% 38185 softirqs.CPU41.SCHED > >> 883211 ± 29% -65.1% 308222 ± 17% softirqs.CPU42.NET_RX > >> 5114 +251.8% 17993 ± 8% softirqs.CPU42.RCU > >> 26545 ± 22% +43.9% 38210 softirqs.CPU42.SCHED > >> 1345051 ± 16% -77.0% 309227 ± 14% softirqs.CPU43.NET_RX > >> 5150 ± 3% +254.1% 18240 ± 8% softirqs.CPU43.RCU > >> 16301 ± 32% +134.1% 38163 softirqs.CPU43.SCHED > >> 910704 ± 34% -64.8% 320350 ± 7% softirqs.CPU44.NET_RX > >> 5710 ± 10% +220.6% 18310 ± 8% softirqs.CPU44.RCU > >> 25874 ± 27% +47.8% 38253 softirqs.CPU44.SCHED > >> 1385863 ± 17% -77.5% 312196 ± 10% softirqs.CPU45.NET_RX > >> 5259 ± 4% +249.3% 18371 ± 8% softirqs.CPU45.RCU > >> 15359 ± 40% +146.7% 37885 softirqs.CPU45.SCHED > >> 871017 ± 27% -65.2% 303086 ± 15% softirqs.CPU46.NET_RX > >> 5147 ± 2% +256.7% 18361 ± 7% softirqs.CPU46.RCU > >> 27602 ± 22% +38.5% 38237 softirqs.CPU46.SCHED > >> 1409080 ± 21% -78.8% 299241 ± 8% softirqs.CPU47.NET_RX > >> 5239 +255.7% 18637 ± 7% softirqs.CPU47.RCU > >> 14646 ± 52% +160.6% 38164 softirqs.CPU47.SCHED > >> 1117844 ± 21% -69.6% 339425 ± 12% softirqs.CPU48.NET_RX > >> 5381 ± 3% +223.4% 17401 ± 5% softirqs.CPU48.RCU > >> 20036 ± 23% +92.3% 38529 ± 2% softirqs.CPU48.SCHED > >> 840735 ± 19% -63.1% 310542 ± 16% softirqs.CPU49.NET_RX > >> 5508 ± 9% +226.4% 17978 ± 5% softirqs.CPU49.RCU > >> 26684 ± 14% +42.6% 38059 softirqs.CPU49.SCHED > >> 1258154 ± 24% -75.2% 312071 ± 9% softirqs.CPU5.NET_RX > >> 5561 ± 6% +216.4% 17594 ± 8% softirqs.CPU5.RCU > >> 19399 ± 38% +96.1% 38049 softirqs.CPU5.SCHED > >> 1290329 ± 5% -78.1% 282085 ± 9% softirqs.CPU50.NET_RX > >> 6175 ± 13% +188.5% 17814 ± 6% softirqs.CPU50.RCU > >> 16317 ± 4% +133.9% 38165 softirqs.CPU50.SCHED > >> 1019381 ± 35% -70.9% 296422 ± 18% softirqs.CPU51.NET_RX > >> 5323 +234.9% 17828 ± 6% softirqs.CPU51.RCU > >> 22717 ± 31% +68.6% 38291 softirqs.CPU51.SCHED > >> 972274 ± 43% -69.1% 300206 ± 16% softirqs.CPU52.NET_RX > >> 5426 ± 4% +230.8% 17947 ± 6% softirqs.CPU52.RCU > >> 24388 ± 38% +56.6% 38179 softirqs.CPU52.SCHED > >> 1059926 ± 35% -71.6% 301419 ± 12% softirqs.CPU53.NET_RX > >> 5691 ± 8% +215.5% 17955 ± 6% softirqs.CPU53.RCU > >> 22225 ± 35% +72.3% 38291 softirqs.CPU53.SCHED > >> 1124170 ± 12% -72.1% 313243 ± 10% softirqs.CPU54.NET_RX > >> 5412 ± 2% +242.9% 18562 ± 11% softirqs.CPU54.RCU > >> 20158 ± 14% +87.4% 37784 softirqs.CPU54.SCHED > >> 1158216 ± 25% -73.4% 307943 ± 11% softirqs.CPU55.NET_RX > >> 5328 ± 3% +235.6% 17882 ± 6% softirqs.CPU55.RCU > >> 19841 ± 32% +91.5% 37991 softirqs.CPU55.SCHED > >> 1100047 ± 7% -72.9% 297828 ± 14% softirqs.CPU56.NET_RX > >> 5233 ± 2% +241.9% 17894 ± 6% softirqs.CPU56.RCU > >> 20486 ± 4% +86.2% 38143 softirqs.CPU56.SCHED > >> 5181 ± 4% +241.5% 17693 ± 7% softirqs.CPU57.RCU > >> 1030974 ± 26% -73.1% 276839 ± 19% softirqs.CPU58.NET_RX > >> 5179 +234.0% 17296 ± 6% softirqs.CPU58.RCU > >> 22840 ± 31% +66.9% 38129 softirqs.CPU58.SCHED > >> 1389824 ± 24% -77.9% 307690 ± 8% softirqs.CPU59.NET_RX > >> 5252 ± 2% +241.5% 17938 ± 6% softirqs.CPU59.RCU > >> 14539 ± 51% +162.8% 38210 softirqs.CPU59.SCHED > >> 1296100 ± 20% -75.9% 312963 ± 10% softirqs.CPU6.NET_RX > >> 5249 ± 3% +234.6% 17563 ± 8% softirqs.CPU6.RCU > >> 18158 ± 29% +110.3% 38194 softirqs.CPU6.SCHED > >> 905022 ± 28% -67.4% 294614 ± 10% softirqs.CPU60.NET_RX > >> 5423 ± 3% +230.0% 17898 ± 6% softirqs.CPU60.RCU > >> 26187 ± 21% +45.8% 38170 softirqs.CPU60.SCHED > >> 1010705 ± 25% -69.6% 307548 ± 4% softirqs.CPU61.NET_RX > >> 5309 +233.3% 17697 ± 6% softirqs.CPU61.RCU > >> 23611 ± 23% +60.7% 37942 softirqs.CPU61.SCHED > >> 1012623 ± 35% -72.6% 277411 ± 10% softirqs.CPU62.NET_RX > >> 5374 ± 2% +230.0% 17737 ± 6% softirqs.CPU62.RCU > >> 23213 ± 38% +64.4% 38170 softirqs.CPU62.SCHED > >> 1104829 ± 19% -72.3% 306121 ± 13% softirqs.CPU63.NET_RX > >> 5172 ± 4% +239.6% 17566 ± 6% softirqs.CPU63.RCU > >> 21294 ± 20% +78.9% 38088 softirqs.CPU63.SCHED > >> 919625 ± 21% -66.0% 312753 ± 14% softirqs.CPU64.NET_RX > >> 5193 +242.0% 17757 ± 6% softirqs.CPU64.RCU > >> 26150 ± 19% +44.9% 37888 softirqs.CPU64.SCHED > >> 791716 ± 35% -59.3% 322468 ± 13% softirqs.CPU65.NET_RX > >> 5363 +236.5% 18046 ± 6% softirqs.CPU65.RCU > >> 28357 ± 25% +34.2% 38055 softirqs.CPU65.SCHED > >> 1312986 ± 20% -78.1% 287656 ± 16% softirqs.CPU66.NET_RX > >> 5389 ± 2% +233.5% 17972 ± 7% softirqs.CPU66.RCU > >> 16705 ± 39% +127.5% 37998 softirqs.CPU66.SCHED > >> 1239719 ± 14% -76.5% 291072 ± 14% softirqs.CPU67.NET_RX > >> 5362 +229.8% 17686 ± 7% softirqs.CPU67.RCU > >> 17947 ± 25% +112.1% 38067 softirqs.CPU67.SCHED > >> 1190454 ± 15% -74.4% 304163 ± 15% softirqs.CPU68.NET_RX > >> 5434 ± 3% +226.8% 17762 ± 7% softirqs.CPU68.RCU > >> 19579 ± 19% +95.4% 38252 softirqs.CPU68.SCHED > >> 1105716 ± 45% -72.1% 308498 ± 13% softirqs.CPU69.NET_RX > >> 5407 +230.3% 17857 ± 6% softirqs.CPU69.RCU > >> 1446467 ± 25% -78.5% 311179 ± 8% softirqs.CPU7.NET_RX > >> 5355 ± 3% +226.4% 17479 ± 7% softirqs.CPU7.RCU > >> 14928 ± 50% +153.4% 37827 softirqs.CPU7.SCHED > >> 1134423 ± 10% -73.0% 305951 ± 10% softirqs.CPU70.NET_RX > >> 5318 +240.1% 18089 ± 8% softirqs.CPU70.RCU > >> 20041 ± 17% +90.0% 38072 softirqs.CPU70.SCHED > >> 1005130 ± 32% -68.6% 316109 ± 9% softirqs.CPU71.NET_RX > >> 5460 ± 3% +226.7% 17841 ± 7% softirqs.CPU71.RCU > >> 24140 ± 31% +56.9% 37877 softirqs.CPU71.SCHED > >> 1042259 ± 18% -66.3% 351008 ± 11% softirqs.CPU72.NET_RX > >> 4815 +246.9% 16703 ± 8% softirqs.CPU72.RCU > >> 21446 ± 21% +79.9% 38591 ± 2% softirqs.CPU72.SCHED > >> 1036011 ± 31% -68.9% 322259 ± 10% softirqs.CPU73.NET_RX > >> 4921 ± 2% +238.4% 16652 ± 8% softirqs.CPU73.RCU > >> 22119 ± 34% +71.3% 37897 softirqs.CPU73.SCHED > >> 858128 ± 48% -62.9% 318741 ± 9% softirqs.CPU74.NET_RX > >> 5980 ± 12% +181.1% 16807 ± 7% softirqs.CPU74.RCU > >> 26741 ± 35% +42.5% 38105 softirqs.CPU74.SCHED > >> 5179 ± 2% +223.2% 16738 ± 8% softirqs.CPU75.RCU > >> 1477485 ± 7% -80.5% 287802 ± 14% softirqs.CPU76.NET_RX > >> 4841 +248.0% 16844 ± 8% softirqs.CPU76.RCU > >> 12068 ± 12% +215.9% 38128 softirqs.CPU76.SCHED > >> 1005490 ± 29% -69.3% 308208 ± 9% softirqs.CPU77.NET_RX > >> 4885 +248.5% 17028 ± 8% softirqs.CPU77.RCU > >> 23080 ± 33% +64.2% 37893 softirqs.CPU77.SCHED > >> 687769 ± 41% -56.8% 297227 ± 11% softirqs.CPU78.NET_RX > >> 4849 +255.2% 17224 ± 5% softirqs.CPU78.RCU > >> 1072165 ± 23% -72.0% 299887 ± 15% softirqs.CPU79.NET_RX > >> 4782 +241.3% 16321 ± 10% softirqs.CPU79.RCU > >> 21789 ± 23% +76.7% 38492 ± 3% softirqs.CPU79.SCHED > >> 1335986 ± 9% -76.0% 320693 ± 11% softirqs.CPU8.NET_RX > >> 5337 ± 2% +225.7% 17381 ± 8% softirqs.CPU8.RCU > >> 17494 ± 14% +114.3% 37490 ± 2% softirqs.CPU8.SCHED > >> 943421 ± 40% -67.6% 305653 ± 13% softirqs.CPU80.NET_RX > >> 4890 ± 2% +256.2% 17416 ± 8% softirqs.CPU80.RCU > >> 24125 ± 34% +57.2% 37920 softirqs.CPU80.SCHED > >> 4732 ± 2% +263.0% 17179 ± 8% softirqs.CPU81.RCU > >> 1178720 ± 27% -72.9% 319521 ± 13% softirqs.CPU82.NET_RX > >> 4726 +263.3% 17171 ± 8% softirqs.CPU82.RCU > >> 19193 ± 36% +98.4% 38072 softirqs.CPU82.SCHED > >> 963450 ± 25% -68.6% 302594 ± 13% softirqs.CPU83.NET_RX > >> 4861 +256.0% 17306 ± 8% softirqs.CPU83.RCU > >> 24058 ± 27% +57.6% 37919 softirqs.CPU83.SCHED > >> 1297794 ± 15% -76.2% 309477 ± 12% softirqs.CPU84.NET_RX > >> 5137 ± 8% +234.3% 17172 ± 6% softirqs.CPU84.RCU > >> 16306 ± 23% +133.1% 38005 softirqs.CPU84.SCHED > >> 1002585 ± 34% -70.4% 296532 ± 12% softirqs.CPU85.NET_RX > >> 4779 +258.5% 17136 ± 6% softirqs.CPU85.RCU > >> 22988 ± 33% +66.2% 38200 softirqs.CPU85.SCHED > >> 1092887 ± 13% -71.0% 317385 ± 9% softirqs.CPU86.NET_RX > >> 4721 +263.4% 17157 ± 8% softirqs.CPU86.RCU > >> 21265 ± 11% +78.7% 38002 softirqs.CPU86.SCHED > >> 911742 ± 20% -66.8% 303076 ± 10% softirqs.CPU87.NET_RX > >> 4899 ± 6% +252.3% 17259 ± 7% softirqs.CPU87.RCU > >> 25375 ± 19% +49.7% 37995 softirqs.CPU87.SCHED > >> 4782 +260.5% 17238 ± 7% softirqs.CPU88.RCU > >> 872318 ± 29% -64.5% 309398 ± 14% softirqs.CPU89.NET_RX > >> 4743 +264.4% 17284 ± 8% softirqs.CPU89.RCU > >> 26011 ± 23% +45.9% 37950 softirqs.CPU89.SCHED > >> 1050010 ± 31% -70.3% 311865 ± 16% softirqs.CPU9.NET_RX > >> 5239 ± 2% +230.4% 17311 ± 7% softirqs.CPU9.RCU > >> 23288 ± 27% +63.9% 38162 softirqs.CPU9.SCHED > >> 1048107 ± 9% -70.0% 314815 ± 14% softirqs.CPU90.NET_RX > >> 4682 +271.6% 17396 ± 7% softirqs.CPU90.RCU > >> 22266 ± 9% +70.5% 37967 softirqs.CPU90.SCHED > >> 1164391 ± 14% -72.1% 324617 ± 9% softirqs.CPU91.NET_RX > >> 4717 +268.7% 17395 ± 7% softirqs.CPU91.RCU > >> 19393 ± 24% +96.0% 38009 softirqs.CPU91.SCHED > >> 1262650 ± 16% -74.6% 321277 ± 13% softirqs.CPU92.NET_RX > >> 4772 +273.6% 17831 ± 11% softirqs.CPU92.RCU > >> 16181 ± 21% +137.0% 38348 softirqs.CPU92.SCHED > >> 1020555 ± 8% -68.5% 321451 ± 10% softirqs.CPU93.NET_RX > >> 4705 ± 2% +266.2% 17230 ± 9% softirqs.CPU93.RCU > >> 22589 ± 10% +69.4% 38270 softirqs.CPU93.SCHED > >> 1431195 ± 6% -78.4% 309843 ± 14% softirqs.CPU94.NET_RX > >> 4659 +269.4% 17213 ± 9% softirqs.CPU94.RCU > >> 13298 ± 9% +188.5% 38362 ± 2% softirqs.CPU94.SCHED > >> 1012879 ± 27% -70.1% 302707 ± 12% softirqs.CPU95.NET_RX > >> 4789 ± 4% +265.3% 17492 ± 5% softirqs.CPU95.RCU > >> 15915 ± 27% +137.9% 37854 softirqs.CPU95.SCHED > >> 1075360 ± 21% -71.3% 308092 ± 11% softirqs.CPU96.NET_RX > >> 5122 ± 5% +229.0% 16853 ± 6% softirqs.CPU96.RCU > >> 22688 ± 24% +66.9% 37857 softirqs.CPU96.SCHED > >> 5069 +234.5% 16956 ± 6% softirqs.CPU97.RCU > >> 998146 ± 14% -72.8% 271312 ± 17% softirqs.CPU98.NET_RX > >> 5085 +234.0% 16986 ± 6% softirqs.CPU98.RCU > >> 23290 ± 6% +66.3% 38736 softirqs.CPU98.SCHED > >> 488330 ± 35% -47.2% 257938 ± 15% softirqs.CPU99.NET_RX > >> 5289 ± 4% +226.3% 17259 ± 8% softirqs.CPU99.RCU > >> 1.741e+08 -68.2% 55284221 ± 9% softirqs.NET_RX > >> 986127 +237.0% 3323621 ± 7% softirqs.RCU > >> 4913766 +49.8% 7361050 softirqs.SCHED > >> 167438 -29.3% 118387 softirqs.TIMER > >> 22.11 -22.0 0.09 ±223% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.rmqueue.get_page_from_freelist.__alloc_pages_nodemask.kmalloc_large_node > >> 21.90 -21.9 0.00 perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.rmqueue.get_page_from_freelist.__alloc_pages_nodemask > >> 22.89 -21.8 1.12 ± 19% perf-profile.calltrace.cycles-pp.rmqueue.get_page_from_freelist.__alloc_pages_nodemask.kmalloc_large_node.__kmalloc_node_track_caller > >> 23.17 -21.6 1.60 ± 16% perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages_nodemask.kmalloc_large_node.__kmalloc_node_track_caller.kmalloc_reserve > >> 23.31 -21.4 1.89 ± 16% perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.kmalloc_large_node.__kmalloc_node_track_caller.kmalloc_reserve.__alloc_skb > >> 52.02 -18.2 33.83 ± 9% perf-profile.calltrace.cycles-pp.sctp_sendmsg.sock_sendmsg.____sys_sendmsg.___sys_sendmsg.__sys_sendmsg > >> 52.12 -18.0 34.17 ± 9% perf-profile.calltrace.cycles-pp.sock_sendmsg.____sys_sendmsg.___sys_sendmsg.__sys_sendmsg.do_syscall_64 > >> 17.39 -17.3 0.11 ±223% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock.free_one_page.__free_pages_ok.consume_skb > >> 17.57 -17.2 0.33 ±107% perf-profile.calltrace.cycles-pp._raw_spin_lock.free_one_page.__free_pages_ok.consume_skb.sctp_chunk_put > >> 52.45 -17.2 35.28 ± 9% perf-profile.calltrace.cycles-pp.____sys_sendmsg.___sys_sendmsg.__sys_sendmsg.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 17.85 -17.1 0.76 ± 53% perf-profile.calltrace.cycles-pp.free_one_page.__free_pages_ok.consume_skb.sctp_chunk_put.sctp_outq_sack > >> 18.02 -17.1 0.97 ± 50% perf-profile.calltrace.cycles-pp.__free_pages_ok.consume_skb.sctp_chunk_put.sctp_outq_sack.sctp_cmd_interpreter > >> 18.25 -16.7 1.53 ± 47% perf-profile.calltrace.cycles-pp.consume_skb.sctp_chunk_put.sctp_outq_sack.sctp_cmd_interpreter.sctp_do_sm > >> 18.33 -16.6 1.68 ± 47% perf-profile.calltrace.cycles-pp.sctp_chunk_put.sctp_outq_sack.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv > >> 18.25 -16.5 1.75 ± 47% perf-profile.calltrace.cycles-pp.__kmalloc_node_track_caller.kmalloc_reserve.__alloc_skb._sctp_make_chunk.sctp_make_datafrag_empty > >> 18.26 -16.5 1.77 ± 47% perf-profile.calltrace.cycles-pp.kmalloc_reserve.__alloc_skb._sctp_make_chunk.sctp_make_datafrag_empty.sctp_datamsg_from_user > >> 52.76 -16.4 36.38 ± 9% perf-profile.calltrace.cycles-pp.___sys_sendmsg.__sys_sendmsg.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 18.53 -16.3 2.21 ± 47% perf-profile.calltrace.cycles-pp.__alloc_skb._sctp_make_chunk.sctp_make_datafrag_empty.sctp_datamsg_from_user.sctp_sendmsg_to_asoc > >> 18.24 -16.2 2.03 ± 15% perf-profile.calltrace.cycles-pp.kmalloc_large_node.__kmalloc_node_track_caller.kmalloc_reserve.__alloc_skb._sctp_make_chunk > >> 52.84 -16.2 36.63 ± 9% perf-profile.calltrace.cycles-pp.__sys_sendmsg.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 18.67 -16.1 2.56 ± 47% perf-profile.calltrace.cycles-pp._sctp_make_chunk.sctp_make_datafrag_empty.sctp_datamsg_from_user.sctp_sendmsg_to_asoc.sctp_sendmsg > >> 18.81 -15.9 2.91 ± 13% perf-profile.calltrace.cycles-pp.sctp_outq_sack.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_backlog_rcv > >> 18.83 -15.8 3.02 ± 47% perf-profile.calltrace.cycles-pp.sctp_make_datafrag_empty.sctp_datamsg_from_user.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg > >> 61.08 ± 2% -15.7 45.39 ± 9% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 61.25 ± 2% -15.1 46.14 ± 9% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 23.42 -14.0 9.43 ± 10% perf-profile.calltrace.cycles-pp.sctp_assoc_bh_rcv.sctp_backlog_rcv.__release_sock.release_sock.sctp_sendmsg > >> 23.42 -14.0 9.45 ± 11% perf-profile.calltrace.cycles-pp.sctp_do_sm.sctp_assoc_bh_rcv.sctp_backlog_rcv.__release_sock.release_sock > >> 23.50 -13.9 9.63 ± 10% perf-profile.calltrace.cycles-pp.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_backlog_rcv.__release_sock > >> 24.21 -13.4 10.85 ± 10% perf-profile.calltrace.cycles-pp.sctp_backlog_rcv.__release_sock.release_sock.sctp_sendmsg.sock_sendmsg > >> 24.23 -12.7 11.48 ± 10% perf-profile.calltrace.cycles-pp.__release_sock.release_sock.sctp_sendmsg.sock_sendmsg.____sys_sendmsg > >> 24.26 -12.7 11.58 ± 10% perf-profile.calltrace.cycles-pp.release_sock.sctp_sendmsg.sock_sendmsg.____sys_sendmsg.___sys_sendmsg > >> 21.22 -10.8 10.46 ± 11% perf-profile.calltrace.cycles-pp.sctp_datamsg_from_user.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg.____sys_sendmsg > >> 27.33 -6.3 21.01 ± 9% perf-profile.calltrace.cycles-pp.sctp_sendmsg_to_asoc.sctp_sendmsg.sock_sendmsg.____sys_sendmsg.___sys_sendmsg > >> 5.16 -5.1 0.09 ±223% perf-profile.calltrace.cycles-pp.kmalloc_reserve.__alloc_skb.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter > >> 5.16 -5.1 0.09 ±223% perf-profile.calltrace.cycles-pp.__kmalloc_node_track_caller.kmalloc_reserve.__alloc_skb.sctp_packet_transmit.sctp_outq_flush > >> 5.16 -5.1 0.09 ±223% perf-profile.calltrace.cycles-pp.kmalloc_large_node.__kmalloc_node_track_caller.kmalloc_reserve.__alloc_skb.sctp_packet_transmit > >> 5.22 -5.0 0.19 ±223% perf-profile.calltrace.cycles-pp.__alloc_skb.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm > >> 4.80 ± 20% -4.1 0.74 ± 11% perf-profile.calltrace.cycles-pp.kfree_skb.sctp_recvmsg.inet_recvmsg.____sys_recvmsg.___sys_recvmsg > >> 0.83 ± 18% +0.5 1.30 ± 11% perf-profile.calltrace.cycles-pp.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg.____sys_recvmsg.___sys_recvmsg > >> 0.00 +0.5 0.55 ± 6% perf-profile.calltrace.cycles-pp.preempt_schedule_common.__cond_resched.__release_sock.release_sock.sctp_sendmsg > >> 0.00 +0.6 0.56 ± 6% perf-profile.calltrace.cycles-pp.__cond_resched.__release_sock.release_sock.sctp_sendmsg.sock_sendmsg > >> 0.00 +0.6 0.56 ± 5% perf-profile.calltrace.cycles-pp.sctp_ulpevent_make_rcvmsg.sctp_ulpq_tail_data.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv > >> 0.00 +0.6 0.62 ± 10% perf-profile.calltrace.cycles-pp.ktime_get.tick_irq_enter.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +0.6 0.65 ± 2% perf-profile.calltrace.cycles-pp.rebalance_domains.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +0.7 0.66 ± 8% perf-profile.calltrace.cycles-pp.__copy_msghdr_from_user.copy_msghdr_from_user.sendmsg_copy_msghdr.___sys_sendmsg.__sys_sendmsg > >> 0.00 +0.7 0.70 ± 5% perf-profile.calltrace.cycles-pp.timekeeping_max_deferment.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select.do_idle > >> 0.00 +0.7 0.72 ± 4% perf-profile.calltrace.cycles-pp.copy_msghdr_from_user.recvmsg_copy_msghdr.___sys_recvmsg.__sys_recvmsg.do_syscall_64 > >> 0.00 +0.7 0.73 ± 8% perf-profile.calltrace.cycles-pp.sctp_ulpq_tail_event.sctp_ulpq_tail_data.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv > >> 0.00 +0.7 0.73 ± 7% perf-profile.calltrace.cycles-pp.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_rcv > >> 0.00 +0.7 0.74 ± 4% perf-profile.calltrace.cycles-pp.recvmsg_copy_msghdr.___sys_recvmsg.__sys_recvmsg.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.00 +0.7 0.74 ± 9% perf-profile.calltrace.cycles-pp.tick_irq_enter.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 0.00 +0.8 0.76 ± 9% perf-profile.calltrace.cycles-pp.irq_enter_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 0.00 +0.8 0.83 ± 12% perf-profile.calltrace.cycles-pp.ktime_get.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt > >> 1.10 ± 2% +0.9 2.04 ± 5% perf-profile.calltrace.cycles-pp.sctp_ulpq_tail_data.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_rcv > >> 0.00 +1.0 0.95 ± 14% perf-profile.calltrace.cycles-pp.update_process_times.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt > >> 0.00 +1.0 0.96 ± 14% perf-profile.calltrace.cycles-pp.tick_sched_handle.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt > >> 0.00 +1.0 1.02 ± 8% perf-profile.calltrace.cycles-pp.copy_msghdr_from_user.sendmsg_copy_msghdr.___sys_sendmsg.__sys_sendmsg.do_syscall_64 > >> 0.00 +1.0 1.03 ± 8% perf-profile.calltrace.cycles-pp.sendmsg_copy_msghdr.___sys_sendmsg.__sys_sendmsg.do_syscall_64.entry_SYSCALL_64_after_hwframe > >> 0.00 +1.0 1.03 ± 5% perf-profile.calltrace.cycles-pp.tick_nohz_next_event.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry > >> 0.00 +1.1 1.06 ± 3% perf-profile.calltrace.cycles-pp.__softirqentry_text_start.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 0.00 +1.1 1.06 ± 12% perf-profile.calltrace.cycles-pp.__schedule.schedule.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg > >> 0.00 +1.1 1.09 ± 12% perf-profile.calltrace.cycles-pp.schedule.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg > >> 0.00 +1.1 1.10 ± 10% perf-profile.calltrace.cycles-pp.clockevents_program_event.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 0.00 +1.1 1.11 ± 12% perf-profile.calltrace.cycles-pp.schedule_timeout.sctp_skb_recv_datagram.sctp_recvmsg.inet_recvmsg.____sys_recvmsg > >> 0.00 +1.1 1.13 ± 5% perf-profile.calltrace.cycles-pp.tick_nohz_get_sleep_length.menu_select.do_idle.cpu_startup_entry.start_secondary > >> 0.00 +1.1 1.14 ± 13% perf-profile.calltrace.cycles-pp.tick_sched_timer.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt > >> 0.00 +1.4 1.45 ± 4% perf-profile.calltrace.cycles-pp.irq_exit_rcu.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 0.00 +1.7 1.65 ± 8% perf-profile.calltrace.cycles-pp.__hrtimer_run_queues.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt > >> 1.57 ± 2% +1.7 3.26 ± 6% perf-profile.calltrace.cycles-pp.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_rcv.ip_protocol_deliver_rcu > >> 1.13 ± 29% +1.7 2.86 ± 7% perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter > >> 1.14 ± 30% +1.7 2.88 ± 7% perf-profile.calltrace.cycles-pp.copyout._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.sctp_recvmsg > >> 1.19 ± 30% +1.8 3.00 ± 8% perf-profile.calltrace.cycles-pp._copy_to_iter.__skb_datagram_iter.skb_copy_datagram_iter.sctp_recvmsg.inet_recvmsg > >> 1.36 ± 29% +1.9 3.24 ± 7% perf-profile.calltrace.cycles-pp.__skb_datagram_iter.skb_copy_datagram_iter.sctp_recvmsg.inet_recvmsg.____sys_recvmsg > >> 1.36 ± 30% +1.9 3.25 ± 7% perf-profile.calltrace.cycles-pp.skb_copy_datagram_iter.sctp_recvmsg.inet_recvmsg.____sys_recvmsg.___sys_recvmsg > >> 1.79 ± 2% +2.0 3.76 ± 5% perf-profile.calltrace.cycles-pp.sctp_do_sm.sctp_assoc_bh_rcv.sctp_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish > >> 1.92 ± 2% +2.3 4.20 ± 6% perf-profile.calltrace.cycles-pp.sctp_assoc_bh_rcv.sctp_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver > >> 5.27 +2.3 7.54 ± 9% perf-profile.calltrace.cycles-pp.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv.sctp_backlog_rcv > >> 5.06 +2.5 7.54 ± 9% perf-profile.calltrace.cycles-pp.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm.sctp_assoc_bh_rcv > >> 2.36 ± 2% +2.9 5.27 ± 6% perf-profile.calltrace.cycles-pp.sctp_rcv.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv > >> 2.39 ± 2% +3.0 5.37 ± 6% perf-profile.calltrace.cycles-pp.ip_protocol_deliver_rcu.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core > >> 2.40 ± 2% +3.0 5.39 ± 6% perf-profile.calltrace.cycles-pp.ip_local_deliver_finish.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog > >> 2.40 ± 2% +3.0 5.42 ± 6% perf-profile.calltrace.cycles-pp.ip_local_deliver.ip_rcv.__netif_receive_skb_one_core.process_backlog.__napi_poll > >> 2.45 ± 2% +3.1 5.55 ± 6% perf-profile.calltrace.cycles-pp.ip_rcv.__netif_receive_skb_one_core.process_backlog.__napi_poll.net_rx_action > >> 2.48 ± 2% +3.2 5.67 ± 6% perf-profile.calltrace.cycles-pp.__netif_receive_skb_one_core.process_backlog.__napi_poll.net_rx_action.__softirqentry_text_start > >> 0.00 +3.2 3.23 ± 7% perf-profile.calltrace.cycles-pp.hrtimer_interrupt.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state > >> 0.00 +3.3 3.27 ± 7% perf-profile.calltrace.cycles-pp.__sysvec_apic_timer_interrupt.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter > >> 2.52 ± 2% +3.3 5.82 ± 6% perf-profile.calltrace.cycles-pp.process_backlog.__napi_poll.net_rx_action.__softirqentry_text_start.do_softirq > >> 2.53 ± 2% +3.3 5.83 ± 6% perf-profile.calltrace.cycles-pp.__napi_poll.net_rx_action.__softirqentry_text_start.do_softirq.__local_bh_enable_ip > >> 2.56 ± 2% +3.3 5.91 ± 6% perf-profile.calltrace.cycles-pp.net_rx_action.__softirqentry_text_start.do_softirq.__local_bh_enable_ip.ip_finish_output2 > >> 2.63 ± 2% +3.4 6.05 ± 6% perf-profile.calltrace.cycles-pp.__softirqentry_text_start.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output > >> 2.64 ± 2% +3.5 6.10 ± 6% perf-profile.calltrace.cycles-pp.do_softirq.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit > >> 2.65 ± 2% +3.5 6.14 ± 6% perf-profile.calltrace.cycles-pp.__local_bh_enable_ip.ip_finish_output2.ip_output.__ip_queue_xmit.sctp_packet_transmit > >> 2.72 ± 2% +3.7 6.41 ± 6% perf-profile.calltrace.cycles-pp.ip_finish_output2.ip_output.__ip_queue_xmit.sctp_packet_transmit.sctp_outq_flush > >> 2.77 ± 2% +3.8 6.52 ± 6% perf-profile.calltrace.cycles-pp.ip_output.__ip_queue_xmit.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter > >> 2.79 ± 2% +3.8 6.62 ± 6% perf-profile.calltrace.cycles-pp.__ip_queue_xmit.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm > >> 0.00 +4.4 4.35 ± 11% perf-profile.calltrace.cycles-pp.menu_select.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 2.12 +4.5 6.63 ± 10% perf-profile.calltrace.cycles-pp.memcpy_erms.sctp_packet_pack.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter > >> 2.21 +4.7 6.90 ± 10% perf-profile.calltrace.cycles-pp.sctp_packet_pack.sctp_packet_transmit.sctp_outq_flush.sctp_cmd_interpreter.sctp_do_sm > >> 0.00 +6.1 6.06 ± 3% perf-profile.calltrace.cycles-pp.sysvec_apic_timer_interrupt.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle > >> 37.56 ± 3% +7.6 45.15 ± 8% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary > >> 37.57 ± 3% +10.1 47.67 ± 8% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 0.00 +11.2 11.16 ± 8% perf-profile.calltrace.cycles-pp.asm_sysvec_apic_timer_interrupt.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry > >> 38.28 ± 3% +14.1 52.37 ± 8% perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 38.29 ± 3% +14.1 52.38 ± 8% perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify > >> 38.29 ± 3% +14.1 52.38 ± 8% perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify > >> 38.40 ± 3% +14.3 52.66 ± 8% perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify > >> 43.97 -43.2 0.80 ± 30% perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath > >> 22.23 -21.5 0.74 ± 16% perf-profile.children.cycles-pp._raw_spin_lock_irqsave > >> 22.91 -21.3 1.58 ± 18% perf-profile.children.cycles-pp.rmqueue > >> 22.43 ± 3% -21.2 1.19 ± 22% perf-profile.children.cycles-pp.free_one_page > >> 22.68 ± 3% -21.1 1.56 ± 17% perf-profile.children.cycles-pp.__free_pages_ok > >> 22.21 ± 3% -21.0 1.17 ± 21% perf-profile.children.cycles-pp._raw_spin_lock > >> 23.18 -20.9 2.25 ± 15% perf-profile.children.cycles-pp.get_page_from_freelist > >> 23.32 -20.7 2.60 ± 15% perf-profile.children.cycles-pp.__alloc_pages_nodemask > >> 23.41 -20.6 2.78 ± 14% perf-profile.children.cycles-pp.kmalloc_large_node > >> 23.44 -20.6 2.88 ± 14% perf-profile.children.cycles-pp.__kmalloc_node_track_caller > >> 23.45 -20.5 2.92 ± 14% perf-profile.children.cycles-pp.kmalloc_reserve > >> 23.80 -20.1 3.69 ± 13% perf-profile.children.cycles-pp.__alloc_skb > >> 52.03 -18.2 33.84 ± 9% perf-profile.children.cycles-pp.sctp_sendmsg > >> 52.12 -17.9 34.18 ± 9% perf-profile.children.cycles-pp.sock_sendmsg > >> 52.46 -17.2 35.29 ± 9% perf-profile.children.cycles-pp.____sys_sendmsg > >> 52.76 -16.4 36.39 ± 9% perf-profile.children.cycles-pp.___sys_sendmsg > >> 18.35 -16.3 2.02 ± 13% perf-profile.children.cycles-pp.consume_skb > >> 18.57 -16.3 2.27 ± 40% perf-profile.children.cycles-pp.sctp_chunk_put > >> 52.84 -16.2 36.64 ± 9% perf-profile.children.cycles-pp.__sys_sendmsg > >> 18.81 -15.8 2.96 ± 13% perf-profile.children.cycles-pp.sctp_outq_sack > >> 18.83 -15.8 3.04 ± 46% perf-profile.children.cycles-pp.sctp_make_datafrag_empty > >> 61.12 ± 2% -15.6 45.47 ± 9% perf-profile.children.cycles-pp.do_syscall_64 > >> 18.72 -15.6 3.11 ± 16% perf-profile.children.cycles-pp._sctp_make_chunk > >> 61.29 ± 2% -15.0 46.24 ± 9% perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 24.21 -13.3 10.92 ± 10% perf-profile.children.cycles-pp.sctp_backlog_rcv > >> 24.23 -12.7 11.55 ± 10% perf-profile.children.cycles-pp.__release_sock > >> 24.29 -12.4 11.92 ± 10% perf-profile.children.cycles-pp.release_sock > >> 25.35 -11.5 13.81 ± 9% perf-profile.children.cycles-pp.sctp_assoc_bh_rcv > >> 21.22 -10.7 10.47 ± 11% perf-profile.children.cycles-pp.sctp_datamsg_from_user > >> 30.01 -9.5 20.47 ± 8% perf-profile.children.cycles-pp.sctp_cmd_interpreter > >> 30.06 -9.4 20.63 ± 8% perf-profile.children.cycles-pp.sctp_do_sm > >> 27.33 -6.3 21.02 ± 9% perf-profile.children.cycles-pp.sctp_sendmsg_to_asoc > >> 4.80 ± 20% -4.1 0.75 ± 11% perf-profile.children.cycles-pp.kfree_skb > >> 0.17 ± 7% -0.1 0.12 ± 11% perf-profile.children.cycles-pp.dequeue_entity > >> 0.20 ± 2% -0.1 0.14 ± 11% perf-profile.children.cycles-pp.enqueue_entity > >> 0.05 ± 8% +0.0 0.08 ± 11% perf-profile.children.cycles-pp.__update_load_avg_cfs_rq > >> 0.18 ± 9% +0.0 0.22 ± 9% perf-profile.children.cycles-pp.update_load_avg > >> 0.02 ±141% +0.0 0.06 ± 11% perf-profile.children.cycles-pp.___perf_sw_event > >> 0.05 +0.1 0.10 ± 16% perf-profile.children.cycles-pp.__free_pages > >> 0.00 +0.1 0.06 ± 13% perf-profile.children.cycles-pp._find_next_bit > >> 0.00 +0.1 0.06 ± 8% perf-profile.children.cycles-pp.worker_thread > >> 0.00 +0.1 0.06 ± 8% perf-profile.children.cycles-pp.validate_xmit_skb > >> 0.00 +0.1 0.06 ± 13% perf-profile.children.cycles-pp.enqueue_hrtimer > >> 0.00 +0.1 0.06 ± 13% perf-profile.children.cycles-pp._raw_spin_lock_irq > >> 0.00 +0.1 0.06 ± 18% perf-profile.children.cycles-pp.ipv4_mtu > >> 0.00 +0.1 0.06 ± 9% perf-profile.children.cycles-pp.__remove_hrtimer > >> 0.04 ± 71% +0.1 0.10 ± 7% perf-profile.children.cycles-pp.__switch_to > >> 0.00 +0.1 0.06 ± 11% perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack > >> 0.00 +0.1 0.06 ± 11% perf-profile.children.cycles-pp.__hrtimer_next_event_base > >> 0.00 +0.1 0.06 ± 17% perf-profile.children.cycles-pp.check_preempt_wakeup > >> 0.00 +0.1 0.06 ± 19% perf-profile.children.cycles-pp.serial8250_console_putchar > >> 0.03 ± 70% +0.1 0.10 ± 15% perf-profile.children.cycles-pp.update_cfs_group > >> 0.00 +0.1 0.06 ± 21% perf-profile.children.cycles-pp.serial8250_console_write > >> 0.00 +0.1 0.06 ± 21% perf-profile.children.cycles-pp.uart_console_write > >> 0.00 +0.1 0.06 ± 21% perf-profile.children.cycles-pp.wait_for_xmitr > >> 0.00 +0.1 0.07 ± 7% perf-profile.children.cycles-pp.put_prev_entity > >> 0.00 +0.1 0.07 ± 13% perf-profile.children.cycles-pp.cpumask_next_and > >> 0.00 +0.1 0.07 ± 10% perf-profile.children.cycles-pp.__mod_lruvec_page_state > >> 0.13 ± 26% +0.1 0.20 ± 10% perf-profile.children.cycles-pp.simple_copy_to_iter > >> 0.10 ± 8% +0.1 0.17 ± 7% perf-profile.children.cycles-pp.__mod_node_page_state > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.update_irq_load_avg > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.ip_send_check > >> 0.00 +0.1 0.07 ± 8% perf-profile.children.cycles-pp.sctp_ulpevent_init > >> 0.00 +0.1 0.07 ± 16% perf-profile.children.cycles-pp.rcu_idle_exit > >> 0.00 +0.1 0.07 ± 14% perf-profile.children.cycles-pp.check_preempt_curr > >> 0.00 +0.1 0.07 ± 14% perf-profile.children.cycles-pp.iov_iter_advance > >> 0.00 +0.1 0.07 ± 14% perf-profile.children.cycles-pp.ttwu_do_wakeup > >> 0.00 +0.1 0.07 ± 9% perf-profile.children.cycles-pp.hrtimer_next_event_without > >> 0.25 ± 5% +0.1 0.32 ± 8% perf-profile.children.cycles-pp.ttwu_do_activate > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.asm_sysvec_irq_work > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.sysvec_irq_work > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.__sysvec_irq_work > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.irq_work_run > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.irq_work_single > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.printk > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.vprintk_emit > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.console_unlock > >> 0.00 +0.1 0.07 ± 18% perf-profile.children.cycles-pp.copy_fpregs_to_fpstate > >> 0.00 +0.1 0.07 ± 21% perf-profile.children.cycles-pp.sctp_ulpq_order > >> 0.00 +0.1 0.07 ± 10% perf-profile.children.cycles-pp.del_timer > >> 0.24 ± 3% +0.1 0.32 ± 9% perf-profile.children.cycles-pp.enqueue_task_fair > >> 0.00 +0.1 0.08 ± 16% perf-profile.children.cycles-pp.sctp_hash_key > >> 0.00 +0.1 0.08 ± 9% perf-profile.children.cycles-pp.rcu_all_qs > >> 0.00 +0.1 0.08 ± 9% perf-profile.children.cycles-pp.check_stack_object > >> 0.04 ± 71% +0.1 0.12 ± 12% perf-profile.children.cycles-pp.skb_release_data > >> 0.00 +0.1 0.08 ± 15% perf-profile.children.cycles-pp.irq_work_run_list > >> 0.00 +0.1 0.08 ± 8% perf-profile.children.cycles-pp.arch_scale_freq_tick > >> 0.04 ± 71% +0.1 0.12 ± 11% perf-profile.children.cycles-pp.__switch_to_asm > >> 0.00 +0.1 0.08 ± 22% perf-profile.children.cycles-pp.reweight_entity > >> 0.00 +0.1 0.08 ± 29% perf-profile.children.cycles-pp.rcu_sched_clock_irq > >> 0.56 ± 3% +0.1 0.65 ± 7% perf-profile.children.cycles-pp.__wake_up_common > >> 0.54 ± 2% +0.1 0.62 ± 7% perf-profile.children.cycles-pp.try_to_wake_up > >> 0.05 ± 8% +0.1 0.14 ± 8% perf-profile.children.cycles-pp.sctp_outq_flush_ctrl > >> 0.00 +0.1 0.09 ± 14% perf-profile.children.cycles-pp.syscall_exit_to_user_mode_prepare > >> 0.00 +0.1 0.09 ± 17% perf-profile.children.cycles-pp.__ip_local_out > >> 0.00 +0.1 0.09 ± 17% perf-profile.children.cycles-pp.__netif_receive_skb_core > >> 0.05 +0.1 0.14 ± 7% perf-profile.children.cycles-pp.mod_timer > >> 0.00 +0.1 0.09 ± 12% perf-profile.children.cycles-pp.get_next_timer_interrupt > >> 0.00 +0.1 0.09 ± 31% perf-profile.children.cycles-pp.ipv4_dst_check > >> 0.06 ± 7% +0.1 0.15 ± 8% perf-profile.children.cycles-pp.sctp_outq_tail > >> 0.05 +0.1 0.14 ± 7% perf-profile.children.cycles-pp.sctp_association_hold > >> 0.00 +0.1 0.09 ± 9% perf-profile.children.cycles-pp.lock_timer_base > >> 0.19 ± 6% +0.1 0.28 ± 13% perf-profile.children.cycles-pp.dequeue_task_fair > >> 0.33 ± 12% +0.1 0.42 ± 10% perf-profile.children.cycles-pp.kmem_cache_free > >> 0.05 +0.1 0.14 ± 12% perf-profile.children.cycles-pp.kmem_cache_alloc_trace > >> 0.00 +0.1 0.09 ± 11% perf-profile.children.cycles-pp.ip_local_out > >> 0.00 +0.1 0.09 ± 19% perf-profile.children.cycles-pp.sctp_chunk_abandoned > >> 0.55 ± 3% +0.1 0.64 ± 7% perf-profile.children.cycles-pp.autoremove_wake_function > >> 0.06 ± 7% +0.1 0.16 ± 13% perf-profile.children.cycles-pp.skb_set_owner_w > >> 0.00 +0.1 0.10 ± 4% perf-profile.children.cycles-pp.update_ts_time_stats > >> 0.09 ± 5% +0.1 0.19 ± 8% perf-profile.children.cycles-pp.prep_compound_page > >> 0.00 +0.1 0.10 ± 13% perf-profile.children.cycles-pp.__check_heap_object > >> 0.00 +0.1 0.10 ± 12% perf-profile.children.cycles-pp.kthread > >> 0.00 +0.1 0.10 ± 6% perf-profile.children.cycles-pp.nr_iowait_cpu > >> 0.00 +0.1 0.10 ± 10% perf-profile.children.cycles-pp.__put_user_nocheck_8 > >> 0.00 +0.1 0.10 ± 14% perf-profile.children.cycles-pp.ret_from_fork > >> 0.00 +0.1 0.10 ± 23% perf-profile.children.cycles-pp.sctp_validate_data > >> 0.00 +0.1 0.10 ± 16% perf-profile.children.cycles-pp.__put_user_nocheck_4 > >> 0.00 +0.1 0.10 ± 9% perf-profile.children.cycles-pp.sctp_transport_reset_t3_rtx > >> 0.00 +0.1 0.10 ± 13% perf-profile.children.cycles-pp.__intel_pmu_enable_all > >> 0.05 ± 8% +0.1 0.16 ± 9% perf-profile.children.cycles-pp.sctp_transport_put > >> 0.00 +0.1 0.11 ± 10% perf-profile.children.cycles-pp.ip_finish_output > >> 0.00 +0.1 0.11 ± 26% perf-profile.children.cycles-pp.account_process_tick > >> 0.00 +0.1 0.11 ± 12% perf-profile.children.cycles-pp.enqueue_to_backlog > >> 0.10 ± 4% +0.1 0.21 ± 7% perf-profile.children.cycles-pp.prep_new_page > >> 0.09 ± 5% +0.1 0.20 ± 13% perf-profile.children.cycles-pp.update_curr > >> 0.00 +0.1 0.11 ± 9% perf-profile.children.cycles-pp.sctp_packet_append_chunk > >> 0.07 ± 11% +0.1 0.18 ± 8% perf-profile.children.cycles-pp.sctp_transport_hold > >> 0.02 ±141% +0.1 0.13 ± 29% perf-profile.children.cycles-pp.sctp_assoc_rwnd_increase > >> 0.00 +0.1 0.11 ± 20% perf-profile.children.cycles-pp.tsc_verify_tsc_adjust > >> 0.03 ± 70% +0.1 0.15 ± 7% perf-profile.children.cycles-pp.sock_wfree > >> 0.29 +0.1 0.41 ± 17% perf-profile.children.cycles-pp.__free_one_page > >> 0.00 +0.1 0.12 ± 19% perf-profile.children.cycles-pp.arch_cpu_idle_enter > >> 0.09 ± 5% +0.1 0.22 ± 10% perf-profile.children.cycles-pp.update_rq_clock > >> 0.00 +0.1 0.12 ± 7% perf-profile.children.cycles-pp.__ksize > >> 0.00 +0.1 0.12 ± 15% perf-profile.children.cycles-pp.dst_release > >> 0.00 +0.1 0.12 ± 8% perf-profile.children.cycles-pp.netif_rx_internal > >> 0.00 +0.1 0.13 ± 28% perf-profile.children.cycles-pp.calc_global_load_tick > >> 0.02 ±141% +0.1 0.14 ± 6% perf-profile.children.cycles-pp.sctp_chunk_hold > >> 0.00 +0.1 0.13 ± 8% perf-profile.children.cycles-pp.netif_rx > >> 0.00 +0.1 0.13 ± 14% perf-profile.children.cycles-pp.__genradix_ptr > >> 0.03 ± 70% +0.1 0.16 ± 9% perf-profile.children.cycles-pp.__x86_indirect_thunk_rax > >> 0.06 ± 13% +0.1 0.19 ± 7% perf-profile.children.cycles-pp.sctp_association_put > >> 0.07 +0.1 0.20 ± 10% perf-profile.children.cycles-pp.sctp_v4_xmit > >> 0.06 ± 7% +0.1 0.20 ± 11% perf-profile.children.cycles-pp.__kmalloc > >> 0.02 ±141% +0.1 0.16 ± 10% perf-profile.children.cycles-pp.__cgroup_bpf_run_filter_skb > >> 0.69 ± 2% +0.1 0.83 ± 7% perf-profile.children.cycles-pp.sctp_ulpq_tail_event > >> 0.08 ± 6% +0.1 0.23 ± 16% perf-profile.children.cycles-pp.__copy_skb_header > >> 0.09 ± 5% +0.2 0.24 ± 7% perf-profile.children.cycles-pp.sctp_check_transmitted > >> 0.19 ± 2% +0.2 0.35 ± 10% perf-profile.children.cycles-pp.__list_add_valid > >> 0.00 +0.2 0.16 ± 16% perf-profile.children.cycles-pp.sk_filter_trim_cap > >> 0.08 ± 26% +0.2 0.24 ± 10% perf-profile.children.cycles-pp.security_socket_recvmsg > >> 0.11 ±100% +0.2 0.28 ± 24% perf-profile.children.cycles-pp.start_kernel > >> 0.00 +0.2 0.16 ± 8% perf-profile.children.cycles-pp.skb_clone > >> 0.07 +0.2 0.23 ± 10% perf-profile.children.cycles-pp.sock_kfree_s > >> 0.06 ± 7% +0.2 0.23 ± 5% perf-profile.children.cycles-pp.native_sched_clock > >> 0.00 +0.2 0.17 ± 11% perf-profile.children.cycles-pp.run_rebalance_domains > >> 0.17 ± 7% +0.2 0.34 ± 9% perf-profile.children.cycles-pp.sctp_addrs_lookup_transport > >> 0.03 ± 70% +0.2 0.20 ± 6% perf-profile.children.cycles-pp.__entry_text_start > >> 0.08 ± 24% +0.2 0.26 ± 7% perf-profile.children.cycles-pp.sock_recvmsg > >> 0.08 ± 5% +0.2 0.26 ± 10% perf-profile.children.cycles-pp.sctp_ulpevent_receive_data > >> 0.00 +0.2 0.17 ± 10% perf-profile.children.cycles-pp.update_blocked_averages > >> 0.07 ± 11% +0.2 0.24 ± 7% perf-profile.children.cycles-pp.__sctp_packet_append_chunk > >> 0.06 ± 7% +0.2 0.24 ± 5% perf-profile.children.cycles-pp.sched_clock > >> 0.14 ± 3% +0.2 0.32 ± 7% perf-profile.children.cycles-pp.sctp_eat_data > >> 0.00 +0.2 0.18 ± 16% perf-profile.children.cycles-pp.switch_fpu_return > >> 0.08 +0.2 0.26 ± 8% perf-profile.children.cycles-pp.sctp_inq_pop > >> 0.18 ± 7% +0.2 0.36 ± 7% perf-profile.children.cycles-pp.__sctp_rcv_lookup > >> 0.29 +0.2 0.48 ± 17% perf-profile.children.cycles-pp.sctp_datamsg_put > >> 0.10 ± 12% +0.2 0.28 ± 9% perf-profile.children.cycles-pp.__fget_light > >> 0.00 +0.2 0.19 ± 14% perf-profile.children.cycles-pp.idle_cpu > >> 0.07 ± 6% +0.2 0.27 ± 11% perf-profile.children.cycles-pp.security_socket_sendmsg > >> 0.09 +0.2 0.28 ± 8% perf-profile.children.cycles-pp.kmem_cache_alloc_node > >> 0.00 +0.2 0.19 ± 15% perf-profile.children.cycles-pp.skb_put > >> 0.07 ± 6% +0.2 0.27 ± 4% perf-profile.children.cycles-pp.sched_clock_cpu > >> 0.08 ± 5% +0.2 0.28 ± 10% perf-profile.children.cycles-pp.sock_kmalloc > >> 0.00 +0.2 0.20 ± 13% perf-profile.children.cycles-pp.load_new_mm_cr3 > >> 0.08 ± 5% +0.2 0.29 ± 10% perf-profile.children.cycles-pp.loopback_xmit > >> 0.10 ± 12% +0.2 0.30 ± 6% perf-profile.children.cycles-pp.__virt_addr_valid > >> 0.09 ± 5% +0.2 0.29 ± 11% perf-profile.children.cycles-pp.move_addr_to_kernel > >> 0.09 ± 5% +0.2 0.29 ± 8% perf-profile.children.cycles-pp.memset_erms > >> 0.20 ± 9% +0.2 0.41 ± 9% perf-profile.children.cycles-pp.sctp_hash_cmp > >> 0.11 +0.2 0.33 ± 11% perf-profile.children.cycles-pp.__zone_watermark_ok > >> 0.12 ± 3% +0.2 0.35 ± 10% perf-profile.children.cycles-pp.__skb_clone > >> 0.09 ± 5% +0.2 0.31 ± 10% perf-profile.children.cycles-pp.dev_hard_start_xmit > >> 0.11 +0.2 0.34 ± 19% perf-profile.children.cycles-pp.sctp_sched_fcfs_dequeue > >> 0.36 ± 30% +0.2 0.60 ± 12% perf-profile.children.cycles-pp._raw_spin_lock_bh > >> 0.11 ± 7% +0.2 0.34 ± 8% perf-profile.children.cycles-pp.__might_sleep > >> 0.12 ± 10% +0.2 0.35 ± 8% perf-profile.children.cycles-pp.sockfd_lookup_light > >> 0.13 ± 13% +0.2 0.36 ± 10% perf-profile.children.cycles-pp.__might_fault > >> 0.10 ± 4% +0.2 0.34 ± 4% perf-profile.children.cycles-pp.sctp_wfree > >> 0.02 ±141% +0.2 0.26 ± 14% perf-profile.children.cycles-pp.exit_to_user_mode_prepare > >> 0.18 ± 4% +0.2 0.43 ± 5% perf-profile.children.cycles-pp.sctp_sf_eat_data_6_2 > >> 0.16 ± 6% +0.3 0.41 ± 9% perf-profile.children.cycles-pp.sctp_packet_config > >> 0.13 ± 12% +0.3 0.38 ± 10% perf-profile.children.cycles-pp.___might_sleep > >> 0.11 ± 11% +0.3 0.37 ± 7% perf-profile.children.cycles-pp.aa_sk_perm > >> 0.17 ± 9% +0.3 0.43 ± 10% perf-profile.children.cycles-pp.sctp_epaddr_lookup_transport > >> 0.00 +0.3 0.27 ± 6% perf-profile.children.cycles-pp.lapic_next_deadline > >> 0.00 +0.3 0.28 ± 10% perf-profile.children.cycles-pp.switch_mm_irqs_off > >> 0.11 ± 14% +0.3 0.40 ± 6% perf-profile.children.cycles-pp.syscall_return_via_sysret > >> 0.08 ± 5% +0.3 0.38 ± 7% perf-profile.children.cycles-pp.read_tsc > >> 0.10 ± 16% +0.3 0.40 ± 14% perf-profile.children.cycles-pp.syscall_exit_to_user_mode > >> 0.00 +0.3 0.31 ± 15% perf-profile.children.cycles-pp.perf_mux_hrtimer_handler > >> 0.00 +0.3 0.32 ± 11% perf-profile.children.cycles-pp.ktime_get_update_offsets_now > >> 0.13 ± 3% +0.3 0.46 ± 8% perf-profile.children.cycles-pp.__dev_queue_xmit > >> 0.18 ± 6% +0.3 0.51 ± 9% perf-profile.children.cycles-pp.sctp_outq_select_transport > >> 0.11 ± 4% +0.3 0.44 ± 9% perf-profile.children.cycles-pp.sctp_packet_transmit_chunk > >> 0.16 ± 2% +0.4 0.52 ± 9% perf-profile.children.cycles-pp.sctp_chunkify > >> 0.22 ± 3% +0.4 0.60 ± 7% perf-profile.children.cycles-pp.kfree > >> 0.17 ± 14% +0.4 0.55 ± 4% perf-profile.children.cycles-pp.iovec_from_user > >> 0.14 ± 5% +0.4 0.52 ± 8% perf-profile.children.cycles-pp.copy_user_generic_unrolled > >> 0.00 +0.4 0.38 ± 6% perf-profile.children.cycles-pp._raw_spin_trylock > >> 0.00 +0.4 0.40 ± 5% perf-profile.children.cycles-pp.tick_nohz_irq_exit > >> 0.00 +0.4 0.40 ± 6% perf-profile.children.cycles-pp.native_irq_return_iret > >> 0.18 ± 2% +0.4 0.59 ± 7% perf-profile.children.cycles-pp.kmem_cache_alloc > >> 0.39 +0.4 0.81 ± 15% perf-profile.children.cycles-pp.__list_del_entry_valid > >> 0.29 ± 11% +0.4 0.72 ± 7% perf-profile.children.cycles-pp.__check_object_size > >> 0.14 ± 3% +0.4 0.57 ± 29% perf-profile.children.cycles-pp.sctp_addto_chunk > >> 0.20 ± 6% +0.5 0.66 ± 4% perf-profile.children.cycles-pp.skb_release_head_state > >> 0.10 ± 4% +0.5 0.56 ± 15% perf-profile.children.cycles-pp.scheduler_tick > >> 0.21 ± 6% +0.5 0.67 ± 4% perf-profile.children.cycles-pp.skb_release_all > >> 0.22 ± 13% +0.5 0.69 ± 4% perf-profile.children.cycles-pp.__import_iovec > >> 0.83 ± 18% +0.5 1.31 ± 10% perf-profile.children.cycles-pp.sctp_skb_recv_datagram > >> 0.00 +0.5 0.48 ± 17% perf-profile.children.cycles-pp.newidle_balance > >> 0.22 ± 14% +0.5 0.73 ± 5% perf-profile.children.cycles-pp.import_iovec > >> 0.21 ± 27% +0.5 0.74 ± 4% perf-profile.children.cycles-pp.recvmsg_copy_msghdr > >> 0.07 +0.5 0.61 ± 7% perf-profile.children.cycles-pp.irqtime_account_irq > >> 0.00 +0.6 0.55 ± 6% perf-profile.children.cycles-pp.preempt_schedule_common > >> 0.19 ± 28% +0.6 0.75 ± 13% perf-profile.children.cycles-pp.pick_next_task_fair > >> 0.00 +0.6 0.58 ± 14% perf-profile.children.cycles-pp.update_sd_lb_stats > >> 0.00 +0.6 0.59 ± 15% perf-profile.children.cycles-pp.find_busiest_group > >> 0.06 ± 8% +0.7 0.71 ± 5% perf-profile.children.cycles-pp.__cond_resched > >> 0.00 +0.7 0.66 ± 2% perf-profile.children.cycles-pp.rebalance_domains > >> 0.00 +0.7 0.66 ± 13% perf-profile.children.cycles-pp.load_balance > >> 0.35 ± 2% +0.7 1.02 ± 4% perf-profile.children.cycles-pp.sctp_ulpevent_make_rcvmsg > >> 0.09 +0.7 0.78 ±154% perf-profile.children.cycles-pp.sctp_make_sack > >> 0.00 +0.7 0.71 ± 5% perf-profile.children.cycles-pp.timekeeping_max_deferment > >> 0.24 ± 8% +0.7 0.97 ± 7% perf-profile.children.cycles-pp.__copy_msghdr_from_user > >> 0.00 +0.8 0.75 ± 9% perf-profile.children.cycles-pp.tick_irq_enter > >> 0.28 ± 2% +0.8 1.03 ± 8% perf-profile.children.cycles-pp.sendmsg_copy_msghdr > >> 0.00 +0.8 0.76 ± 8% perf-profile.children.cycles-pp.irq_enter_rcu > >> 0.42 ± 6% +0.8 1.20 ± 12% perf-profile.children.cycles-pp.schedule_timeout > >> 0.40 ± 5% +0.8 1.23 ± 12% perf-profile.children.cycles-pp.schedule > >> 0.15 ± 3% +0.9 1.01 ± 13% perf-profile.children.cycles-pp.update_process_times > >> 0.15 ± 3% +0.9 1.02 ± 13% perf-profile.children.cycles-pp.tick_sched_handle > >> 1.10 ± 2% +1.0 2.06 ± 5% perf-profile.children.cycles-pp.sctp_ulpq_tail_data > >> 0.06 ± 7% +1.0 1.04 ± 6% perf-profile.children.cycles-pp.tick_nohz_next_event > >> 0.36 ± 9% +1.0 1.37 ± 6% perf-profile.children.cycles-pp._copy_from_user > >> 0.00 +1.0 1.04 ±197% perf-profile.children.cycles-pp.sctp_chunk_assign_ssn > >> 0.17 ± 2% +1.0 1.21 ± 11% perf-profile.children.cycles-pp.tick_sched_timer > >> 0.73 ± 15% +1.0 1.78 ± 10% perf-profile.children.cycles-pp.__schedule > >> 0.08 ± 5% +1.0 1.13 ± 9% perf-profile.children.cycles-pp.clockevents_program_event > >> 0.08 ± 5% +1.1 1.14 ± 5% perf-profile.children.cycles-pp.tick_nohz_get_sleep_length > >> 0.48 ± 10% +1.3 1.76 ± 6% perf-profile.children.cycles-pp.copy_msghdr_from_user > >> 0.09 ± 5% +1.4 1.47 ± 4% perf-profile.children.cycles-pp.irq_exit_rcu > >> 0.22 ± 2% +1.5 1.75 ± 8% perf-profile.children.cycles-pp.__hrtimer_run_queues > >> 1.14 ± 30% +1.7 2.88 ± 8% perf-profile.children.cycles-pp.copyout > >> 1.19 ± 30% +1.8 3.00 ± 8% perf-profile.children.cycles-pp._copy_to_iter > >> 1.36 ± 29% +1.9 3.24 ± 7% perf-profile.children.cycles-pp.__skb_datagram_iter > >> 1.36 ± 30% +1.9 3.26 ± 7% perf-profile.children.cycles-pp.skb_copy_datagram_iter > >> 0.22 ± 7% +2.1 2.31 ± 6% perf-profile.children.cycles-pp.ktime_get > >> 0.36 ± 3% +3.0 3.38 ± 6% perf-profile.children.cycles-pp.hrtimer_interrupt > >> 0.37 ± 3% +3.0 3.41 ± 6% perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt > >> 2.36 ± 2% +3.1 5.42 ± 6% perf-profile.children.cycles-pp.sctp_rcv > >> 2.39 ± 2% +3.1 5.52 ± 6% perf-profile.children.cycles-pp.ip_protocol_deliver_rcu > >> 2.40 ± 2% +3.1 5.55 ± 6% perf-profile.children.cycles-pp.ip_local_deliver_finish > >> 2.41 ± 2% +3.2 5.58 ± 6% perf-profile.children.cycles-pp.ip_local_deliver > >> 2.45 ± 2% +3.3 5.70 ± 6% perf-profile.children.cycles-pp.ip_rcv > >> 2.48 ± 2% +3.3 5.82 ± 6% perf-profile.children.cycles-pp.__netif_receive_skb_one_core > >> 2.53 ± 2% +3.5 5.99 ± 6% perf-profile.children.cycles-pp.__napi_poll > >> 2.52 ± 2% +3.5 5.98 ± 6% perf-profile.children.cycles-pp.process_backlog > >> 2.57 ± 2% +3.5 6.07 ± 6% perf-profile.children.cycles-pp.net_rx_action > >> 2.65 ± 2% +3.6 6.20 ± 6% perf-profile.children.cycles-pp.do_softirq > >> 1.96 +3.6 5.55 ± 10% perf-profile.children.cycles-pp.copyin > >> 2.67 ± 2% +3.6 6.29 ± 6% perf-profile.children.cycles-pp.__local_bh_enable_ip > >> 2.00 +3.7 5.71 ± 10% perf-profile.children.cycles-pp._copy_from_iter_full > >> 2.77 ± 2% +3.9 6.68 ± 6% perf-profile.children.cycles-pp.ip_finish_output2 > >> 2.84 ± 2% +4.0 6.86 ± 6% perf-profile.children.cycles-pp.ip_output > >> 2.88 ± 2% +4.1 7.00 ± 6% perf-profile.children.cycles-pp.__ip_queue_xmit > >> 0.17 ± 2% +4.2 4.38 ± 11% perf-profile.children.cycles-pp.menu_select > >> 2.69 ± 2% +4.5 7.22 ± 5% perf-profile.children.cycles-pp.__softirqentry_text_start > >> 2.15 +4.6 6.79 ± 10% perf-profile.children.cycles-pp.memcpy_erms > >> 10.45 +4.8 15.24 ± 8% perf-profile.children.cycles-pp.sctp_packet_transmit > >> 2.28 +4.8 7.12 ± 10% perf-profile.children.cycles-pp.sctp_packet_pack > >> 3.17 ± 9% +5.6 8.80 ± 9% perf-profile.children.cycles-pp.copy_user_enhanced_fast_string > >> 0.51 ± 4% +5.7 6.25 ± 2% perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt > >> 11.07 +6.1 17.21 ± 8% perf-profile.children.cycles-pp.sctp_outq_flush > >> 0.57 ± 3% +8.3 8.87 ± 4% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_interrupt > >> 37.69 ± 3% +10.2 47.92 ± 8% perf-profile.children.cycles-pp.cpuidle_enter_state > >> 37.69 ± 3% +10.2 47.93 ± 8% perf-profile.children.cycles-pp.cpuidle_enter > >> 38.29 ± 3% +14.1 52.38 ± 8% perf-profile.children.cycles-pp.start_secondary > >> 38.40 ± 3% +14.3 52.66 ± 8% perf-profile.children.cycles-pp.secondary_startup_64_no_verify > >> 38.40 ± 3% +14.3 52.66 ± 8% perf-profile.children.cycles-pp.cpu_startup_entry > >> 38.40 ± 3% +14.3 52.66 ± 8% perf-profile.children.cycles-pp.do_idle > >> 43.97 -43.2 0.79 ± 30% perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath > >> 0.06 ± 7% +0.0 0.09 ± 23% perf-profile.self.cycles-pp.update_rq_clock > >> 0.05 ± 8% +0.0 0.08 ± 8% perf-profile.self.cycles-pp.__update_load_avg_cfs_rq > >> 0.05 +0.0 0.08 ± 17% perf-profile.self.cycles-pp.sctp_ulpevent_make_rcvmsg > >> 0.03 ± 70% +0.0 0.07 ± 11% perf-profile.self.cycles-pp.do_syscall_64 > >> 0.06 ± 7% +0.0 0.10 ± 16% perf-profile.self.cycles-pp.sctp_addto_chunk > >> 0.05 ± 8% +0.0 0.09 ± 13% perf-profile.self.cycles-pp.update_curr > >> 0.08 ± 5% +0.0 0.13 ± 9% perf-profile.self.cycles-pp.sctp_eat_data > >> 0.06 ± 8% +0.0 0.10 ± 10% perf-profile.self.cycles-pp.sctp_data_ready > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.sctp_hash_cmp > >> 0.00 +0.1 0.05 ± 9% perf-profile.self.cycles-pp.__hrtimer_next_event_base > >> 0.00 +0.1 0.06 ± 9% perf-profile.self.cycles-pp.hrtimer_interrupt > >> 0.00 +0.1 0.06 ± 9% perf-profile.self.cycles-pp.pick_next_task_fair > >> 0.04 ± 73% +0.1 0.10 ± 8% perf-profile.self.cycles-pp.__switch_to > >> 0.00 +0.1 0.06 ± 13% perf-profile.self.cycles-pp.__sys_recvmsg > >> 0.00 +0.1 0.06 ± 13% perf-profile.self.cycles-pp._raw_spin_lock_irq > >> 0.00 +0.1 0.06 ± 18% perf-profile.self.cycles-pp.__sys_sendmsg > >> 0.03 ± 70% +0.1 0.09 ± 7% perf-profile.self.cycles-pp.do_idle > >> 0.00 +0.1 0.06 ± 18% perf-profile.self.cycles-pp.ip_output > >> 0.02 ±141% +0.1 0.07 ± 12% perf-profile.self.cycles-pp.sctp_assoc_rwnd_increase > >> 0.05 ± 8% +0.1 0.11 ± 14% perf-profile.self.cycles-pp.sctp_epaddr_lookup_transport > >> 0.05 +0.1 0.11 ± 9% perf-profile.self.cycles-pp.sctp_outq_tail > >> 0.00 +0.1 0.06 ± 9% perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack > >> 0.00 +0.1 0.06 ± 17% perf-profile.self.cycles-pp.kmalloc_large_node > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.select_task_rq_fair > >> 0.03 ± 70% +0.1 0.10 ± 15% perf-profile.self.cycles-pp.update_cfs_group > >> 0.00 +0.1 0.06 ± 19% perf-profile.self.cycles-pp.sockfd_lookup_light > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.sock_kfree_s > >> 0.00 +0.1 0.06 ± 7% perf-profile.self.cycles-pp.copy_msghdr_from_user > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.move_addr_to_kernel > >> 0.00 +0.1 0.06 ± 11% perf-profile.self.cycles-pp.__dev_queue_xmit > >> 0.10 ± 8% +0.1 0.17 ± 8% perf-profile.self.cycles-pp.__mod_node_page_state > >> 0.02 ±141% +0.1 0.08 ± 13% perf-profile.self.cycles-pp._copy_to_iter > >> 0.00 +0.1 0.07 ± 7% perf-profile.self.cycles-pp.__mod_lruvec_page_state > >> 0.00 +0.1 0.07 ± 10% perf-profile.self.cycles-pp.sctp_chunkify > >> 0.00 +0.1 0.07 ± 10% perf-profile.self.cycles-pp.check_stack_object > >> 0.00 +0.1 0.07 ± 15% perf-profile.self.cycles-pp.iov_iter_advance > >> 0.03 ± 70% +0.1 0.10 ± 16% perf-profile.self.cycles-pp.__free_pages > >> 0.00 +0.1 0.07 ± 18% perf-profile.self.cycles-pp.update_irq_load_avg > >> 0.00 +0.1 0.07 ± 18% perf-profile.self.cycles-pp.ip_send_check > >> 0.00 +0.1 0.07 ± 14% perf-profile.self.cycles-pp.switch_mm_irqs_off > >> 0.00 +0.1 0.07 ± 8% perf-profile.self.cycles-pp.sctp_ulpevent_init > >> 0.11 +0.1 0.18 ± 17% perf-profile.self.cycles-pp.__free_one_page > >> 0.00 +0.1 0.07 ± 29% perf-profile.self.cycles-pp.rcu_sched_clock_irq > >> 0.00 +0.1 0.07 ± 14% perf-profile.self.cycles-pp.__ip_queue_xmit > >> 0.06 +0.1 0.13 ± 16% perf-profile.self.cycles-pp.get_page_from_freelist > >> 0.00 +0.1 0.07 ± 18% perf-profile.self.cycles-pp.copy_fpregs_to_fpstate > >> 0.00 +0.1 0.07 ± 12% perf-profile.self.cycles-pp.___sys_recvmsg > >> 0.00 +0.1 0.07 ± 10% perf-profile.self.cycles-pp.net_rx_action > >> 0.00 +0.1 0.07 ± 12% perf-profile.self.cycles-pp.sctp_outq_select_transport > >> 0.00 +0.1 0.08 ± 16% perf-profile.self.cycles-pp.rebalance_domains > >> 0.00 +0.1 0.08 ± 16% perf-profile.self.cycles-pp.sctp_hash_key > >> 0.04 ± 71% +0.1 0.12 ± 12% perf-profile.self.cycles-pp.skb_release_data > >> 0.00 +0.1 0.08 ± 8% perf-profile.self.cycles-pp.arch_scale_freq_tick > >> 0.04 ± 71% +0.1 0.12 ± 11% perf-profile.self.cycles-pp.__switch_to_asm > >> 0.00 +0.1 0.08 ± 13% perf-profile.self.cycles-pp.sock_kmalloc > >> 0.00 +0.1 0.08 ± 10% perf-profile.self.cycles-pp.__might_fault > >> 0.00 +0.1 0.08 ± 14% perf-profile.self.cycles-pp.syscall_exit_to_user_mode_prepare > >> 0.00 +0.1 0.08 ± 13% perf-profile.self.cycles-pp.iovec_from_user > >> 0.00 +0.1 0.08 ± 8% perf-profile.self.cycles-pp.__cond_resched > >> 0.00 +0.1 0.08 ± 28% perf-profile.self.cycles-pp.perf_mux_hrtimer_handler > >> 0.07 +0.1 0.15 ± 12% perf-profile.self.cycles-pp.sctp_rcv > >> 0.03 ± 70% +0.1 0.12 ± 7% perf-profile.self.cycles-pp.__skb_clone > >> 0.00 +0.1 0.09 ± 14% perf-profile.self.cycles-pp.sctp_addrs_lookup_transport > >> 0.00 +0.1 0.09 ± 18% perf-profile.self.cycles-pp.__netif_receive_skb_core > >> 0.00 +0.1 0.09 ± 8% perf-profile.self.cycles-pp.process_backlog > >> 0.05 +0.1 0.14 ± 7% perf-profile.self.cycles-pp.sctp_association_hold > >> 0.00 +0.1 0.09 ± 13% perf-profile.self.cycles-pp.__kmalloc_node_track_caller > >> 0.00 +0.1 0.09 ± 13% perf-profile.self.cycles-pp.sctp_outq_sack > >> 0.00 +0.1 0.09 ± 12% perf-profile.self.cycles-pp.kmem_cache_alloc_trace > >> 0.09 ± 5% +0.1 0.18 ± 10% perf-profile.self.cycles-pp.prep_compound_page > >> 0.00 +0.1 0.09 ± 18% perf-profile.self.cycles-pp.__local_bh_enable_ip > >> 0.00 +0.1 0.09 ± 11% perf-profile.self.cycles-pp.__kmalloc > >> 0.00 +0.1 0.09 ± 19% perf-profile.self.cycles-pp.sctp_chunk_abandoned > >> 0.00 +0.1 0.09 ± 9% perf-profile.self.cycles-pp.__cgroup_bpf_run_filter_skb > >> 0.02 ±141% +0.1 0.11 ± 8% perf-profile.self.cycles-pp.____sys_recvmsg > >> 0.00 +0.1 0.09 ± 14% perf-profile.self.cycles-pp.__softirqentry_text_start > >> 0.00 +0.1 0.09 ± 13% perf-profile.self.cycles-pp.__sctp_packet_append_chunk > >> 0.06 +0.1 0.15 ± 12% perf-profile.self.cycles-pp.skb_set_owner_w > >> 0.00 +0.1 0.10 ± 15% perf-profile.self.cycles-pp.sctp_sf_eat_data_6_2 > >> 0.00 +0.1 0.10 ± 13% perf-profile.self.cycles-pp.__check_heap_object > >> 0.00 +0.1 0.10 ± 6% perf-profile.self.cycles-pp.nr_iowait_cpu > >> 0.00 +0.1 0.10 ± 10% perf-profile.self.cycles-pp.__put_user_nocheck_8 > >> 0.03 ± 70% +0.1 0.13 ± 10% perf-profile.self.cycles-pp.sctp_assoc_bh_rcv > >> 0.00 +0.1 0.10 ± 25% perf-profile.self.cycles-pp.sctp_make_datafrag_empty > >> 0.09 ± 30% +0.1 0.19 ± 14% perf-profile.self.cycles-pp.sctp_recvmsg > >> 0.07 ± 11% +0.1 0.17 ± 8% perf-profile.self.cycles-pp.sctp_transport_hold > >> 0.00 +0.1 0.10 ± 23% perf-profile.self.cycles-pp.sctp_sched_dequeue_common > >> 0.00 +0.1 0.10 ± 8% perf-profile.self.cycles-pp.sctp_check_transmitted > >> 0.00 +0.1 0.10 ± 13% perf-profile.self.cycles-pp.__put_user_nocheck_4 > >> 0.05 +0.1 0.15 ± 8% perf-profile.self.cycles-pp.sctp_transport_put > >> 0.00 +0.1 0.10 ± 13% perf-profile.self.cycles-pp.__intel_pmu_enable_all > >> 0.03 ± 70% +0.1 0.14 ± 7% perf-profile.self.cycles-pp.__import_iovec > >> 0.00 +0.1 0.11 ± 26% perf-profile.self.cycles-pp.account_process_tick > >> 0.00 +0.1 0.11 ± 12% perf-profile.self.cycles-pp.sctp_packet_append_chunk > >> 0.00 +0.1 0.11 ± 12% perf-profile.self.cycles-pp.__x86_indirect_thunk_rax > >> 0.00 +0.1 0.11 ± 17% perf-profile.self.cycles-pp.tsc_verify_tsc_adjust > >> 0.00 +0.1 0.11 ± 17% perf-profile.self.cycles-pp.sctp_chunk_assign_ssn > >> 0.05 ± 8% +0.1 0.17 ± 7% perf-profile.self.cycles-pp.sctp_do_sm > >> 0.00 +0.1 0.12 ± 8% perf-profile.self.cycles-pp.sctp_inq_pop > >> 0.00 +0.1 0.12 ± 16% perf-profile.self.cycles-pp.__genradix_ptr > >> 0.00 +0.1 0.12 ± 10% perf-profile.self.cycles-pp.____sys_sendmsg > >> 0.14 ± 11% +0.1 0.26 ± 8% perf-profile.self.cycles-pp.__check_object_size > >> 0.00 +0.1 0.12 ± 9% perf-profile.self.cycles-pp.__ksize > >> 0.00 +0.1 0.12 ± 12% perf-profile.self.cycles-pp.sctp_ulpq_tail_data > >> 0.33 ± 3% +0.1 0.45 ± 7% perf-profile.self.cycles-pp._raw_spin_lock_irqsave > >> 0.02 ±141% +0.1 0.14 ± 11% perf-profile.self.cycles-pp.sctp_packet_transmit > >> 0.00 +0.1 0.12 ± 15% perf-profile.self.cycles-pp.dst_release > >> 0.02 ±141% +0.1 0.14 ± 8% perf-profile.self.cycles-pp.sctp_chunk_hold > >> 0.02 ±141% +0.1 0.14 ± 10% perf-profile.self.cycles-pp.sock_wfree > >> 0.00 +0.1 0.13 ± 28% perf-profile.self.cycles-pp.calc_global_load_tick > >> 0.00 +0.1 0.13 ± 14% perf-profile.self.cycles-pp.__copy_msghdr_from_user > >> 0.07 +0.1 0.20 ± 10% perf-profile.self.cycles-pp.sctp_v4_xmit > >> 0.06 ± 13% +0.1 0.19 ± 7% perf-profile.self.cycles-pp.sctp_association_put > >> 0.02 ±141% +0.1 0.15 ± 8% perf-profile.self.cycles-pp.ip_finish_output2 > >> 0.00 +0.1 0.14 ± 23% perf-profile.self.cycles-pp.sctp_sched_fcfs_dequeue > >> 0.00 +0.1 0.14 ± 6% perf-profile.self.cycles-pp.sctp_ulpevent_receive_data > >> 0.25 +0.1 0.40 ± 17% perf-profile.self.cycles-pp.sctp_datamsg_put > >> 0.09 ± 5% +0.1 0.23 ± 8% perf-profile.self.cycles-pp.sctp_sendmsg_to_asoc > >> 0.18 ± 2% +0.1 0.33 ± 10% perf-profile.self.cycles-pp.__list_add_valid > >> 0.08 ± 6% +0.1 0.22 ± 16% perf-profile.self.cycles-pp.__copy_skb_header > >> 0.06 +0.1 0.21 ± 8% perf-profile.self.cycles-pp.kmem_cache_alloc_node > >> 0.06 +0.1 0.21 ± 5% perf-profile.self.cycles-pp.sctp_wfree > >> 0.10 ± 4% +0.2 0.26 ± 10% perf-profile.self.cycles-pp.sctp_cmd_interpreter > >> 0.06 +0.2 0.22 ± 5% perf-profile.self.cycles-pp.native_sched_clock > >> 0.04 ± 71% +0.2 0.20 ± 3% perf-profile.self.cycles-pp._copy_from_user > >> 0.31 +0.2 0.48 ± 12% perf-profile.self.cycles-pp.rmqueue > >> 0.13 ± 3% +0.2 0.30 ± 13% perf-profile.self.cycles-pp.__alloc_pages_nodemask > >> 0.03 ± 70% +0.2 0.20 ± 6% perf-profile.self.cycles-pp.__entry_text_start > >> 0.00 +0.2 0.17 ± 16% perf-profile.self.cycles-pp.switch_fpu_return > >> 0.10 +0.2 0.27 ± 11% perf-profile.self.cycles-pp.__alloc_skb > >> 0.12 ± 6% +0.2 0.29 ± 12% perf-profile.self.cycles-pp.sctp_packet_config > >> 0.08 +0.2 0.26 ± 12% perf-profile.self.cycles-pp.sctp_packet_pack > >> 0.00 +0.2 0.18 ± 13% perf-profile.self.cycles-pp.skb_put > >> 0.10 ± 12% +0.2 0.28 ± 8% perf-profile.self.cycles-pp.__fget_light > >> 0.00 +0.2 0.18 ± 28% perf-profile.self.cycles-pp.update_process_times > >> 0.00 +0.2 0.19 ± 15% perf-profile.self.cycles-pp.idle_cpu > >> 0.09 ± 13% +0.2 0.28 ± 8% perf-profile.self.cycles-pp.aa_sk_perm > >> 0.09 ± 13% +0.2 0.29 ± 5% perf-profile.self.cycles-pp.__virt_addr_valid > >> 0.00 +0.2 0.20 ± 11% perf-profile.self.cycles-pp.load_new_mm_cr3 > >> 0.08 ± 5% +0.2 0.28 ± 7% perf-profile.self.cycles-pp.memset_erms > >> 0.11 ± 4% +0.2 0.31 ± 8% perf-profile.self.cycles-pp.sctp_sendmsg > >> 0.10 ± 9% +0.2 0.30 ± 8% perf-profile.self.cycles-pp.__might_sleep > >> 0.13 ± 9% +0.2 0.35 ± 3% perf-profile.self.cycles-pp.__free_pages_ok > >> 0.11 ± 4% +0.2 0.33 ± 12% perf-profile.self.cycles-pp.__zone_watermark_ok > >> 0.00 +0.2 0.23 ± 17% perf-profile.self.cycles-pp.tick_nohz_next_event > >> 0.17 ± 9% +0.2 0.40 ± 11% perf-profile.self.cycles-pp.kmem_cache_free > >> 0.13 ± 12% +0.2 0.37 ± 10% perf-profile.self.cycles-pp.___might_sleep > >> 0.12 ± 13% +0.3 0.38 ± 9% perf-profile.self.cycles-pp.sctp_chunk_put > >> 0.00 +0.3 0.27 ± 6% perf-profile.self.cycles-pp.lapic_next_deadline > >> 0.10 +0.3 0.38 ± 8% perf-profile.self.cycles-pp.kmem_cache_alloc > >> 0.11 ± 15% +0.3 0.39 ± 6% perf-profile.self.cycles-pp.syscall_return_via_sysret > >> 0.00 +0.3 0.28 ± 12% perf-profile.self.cycles-pp.ktime_get_update_offsets_now > >> 0.08 ± 6% +0.3 0.37 ± 6% perf-profile.self.cycles-pp.read_tsc > >> 0.07 ± 12% +0.3 0.38 ± 5% perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe > >> 0.16 ± 3% +0.3 0.47 ± 9% perf-profile.self.cycles-pp.kfree > >> 0.38 ± 5% +0.3 0.72 ± 15% perf-profile.self.cycles-pp._raw_spin_lock > >> 0.15 ± 5% +0.3 0.50 ± 7% perf-profile.self.cycles-pp.sctp_outq_flush > >> 0.13 ± 9% +0.4 0.50 ± 8% perf-profile.self.cycles-pp.copy_user_generic_unrolled > >> 0.00 +0.4 0.38 ± 7% perf-profile.self.cycles-pp._raw_spin_trylock > >> 0.12 ± 13% +0.4 0.50 ± 12% perf-profile.self.cycles-pp._raw_spin_lock_bh > >> 0.38 +0.4 0.78 ± 15% perf-profile.self.cycles-pp.__list_del_entry_valid > >> 0.00 +0.4 0.40 ± 5% perf-profile.self.cycles-pp.update_sd_lb_stats > >> 0.00 +0.4 0.40 ± 6% perf-profile.self.cycles-pp.native_irq_return_iret > >> 0.00 +0.5 0.48 ± 10% perf-profile.self.cycles-pp.irqtime_account_irq > >> 0.25 +0.5 0.78 ± 12% perf-profile.self.cycles-pp.sctp_datamsg_from_user > >> 0.00 +0.7 0.71 ± 5% perf-profile.self.cycles-pp.timekeeping_max_deferment > >> 0.14 ± 8% +1.8 1.97 ± 7% perf-profile.self.cycles-pp.ktime_get > >> 0.07 ± 6% +3.1 3.19 ± 16% perf-profile.self.cycles-pp.menu_select > >> 2.14 +4.6 6.75 ± 10% perf-profile.self.cycles-pp.memcpy_erms > >> 0.02 ±141% +5.2 5.21 ± 21% perf-profile.self.cycles-pp.cpuidle_enter_state > >> 3.15 ± 9% +5.6 8.75 ± 9% perf-profile.self.cycles-pp.copy_user_enhanced_fast_string > >> 193866 +507.7% 1178182 ± 12% interrupts.CAL:Function_call_interrupts > >> 1527 ± 33% +435.4% 8179 ± 11% interrupts.CPU0.CAL:Function_call_interrupts > >> 7839 ± 7% -91.6% 657.67 ± 39% interrupts.CPU0.NMI:Non-maskable_interrupts > >> 7839 ± 7% -91.6% 657.67 ± 39% interrupts.CPU0.PMI:Performance_monitoring_interrupts > >> 4025 ± 13% -96.8% 128.83 ± 26% interrupts.CPU0.RES:Rescheduling_interrupts > >> 42.33 ± 99% +337.0% 185.00 ± 35% interrupts.CPU0.TLB:TLB_shootdowns > >> 1302 ± 14% +491.9% 7706 ± 16% interrupts.CPU1.CAL:Function_call_interrupts > >> 8579 -92.2% 671.67 ± 16% interrupts.CPU1.NMI:Non-maskable_interrupts > >> 8579 -92.2% 671.67 ± 16% interrupts.CPU1.PMI:Performance_monitoring_interrupts > >> 2396 ± 38% -97.2% 67.83 ± 42% interrupts.CPU1.RES:Rescheduling_interrupts > >> 9.00 ±117% +801.9% 81.17 ± 83% interrupts.CPU1.TLB:TLB_shootdowns > >> 981.33 +580.7% 6679 ± 18% interrupts.CPU10.CAL:Function_call_interrupts > >> 8047 ± 3% -93.5% 526.67 ± 41% interrupts.CPU10.NMI:Non-maskable_interrupts > >> 8047 ± 3% -93.5% 526.67 ± 41% interrupts.CPU10.PMI:Performance_monitoring_interrupts > >> 3220 ± 30% -98.0% 64.00 ± 51% interrupts.CPU10.RES:Rescheduling_interrupts > >> 1071 ± 11% +446.5% 5854 ± 9% interrupts.CPU100.CAL:Function_call_interrupts > >> 7644 ± 6% -92.5% 570.33 ± 45% interrupts.CPU100.NMI:Non-maskable_interrupts > >> 7644 ± 6% -92.5% 570.33 ± 45% interrupts.CPU100.PMI:Performance_monitoring_interrupts > >> 4528 ± 13% -99.1% 39.83 ± 51% interrupts.CPU100.RES:Rescheduling_interrupts > >> 1116 ± 11% +435.9% 5984 ± 9% interrupts.CPU101.CAL:Function_call_interrupts > >> 7937 ± 8% -92.5% 597.17 ± 25% interrupts.CPU101.NMI:Non-maskable_interrupts > >> 7937 ± 8% -92.5% 597.17 ± 25% interrupts.CPU101.PMI:Performance_monitoring_interrupts > >> 4637 ± 31% -98.5% 70.33 ± 37% interrupts.CPU101.RES:Rescheduling_interrupts > >> 970.00 ± 3% +503.2% 5850 ± 6% interrupts.CPU102.CAL:Function_call_interrupts > >> 7898 ± 9% -91.6% 661.00 ± 26% interrupts.CPU102.NMI:Non-maskable_interrupts > >> 7898 ± 9% -91.6% 661.00 ± 26% interrupts.CPU102.PMI:Performance_monitoring_interrupts > >> 4719 ± 13% -98.9% 51.33 ± 49% interrupts.CPU102.RES:Rescheduling_interrupts > >> 1030 ± 6% +471.9% 5892 ± 8% interrupts.CPU103.CAL:Function_call_interrupts > >> 7602 ± 5% -92.2% 593.67 ± 32% interrupts.CPU103.NMI:Non-maskable_interrupts > >> 7602 ± 5% -92.2% 593.67 ± 32% interrupts.CPU103.PMI:Performance_monitoring_interrupts > >> 5250 ± 26% -98.9% 58.17 ± 63% interrupts.CPU103.RES:Rescheduling_interrupts > >> 1088 ± 9% +421.9% 5680 ± 8% interrupts.CPU104.CAL:Function_call_interrupts > >> 8192 ± 5% -94.8% 426.33 ± 36% interrupts.CPU104.NMI:Non-maskable_interrupts > >> 8192 ± 5% -94.8% 426.33 ± 36% interrupts.CPU104.PMI:Performance_monitoring_interrupts > >> 4888 ± 12% -99.2% 38.00 ± 64% interrupts.CPU104.RES:Rescheduling_interrupts > >> 1009 ± 9% +480.3% 5857 ± 9% interrupts.CPU105.CAL:Function_call_interrupts > >> 8428 ± 4% -92.4% 638.33 ± 20% interrupts.CPU105.NMI:Non-maskable_interrupts > >> 8428 ± 4% -92.4% 638.33 ± 20% interrupts.CPU105.PMI:Performance_monitoring_interrupts > >> 3591 ± 22% -98.5% 52.67 ± 31% interrupts.CPU105.RES:Rescheduling_interrupts > >> 1056 ± 10% +483.2% 6162 ± 21% interrupts.CPU106.CAL:Function_call_interrupts > >> 8180 ± 3% -92.5% 616.83 ± 30% interrupts.CPU106.NMI:Non-maskable_interrupts > >> 8180 ± 3% -92.5% 616.83 ± 30% interrupts.CPU106.PMI:Performance_monitoring_interrupts > >> 4024 ± 21% -98.6% 58.17 ± 59% interrupts.CPU106.RES:Rescheduling_interrupts > >> 979.33 ± 2% +524.2% 6113 ± 9% interrupts.CPU107.CAL:Function_call_interrupts > >> 7624 ± 12% -90.6% 717.83 ± 28% interrupts.CPU107.NMI:Non-maskable_interrupts > >> 7624 ± 12% -90.6% 717.83 ± 28% interrupts.CPU107.PMI:Performance_monitoring_interrupts > >> 4957 ± 18% -99.0% 51.83 ± 27% interrupts.CPU107.RES:Rescheduling_interrupts > >> 993.00 ± 3% +496.3% 5921 ± 9% interrupts.CPU108.CAL:Function_call_interrupts > >> 7535 ± 8% -92.3% 576.67 ± 35% interrupts.CPU108.NMI:Non-maskable_interrupts > >> 7535 ± 8% -92.3% 576.67 ± 35% interrupts.CPU108.PMI:Performance_monitoring_interrupts > >> 4697 ± 13% -98.9% 51.33 ± 44% interrupts.CPU108.RES:Rescheduling_interrupts > >> 986.33 +504.0% 5957 ± 12% interrupts.CPU109.CAL:Function_call_interrupts > >> 7260 ± 15% -90.8% 668.00 ± 23% interrupts.CPU109.NMI:Non-maskable_interrupts > >> 7260 ± 15% -90.8% 668.00 ± 23% interrupts.CPU109.PMI:Performance_monitoring_interrupts > >> 3632 ± 38% -98.4% 58.17 ± 42% interrupts.CPU109.RES:Rescheduling_interrupts > >> 966.00 +621.8% 6973 ± 12% interrupts.CPU11.CAL:Function_call_interrupts > >> 8024 -90.8% 741.67 ± 33% interrupts.CPU11.NMI:Non-maskable_interrupts > >> 8024 -90.8% 741.67 ± 33% interrupts.CPU11.PMI:Performance_monitoring_interrupts > >> 2131 ± 18% -95.4% 97.50 ± 42% interrupts.CPU11.RES:Rescheduling_interrupts > >> 979.33 ± 8% +496.3% 5839 ± 11% interrupts.CPU110.CAL:Function_call_interrupts > >> 7487 ± 8% -90.1% 744.83 ± 38% interrupts.CPU110.NMI:Non-maskable_interrupts > >> 7487 ± 8% -90.1% 744.83 ± 38% interrupts.CPU110.PMI:Performance_monitoring_interrupts > >> 4319 ± 10% -99.2% 35.67 ± 51% interrupts.CPU110.RES:Rescheduling_interrupts > >> 988.00 ± 4% +484.4% 5773 ± 9% interrupts.CPU111.CAL:Function_call_interrupts > >> 7882 ± 9% -91.1% 705.17 ± 33% interrupts.CPU111.NMI:Non-maskable_interrupts > >> 7882 ± 9% -91.1% 705.17 ± 33% interrupts.CPU111.PMI:Performance_monitoring_interrupts > >> 3780 ± 42% -98.9% 40.83 ± 73% interrupts.CPU111.RES:Rescheduling_interrupts > >> 1097 ± 9% +439.2% 5914 ± 10% interrupts.CPU112.CAL:Function_call_interrupts > >> 7731 ± 9% -91.5% 658.50 ± 44% interrupts.CPU112.NMI:Non-maskable_interrupts > >> 7731 ± 9% -91.5% 658.50 ± 44% interrupts.CPU112.PMI:Performance_monitoring_interrupts > >> 3730 ± 21% -98.8% 45.50 ± 62% interrupts.CPU112.RES:Rescheduling_interrupts > >> 1062 ± 8% +451.6% 5857 ± 7% interrupts.CPU113.CAL:Function_call_interrupts > >> 7971 -94.0% 479.00 ± 32% interrupts.CPU113.NMI:Non-maskable_interrupts > >> 7971 -94.0% 479.00 ± 32% interrupts.CPU113.PMI:Performance_monitoring_interrupts > >> 4755 ± 5% -98.5% 69.33 ± 67% interrupts.CPU113.RES:Rescheduling_interrupts > >> 1109 ± 14% +437.2% 5958 ± 11% interrupts.CPU114.CAL:Function_call_interrupts > >> 8124 -94.6% 439.00 ± 36% interrupts.CPU114.NMI:Non-maskable_interrupts > >> 8124 -94.6% 439.00 ± 36% interrupts.CPU114.PMI:Performance_monitoring_interrupts > >> 4289 ± 37% -99.0% 44.00 ± 89% interrupts.CPU114.RES:Rescheduling_interrupts > >> 967.67 ± 2% +522.3% 6022 ± 12% interrupts.CPU115.CAL:Function_call_interrupts > >> 5866 ± 34% -90.8% 538.33 ± 37% interrupts.CPU115.NMI:Non-maskable_interrupts > >> 5866 ± 34% -90.8% 538.33 ± 37% interrupts.CPU115.PMI:Performance_monitoring_interrupts > >> 3539 ± 40% -98.7% 45.00 ± 58% interrupts.CPU115.RES:Rescheduling_interrupts > >> 1016 ± 4% +480.2% 5894 ± 11% interrupts.CPU116.CAL:Function_call_interrupts > >> 7958 ± 7% -91.5% 676.50 ± 20% interrupts.CPU116.NMI:Non-maskable_interrupts > >> 7958 ± 7% -91.5% 676.50 ± 20% interrupts.CPU116.PMI:Performance_monitoring_interrupts > >> 4158 ± 16% -98.9% 45.67 ± 57% interrupts.CPU116.RES:Rescheduling_interrupts > >> 983.33 ± 4% +503.4% 5933 ± 9% interrupts.CPU117.CAL:Function_call_interrupts > >> 7506 ± 3% -92.9% 531.17 ± 28% interrupts.CPU117.NMI:Non-maskable_interrupts > >> 7506 ± 3% -92.9% 531.17 ± 28% interrupts.CPU117.PMI:Performance_monitoring_interrupts > >> 3800 ± 20% -98.8% 46.33 ± 33% interrupts.CPU117.RES:Rescheduling_interrupts > >> 1091 ± 13% +436.1% 5849 ± 6% interrupts.CPU118.CAL:Function_call_interrupts > >> 7758 ± 17% -92.2% 604.33 ± 40% interrupts.CPU118.NMI:Non-maskable_interrupts > >> 7758 ± 17% -92.2% 604.33 ± 40% interrupts.CPU118.PMI:Performance_monitoring_interrupts > >> 3717 ± 46% -98.4% 60.00 ± 39% interrupts.CPU118.RES:Rescheduling_interrupts > >> 1091 ± 12% +437.9% 5872 ± 6% interrupts.CPU119.CAL:Function_call_interrupts > >> 7658 ± 14% -92.0% 615.00 ± 26% interrupts.CPU119.NMI:Non-maskable_interrupts > >> 7658 ± 14% -92.0% 615.00 ± 26% interrupts.CPU119.PMI:Performance_monitoring_interrupts > >> 4046 ± 14% -98.9% 46.33 ± 44% interrupts.CPU119.RES:Rescheduling_interrupts > >> 963.33 +592.6% 6672 ± 10% interrupts.CPU12.CAL:Function_call_interrupts > >> 8049 ± 5% -93.3% 539.67 ± 42% interrupts.CPU12.NMI:Non-maskable_interrupts > >> 8049 ± 5% -93.3% 539.67 ± 42% interrupts.CPU12.PMI:Performance_monitoring_interrupts > >> 2398 ± 31% -96.1% 92.50 ± 43% interrupts.CPU12.RES:Rescheduling_interrupts > >> 1000 ± 9% +511.2% 6116 ± 17% interrupts.CPU120.CAL:Function_call_interrupts > >> 7886 ± 4% -92.8% 571.17 ± 42% interrupts.CPU120.NMI:Non-maskable_interrupts > >> 7886 ± 4% -92.8% 571.17 ± 42% interrupts.CPU120.PMI:Performance_monitoring_interrupts > >> 5494 ± 34% -99.2% 46.67 ± 63% interrupts.CPU120.RES:Rescheduling_interrupts > >> 927.33 +536.2% 5899 ± 18% interrupts.CPU121.CAL:Function_call_interrupts > >> 8397 ± 3% -94.4% 468.33 ± 8% interrupts.CPU121.NMI:Non-maskable_interrupts > >> 8397 ± 3% -94.4% 468.33 ± 8% interrupts.CPU121.PMI:Performance_monitoring_interrupts > >> 4748 ± 13% -99.2% 39.00 ± 72% interrupts.CPU121.RES:Rescheduling_interrupts > >> 981.00 ± 6% +485.0% 5739 ± 19% interrupts.CPU122.CAL:Function_call_interrupts > >> 8139 ± 10% -93.1% 562.33 ± 27% interrupts.CPU122.NMI:Non-maskable_interrupts > >> 8139 ± 10% -93.1% 562.33 ± 27% interrupts.CPU122.PMI:Performance_monitoring_interrupts > >> 5389 ± 47% -99.2% 45.33 ± 76% interrupts.CPU122.RES:Rescheduling_interrupts > >> 939.67 +510.0% 5731 ± 19% interrupts.CPU123.CAL:Function_call_interrupts > >> 7914 ± 9% -92.2% 614.67 ± 32% interrupts.CPU123.NMI:Non-maskable_interrupts > >> 7914 ± 9% -92.2% 614.67 ± 32% interrupts.CPU123.PMI:Performance_monitoring_interrupts > >> 5801 ± 34% -99.3% 41.83 ± 82% interrupts.CPU123.RES:Rescheduling_interrupts > >> 1053 ± 16% +424.6% 5525 ± 17% interrupts.CPU124.CAL:Function_call_interrupts > >> 7937 ± 10% -93.5% 518.50 ± 40% interrupts.CPU124.NMI:Non-maskable_interrupts > >> 7937 ± 10% -93.5% 518.50 ± 40% interrupts.CPU124.PMI:Performance_monitoring_interrupts > >> 4429 ± 12% -99.0% 42.17 ± 79% interrupts.CPU124.RES:Rescheduling_interrupts > >> 946.33 +483.2% 5519 ± 22% interrupts.CPU125.CAL:Function_call_interrupts > >> 7929 ± 9% -94.7% 420.00 ± 55% interrupts.CPU125.NMI:Non-maskable_interrupts > >> 7929 ± 9% -94.7% 420.00 ± 55% interrupts.CPU125.PMI:Performance_monitoring_interrupts > >> 5138 ± 21% -99.2% 40.50 ± 65% interrupts.CPU125.RES:Rescheduling_interrupts > >> 984.67 ± 6% +478.8% 5698 ± 19% interrupts.CPU126.CAL:Function_call_interrupts > >> 7758 ± 3% -93.5% 504.50 ± 44% interrupts.CPU126.NMI:Non-maskable_interrupts > >> 7758 ± 3% -93.5% 504.50 ± 44% interrupts.CPU126.PMI:Performance_monitoring_interrupts > >> 5744 ± 30% -99.2% 44.00 ± 68% interrupts.CPU126.RES:Rescheduling_interrupts > >> 1022 ± 11% +449.7% 5621 ± 15% interrupts.CPU127.CAL:Function_call_interrupts > >> 8123 ± 5% -91.8% 664.33 ± 56% interrupts.CPU127.NMI:Non-maskable_interrupts > >> 8123 ± 5% -91.8% 664.33 ± 56% interrupts.CPU127.PMI:Performance_monitoring_interrupts > >> 5200 ± 17% -99.1% 45.67 ± 73% interrupts.CPU127.RES:Rescheduling_interrupts > >> 971.00 ± 4% +478.5% 5617 ± 21% interrupts.CPU128.CAL:Function_call_interrupts > >> 8093 ± 6% -93.8% 503.17 ± 29% interrupts.CPU128.NMI:Non-maskable_interrupts > >> 8093 ± 6% -93.8% 503.17 ± 29% interrupts.CPU128.PMI:Performance_monitoring_interrupts > >> 4360 ± 52% -99.1% 38.33 ± 95% interrupts.CPU128.RES:Rescheduling_interrupts > >> 1000 ± 9% +444.9% 5452 ± 16% interrupts.CPU129.CAL:Function_call_interrupts > >> 7954 ± 8% -90.7% 738.50 ± 28% interrupts.CPU129.NMI:Non-maskable_interrupts > >> 7954 ± 8% -90.7% 738.50 ± 28% interrupts.CPU129.PMI:Performance_monitoring_interrupts > >> 3957 ± 42% -99.0% 39.00 ± 81% interrupts.CPU129.RES:Rescheduling_interrupts > >> 993.67 ± 3% +570.7% 6664 ± 10% interrupts.CPU13.CAL:Function_call_interrupts > >> 7872 ± 2% -92.1% 624.83 ± 30% interrupts.CPU13.NMI:Non-maskable_interrupts > >> 7872 ± 2% -92.1% 624.83 ± 30% interrupts.CPU13.PMI:Performance_monitoring_interrupts > >> 3968 ± 28% -98.0% 81.00 ± 23% interrupts.CPU13.RES:Rescheduling_interrupts > >> 955.67 ± 3% +464.8% 5398 ± 19% interrupts.CPU130.CAL:Function_call_interrupts > >> 8292 ± 4% -92.4% 634.33 ± 23% interrupts.CPU130.NMI:Non-maskable_interrupts > >> 8292 ± 4% -92.4% 634.33 ± 23% interrupts.CPU130.PMI:Performance_monitoring_interrupts > >> 2770 ± 27% -98.4% 44.83 ± 84% interrupts.CPU130.RES:Rescheduling_interrupts > >> 962.00 ± 3% +494.1% 5715 ± 20% interrupts.CPU131.CAL:Function_call_interrupts > >> 8381 ± 4% -91.0% 754.33 ± 44% interrupts.CPU131.NMI:Non-maskable_interrupts > >> 8381 ± 4% -91.0% 754.33 ± 44% interrupts.CPU131.PMI:Performance_monitoring_interrupts > >> 4669 ± 20% -99.0% 46.33 ± 83% interrupts.CPU131.RES:Rescheduling_interrupts > >> 996.00 ± 7% +467.2% 5649 ± 17% interrupts.CPU132.CAL:Function_call_interrupts > >> 6287 ± 34% -90.9% 569.83 ± 20% interrupts.CPU132.NMI:Non-maskable_interrupts > >> 6287 ± 34% -90.9% 569.83 ± 20% interrupts.CPU132.PMI:Performance_monitoring_interrupts > >> 5832 ± 23% -99.3% 41.00 ± 76% interrupts.CPU132.RES:Rescheduling_interrupts > >> 1009 ± 9% +458.3% 5634 ± 17% interrupts.CPU133.CAL:Function_call_interrupts > >> 8112 ± 3% -92.1% 644.67 ± 11% interrupts.CPU133.NMI:Non-maskable_interrupts > >> 8112 ± 3% -92.1% 644.67 ± 11% interrupts.CPU133.PMI:Performance_monitoring_interrupts > >> 5312 ± 45% -99.3% 35.00 ± 88% interrupts.CPU133.RES:Rescheduling_interrupts > >> 978.00 ± 6% +464.4% 5520 ± 19% interrupts.CPU134.CAL:Function_call_interrupts > >> 7706 ± 12% -93.9% 472.17 ± 45% interrupts.CPU134.NMI:Non-maskable_interrupts > >> 7706 ± 12% -93.9% 472.17 ± 45% interrupts.CPU134.PMI:Performance_monitoring_interrupts > >> 3729 ± 52% -98.9% 39.67 ± 53% interrupts.CPU134.RES:Rescheduling_interrupts > >> 960.00 ± 3% +488.9% 5653 ± 15% interrupts.CPU135.CAL:Function_call_interrupts > >> 7890 ± 10% -88.8% 880.33 ± 38% interrupts.CPU135.NMI:Non-maskable_interrupts > >> 7890 ± 10% -88.8% 880.33 ± 38% interrupts.CPU135.PMI:Performance_monitoring_interrupts > >> 5624 ± 31% -99.2% 43.50 ± 69% interrupts.CPU135.RES:Rescheduling_interrupts > >> 1034 ± 13% +443.6% 5624 ± 14% interrupts.CPU136.CAL:Function_call_interrupts > >> 8406 ± 5% -94.2% 487.67 ± 33% interrupts.CPU136.NMI:Non-maskable_interrupts > >> 8406 ± 5% -94.2% 487.67 ± 33% interrupts.CPU136.PMI:Performance_monitoring_interrupts > >> 3449 ± 36% -98.9% 39.50 ± 82% interrupts.CPU136.RES:Rescheduling_interrupts > >> 1068 ± 17% +432.5% 5690 ± 17% interrupts.CPU137.CAL:Function_call_interrupts > >> 8298 ± 3% -92.3% 641.83 ± 44% interrupts.CPU137.NMI:Non-maskable_interrupts > >> 8298 ± 3% -92.3% 641.83 ± 44% interrupts.CPU137.PMI:Performance_monitoring_interrupts > >> 5296 ± 44% -99.2% 39.83 ± 84% interrupts.CPU137.RES:Rescheduling_interrupts > >> 978.67 ± 6% +488.5% 5759 ± 18% interrupts.CPU138.CAL:Function_call_interrupts > >> 8040 ± 6% -92.7% 583.17 ± 35% interrupts.CPU138.NMI:Non-maskable_interrupts > >> 8040 ± 6% -92.7% 583.17 ± 35% interrupts.CPU138.PMI:Performance_monitoring_interrupts > >> 3035 ± 17% -98.6% 41.83 ± 80% interrupts.CPU138.RES:Rescheduling_interrupts > >> 1013 ± 10% +458.4% 5659 ± 17% interrupts.CPU139.CAL:Function_call_interrupts > >> 7957 ± 7% -93.6% 510.67 ± 46% interrupts.CPU139.NMI:Non-maskable_interrupts > >> 7957 ± 7% -93.6% 510.67 ± 46% interrupts.CPU139.PMI:Performance_monitoring_interrupts > >> 5710 ± 9% -99.2% 46.33 ± 83% interrupts.CPU139.RES:Rescheduling_interrupts > >> 1034 ± 5% +529.2% 6506 ± 10% interrupts.CPU14.CAL:Function_call_interrupts > >> 8375 ± 5% -90.6% 785.17 ± 27% interrupts.CPU14.NMI:Non-maskable_interrupts > >> 8375 ± 5% -90.6% 785.17 ± 27% interrupts.CPU14.PMI:Performance_monitoring_interrupts > >> 2770 ± 47% -97.0% 82.67 ± 40% interrupts.CPU14.RES:Rescheduling_interrupts > >> 989.33 ± 8% +482.8% 5765 ± 14% interrupts.CPU140.CAL:Function_call_interrupts > >> 8159 ± 4% -92.9% 582.83 ± 36% interrupts.CPU140.NMI:Non-maskable_interrupts > >> 8159 ± 4% -92.9% 582.83 ± 36% interrupts.CPU140.PMI:Performance_monitoring_interrupts > >> 3658 ± 34% -99.0% 36.50 ± 86% interrupts.CPU140.RES:Rescheduling_interrupts > >> 1003 ± 9% +465.7% 5674 ± 18% interrupts.CPU141.CAL:Function_call_interrupts > >> 8107 ± 5% -91.6% 685.00 ± 26% interrupts.CPU141.NMI:Non-maskable_interrupts > >> 8107 ± 5% -91.6% 685.00 ± 26% interrupts.CPU141.PMI:Performance_monitoring_interrupts > >> 5360 ± 35% -99.2% 42.00 ± 67% interrupts.CPU141.RES:Rescheduling_interrupts > >> 970.33 ± 5% +501.4% 5835 ± 24% interrupts.CPU142.CAL:Function_call_interrupts > >> 7947 ± 12% -93.1% 549.67 ± 37% interrupts.CPU142.NMI:Non-maskable_interrupts > >> 7947 ± 12% -93.1% 549.67 ± 37% interrupts.CPU142.PMI:Performance_monitoring_interrupts > >> 3739 ± 39% -98.9% 42.00 ± 87% interrupts.CPU142.RES:Rescheduling_interrupts > >> 1060 ± 15% +428.9% 5606 ± 14% interrupts.CPU143.CAL:Function_call_interrupts > >> 7841 ± 4% -91.8% 643.50 ± 23% interrupts.CPU143.NMI:Non-maskable_interrupts > >> 7841 ± 4% -91.8% 643.50 ± 23% interrupts.CPU143.PMI:Performance_monitoring_interrupts > >> 6071 ± 32% -99.3% 44.33 ± 75% interrupts.CPU143.RES:Rescheduling_interrupts > >> 1025 ± 3% +529.9% 6461 ± 12% interrupts.CPU144.CAL:Function_call_interrupts > >> 8327 ± 3% -91.4% 714.50 ± 34% interrupts.CPU144.NMI:Non-maskable_interrupts > >> 8327 ± 3% -91.4% 714.50 ± 34% interrupts.CPU144.PMI:Performance_monitoring_interrupts > >> 4706 ± 26% -99.0% 49.33 ± 52% interrupts.CPU144.RES:Rescheduling_interrupts > >> 5.67 ± 81% +664.7% 43.33 ± 86% interrupts.CPU144.TLB:TLB_shootdowns > >> 994.67 ± 2% +493.0% 5898 ± 12% interrupts.CPU145.CAL:Function_call_interrupts > >> 8395 ± 3% -94.4% 472.33 ± 30% interrupts.CPU145.NMI:Non-maskable_interrupts > >> 8395 ± 3% -94.4% 472.33 ± 30% interrupts.CPU145.PMI:Performance_monitoring_interrupts > >> 3213 ± 37% -98.7% 41.33 ± 77% interrupts.CPU145.RES:Rescheduling_interrupts > >> 1071 ± 3% +432.1% 5702 ± 16% interrupts.CPU146.CAL:Function_call_interrupts > >> 8300 ± 3% -95.2% 399.67 ± 46% interrupts.CPU146.NMI:Non-maskable_interrupts > >> 8300 ± 3% -95.2% 399.67 ± 46% interrupts.CPU146.PMI:Performance_monitoring_interrupts > >> 5909 ± 2% -99.3% 42.33 ± 59% interrupts.CPU146.RES:Rescheduling_interrupts > >> 1046 ± 2% +444.7% 5699 ± 15% interrupts.CPU147.CAL:Function_call_interrupts > >> 7832 ± 10% -93.7% 492.50 ± 45% interrupts.CPU147.NMI:Non-maskable_interrupts > >> 7832 ± 10% -93.7% 492.50 ± 45% interrupts.CPU147.PMI:Performance_monitoring_interrupts > >> 4298 ± 27% -99.0% 40.83 ± 64% interrupts.CPU147.RES:Rescheduling_interrupts > >> 1028 ± 5% +455.5% 5714 ± 11% interrupts.CPU148.CAL:Function_call_interrupts > >> 7808 ± 9% -91.3% 675.50 ± 27% interrupts.CPU148.NMI:Non-maskable_interrupts > >> 7808 ± 9% -91.3% 675.50 ± 27% interrupts.CPU148.PMI:Performance_monitoring_interrupts > >> 3766 ± 47% -99.1% 34.33 ± 72% interrupts.CPU148.RES:Rescheduling_interrupts > >> 1046 ± 11% +452.5% 5779 ± 12% interrupts.CPU149.CAL:Function_call_interrupts > >> 8231 ± 4% -91.8% 678.83 ± 36% interrupts.CPU149.NMI:Non-maskable_interrupts > >> 8231 ± 4% -91.8% 678.83 ± 36% interrupts.CPU149.PMI:Performance_monitoring_interrupts > >> 4239 ± 25% -99.1% 37.83 ± 66% interrupts.CPU149.RES:Rescheduling_interrupts > >> 1103 ± 14% +484.8% 6450 ± 11% interrupts.CPU15.CAL:Function_call_interrupts > >> 8058 ± 6% -91.4% 691.33 ± 28% interrupts.CPU15.NMI:Non-maskable_interrupts > >> 8058 ± 6% -91.4% 691.33 ± 28% interrupts.CPU15.PMI:Performance_monitoring_interrupts > >> 3289 ± 37% -98.1% 62.83 ± 51% interrupts.CPU15.RES:Rescheduling_interrupts > >> 1521 ± 44% +299.3% 6075 ± 15% interrupts.CPU150.CAL:Function_call_interrupts > >> 7914 ± 3% -94.0% 474.83 ± 53% interrupts.CPU150.NMI:Non-maskable_interrupts > >> 7914 ± 3% -94.0% 474.83 ± 53% interrupts.CPU150.PMI:Performance_monitoring_interrupts > >> 4969 ± 12% -99.1% 46.00 ± 67% interrupts.CPU150.RES:Rescheduling_interrupts > >> 1060 +477.5% 6123 ± 16% interrupts.CPU151.CAL:Function_call_interrupts > >> 8320 ± 6% -91.1% 741.50 ± 26% interrupts.CPU151.NMI:Non-maskable_interrupts > >> 8320 ± 6% -91.1% 741.50 ± 26% interrupts.CPU151.PMI:Performance_monitoring_interrupts > >> 4602 ± 18% -99.1% 39.50 ± 66% interrupts.CPU151.RES:Rescheduling_interrupts > >> 1052 +460.1% 5891 ± 15% interrupts.CPU152.CAL:Function_call_interrupts > >> 7527 ± 9% -92.9% 538.00 ± 51% interrupts.CPU152.NMI:Non-maskable_interrupts > >> 7527 ± 9% -92.9% 538.00 ± 51% interrupts.CPU152.PMI:Performance_monitoring_interrupts > >> 4974 ± 7% -99.2% 40.33 ± 63% interrupts.CPU152.RES:Rescheduling_interrupts > >> 1060 ± 8% +437.9% 5705 ± 9% interrupts.CPU153.CAL:Function_call_interrupts > >> 8645 -92.8% 624.00 ± 36% interrupts.CPU153.NMI:Non-maskable_interrupts > >> 8645 -92.8% 624.00 ± 36% interrupts.CPU153.PMI:Performance_monitoring_interrupts > >> 3947 ± 62% -98.9% 41.67 ± 68% interrupts.CPU153.RES:Rescheduling_interrupts > >> 1136 ± 9% +382.4% 5482 ± 12% interrupts.CPU154.CAL:Function_call_interrupts > >> 8154 ± 5% -92.2% 637.17 ± 35% interrupts.CPU154.NMI:Non-maskable_interrupts > >> 8154 ± 5% -92.2% 637.17 ± 35% interrupts.CPU154.PMI:Performance_monitoring_interrupts > >> 4503 ± 29% -99.1% 41.17 ± 60% interrupts.CPU154.RES:Rescheduling_interrupts > >> 975.00 ± 26% +485.3% 5706 ± 10% interrupts.CPU155.CAL:Function_call_interrupts > >> 8111 ± 5% -93.9% 492.67 ± 29% interrupts.CPU155.NMI:Non-maskable_interrupts > >> 8111 ± 5% -93.9% 492.67 ± 29% interrupts.CPU155.PMI:Performance_monitoring_interrupts > >> 5479 ± 26% -99.2% 43.50 ± 66% interrupts.CPU155.RES:Rescheduling_interrupts > >> 988.33 +494.9% 5879 ± 12% interrupts.CPU156.CAL:Function_call_interrupts > >> 8388 ± 4% -94.1% 494.00 ± 50% interrupts.CPU156.NMI:Non-maskable_interrupts > >> 8388 ± 4% -94.1% 494.00 ± 50% interrupts.CPU156.PMI:Performance_monitoring_interrupts > >> 3565 ± 19% -98.7% 44.67 ± 61% interrupts.CPU156.RES:Rescheduling_interrupts > >> 1045 ± 3% +461.8% 5870 ± 8% interrupts.CPU157.CAL:Function_call_interrupts > >> 8129 ± 5% -89.8% 828.50 ± 33% interrupts.CPU157.NMI:Non-maskable_interrupts > >> 8129 ± 5% -89.8% 828.50 ± 33% interrupts.CPU157.PMI:Performance_monitoring_interrupts > >> 4317 ± 7% -99.1% 39.67 ± 68% interrupts.CPU157.RES:Rescheduling_interrupts > >> 1015 ± 6% +469.4% 5781 ± 12% interrupts.CPU158.CAL:Function_call_interrupts > >> 8306 ± 4% -92.1% 654.83 ± 44% interrupts.CPU158.NMI:Non-maskable_interrupts > >> 8306 ± 4% -92.1% 654.83 ± 44% interrupts.CPU158.PMI:Performance_monitoring_interrupts > >> 3996 ± 38% -98.9% 42.83 ± 60% interrupts.CPU158.RES:Rescheduling_interrupts > >> 1085 ± 6% +432.9% 5785 ± 13% interrupts.CPU159.CAL:Function_call_interrupts > >> 8378 ± 5% -93.9% 510.50 ± 53% interrupts.CPU159.NMI:Non-maskable_interrupts > >> 8378 ± 5% -93.9% 510.50 ± 53% interrupts.CPU159.PMI:Performance_monitoring_interrupts > >> 4461 ± 13% -98.9% 48.33 ± 49% interrupts.CPU159.RES:Rescheduling_interrupts > >> 966.67 ± 2% +584.9% 6621 ± 11% interrupts.CPU16.CAL:Function_call_interrupts > >> 8707 -91.1% 776.33 ± 32% interrupts.CPU16.NMI:Non-maskable_interrupts > >> 8707 -91.1% 776.33 ± 32% interrupts.CPU16.PMI:Performance_monitoring_interrupts > >> 2965 ± 57% -97.9% 63.50 ± 45% interrupts.CPU16.RES:Rescheduling_interrupts > >> 1002 ± 4% +483.1% 5842 ± 14% interrupts.CPU160.CAL:Function_call_interrupts > >> 8620 -94.0% 517.50 ± 49% interrupts.CPU160.NMI:Non-maskable_interrupts > >> 8620 -94.0% 517.50 ± 49% interrupts.CPU160.PMI:Performance_monitoring_interrupts > >> 3210 ± 25% -98.5% 49.17 ± 56% interrupts.CPU160.RES:Rescheduling_interrupts > >> 996.33 ± 3% +499.8% 5976 ± 10% interrupts.CPU161.CAL:Function_call_interrupts > >> 8421 ± 4% -92.9% 599.67 ± 36% interrupts.CPU161.NMI:Non-maskable_interrupts > >> 8421 ± 4% -92.9% 599.67 ± 36% interrupts.CPU161.PMI:Performance_monitoring_interrupts > >> 2779 ± 41% -98.5% 41.50 ± 70% interrupts.CPU161.RES:Rescheduling_interrupts > >> 1045 ± 6% +437.6% 5618 ± 11% interrupts.CPU162.CAL:Function_call_interrupts > >> 8440 ± 4% -92.1% 667.33 ± 48% interrupts.CPU162.NMI:Non-maskable_interrupts > >> 8440 ± 4% -92.1% 667.33 ± 48% interrupts.CPU162.PMI:Performance_monitoring_interrupts > >> 5001 ± 25% -99.2% 41.67 ± 60% interrupts.CPU162.RES:Rescheduling_interrupts > >> 1183 ± 23% +382.4% 5707 ± 12% interrupts.CPU163.CAL:Function_call_interrupts > >> 7655 -92.3% 591.17 ± 30% interrupts.CPU163.NMI:Non-maskable_interrupts > >> 7655 -92.3% 591.17 ± 30% interrupts.CPU163.PMI:Performance_monitoring_interrupts > >> 4991 ± 20% -99.2% 40.50 ± 63% interrupts.CPU163.RES:Rescheduling_interrupts > >> 1180 ± 11% +383.9% 5713 ± 12% interrupts.CPU164.CAL:Function_call_interrupts > >> 7837 ± 4% -91.2% 689.50 ± 37% interrupts.CPU164.NMI:Non-maskable_interrupts > >> 7837 ± 4% -91.2% 689.50 ± 37% interrupts.CPU164.PMI:Performance_monitoring_interrupts > >> 4831 ± 2% -99.1% 43.67 ± 64% interrupts.CPU164.RES:Rescheduling_interrupts > >> 994.67 ± 4% +476.5% 5734 ± 11% interrupts.CPU165.CAL:Function_call_interrupts > >> 7850 ± 7% -91.9% 638.17 ± 35% interrupts.CPU165.NMI:Non-maskable_interrupts > >> 7850 ± 7% -91.9% 638.17 ± 35% interrupts.CPU165.PMI:Performance_monitoring_interrupts > >> 4294 ± 49% -99.1% 37.50 ± 56% interrupts.CPU165.RES:Rescheduling_interrupts > >> 1033 ± 2% +464.3% 5833 ± 10% interrupts.CPU166.CAL:Function_call_interrupts > >> 8128 ± 3% -93.9% 496.17 ± 45% interrupts.CPU166.NMI:Non-maskable_interrupts > >> 8128 ± 3% -93.9% 496.17 ± 45% interrupts.CPU166.PMI:Performance_monitoring_interrupts > >> 4545 ± 26% -99.2% 37.00 ± 51% interrupts.CPU166.RES:Rescheduling_interrupts > >> 995.67 ± 2% +509.1% 6064 ± 12% interrupts.CPU167.CAL:Function_call_interrupts > >> 8500 ± 2% -92.8% 615.00 ± 31% interrupts.CPU167.NMI:Non-maskable_interrupts > >> 8500 ± 2% -92.8% 615.00 ± 31% interrupts.CPU167.PMI:Performance_monitoring_interrupts > >> 3596 ± 23% -98.7% 47.50 ± 68% interrupts.CPU167.RES:Rescheduling_interrupts > >> 941.67 +576.4% 6369 ± 7% interrupts.CPU168.CAL:Function_call_interrupts > >> 8373 ± 3% -91.5% 711.00 ± 44% interrupts.CPU168.NMI:Non-maskable_interrupts > >> 8373 ± 3% -91.5% 711.00 ± 44% interrupts.CPU168.PMI:Performance_monitoring_interrupts > >> 3982 ± 29% -98.9% 45.00 ± 50% interrupts.CPU168.RES:Rescheduling_interrupts > >> 937.67 +643.4% 6970 ± 31% interrupts.CPU169.CAL:Function_call_interrupts > >> 8208 ± 4% -93.3% 549.33 ± 17% interrupts.CPU169.NMI:Non-maskable_interrupts > >> 8208 ± 4% -93.3% 549.33 ± 17% interrupts.CPU169.PMI:Performance_monitoring_interrupts > >> 4092 ± 42% -99.1% 38.83 ± 51% interrupts.CPU169.RES:Rescheduling_interrupts > >> 963.33 +573.3% 6486 ± 10% interrupts.CPU17.CAL:Function_call_interrupts > >> 6871 ± 32% -92.2% 532.83 ± 24% interrupts.CPU17.NMI:Non-maskable_interrupts > >> 6871 ± 32% -92.2% 532.83 ± 24% interrupts.CPU17.PMI:Performance_monitoring_interrupts > >> 1326 ± 38% -94.9% 68.00 ± 50% interrupts.CPU17.RES:Rescheduling_interrupts > >> 934.67 +521.7% 5810 ± 9% interrupts.CPU170.CAL:Function_call_interrupts > >> 7989 ± 6% -92.9% 565.00 ± 68% interrupts.CPU170.NMI:Non-maskable_interrupts > >> 7989 ± 6% -92.9% 565.00 ± 68% interrupts.CPU170.PMI:Performance_monitoring_interrupts > >> 3632 ± 58% -98.8% 45.00 ± 57% interrupts.CPU170.RES:Rescheduling_interrupts > >> 937.67 +551.5% 6109 ± 21% interrupts.CPU171.CAL:Function_call_interrupts > >> 8523 ± 2% -91.7% 711.33 ± 22% interrupts.CPU171.NMI:Non-maskable_interrupts > >> 8523 ± 2% -91.7% 711.33 ± 22% interrupts.CPU171.PMI:Performance_monitoring_interrupts > >> 3383 ± 61% -98.6% 45.83 ± 62% interrupts.CPU171.RES:Rescheduling_interrupts > >> 941.33 +503.3% 5678 ± 13% interrupts.CPU172.CAL:Function_call_interrupts > >> 8054 ± 3% -94.1% 478.17 ± 32% interrupts.CPU172.NMI:Non-maskable_interrupts > >> 8054 ± 3% -94.1% 478.17 ± 32% interrupts.CPU172.PMI:Performance_monitoring_interrupts > >> 6042 ± 6% -99.4% 37.17 ± 53% interrupts.CPU172.RES:Rescheduling_interrupts > >> 935.33 +510.7% 5712 ± 10% interrupts.CPU173.CAL:Function_call_interrupts > >> 7947 ± 3% -94.6% 431.00 ± 44% interrupts.CPU173.NMI:Non-maskable_interrupts > >> 7947 ± 3% -94.6% 431.00 ± 44% interrupts.CPU173.PMI:Performance_monitoring_interrupts > >> 3727 ± 38% -98.9% 40.00 ± 72% interrupts.CPU173.RES:Rescheduling_interrupts > >> 935.33 +536.2% 5950 ± 18% interrupts.CPU174.CAL:Function_call_interrupts > >> 7631 ± 2% -93.9% 469.00 ± 35% interrupts.CPU174.NMI:Non-maskable_interrupts > >> 7631 ± 2% -93.9% 469.00 ± 35% interrupts.CPU174.PMI:Performance_monitoring_interrupts > >> 2743 ± 37% -98.6% 37.67 ± 45% interrupts.CPU174.RES:Rescheduling_interrupts > >> 940.00 +534.2% 5961 ± 13% interrupts.CPU175.CAL:Function_call_interrupts > >> 8223 ± 4% -93.0% 577.67 ± 31% interrupts.CPU175.NMI:Non-maskable_interrupts > >> 8223 ± 4% -93.0% 577.67 ± 31% interrupts.CPU175.PMI:Performance_monitoring_interrupts > >> 4275 ± 19% -99.1% 37.50 ± 48% interrupts.CPU175.RES:Rescheduling_interrupts > >> 936.67 +502.4% 5642 ± 12% interrupts.CPU176.CAL:Function_call_interrupts > >> 7604 ± 8% -91.3% 659.17 ± 49% interrupts.CPU176.NMI:Non-maskable_interrupts > >> 7604 ± 8% -91.3% 659.17 ± 49% interrupts.CPU176.PMI:Performance_monitoring_interrupts > >> 3831 ± 34% -98.9% 41.50 ± 44% interrupts.CPU176.RES:Rescheduling_interrupts > >> 939.00 +497.9% 5614 ± 11% interrupts.CPU177.CAL:Function_call_interrupts > >> 8436 ± 4% -93.3% 563.33 ± 23% interrupts.CPU177.NMI:Non-maskable_interrupts > >> 8436 ± 4% -93.3% 563.33 ± 23% interrupts.CPU177.PMI:Performance_monitoring_interrupts > >> 1456 ± 42% -97.8% 32.17 ± 52% interrupts.CPU177.RES:Rescheduling_interrupts > >> 951.00 +524.3% 5937 ± 12% interrupts.CPU178.CAL:Function_call_interrupts > >> 8436 ± 2% -91.3% 730.83 ± 27% interrupts.CPU178.NMI:Non-maskable_interrupts > >> 8436 ± 2% -91.3% 730.83 ± 27% interrupts.CPU178.PMI:Performance_monitoring_interrupts > >> 4682 ± 33% -99.2% 39.17 ± 66% interrupts.CPU178.RES:Rescheduling_interrupts > >> 952.67 ± 2% +508.5% 5797 ± 9% interrupts.CPU179.CAL:Function_call_interrupts > >> 8618 -94.1% 511.17 ± 50% interrupts.CPU179.NMI:Non-maskable_interrupts > >> 8618 -94.1% 511.17 ± 50% interrupts.CPU179.PMI:Performance_monitoring_interrupts > >> 3674 ± 29% -99.0% 37.00 ± 55% interrupts.CPU179.RES:Rescheduling_interrupts > >> 1115 ± 17% +505.3% 6751 ± 11% interrupts.CPU18.CAL:Function_call_interrupts > >> 6946 ± 29% -92.3% 532.33 ± 33% interrupts.CPU18.NMI:Non-maskable_interrupts > >> 6946 ± 29% -92.3% 532.33 ± 33% interrupts.CPU18.PMI:Performance_monitoring_interrupts > >> 3301 ± 38% -98.2% 60.83 ± 55% interrupts.CPU18.RES:Rescheduling_interrupts > >> 942.00 +523.7% 5875 ± 10% interrupts.CPU180.CAL:Function_call_interrupts > >> 8288 ± 3% -92.2% 648.00 ± 36% interrupts.CPU180.NMI:Non-maskable_interrupts > >> 8288 ± 3% -92.2% 648.00 ± 36% interrupts.CPU180.PMI:Performance_monitoring_interrupts > >> 5209 ± 19% -99.2% 40.67 ± 57% interrupts.CPU180.RES:Rescheduling_interrupts > >> 963.67 ± 2% +490.6% 5691 ± 10% interrupts.CPU181.CAL:Function_call_interrupts > >> 8714 -93.1% 597.83 ± 40% interrupts.CPU181.NMI:Non-maskable_interrupts > >> 8714 -93.1% 597.83 ± 40% interrupts.CPU181.PMI:Performance_monitoring_interrupts > >> 3643 ± 34% -98.8% 44.17 ± 48% interrupts.CPU181.RES:Rescheduling_interrupts > >> 940.67 +499.4% 5638 ± 6% interrupts.CPU182.CAL:Function_call_interrupts > >> 8559 ± 2% -94.5% 474.50 ± 39% interrupts.CPU182.NMI:Non-maskable_interrupts > >> 8559 ± 2% -94.5% 474.50 ± 39% interrupts.CPU182.PMI:Performance_monitoring_interrupts > >> 3749 ± 5% -98.9% 40.17 ± 41% interrupts.CPU182.RES:Rescheduling_interrupts > >> 940.67 +510.7% 5744 ± 12% interrupts.CPU183.CAL:Function_call_interrupts > >> 8501 ± 3% -94.2% 491.67 ± 48% interrupts.CPU183.NMI:Non-maskable_interrupts > >> 8501 ± 3% -94.2% 491.67 ± 48% interrupts.CPU183.PMI:Performance_monitoring_interrupts > >> 3525 ± 27% -98.9% 38.00 ± 43% interrupts.CPU183.RES:Rescheduling_interrupts > >> 939.33 +523.2% 5853 ± 14% interrupts.CPU184.CAL:Function_call_interrupts > >> 8296 -93.0% 583.83 ± 38% interrupts.CPU184.NMI:Non-maskable_interrupts > >> 8296 -93.0% 583.83 ± 38% interrupts.CPU184.PMI:Performance_monitoring_interrupts > >> 2753 ± 53% -98.5% 40.33 ± 46% interrupts.CPU184.RES:Rescheduling_interrupts > >> 945.33 +498.8% 5660 ± 10% interrupts.CPU185.CAL:Function_call_interrupts > >> 8367 ± 2% -93.0% 584.67 ± 30% interrupts.CPU185.NMI:Non-maskable_interrupts > >> 8367 ± 2% -93.0% 584.67 ± 30% interrupts.CPU185.PMI:Performance_monitoring_interrupts > >> 3665 ± 18% -99.0% 38.00 ± 58% interrupts.CPU185.RES:Rescheduling_interrupts > >> 938.67 +539.9% 6006 ± 21% interrupts.CPU186.CAL:Function_call_interrupts > >> 8492 -92.5% 637.17 ± 27% interrupts.CPU186.NMI:Non-maskable_interrupts > >> 8492 -92.5% 637.17 ± 27% interrupts.CPU186.PMI:Performance_monitoring_interrupts > >> 4228 ± 11% -99.1% 39.33 ± 67% interrupts.CPU186.RES:Rescheduling_interrupts > >> 937.33 +532.8% 5931 ± 11% interrupts.CPU187.CAL:Function_call_interrupts > >> 8086 ± 10% -92.8% 582.67 ± 46% interrupts.CPU187.NMI:Non-maskable_interrupts > >> 8086 ± 10% -92.8% 582.67 ± 46% interrupts.CPU187.PMI:Performance_monitoring_interrupts > >> 4506 ± 19% -99.2% 35.00 ± 52% interrupts.CPU187.RES:Rescheduling_interrupts > >> 936.67 +538.8% 5983 ± 13% interrupts.CPU188.CAL:Function_call_interrupts > >> 6751 ± 28% -91.9% 548.17 ± 26% interrupts.CPU188.NMI:Non-maskable_interrupts > >> 6751 ± 28% -91.9% 548.17 ± 26% interrupts.CPU188.PMI:Performance_monitoring_interrupts > >> 4599 ± 18% -99.1% 40.17 ± 50% interrupts.CPU188.RES:Rescheduling_interrupts > >> 935.00 +507.6% 5681 ± 10% interrupts.CPU189.CAL:Function_call_interrupts > >> 8364 ± 3% -93.3% 563.17 ± 42% interrupts.CPU189.NMI:Non-maskable_interrupts > >> 8364 ± 3% -93.3% 563.17 ± 42% interrupts.CPU189.PMI:Performance_monitoring_interrupts > >> 4035 ± 6% -98.9% 44.33 ± 58% interrupts.CPU189.RES:Rescheduling_interrupts > >> 1469 ± 48% +364.8% 6827 ± 15% interrupts.CPU19.CAL:Function_call_interrupts > >> 8011 ± 3% -91.2% 706.33 ± 25% interrupts.CPU19.NMI:Non-maskable_interrupts > >> 8011 ± 3% -91.2% 706.33 ± 25% interrupts.CPU19.PMI:Performance_monitoring_interrupts > >> 3018 ± 32% -97.9% 62.50 ± 54% interrupts.CPU19.RES:Rescheduling_interrupts > >> 942.00 +503.9% 5689 ± 14% interrupts.CPU190.CAL:Function_call_interrupts > >> 8093 ± 2% -93.9% 493.00 ± 67% interrupts.CPU190.NMI:Non-maskable_interrupts > >> 8093 ± 2% -93.9% 493.00 ± 67% interrupts.CPU190.PMI:Performance_monitoring_interrupts > >> 5019 ± 12% -99.3% 34.83 ± 69% interrupts.CPU190.RES:Rescheduling_interrupts > >> 978.00 ± 2% +503.4% 5901 ± 22% interrupts.CPU191.CAL:Function_call_interrupts > >> 7135 ± 6% -93.8% 442.67 ± 29% interrupts.CPU191.NMI:Non-maskable_interrupts > >> 7135 ± 6% -93.8% 442.67 ± 29% interrupts.CPU191.PMI:Performance_monitoring_interrupts > >> 3771 ± 41% -98.8% 45.67 ± 48% interrupts.CPU191.RES:Rescheduling_interrupts > >> 1344 ± 32% +401.0% 6735 ± 13% interrupts.CPU2.CAL:Function_call_interrupts > >> 6863 ± 28% -91.7% 570.00 ± 26% interrupts.CPU2.NMI:Non-maskable_interrupts > >> 6863 ± 28% -91.7% 570.00 ± 26% interrupts.CPU2.PMI:Performance_monitoring_interrupts > >> 3686 ± 15% -98.3% 63.67 ± 47% interrupts.CPU2.RES:Rescheduling_interrupts > >> 951.00 +606.0% 6713 ± 16% interrupts.CPU20.CAL:Function_call_interrupts > >> 7956 ± 4% -90.7% 741.50 ± 19% interrupts.CPU20.NMI:Non-maskable_interrupts > >> 7956 ± 4% -90.7% 741.50 ± 19% interrupts.CPU20.PMI:Performance_monitoring_interrupts > >> 2484 ± 42% -97.5% 61.50 ± 48% interrupts.CPU20.RES:Rescheduling_interrupts > >> 972.33 +595.9% 6766 ± 11% interrupts.CPU21.CAL:Function_call_interrupts > >> 8118 ± 3% -93.5% 531.00 ± 38% interrupts.CPU21.NMI:Non-maskable_interrupts > >> 8118 ± 3% -93.5% 531.00 ± 38% interrupts.CPU21.PMI:Performance_monitoring_interrupts > >> 3013 ± 35% -97.9% 64.17 ± 68% interrupts.CPU21.RES:Rescheduling_interrupts > >> 1050 ± 14% +518.6% 6497 ± 6% interrupts.CPU22.CAL:Function_call_interrupts > >> 8482 ± 2% -93.5% 554.33 ± 48% interrupts.CPU22.NMI:Non-maskable_interrupts > >> 8482 ± 2% -93.5% 554.33 ± 48% interrupts.CPU22.PMI:Performance_monitoring_interrupts > >> 2678 ± 72% -97.6% 63.17 ± 57% interrupts.CPU22.RES:Rescheduling_interrupts > >> 1022 ± 9% +541.5% 6560 ± 7% interrupts.CPU23.CAL:Function_call_interrupts > >> 8519 ± 2% -92.8% 611.33 ± 36% interrupts.CPU23.NMI:Non-maskable_interrupts > >> 8519 ± 2% -92.8% 611.33 ± 36% interrupts.CPU23.PMI:Performance_monitoring_interrupts > >> 2199 ± 7% -97.3% 58.67 ± 48% interrupts.CPU23.RES:Rescheduling_interrupts > >> 1060 ± 14% +542.6% 6813 ± 16% interrupts.CPU24.CAL:Function_call_interrupts > >> 8531 ± 2% -93.1% 584.83 ± 43% interrupts.CPU24.NMI:Non-maskable_interrupts > >> 8531 ± 2% -93.1% 584.83 ± 43% interrupts.CPU24.PMI:Performance_monitoring_interrupts > >> 2789 ± 44% -97.7% 63.67 ± 53% interrupts.CPU24.RES:Rescheduling_interrupts > >> 993.67 ± 6% +567.1% 6628 ± 24% interrupts.CPU25.CAL:Function_call_interrupts > >> 8267 -93.6% 531.17 ± 47% interrupts.CPU25.NMI:Non-maskable_interrupts > >> 8267 -93.6% 531.17 ± 47% interrupts.CPU25.PMI:Performance_monitoring_interrupts > >> 3251 ± 27% -98.5% 48.33 ± 60% interrupts.CPU25.RES:Rescheduling_interrupts > >> 10.67 ± 82% +578.1% 72.33 ± 59% interrupts.CPU25.TLB:TLB_shootdowns > >> 949.67 +553.1% 6202 ± 16% interrupts.CPU26.CAL:Function_call_interrupts > >> 8043 -93.0% 567.00 ± 40% interrupts.CPU26.NMI:Non-maskable_interrupts > >> 8043 -93.0% 567.00 ± 40% interrupts.CPU26.PMI:Performance_monitoring_interrupts > >> 3858 ± 50% -98.6% 52.67 ± 52% interrupts.CPU26.RES:Rescheduling_interrupts > >> 996.33 ± 7% +517.8% 6155 ± 15% interrupts.CPU27.CAL:Function_call_interrupts > >> 8078 ± 6% -92.8% 578.83 ± 65% interrupts.CPU27.NMI:Non-maskable_interrupts > >> 8078 ± 6% -92.8% 578.83 ± 65% interrupts.CPU27.PMI:Performance_monitoring_interrupts > >> 3047 ± 55% -98.4% 49.67 ± 64% interrupts.CPU27.RES:Rescheduling_interrupts > >> 972.33 ± 4% +519.3% 6021 ± 15% interrupts.CPU28.CAL:Function_call_interrupts > >> 8128 ± 6% -93.5% 526.00 ± 41% interrupts.CPU28.NMI:Non-maskable_interrupts > >> 8128 ± 6% -93.5% 526.00 ± 41% interrupts.CPU28.PMI:Performance_monitoring_interrupts > >> 4260 ± 9% -98.8% 50.83 ± 67% interrupts.CPU28.RES:Rescheduling_interrupts > >> 988.00 ± 6% +512.3% 6050 ± 19% interrupts.CPU29.CAL:Function_call_interrupts > >> 8064 ± 6% -94.1% 471.83 ± 48% interrupts.CPU29.NMI:Non-maskable_interrupts > >> 8064 ± 6% -94.1% 471.83 ± 48% interrupts.CPU29.PMI:Performance_monitoring_interrupts > >> 3068 ± 49% -98.5% 44.67 ± 63% interrupts.CPU29.RES:Rescheduling_interrupts > >> 1135 ± 15% +473.6% 6513 ± 14% interrupts.CPU3.CAL:Function_call_interrupts > >> 8318 ± 3% -92.2% 652.50 ± 39% interrupts.CPU3.NMI:Non-maskable_interrupts > >> 8318 ± 3% -92.2% 652.50 ± 39% interrupts.CPU3.PMI:Performance_monitoring_interrupts > >> 1918 ± 31% -97.0% 57.67 ± 49% interrupts.CPU3.RES:Rescheduling_interrupts > >> 946.33 +578.1% 6416 ± 18% interrupts.CPU30.CAL:Function_call_interrupts > >> 6904 ± 28% -91.1% 617.17 ± 54% interrupts.CPU30.NMI:Non-maskable_interrupts > >> 6904 ± 28% -91.1% 617.17 ± 54% interrupts.CPU30.PMI:Performance_monitoring_interrupts > >> 2762 ± 44% -98.1% 53.83 ± 63% interrupts.CPU30.RES:Rescheduling_interrupts > >> 937.00 +551.3% 6102 ± 19% interrupts.CPU31.CAL:Function_call_interrupts > >> 8564 -91.5% 724.83 ± 47% interrupts.CPU31.NMI:Non-maskable_interrupts > >> 8564 -91.5% 724.83 ± 47% interrupts.CPU31.PMI:Performance_monitoring_interrupts > >> 3744 ± 37% -98.7% 47.67 ± 79% interrupts.CPU31.RES:Rescheduling_interrupts > >> 960.33 +539.2% 6138 ± 15% interrupts.CPU32.CAL:Function_call_interrupts > >> 8375 ± 3% -94.2% 486.00 ± 25% interrupts.CPU32.NMI:Non-maskable_interrupts > >> 8375 ± 3% -94.2% 486.00 ± 25% interrupts.CPU32.PMI:Performance_monitoring_interrupts > >> 4681 ± 66% -98.9% 51.83 ± 57% interrupts.CPU32.RES:Rescheduling_interrupts > >> 951.67 +508.4% 5789 ± 16% interrupts.CPU33.CAL:Function_call_interrupts > >> 8339 ± 3% -91.4% 719.33 ± 33% interrupts.CPU33.NMI:Non-maskable_interrupts > >> 8339 ± 3% -91.4% 719.33 ± 33% interrupts.CPU33.PMI:Performance_monitoring_interrupts > >> 4752 ± 45% -99.0% 46.67 ± 63% interrupts.CPU33.RES:Rescheduling_interrupts > >> 1300 ± 37% +351.7% 5872 ± 16% interrupts.CPU34.CAL:Function_call_interrupts > >> 8313 ± 2% -93.3% 558.00 ± 31% interrupts.CPU34.NMI:Non-maskable_interrupts > >> 8313 ± 2% -93.3% 558.00 ± 31% interrupts.CPU34.PMI:Performance_monitoring_interrupts > >> 5641 ± 33% -99.2% 46.17 ± 64% interrupts.CPU34.RES:Rescheduling_interrupts > >> 945.67 +562.3% 6262 ± 18% interrupts.CPU35.CAL:Function_call_interrupts > >> 8322 ± 3% -91.7% 689.17 ± 55% interrupts.CPU35.NMI:Non-maskable_interrupts > >> 8322 ± 3% -91.7% 689.17 ± 55% interrupts.CPU35.PMI:Performance_monitoring_interrupts > >> 3934 ± 43% -98.7% 50.50 ± 60% interrupts.CPU35.RES:Rescheduling_interrupts > >> 937.00 +564.8% 6229 ± 20% interrupts.CPU36.CAL:Function_call_interrupts > >> 8426 ± 2% -93.8% 526.33 ± 41% interrupts.CPU36.NMI:Non-maskable_interrupts > >> 8426 ± 2% -93.8% 526.33 ± 41% interrupts.CPU36.PMI:Performance_monitoring_interrupts > >> 2474 ± 49% -98.1% 46.17 ± 64% interrupts.CPU36.RES:Rescheduling_interrupts > >> 1049 ± 15% +481.4% 6100 ± 16% interrupts.CPU37.CAL:Function_call_interrupts > >> 8470 ± 2% -92.3% 652.17 ± 11% interrupts.CPU37.NMI:Non-maskable_interrupts > >> 8470 ± 2% -92.3% 652.17 ± 11% interrupts.CPU37.PMI:Performance_monitoring_interrupts > >> 3230 ± 67% -98.3% 54.17 ± 52% interrupts.CPU37.RES:Rescheduling_interrupts > >> 1027 ± 11% +472.8% 5883 ± 16% interrupts.CPU38.CAL:Function_call_interrupts > >> 8360 ± 3% -94.0% 498.33 ± 43% interrupts.CPU38.NMI:Non-maskable_interrupts > >> 8360 ± 3% -94.0% 498.33 ± 43% interrupts.CPU38.PMI:Performance_monitoring_interrupts > >> 5045 ± 65% -99.0% 48.83 ± 57% interrupts.CPU38.RES:Rescheduling_interrupts > >> 940.00 +558.5% 6190 ± 14% interrupts.CPU39.CAL:Function_call_interrupts > >> 8183 ± 5% -89.3% 878.83 ± 46% interrupts.CPU39.NMI:Non-maskable_interrupts > >> 8183 ± 5% -89.3% 878.83 ± 46% interrupts.CPU39.PMI:Performance_monitoring_interrupts > >> 2832 ± 29% -98.2% 51.33 ± 52% interrupts.CPU39.RES:Rescheduling_interrupts > >> 942.67 ± 4% +577.7% 6388 ± 9% interrupts.CPU4.CAL:Function_call_interrupts > >> 7081 ± 27% -91.2% 620.67 ± 28% interrupts.CPU4.NMI:Non-maskable_interrupts > >> 7081 ± 27% -91.2% 620.67 ± 28% interrupts.CPU4.PMI:Performance_monitoring_interrupts > >> 2484 ± 13% -97.7% 57.83 ± 50% interrupts.CPU4.RES:Rescheduling_interrupts > >> 944.33 +541.9% 6061 ± 15% interrupts.CPU40.CAL:Function_call_interrupts > >> 8291 ± 3% -94.7% 436.83 ± 31% interrupts.CPU40.NMI:Non-maskable_interrupts > >> 8291 ± 3% -94.7% 436.83 ± 31% interrupts.CPU40.PMI:Performance_monitoring_interrupts > >> 4620 ± 48% -98.9% 49.83 ± 66% interrupts.CPU40.RES:Rescheduling_interrupts > >> 946.67 +556.1% 6210 ± 15% interrupts.CPU41.CAL:Function_call_interrupts > >> 8571 ± 2% -93.0% 596.83 ± 49% interrupts.CPU41.NMI:Non-maskable_interrupts > >> 8571 ± 2% -93.0% 596.83 ± 49% interrupts.CPU41.PMI:Performance_monitoring_interrupts > >> 2595 ± 67% -98.0% 50.83 ± 57% interrupts.CPU41.RES:Rescheduling_interrupts > >> 973.67 ± 5% +560.0% 6426 ± 20% interrupts.CPU42.CAL:Function_call_interrupts > >> 8355 ± 3% -93.8% 516.83 ± 46% interrupts.CPU42.NMI:Non-maskable_interrupts > >> 8355 ± 3% -93.8% 516.83 ± 46% interrupts.CPU42.PMI:Performance_monitoring_interrupts > >> 5314 ± 36% -99.1% 48.00 ± 63% interrupts.CPU42.RES:Rescheduling_interrupts > >> 954.33 ± 3% +556.5% 6264 ± 18% interrupts.CPU43.CAL:Function_call_interrupts > >> 8170 -94.4% 454.83 ± 59% interrupts.CPU43.NMI:Non-maskable_interrupts > >> 8170 -94.4% 454.83 ± 59% interrupts.CPU43.PMI:Performance_monitoring_interrupts > >> 3373 ± 57% -98.6% 47.83 ± 69% interrupts.CPU43.RES:Rescheduling_interrupts > >> 946.67 +578.6% 6423 ± 19% interrupts.CPU44.CAL:Function_call_interrupts > >> 8401 ± 3% -94.1% 493.33 ± 38% interrupts.CPU44.NMI:Non-maskable_interrupts > >> 8401 ± 3% -94.1% 493.33 ± 38% interrupts.CPU44.PMI:Performance_monitoring_interrupts > >> 4765 ± 44% -99.0% 49.67 ± 53% interrupts.CPU44.RES:Rescheduling_interrupts > >> 960.33 ± 2% +530.7% 6056 ± 16% interrupts.CPU45.CAL:Function_call_interrupts > >> 8444 ± 2% -92.5% 631.00 ± 34% interrupts.CPU45.NMI:Non-maskable_interrupts > >> 8444 ± 2% -92.5% 631.00 ± 34% interrupts.CPU45.PMI:Performance_monitoring_interrupts > >> 2556 ± 49% -98.0% 52.17 ± 71% interrupts.CPU45.RES:Rescheduling_interrupts > >> 974.00 ± 4% +534.1% 6176 ± 16% interrupts.CPU46.CAL:Function_call_interrupts > >> 6701 ± 28% -91.5% 567.83 ± 44% interrupts.CPU46.NMI:Non-maskable_interrupts > >> 6701 ± 28% -91.5% 567.83 ± 44% interrupts.CPU46.PMI:Performance_monitoring_interrupts > >> 4845 ± 32% -99.0% 47.17 ± 58% interrupts.CPU46.RES:Rescheduling_interrupts > >> 939.33 +547.9% 6086 ± 15% interrupts.CPU47.CAL:Function_call_interrupts > >> 7257 ± 28% -91.3% 628.50 ± 34% interrupts.CPU47.NMI:Non-maskable_interrupts > >> 7257 ± 28% -91.3% 628.50 ± 34% interrupts.CPU47.PMI:Performance_monitoring_interrupts > >> 1996 ± 61% -97.8% 44.50 ± 67% interrupts.CPU47.RES:Rescheduling_interrupts > >> 1040 ± 4% +595.6% 7233 ± 14% interrupts.CPU48.CAL:Function_call_interrupts > >> 7152 ± 30% -90.1% 711.33 ± 34% interrupts.CPU48.NMI:Non-maskable_interrupts > >> 7152 ± 30% -90.1% 711.33 ± 34% interrupts.CPU48.PMI:Performance_monitoring_interrupts > >> 2944 ± 30% -97.9% 61.50 ± 47% interrupts.CPU48.RES:Rescheduling_interrupts > >> 1121 ± 7% +468.9% 6381 ± 11% interrupts.CPU49.CAL:Function_call_interrupts > >> 6924 ± 26% -92.9% 492.33 ± 32% interrupts.CPU49.NMI:Non-maskable_interrupts > >> 6924 ± 26% -92.9% 492.33 ± 32% interrupts.CPU49.PMI:Performance_monitoring_interrupts > >> 3687 ± 18% -98.6% 51.33 ± 57% interrupts.CPU49.RES:Rescheduling_interrupts > >> 13.67 ±131% +440.2% 73.83 ± 55% interrupts.CPU49.TLB:TLB_shootdowns > >> 981.00 ± 4% +581.5% 6685 ± 16% interrupts.CPU5.CAL:Function_call_interrupts > >> 6868 ± 25% -91.4% 588.83 ± 36% interrupts.CPU5.NMI:Non-maskable_interrupts > >> 6868 ± 25% -91.4% 588.83 ± 36% interrupts.CPU5.PMI:Performance_monitoring_interrupts > >> 2457 ± 49% -97.8% 55.17 ± 48% interrupts.CPU5.RES:Rescheduling_interrupts > >> 998.00 ± 3% +524.9% 6236 ± 13% interrupts.CPU50.CAL:Function_call_interrupts > >> 6884 ± 26% -93.5% 449.67 ± 50% interrupts.CPU50.NMI:Non-maskable_interrupts > >> 6884 ± 26% -93.5% 449.67 ± 50% interrupts.CPU50.PMI:Performance_monitoring_interrupts > >> 1939 ± 9% -97.4% 51.17 ± 49% interrupts.CPU50.RES:Rescheduling_interrupts > >> 1075 ± 4% +493.7% 6382 ± 19% interrupts.CPU51.CAL:Function_call_interrupts > >> 6619 ± 28% -91.0% 599.00 ± 39% interrupts.CPU51.NMI:Non-maskable_interrupts > >> 6619 ± 28% -91.0% 599.00 ± 39% interrupts.CPU51.PMI:Performance_monitoring_interrupts > >> 3299 ± 40% -98.3% 57.50 ± 54% interrupts.CPU51.RES:Rescheduling_interrupts > >> 1168 ± 9% +442.0% 6333 ± 12% interrupts.CPU52.CAL:Function_call_interrupts > >> 6529 ± 23% -88.5% 750.83 ± 13% interrupts.CPU52.NMI:Non-maskable_interrupts > >> 6529 ± 23% -88.5% 750.83 ± 13% interrupts.CPU52.PMI:Performance_monitoring_interrupts > >> 3559 ± 48% -98.5% 54.83 ± 64% interrupts.CPU52.RES:Rescheduling_interrupts > >> 1023 ± 7% +565.1% 6804 ± 27% interrupts.CPU53.CAL:Function_call_interrupts > >> 8240 ± 4% -90.6% 773.33 ± 26% interrupts.CPU53.NMI:Non-maskable_interrupts > >> 8240 ± 4% -90.6% 773.33 ± 26% interrupts.CPU53.PMI:Performance_monitoring_interrupts > >> 3254 ± 46% -98.2% 58.50 ± 50% interrupts.CPU53.RES:Rescheduling_interrupts > >> 976.00 +569.3% 6532 ± 10% interrupts.CPU54.CAL:Function_call_interrupts > >> 8541 ± 2% -93.7% 536.00 ± 44% interrupts.CPU54.NMI:Non-maskable_interrupts > >> 8541 ± 2% -93.7% 536.00 ± 44% interrupts.CPU54.PMI:Performance_monitoring_interrupts > >> 2577 ± 25% -98.1% 50.00 ± 65% interrupts.CPU54.RES:Rescheduling_interrupts > >> 1080 ± 10% +513.7% 6631 ± 15% interrupts.CPU55.CAL:Function_call_interrupts > >> 6683 ± 27% -87.9% 810.50 ± 13% interrupts.CPU55.NMI:Non-maskable_interrupts > >> 6683 ± 27% -87.9% 810.50 ± 13% interrupts.CPU55.PMI:Performance_monitoring_interrupts > >> 3148 ± 37% -98.4% 50.33 ± 55% interrupts.CPU55.RES:Rescheduling_interrupts > >> 1076 ± 4% +492.1% 6370 ± 11% interrupts.CPU56.CAL:Function_call_interrupts > >> 5711 ± 37% -88.9% 632.17 ± 33% interrupts.CPU56.NMI:Non-maskable_interrupts > >> 5711 ± 37% -88.9% 632.17 ± 33% interrupts.CPU56.PMI:Performance_monitoring_interrupts > >> 2685 ± 4% -98.1% 49.83 ± 50% interrupts.CPU56.RES:Rescheduling_interrupts > >> 1109 ± 14% +468.8% 6307 ± 14% interrupts.CPU57.CAL:Function_call_interrupts > >> 5589 ± 39% -87.4% 705.17 ± 27% interrupts.CPU57.NMI:Non-maskable_interrupts > >> 5589 ± 39% -87.4% 705.17 ± 27% interrupts.CPU57.PMI:Performance_monitoring_interrupts > >> 3899 ± 69% -98.6% 53.33 ± 46% interrupts.CPU57.RES:Rescheduling_interrupts > >> 1089 ± 9% +461.7% 6120 ± 14% interrupts.CPU58.CAL:Function_call_interrupts > >> 5466 ± 33% -87.5% 682.00 ± 27% interrupts.CPU58.NMI:Non-maskable_interrupts > >> 5466 ± 33% -87.5% 682.00 ± 27% interrupts.CPU58.PMI:Performance_monitoring_interrupts > >> 3442 ± 40% -98.5% 52.83 ± 58% interrupts.CPU58.RES:Rescheduling_interrupts > >> 1023 ± 9% +523.1% 6374 ± 18% interrupts.CPU59.CAL:Function_call_interrupts > >> 5498 ± 30% -89.0% 604.67 ± 25% interrupts.CPU59.NMI:Non-maskable_interrupts > >> 5498 ± 30% -89.0% 604.67 ± 25% interrupts.CPU59.PMI:Performance_monitoring_interrupts > >> 2080 ± 75% -97.6% 49.33 ± 51% interrupts.CPU59.RES:Rescheduling_interrupts > >> 994.00 +570.3% 6662 ± 10% interrupts.CPU6.CAL:Function_call_interrupts > >> 6981 ± 29% -90.1% 693.33 ± 34% interrupts.CPU6.NMI:Non-maskable_interrupts > >> 6981 ± 29% -90.1% 693.33 ± 34% interrupts.CPU6.PMI:Performance_monitoring_interrupts > >> 2443 ± 52% -97.9% 52.17 ± 39% interrupts.CPU6.RES:Rescheduling_interrupts > >> 1050 ± 7% +522.2% 6534 ± 10% interrupts.CPU60.CAL:Function_call_interrupts > >> 5389 ± 34% -90.1% 535.67 ± 39% interrupts.CPU60.NMI:Non-maskable_interrupts > >> 5389 ± 34% -90.1% 535.67 ± 39% interrupts.CPU60.PMI:Performance_monitoring_interrupts > >> 4308 ± 29% -98.7% 55.17 ± 56% interrupts.CPU60.RES:Rescheduling_interrupts > >> 1114 ± 8% +498.6% 6670 ± 11% interrupts.CPU61.CAL:Function_call_interrupts > >> 5643 ± 37% -84.8% 855.17 ± 35% interrupts.CPU61.NMI:Non-maskable_interrupts > >> 5643 ± 37% -84.8% 855.17 ± 35% interrupts.CPU61.PMI:Performance_monitoring_interrupts > >> 3581 ± 33% -98.6% 48.67 ± 47% interrupts.CPU61.RES:Rescheduling_interrupts > >> 1042 ± 6% +498.0% 6231 ± 10% interrupts.CPU62.CAL:Function_call_interrupts > >> 5721 ± 36% -88.6% 651.67 ± 54% interrupts.CPU62.NMI:Non-maskable_interrupts > >> 5721 ± 36% -88.6% 651.67 ± 54% interrupts.CPU62.PMI:Performance_monitoring_interrupts > >> 3630 ± 47% -98.6% 51.83 ± 60% interrupts.CPU62.RES:Rescheduling_interrupts > >> 1103 ± 6% +464.5% 6228 ± 11% interrupts.CPU63.CAL:Function_call_interrupts > >> 5488 ± 41% -90.9% 498.33 ± 46% interrupts.CPU63.NMI:Non-maskable_interrupts > >> 5488 ± 41% -90.9% 498.33 ± 46% interrupts.CPU63.PMI:Performance_monitoring_interrupts > >> 3372 ± 27% -98.4% 54.00 ± 48% interrupts.CPU63.RES:Rescheduling_interrupts > >> 1045 ± 2% +497.1% 6243 ± 11% interrupts.CPU64.CAL:Function_call_interrupts > >> 6775 ± 25% -92.0% 542.00 ± 50% interrupts.CPU64.NMI:Non-maskable_interrupts > >> 6775 ± 25% -92.0% 542.00 ± 50% interrupts.CPU64.PMI:Performance_monitoring_interrupts > >> 4520 ± 23% -98.9% 51.17 ± 52% interrupts.CPU64.RES:Rescheduling_interrupts > >> 982.67 +560.2% 6488 ± 11% interrupts.CPU65.CAL:Function_call_interrupts > >> 8168 ± 5% -92.4% 617.17 ± 34% interrupts.CPU65.NMI:Non-maskable_interrupts > >> 8168 ± 5% -92.4% 617.17 ± 34% interrupts.CPU65.PMI:Performance_monitoring_interrupts > >> 4537 ± 28% -98.9% 48.17 ± 72% interrupts.CPU65.RES:Rescheduling_interrupts > >> 844.33 ± 24% +643.4% 6277 ± 13% interrupts.CPU66.CAL:Function_call_interrupts > >> 8266 ± 2% -91.2% 725.33 ± 37% interrupts.CPU66.NMI:Non-maskable_interrupts > >> 8266 ± 2% -91.2% 725.33 ± 37% interrupts.CPU66.PMI:Performance_monitoring_interrupts > >> 2431 ± 66% -97.9% 50.83 ± 66% interrupts.CPU66.RES:Rescheduling_interrupts > >> 1016 ± 3% +535.8% 6464 ± 15% interrupts.CPU67.CAL:Function_call_interrupts > >> 8269 ± 3% -92.5% 622.17 ± 33% interrupts.CPU67.NMI:Non-maskable_interrupts > >> 8269 ± 3% -92.5% 622.17 ± 33% interrupts.CPU67.PMI:Performance_monitoring_interrupts > >> 2559 ± 37% -97.9% 53.33 ± 57% interrupts.CPU67.RES:Rescheduling_interrupts > >> 1051 ± 9% +504.5% 6357 ± 13% interrupts.CPU68.CAL:Function_call_interrupts > >> 5611 ± 34% -86.7% 748.83 ± 25% interrupts.CPU68.NMI:Non-maskable_interrupts > >> 5611 ± 34% -86.7% 748.83 ± 25% interrupts.CPU68.PMI:Performance_monitoring_interrupts > >> 2993 ± 25% -98.4% 48.83 ± 52% interrupts.CPU68.RES:Rescheduling_interrupts > >> 1023 ± 12% +514.6% 6289 ± 13% interrupts.CPU69.CAL:Function_call_interrupts > >> 5415 ± 35% -89.7% 555.83 ± 34% interrupts.CPU69.NMI:Non-maskable_interrupts > >> 5415 ± 35% -89.7% 555.83 ± 34% interrupts.CPU69.PMI:Performance_monitoring_interrupts > >> 3350 ± 79% -98.5% 51.83 ± 61% interrupts.CPU69.RES:Rescheduling_interrupts > >> 979.67 +554.3% 6410 ± 11% interrupts.CPU7.CAL:Function_call_interrupts > >> 7015 ± 26% -92.3% 540.50 ± 32% interrupts.CPU7.NMI:Non-maskable_interrupts > >> 7015 ± 26% -92.3% 540.50 ± 32% interrupts.CPU7.PMI:Performance_monitoring_interrupts > >> 1808 ± 54% -97.4% 47.00 ± 53% interrupts.CPU7.RES:Rescheduling_interrupts > >> 991.67 ± 2% +548.7% 6432 ± 11% interrupts.CPU70.CAL:Function_call_interrupts > >> 5398 ± 35% -90.1% 534.33 ± 37% interrupts.CPU70.NMI:Non-maskable_interrupts > >> 5398 ± 35% -90.1% 534.33 ± 37% interrupts.CPU70.PMI:Performance_monitoring_interrupts > >> 2961 ± 26% -98.3% 49.50 ± 46% interrupts.CPU70.RES:Rescheduling_interrupts > >> 988.33 ± 3% +565.9% 6581 ± 11% interrupts.CPU71.CAL:Function_call_interrupts > >> 5417 ± 34% -86.2% 746.83 ± 58% interrupts.CPU71.NMI:Non-maskable_interrupts > >> 5417 ± 34% -86.2% 746.83 ± 58% interrupts.CPU71.PMI:Performance_monitoring_interrupts > >> 4275 ± 43% -98.8% 51.33 ± 61% interrupts.CPU71.RES:Rescheduling_interrupts > >> 948.33 +638.3% 7002 ± 6% interrupts.CPU72.CAL:Function_call_interrupts > >> 5698 ± 37% -85.7% 814.67 ± 35% interrupts.CPU72.NMI:Non-maskable_interrupts > >> 5698 ± 37% -85.7% 814.67 ± 35% interrupts.CPU72.PMI:Performance_monitoring_interrupts > >> 2806 ± 31% -97.6% 66.00 ± 42% interrupts.CPU72.RES:Rescheduling_interrupts > >> 29.67 ± 54% +885.4% 292.33 ± 62% interrupts.CPU72.TLB:TLB_shootdowns > >> 952.67 +580.7% 6484 ± 10% interrupts.CPU73.CAL:Function_call_interrupts > >> 7046 ± 27% -90.6% 661.33 ± 30% interrupts.CPU73.NMI:Non-maskable_interrupts > >> 7046 ± 27% -90.6% 661.33 ± 30% interrupts.CPU73.PMI:Performance_monitoring_interrupts > >> 3184 ± 47% -98.4% 51.33 ± 56% interrupts.CPU73.RES:Rescheduling_interrupts > >> 947.33 +570.5% 6351 ± 9% interrupts.CPU74.CAL:Function_call_interrupts > >> 7904 ± 10% -93.3% 531.50 ± 74% interrupts.CPU74.NMI:Non-maskable_interrupts > >> 7904 ± 10% -93.3% 531.50 ± 74% interrupts.CPU74.PMI:Performance_monitoring_interrupts > >> 3650 ± 42% -98.7% 49.17 ± 45% interrupts.CPU74.RES:Rescheduling_interrupts > >> 949.33 +552.6% 6195 ± 11% interrupts.CPU75.CAL:Function_call_interrupts > >> 8457 ± 2% -91.7% 703.83 ± 44% interrupts.CPU75.NMI:Non-maskable_interrupts > >> 8457 ± 2% -91.7% 703.83 ± 44% interrupts.CPU75.PMI:Performance_monitoring_interrupts > >> 3813 ± 37% -98.8% 47.67 ± 49% interrupts.CPU75.RES:Rescheduling_interrupts > >> 936.67 +554.5% 6130 ± 11% interrupts.CPU76.CAL:Function_call_interrupts > >> 8464 ± 2% -93.8% 527.00 ± 45% interrupts.CPU76.NMI:Non-maskable_interrupts > >> 8464 ± 2% -93.8% 527.00 ± 45% interrupts.CPU76.PMI:Performance_monitoring_interrupts > >> 1278 ± 28% -95.8% 53.17 ± 42% interrupts.CPU76.RES:Rescheduling_interrupts > >> 946.67 +571.2% 6354 ± 14% interrupts.CPU77.CAL:Function_call_interrupts > >> 6825 ± 28% -92.0% 549.33 ± 44% interrupts.CPU77.NMI:Non-maskable_interrupts > >> 6825 ± 28% -92.0% 549.33 ± 44% interrupts.CPU77.PMI:Performance_monitoring_interrupts > >> 3098 ± 34% -98.3% 52.50 ± 58% interrupts.CPU77.RES:Rescheduling_interrupts > >> 944.33 +566.9% 6297 ± 13% interrupts.CPU78.CAL:Function_call_interrupts > >> 5760 ± 36% -91.0% 519.33 ± 15% interrupts.CPU78.NMI:Non-maskable_interrupts > >> 5760 ± 36% -91.0% 519.33 ± 15% interrupts.CPU78.PMI:Performance_monitoring_interrupts > >> 4224 ± 37% -98.7% 52.83 ± 43% interrupts.CPU78.RES:Rescheduling_interrupts > >> 948.33 ± 2% +576.5% 6415 ± 11% interrupts.CPU79.CAL:Function_call_interrupts > >> 5753 ± 36% -89.6% 600.50 ± 30% interrupts.CPU79.NMI:Non-maskable_interrupts > >> 5753 ± 36% -89.6% 600.50 ± 30% interrupts.CPU79.PMI:Performance_monitoring_interrupts > >> 2781 ± 32% -98.1% 53.00 ± 43% interrupts.CPU79.RES:Rescheduling_interrupts > >> 1070 ± 11% +521.8% 6655 ± 13% interrupts.CPU8.CAL:Function_call_interrupts > >> 6924 ± 29% -91.6% 581.00 ± 36% interrupts.CPU8.NMI:Non-maskable_interrupts > >> 6924 ± 29% -91.6% 581.00 ± 36% interrupts.CPU8.PMI:Performance_monitoring_interrupts > >> 2162 ± 12% -97.2% 60.83 ± 42% interrupts.CPU8.RES:Rescheduling_interrupts > >> 938.67 +557.4% 6170 ± 10% interrupts.CPU80.CAL:Function_call_interrupts > >> 6750 ± 27% -90.0% 671.83 ± 51% interrupts.CPU80.NMI:Non-maskable_interrupts > >> 6750 ± 27% -90.0% 671.83 ± 51% interrupts.CPU80.PMI:Performance_monitoring_interrupts > >> 3511 ± 25% -98.6% 48.00 ± 43% interrupts.CPU80.RES:Rescheduling_interrupts > >> 943.33 +579.2% 6407 ± 17% interrupts.CPU81.CAL:Function_call_interrupts > >> 6992 ± 28% -92.2% 543.17 ± 26% interrupts.CPU81.NMI:Non-maskable_interrupts > >> 6992 ± 28% -92.2% 543.17 ± 26% interrupts.CPU81.PMI:Performance_monitoring_interrupts > >> 5467 ± 17% -99.1% 46.67 ± 47% interrupts.CPU81.RES:Rescheduling_interrupts > >> 939.33 +577.7% 6365 ± 10% interrupts.CPU82.CAL:Function_call_interrupts > >> 6901 ± 29% -89.4% 731.67 ± 31% interrupts.CPU82.NMI:Non-maskable_interrupts > >> 6901 ± 29% -89.4% 731.67 ± 31% interrupts.CPU82.PMI:Performance_monitoring_interrupts > >> 2433 ± 70% -97.8% 52.33 ± 58% interrupts.CPU82.RES:Rescheduling_interrupts > >> 969.33 ± 3% +574.3% 6536 ± 12% interrupts.CPU83.CAL:Function_call_interrupts > >> 6887 ± 26% -91.8% 564.00 ± 42% interrupts.CPU83.NMI:Non-maskable_interrupts > >> 6887 ± 26% -91.8% 564.00 ± 42% interrupts.CPU83.PMI:Performance_monitoring_interrupts > >> 3200 ± 51% -98.4% 50.00 ± 59% interrupts.CPU83.RES:Rescheduling_interrupts > >> 937.33 +594.5% 6510 ± 12% interrupts.CPU84.CAL:Function_call_interrupts > >> 7002 ± 33% -90.0% 701.67 ± 28% interrupts.CPU84.NMI:Non-maskable_interrupts > >> 7002 ± 33% -90.0% 701.67 ± 28% interrupts.CPU84.PMI:Performance_monitoring_interrupts > >> 1983 ± 36% -97.3% 53.67 ± 50% interrupts.CPU84.RES:Rescheduling_interrupts > >> 957.67 ± 3% +562.1% 6340 ± 13% interrupts.CPU85.CAL:Function_call_interrupts > >> 6788 ± 28% -91.1% 605.67 ± 30% interrupts.CPU85.NMI:Non-maskable_interrupts > >> 6788 ± 28% -91.1% 605.67 ± 30% interrupts.CPU85.PMI:Performance_monitoring_interrupts > >> 3385 ± 23% -98.5% 51.00 ± 45% interrupts.CPU85.RES:Rescheduling_interrupts > >> 951.33 ± 2% +562.4% 6301 ± 10% interrupts.CPU86.CAL:Function_call_interrupts > >> 6944 ± 29% -92.6% 511.67 ± 37% interrupts.CPU86.NMI:Non-maskable_interrupts > >> 6944 ± 29% -92.6% 511.67 ± 37% interrupts.CPU86.PMI:Performance_monitoring_interrupts > >> 3196 ± 15% -98.3% 55.83 ± 41% interrupts.CPU86.RES:Rescheduling_interrupts > >> 951.00 ± 2% +543.5% 6119 ± 10% interrupts.CPU87.CAL:Function_call_interrupts > >> 8435 ± 2% -93.2% 574.17 ± 47% interrupts.CPU87.NMI:Non-maskable_interrupts > >> 8435 ± 2% -93.2% 574.17 ± 47% interrupts.CPU87.PMI:Performance_monitoring_interrupts > >> 3787 ± 7% -98.7% 47.50 ± 51% interrupts.CPU87.RES:Rescheduling_interrupts > >> 945.00 +582.8% 6452 ± 13% interrupts.CPU88.CAL:Function_call_interrupts > >> 6794 ± 25% -91.2% 599.83 ± 38% interrupts.CPU88.NMI:Non-maskable_interrupts > >> 6794 ± 25% -91.2% 599.83 ± 38% interrupts.CPU88.PMI:Performance_monitoring_interrupts > >> 4413 ± 34% -98.8% 52.33 ± 45% interrupts.CPU88.RES:Rescheduling_interrupts > >> 934.33 +569.6% 6256 ± 11% interrupts.CPU89.CAL:Function_call_interrupts > >> 6948 ± 28% -90.0% 697.33 ± 32% interrupts.CPU89.NMI:Non-maskable_interrupts > >> 6948 ± 28% -90.0% 697.33 ± 32% interrupts.CPU89.PMI:Performance_monitoring_interrupts > >> 3620 ± 26% -98.6% 51.17 ± 50% interrupts.CPU89.RES:Rescheduling_interrupts > >> 1010 ± 5% +541.5% 6479 ± 9% interrupts.CPU9.CAL:Function_call_interrupts > >> 7841 ± 9% -91.6% 657.67 ± 38% interrupts.CPU9.NMI:Non-maskable_interrupts > >> 7841 ± 9% -91.6% 657.67 ± 38% interrupts.CPU9.PMI:Performance_monitoring_interrupts > >> 2984 ± 31% -98.3% 52.00 ± 40% interrupts.CPU9.RES:Rescheduling_interrupts > >> 941.00 +573.6% 6338 ± 11% interrupts.CPU90.CAL:Function_call_interrupts > >> 6973 ± 26% -89.8% 709.17 ± 44% interrupts.CPU90.NMI:Non-maskable_interrupts > >> 6973 ± 26% -89.8% 709.17 ± 44% interrupts.CPU90.PMI:Performance_monitoring_interrupts > >> 2981 ± 20% -98.3% 50.67 ± 43% interrupts.CPU90.RES:Rescheduling_interrupts > >> 948.67 ± 2% +580.9% 6459 ± 11% interrupts.CPU91.CAL:Function_call_interrupts > >> 6641 ± 33% -92.0% 534.00 ± 31% interrupts.CPU91.NMI:Non-maskable_interrupts > >> 6641 ± 33% -92.0% 534.00 ± 31% interrupts.CPU91.PMI:Performance_monitoring_interrupts > >> 2661 ± 26% -97.9% 56.50 ± 56% interrupts.CPU91.RES:Rescheduling_interrupts > >> 945.00 +579.0% 6416 ± 12% interrupts.CPU92.CAL:Function_call_interrupts > >> 6873 ± 29% -91.3% 599.17 ± 49% interrupts.CPU92.NMI:Non-maskable_interrupts > >> 6873 ± 29% -91.3% 599.17 ± 49% interrupts.CPU92.PMI:Performance_monitoring_interrupts > >> 2422 ± 34% -97.9% 50.33 ± 48% interrupts.CPU92.RES:Rescheduling_interrupts > >> 944.00 +564.1% 6269 ± 10% interrupts.CPU93.CAL:Function_call_interrupts > >> 6978 ± 28% -92.0% 555.67 ± 39% interrupts.CPU93.NMI:Non-maskable_interrupts > >> 6978 ± 28% -92.0% 555.67 ± 39% interrupts.CPU93.PMI:Performance_monitoring_interrupts > >> 3044 ± 18% -98.3% 50.33 ± 50% interrupts.CPU93.RES:Rescheduling_interrupts > >> 951.67 +565.3% 6331 ± 15% interrupts.CPU94.CAL:Function_call_interrupts > >> 6772 ± 28% -91.5% 577.50 ± 52% interrupts.CPU94.NMI:Non-maskable_interrupts > >> 6772 ± 28% -91.5% 577.50 ± 52% interrupts.CPU94.PMI:Performance_monitoring_interrupts > >> 1605 ± 15% -96.8% 51.00 ± 46% interrupts.CPU94.RES:Rescheduling_interrupts > >> 944.00 +570.4% 6328 ± 15% interrupts.CPU95.CAL:Function_call_interrupts > >> 7244 ± 28% -93.5% 471.50 ± 32% interrupts.CPU95.NMI:Non-maskable_interrupts > >> 7244 ± 28% -93.5% 471.50 ± 32% interrupts.CPU95.PMI:Performance_monitoring_interrupts > >> 3001 ± 30% -98.4% 46.83 ± 39% interrupts.CPU95.RES:Rescheduling_interrupts > >> 972.67 ± 2% +583.5% 6647 ± 9% interrupts.CPU96.CAL:Function_call_interrupts > >> 3809 ± 9% -83.7% 621.33 ± 36% interrupts.CPU96.NMI:Non-maskable_interrupts > >> 3809 ± 9% -83.7% 621.33 ± 36% interrupts.CPU96.PMI:Performance_monitoring_interrupts > >> 3135 ± 32% -98.4% 49.50 ± 49% interrupts.CPU96.RES:Rescheduling_interrupts > >> 1017 ± 2% +520.7% 6313 ± 8% interrupts.CPU97.CAL:Function_call_interrupts > >> 6329 ± 26% -90.1% 627.00 ± 19% interrupts.CPU97.NMI:Non-maskable_interrupts > >> 6329 ± 26% -90.1% 627.00 ± 19% interrupts.CPU97.PMI:Performance_monitoring_interrupts > >> 5147 ± 23% -99.1% 47.33 ± 63% interrupts.CPU97.RES:Rescheduling_interrupts > >> 974.33 ± 3% +524.4% 6084 ± 14% interrupts.CPU98.CAL:Function_call_interrupts > >> 6476 ± 29% -91.3% 561.33 ± 30% interrupts.CPU98.NMI:Non-maskable_interrupts > >> 6476 ± 29% -91.3% 561.33 ± 30% interrupts.CPU98.PMI:Performance_monitoring_interrupts > >> 3420 ± 18% -98.8% 42.33 ± 64% interrupts.CPU98.RES:Rescheduling_interrupts > >> 1018 ± 6% +498.1% 6090 ± 20% interrupts.CPU99.CAL:Function_call_interrupts > >> 7812 ± 10% -92.2% 607.17 ± 32% interrupts.CPU99.NMI:Non-maskable_interrupts > >> 7812 ± 10% -92.2% 607.17 ± 32% interrupts.CPU99.PMI:Performance_monitoring_interrupts > >> 5101 ± 11% -99.0% 52.17 ± 55% interrupts.CPU99.RES:Rescheduling_interrupts > >> 7227 -87.6% 893.67 ± 10% interrupts.IWI:IRQ_work_interrupts > >> 1467313 -92.1% 115529 ± 2% interrupts.NMI:Non-maskable_interrupts > >> 1467313 -92.1% 115529 ± 2% interrupts.PMI:Performance_monitoring_interrupts > >> 723979 ± 5% -98.7% 9492 ± 53% interrupts.RES:Rescheduling_interrupts > >> > >> > >> > >> > >> > >> 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. > >> > >> > >> --- > >> 0DAY/LKP+ Test Infrastructure Open Source Technology Center > >> https://lists.01.org/hyperkitty/list/lkp(a)lists.01.org Intel Corporation > >> > >> Thanks, > >> Oliver Sang > >> > >> # > >> # Automatically generated file; DO NOT EDIT. > >> # Linux/x86_64 5.12.0-rc1 Kernel Configuration > >> # > >> CONFIG_CC_VERSION_TEXT="gcc-9 (Debian 9.3.0-22) 9.3.0" > >> CONFIG_CC_IS_GCC=y > >> CONFIG_GCC_VERSION=90300 > >> CONFIG_CLANG_VERSION=0 > >> CONFIG_LD_IS_BFD=y > >> CONFIG_LD_VERSION=23502 > >> CONFIG_LLD_VERSION=0 > >> CONFIG_CC_CAN_LINK=y > >> CONFIG_CC_CAN_LINK_STATIC=y > >> CONFIG_CC_HAS_ASM_GOTO=y > >> CONFIG_CC_HAS_ASM_INLINE=y > >> CONFIG_IRQ_WORK=y > >> CONFIG_BUILDTIME_TABLE_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_HAVE_KERNEL_ZSTD=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_KERNEL_ZSTD is not set > >> CONFIG_DEFAULT_INIT="" > >> CONFIG_DEFAULT_HOSTNAME="(none)" > >> CONFIG_SWAP=y > >> CONFIG_SYSVIPC=y > >> CONFIG_SYSVIPC_SYSCTL=y > >> CONFIG_POSIX_MQUEUE=y > >> CONFIG_POSIX_MQUEUE_SYSCTL=y > >> # CONFIG_WATCH_QUEUE is not set > >> CONFIG_CROSS_MEMORY_ATTACH=y > >> # CONFIG_USELIB is not set > >> 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_GENERIC_IRQ_INJECTION=y > >> CONFIG_HARDIRQS_SW_RESEND=y > >> CONFIG_IRQ_DOMAIN=y > >> CONFIG_IRQ_DOMAIN_HIERARCHY=y > >> CONFIG_GENERIC_MSI_IRQ=y > >> CONFIG_GENERIC_MSI_IRQ_DOMAIN=y > >> CONFIG_IRQ_MSI_IOMMU=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 > >> # end of IRQ subsystem > >> > >> CONFIG_CLOCKSOURCE_WATCHDOG=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 > >> CONFIG_HAVE_POSIX_CPU_TIMERS_TASK_WORK=y > >> CONFIG_POSIX_CPU_TIMERS_TASK_WORK=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 > >> # end of Timers subsystem > >> > >> # 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=y > >> 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 > >> # end of CPU/Task time and stats accounting > >> > >> 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_GENERIC=y > >> CONFIG_TASKS_RCU=y > >> CONFIG_TASKS_RUDE_RCU=y > >> CONFIG_TASKS_TRACE_RCU=y > >> CONFIG_RCU_STALL_COMMON=y > >> CONFIG_RCU_NEED_SEGCBLIST=y > >> CONFIG_RCU_NOCB_CPU=y > >> # end of RCU Subsystem > >> > >> CONFIG_BUILD_BIN2C=y > >> CONFIG_IKCONFIG=y > >> CONFIG_IKCONFIG_PROC=y > >> # CONFIG_IKHEADERS is not set > >> 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 > >> > >> # > >> # Scheduler features > >> # > >> # CONFIG_UCLAMP_TASK is not set > >> # end of Scheduler features > >> > >> CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y > >> CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y > >> CONFIG_CC_HAS_INT128=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_KMEM=y > >> CONFIG_BLK_CGROUP=y > >> 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_TIME_NS=y > >> CONFIG_IPC_NS=y > >> CONFIG_USER_NS=y > >> CONFIG_PID_NS=y > >> CONFIG_NET_NS=y > >> # CONFIG_CHECKPOINT_RESTORE is not set > >> 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_RD_ZSTD=y > >> # CONFIG_BOOT_CONFIG is not set > >> CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y > >> # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set > >> CONFIG_LD_ORPHAN_WARN=y > >> CONFIG_SYSCTL=y > >> CONFIG_HAVE_UID16=y > >> CONFIG_SYSCTL_EXCEPTION_TRACE=y > >> CONFIG_HAVE_PCSPKR_PLATFORM=y > >> CONFIG_BPF=y > >> # CONFIG_EXPERT is not set > >> CONFIG_UID16=y > >> CONFIG_MULTIUSER=y > >> CONFIG_SGETMASK_SYSCALL=y > >> CONFIG_SYSFS_SYSCALL=y > >> 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_HAVE_ARCH_USERFAULTFD_WP=y > >> CONFIG_MEMBARRIER=y > >> CONFIG_KALLSYMS=y > >> CONFIG_KALLSYMS_ALL=y > >> CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y > >> CONFIG_KALLSYMS_BASE_RELATIVE=y > >> # CONFIG_BPF_LSM is not set > >> CONFIG_BPF_SYSCALL=y > >> CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y > >> CONFIG_BPF_JIT_ALWAYS_ON=y > >> CONFIG_BPF_JIT_DEFAULT_ON=y > >> # CONFIG_BPF_PRELOAD is not set > >> CONFIG_USERFAULTFD=y > >> CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y > >> CONFIG_KCMP=y > >> CONFIG_RSEQ=y > >> # CONFIG_EMBEDDED is not set > >> CONFIG_HAVE_PERF_EVENTS=y > >> > >> # > >> # Kernel Performance Events And Counters > >> # > >> CONFIG_PERF_EVENTS=y > >> # CONFIG_DEBUG_PERF_USE_VMALLOC is not set > >> # end of Kernel Performance Events And Counters > >> > >> CONFIG_VM_EVENT_COUNTERS=y > >> CONFIG_SLUB_DEBUG=y > >> # CONFIG_COMPAT_BRK is not set > >> # CONFIG_SLAB is not set > >> CONFIG_SLUB=y > >> CONFIG_SLAB_MERGE_DEFAULT=y > >> CONFIG_SLAB_FREELIST_RANDOM=y > >> # CONFIG_SLAB_FREELIST_HARDENED is not set > >> CONFIG_SHUFFLE_PAGE_ALLOCATOR=y > >> CONFIG_SLUB_CPU_PARTIAL=y > >> CONFIG_SYSTEM_DATA_VERIFICATION=y > >> CONFIG_PROFILING=y > >> CONFIG_TRACEPOINTS=y > >> # end of General setup > >> > >> CONFIG_64BIT=y > >> CONFIG_X86_64=y > >> CONFIG_X86=y > >> CONFIG_INSTRUCTION_DECODER=y > >> CONFIG_OUTPUT_FORMAT="elf64-x86-64" > >> 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_ARCH_MAY_HAVE_PC_FDC=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_GENERAL_HUGETLB=y > >> CONFIG_ZONE_DMA32=y > >> CONFIG_AUDIT_ARCH=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_DEBUG is not set > >> CONFIG_PARAVIRT_SPINLOCKS=y > >> CONFIG_X86_HV_CALLBACK_VECTOR=y > >> CONFIG_XEN=y > >> # CONFIG_XEN_PV is not set > >> CONFIG_XEN_PVHVM=y > >> CONFIG_XEN_PVHVM_SMP=y > >> CONFIG_XEN_PVHVM_GUEST=y > >> CONFIG_XEN_SAVE_RESTORE=y > >> # CONFIG_XEN_DEBUG_FS is not set > >> # CONFIG_XEN_PVH is not set > >> CONFIG_KVM_GUEST=y > >> CONFIG_ARCH_CPUIDLE_HALTPOLL=y > >> # CONFIG_PVH is not set > >> CONFIG_PARAVIRT_TIME_ACCOUNTING=y > >> CONFIG_PARAVIRT_CLOCK=y > >> # CONFIG_JAILHOUSE_GUEST is not set > >> # CONFIG_ACRN_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_IA32_FEAT_CTL=y > >> CONFIG_X86_VMX_FEATURE_NAMES=y > >> CONFIG_CPU_SUP_INTEL=y > >> CONFIG_CPU_SUP_AMD=y > >> CONFIG_CPU_SUP_HYGON=y > >> CONFIG_CPU_SUP_CENTAUR=y > >> CONFIG_CPU_SUP_ZHAOXIN=y > >> CONFIG_HPET_TIMER=y > >> CONFIG_HPET_EMULATE_RTC=y > >> CONFIG_DMI=y > >> # CONFIG_GART_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 > >> > >> # > >> # Performance monitoring > >> # > >> CONFIG_PERF_EVENTS_INTEL_UNCORE=m > >> CONFIG_PERF_EVENTS_INTEL_RAPL=m > >> CONFIG_PERF_EVENTS_INTEL_CSTATE=m > >> CONFIG_PERF_EVENTS_AMD_POWER=m > >> # end of Performance monitoring > >> > >> CONFIG_X86_16BIT=y > >> CONFIG_X86_ESPFIX64=y > >> CONFIG_X86_VSYSCALL_EMULATION=y > >> CONFIG_X86_IOPL_IOPERM=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_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_NUMA_EMU=y > >> CONFIG_NODES_SHIFT=10 > >> CONFIG_ARCH_SPARSEMEM_ENABLE=y > >> CONFIG_ARCH_SPARSEMEM_DEFAULT=y > >> CONFIG_ARCH_SELECT_MEMORY_MODEL=y > >> # CONFIG_ARCH_MEMORY_PROBE is not set > >> 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_UMIP=y > >> CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y > >> CONFIG_X86_INTEL_TSX_MODE_OFF=y > >> # CONFIG_X86_INTEL_TSX_MODE_ON is not set > >> # CONFIG_X86_INTEL_TSX_MODE_AUTO is not set > >> # CONFIG_X86_SGX is not set > >> CONFIG_EFI=y > >> CONFIG_EFI_STUB=y > >> CONFIG_EFI_MIXED=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_SIG is not set > >> 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_XONLY is not set > >> # 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 > >> # end of Processor type and features > >> > >> 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_HIBERNATE_CALLBACKS=y > >> CONFIG_HIBERNATION=y > >> CONFIG_HIBERNATION_SNAPSHOT_DEV=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 is not set > >> # CONFIG_PM_TEST_SUSPEND is not set > >> CONFIG_PM_SLEEP_DEBUG=y > >> # CONFIG_PM_TRACE_RTC is not set > >> 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_FPDT is not set > >> CONFIG_ACPI_LPIT=y > >> CONFIG_ACPI_SLEEP=y > >> 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=m > >> 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_PLATFORM_PROFILE=m > >> 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 is not set > >> CONFIG_ACPI_BGRT=y > >> CONFIG_ACPI_NFIT=m > >> # CONFIG_NFIT_SECURITY_DEBUG is not set > >> CONFIG_ACPI_NUMA=y > >> # CONFIG_ACPI_HMAT 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_ACPI_DPTF is not set > >> CONFIG_ACPI_WATCHDOG=y > >> CONFIG_ACPI_EXTLOG=m > >> CONFIG_ACPI_ADXL=y > >> # CONFIG_ACPI_CONFIGFS is not set > >> CONFIG_PMIC_OPREGION=y > >> CONFIG_X86_PM_TIMER=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=y > >> CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y > >> # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set > >> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE 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=y > >> > >> # > >> # CPU frequency scaling drivers > >> # > >> CONFIG_X86_INTEL_PSTATE=y > >> # CONFIG_X86_PCC_CPUFREQ is not set > >> 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 > >> # end of CPU Frequency scaling > >> > >> # > >> # 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_CPU_IDLE_GOV_HALTPOLL is not set > >> CONFIG_HALTPOLL_CPUIDLE=y > >> # end of CPU Idle > >> > >> CONFIG_INTEL_IDLE=y > >> # end of Power management and ACPI options > >> > >> # > >> # Bus options (PCI etc.) > >> # > >> CONFIG_PCI_DIRECT=y > >> CONFIG_PCI_MMCONFIG=y > >> CONFIG_PCI_XEN=y > >> CONFIG_MMCONF_FAM10H=y > >> CONFIG_ISA_DMA_API=y > >> CONFIG_AMD_NB=y > >> # CONFIG_X86_SYSFB is not set > >> # end of Bus options (PCI etc.) > >> > >> # > >> # 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 > >> # end of Binary Emulations > >> > >> # > >> # 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 is not set > >> 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_GENERIC_STUB_INITRD_CMDLINE_LOADER=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_EFI_RCI2_TABLE is not set > >> # CONFIG_EFI_DISABLE_PCI_DMA is not set > >> # end of EFI (Extensible Firmware Interface) Support > >> > >> CONFIG_UEFI_CPER=y > >> CONFIG_UEFI_CPER_X86=y > >> CONFIG_EFI_DEV_PATH_PARSER=y > >> CONFIG_EFI_EARLYCON=y > >> CONFIG_EFI_CUSTOM_SSDT_OVERLAYS=y > >> > >> # > >> # Tegra firmware driver > >> # > >> # end of Tegra firmware driver > >> # end of Firmware Drivers > >> > >> 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_HAVE_KVM_NO_POLL=y > >> CONFIG_KVM_XFER_TO_GUEST_WORK=y > >> CONFIG_VIRTUALIZATION=y > >> CONFIG_KVM=m > >> CONFIG_KVM_INTEL=m > >> # CONFIG_KVM_AMD is not set > >> CONFIG_KVM_MMU_AUDIT=y > >> CONFIG_AS_AVX512=y > >> CONFIG_AS_SHA1_NI=y > >> CONFIG_AS_SHA256_NI=y > >> CONFIG_AS_TPAUSE=y > >> > >> # > >> # General architecture-dependent options > >> # > >> CONFIG_CRASH_CORE=y > >> CONFIG_KEXEC_CORE=y > >> CONFIG_HOTPLUG_SMT=y > >> CONFIG_GENERIC_ENTRY=y > >> CONFIG_KPROBES=y > >> CONFIG_JUMP_LABEL=y > >> # CONFIG_STATIC_KEYS_SELFTEST is not set > >> # CONFIG_STATIC_CALL_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_ARCH_HAS_SET_DIRECT_MAP=y > >> CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y > >> CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y > >> CONFIG_HAVE_ASM_MODVERSIONS=y > >> CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y > >> CONFIG_HAVE_RSEQ=y > >> CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=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_MMU_GATHER_TABLE_FREE=y > >> CONFIG_MMU_GATHER_RCU_TABLE_FREE=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=y > >> CONFIG_HAVE_ARCH_SECCOMP_FILTER=y > >> CONFIG_SECCOMP=y > >> CONFIG_SECCOMP_FILTER=y > >> # CONFIG_SECCOMP_CACHE_DEBUG is not set > >> CONFIG_HAVE_ARCH_STACKLEAK=y > >> CONFIG_HAVE_STACKPROTECTOR=y > >> CONFIG_STACKPROTECTOR=y > >> CONFIG_STACKPROTECTOR_STRONG=y > >> CONFIG_ARCH_SUPPORTS_LTO_CLANG=y > >> CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y > >> CONFIG_LTO_NONE=y > >> CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y > >> CONFIG_HAVE_CONTEXT_TRACKING=y > >> CONFIG_HAVE_CONTEXT_TRACKING_OFFSTACK=y > >> CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y > >> CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y > >> CONFIG_HAVE_MOVE_PUD=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_ARCH_WANT_HUGE_PMD_SHARE=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_HAVE_SOFTIRQ_ON_OWN_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_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_HAVE_ARCH_PREL32_RELOCATIONS=y > >> CONFIG_ARCH_USE_MEMREMAP_PROT=y > >> # CONFIG_LOCK_EVENT_COUNTS is not set > >> CONFIG_ARCH_HAS_MEM_ENCRYPT=y > >> CONFIG_HAVE_STATIC_CALL=y > >> CONFIG_HAVE_STATIC_CALL_INLINE=y > >> CONFIG_HAVE_PREEMPT_DYNAMIC=y > >> CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y > >> CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y > >> CONFIG_ARCH_HAS_ELFCORE_COMPAT=y > >> > >> # > >> # GCOV-based kernel profiling > >> # > >> # CONFIG_GCOV_KERNEL is not set > >> CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y > >> # end of GCOV-based kernel profiling > >> > >> CONFIG_HAVE_GCC_PLUGINS=y > >> # end of General architecture-dependent options > >> > >> CONFIG_RT_MUTEXES=y > >> CONFIG_BASE_SMALL=0 > >> CONFIG_MODULE_SIG_FORMAT=y > >> 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_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set > >> CONFIG_MODULES_TREE_LOOKUP=y > >> CONFIG_BLOCK=y > >> CONFIG_BLK_SCSI_REQUEST=y > >> CONFIG_BLK_CGROUP_RWSTAT=y > >> CONFIG_BLK_DEV_BSG=y > >> CONFIG_BLK_DEV_BSGLIB=y > >> CONFIG_BLK_DEV_INTEGRITY=y > >> CONFIG_BLK_DEV_INTEGRITY_T10=m > >> 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=y > >> # CONFIG_BLK_CGROUP_IOLATENCY is not set > >> # CONFIG_BLK_CGROUP_IOCOST is not set > >> CONFIG_BLK_WBT_MQ=y > >> CONFIG_BLK_DEBUG_FS=y > >> CONFIG_BLK_DEBUG_FS_ZONED=y > >> # CONFIG_BLK_SED_OPAL is not set > >> # CONFIG_BLK_INLINE_ENCRYPTION 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 > >> # end of Partition Types > >> > >> CONFIG_BLOCK_COMPAT=y > >> CONFIG_BLK_MQ_PCI=y > >> CONFIG_BLK_MQ_VIRTIO=y > >> CONFIG_BLK_MQ_RDMA=y > >> CONFIG_BLK_PM=y > >> > >> # > >> # IO Schedulers > >> # > >> CONFIG_MQ_IOSCHED_DEADLINE=y > >> CONFIG_MQ_IOSCHED_KYBER=y > >> CONFIG_IOSCHED_BFQ=y > >> CONFIG_BFQ_GROUP_IOSCHED=y > >> # CONFIG_BFQ_CGROUP_DEBUG is not set > >> # end of IO Schedulers > >> > >> 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_NON_OVERLAPPING_ADDRESS_SPACE=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 > >> # end of Executable file formats > >> > >> # > >> # Memory Management options > >> # > >> CONFIG_SELECT_MEMORY_MODEL=y > >> CONFIG_SPARSEMEM_MANUAL=y > >> CONFIG_SPARSEMEM=y > >> CONFIG_NEED_MULTIPLE_NODES=y > >> CONFIG_SPARSEMEM_EXTREME=y > >> CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y > >> CONFIG_SPARSEMEM_VMEMMAP=y > >> CONFIG_HAVE_FAST_GUP=y > >> CONFIG_NUMA_KEEP_MEMINFO=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_PAGE_REPORTING=y > >> CONFIG_MIGRATION=y > >> CONFIG_CONTIG_ALLOC=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_CLEANCACHE=y > >> CONFIG_FRONTSWAP=y > >> CONFIG_CMA=y > >> # CONFIG_CMA_DEBUG is not set > >> # CONFIG_CMA_DEBUGFS is not set > >> CONFIG_CMA_AREAS=19 > >> CONFIG_ZSWAP=y > >> # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set > >> CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y > >> # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set > >> # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set > >> # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set > >> # CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set > >> CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lzo" > >> CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD=y > >> # CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set > >> # CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set > >> CONFIG_ZSWAP_ZPOOL_DEFAULT="zbud" > >> # CONFIG_ZSWAP_DEFAULT_ON is not set > >> CONFIG_ZPOOL=y > >> CONFIG_ZBUD=y > >> # CONFIG_Z3FOLD is not set > >> CONFIG_ZSMALLOC=y > >> CONFIG_ZSMALLOC_STAT=y > >> CONFIG_GENERIC_EARLY_IOREMAP=y > >> CONFIG_DEFERRED_STRUCT_PAGE_INIT=y > >> CONFIG_IDLE_PAGE_TRACKING=y > >> CONFIG_ARCH_HAS_PTE_DEVMAP=y > >> CONFIG_ZONE_DEVICE=y > >> CONFIG_DEV_PAGEMAP_OPS=y > >> CONFIG_HMM_MIRROR=y > >> CONFIG_DEVICE_PRIVATE=y > >> CONFIG_VMAP_PFN=y > >> CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y > >> CONFIG_ARCH_HAS_PKEYS=y > >> # CONFIG_PERCPU_STATS is not set > >> # CONFIG_GUP_TEST is not set > >> # CONFIG_READ_ONLY_THP_FOR_FS is not set > >> CONFIG_ARCH_HAS_PTE_SPECIAL=y > >> CONFIG_MAPPING_DIRTY_HELPERS=y > >> # end of Memory Management options > >> > >> 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=m > >> CONFIG_TLS_DEVICE=y > >> # CONFIG_TLS_TOE is not set > >> CONFIG_XFRM=y > >> CONFIG_XFRM_OFFLOAD=y > >> CONFIG_XFRM_ALGO=y > >> CONFIG_XFRM_USER=y > >> # CONFIG_XFRM_USER_COMPAT is not set > >> # CONFIG_XFRM_INTERFACE is not set > >> CONFIG_XFRM_SUB_POLICY=y > >> CONFIG_XFRM_MIGRATE=y > >> CONFIG_XFRM_STATISTICS=y > >> CONFIG_XFRM_AH=m > >> CONFIG_XFRM_ESP=m > >> CONFIG_XFRM_IPCOMP=m > >> CONFIG_NET_KEY=m > >> CONFIG_NET_KEY_MIGRATE=y > >> # CONFIG_SMC is not set > >> CONFIG_XDP_SOCKETS=y > >> # CONFIG_XDP_SOCKETS_DIAG 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 is not set > >> # CONFIG_NET_FOU_IP_TUNNELS is not set > >> CONFIG_INET_AH=m > >> CONFIG_INET_ESP=m > >> CONFIG_INET_ESP_OFFLOAD=m > >> # CONFIG_INET_ESPINTCP is not set > >> CONFIG_INET_IPCOMP=m > >> CONFIG_INET_XFRM_TUNNEL=m > >> CONFIG_INET_TUNNEL=m > >> CONFIG_INET_DIAG=m > >> CONFIG_INET_TCP_DIAG=m > >> CONFIG_INET_UDP_DIAG=m > >> CONFIG_INET_RAW_DIAG=m > >> # 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=m > >> 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=m > >> 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=m > >> # CONFIG_INET6_ESPINTCP 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_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_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 is not set > >> # CONFIG_IPV6_SEG6_HMAC is not set > >> # CONFIG_IPV6_RPL_LWTUNNEL is not set > >> CONFIG_NETLABEL=y > >> # CONFIG_MPTCP is not set > >> 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 is not set > >> 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=m > >> 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_NF_CT_NETLINK_HELPER=m > >> CONFIG_NETFILTER_NETLINK_GLUE_CT=y > >> CONFIG_NF_NAT=m > >> 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_INET=y > >> CONFIG_NF_TABLES_NETDEV=y > >> CONFIG_NFT_NUMGEN=m > >> CONFIG_NFT_CT=m > >> CONFIG_NFT_COUNTER=m > >> CONFIG_NFT_CONNLIMIT=m > >> CONFIG_NFT_LOG=m > >> CONFIG_NFT_LIMIT=m > >> CONFIG_NFT_MASQ=m > >> CONFIG_NFT_REDIR=m > >> CONFIG_NFT_NAT=m > >> # CONFIG_NFT_TUNNEL is not set > >> CONFIG_NFT_OBJREF=m > >> CONFIG_NFT_QUEUE=m > >> CONFIG_NFT_QUOTA=m > >> CONFIG_NFT_REJECT=m > >> CONFIG_NFT_REJECT_INET=m > >> CONFIG_NFT_COMPAT=m > >> CONFIG_NFT_HASH=m > >> CONFIG_NFT_FIB=m > >> CONFIG_NFT_FIB_INET=m > >> # CONFIG_NFT_XFRM is not set > >> CONFIG_NFT_SOCKET=m > >> # CONFIG_NFT_OSF is not set > >> # CONFIG_NFT_TPROXY is not set > >> # CONFIG_NFT_SYNPROXY is not set > >> CONFIG_NF_DUP_NETDEV=m > >> CONFIG_NFT_DUP_NETDEV=m > >> CONFIG_NFT_FWD_NETDEV=m > >> CONFIG_NFT_FIB_NETDEV=m > >> # CONFIG_NFT_REJECT_NETDEV 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 is not set > >> 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_MASQUERADE=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 is not set > >> 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 is not set > >> 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 is not set > >> # CONFIG_NETFILTER_XT_MATCH_U32 is not set > >> # end of Core Netfilter Configuration > >> > >> 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=m > >> CONFIG_IP_VS_OVF=m > >> 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 > >> # CONFIG_IP_VS_TWOS is not set > >> > >> # > >> # 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=y > >> CONFIG_NFT_REJECT_IPV4=m > >> CONFIG_NFT_DUP_IPV4=m > >> CONFIG_NFT_FIB_IPV4=m > >> CONFIG_NF_TABLES_ARP=y > >> CONFIG_NF_DUP_IPV4=m > >> CONFIG_NF_LOG_ARP=m > >> 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 is not set > >> 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 > >> # end of IP: Netfilter Configuration > >> > >> # > >> # IPv6: Netfilter Configuration > >> # > >> CONFIG_NF_SOCKET_IPV6=m > >> CONFIG_NF_TPROXY_IPV6=m > >> CONFIG_NF_TABLES_IPV6=y > >> CONFIG_NFT_REJECT_IPV6=m > >> CONFIG_NFT_DUP_IPV6=m > >> CONFIG_NFT_FIB_IPV6=m > >> 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 is not set > >> 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 > >> # end of IPv6: Netfilter Configuration > >> > >> CONFIG_NF_DEFRAG_IPV6=m > >> CONFIG_NF_TABLES_BRIDGE=m > >> # CONFIG_NFT_BRIDGE_META is not set > >> CONFIG_NFT_BRIDGE_REJECT=m > >> CONFIG_NF_LOG_BRIDGE=m > >> # CONFIG_NF_CONNTRACK_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 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=m > >> # CONFIG_TIPC_MEDIA_IB is not set > >> CONFIG_TIPC_MEDIA_UDP=y > >> CONFIG_TIPC_CRYPTO=y > >> CONFIG_TIPC_DIAG=m > >> 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_BRIDGE_MRP is not set > >> # CONFIG_BRIDGE_CFM is not set > >> 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 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=y > >> # CONFIG_NET_SCH_CAKE is not set > >> CONFIG_NET_SCH_FQ=m > >> CONFIG_NET_SCH_HHF=m > >> CONFIG_NET_SCH_PIE=m > >> # CONFIG_NET_SCH_FQ_PIE is not set > >> CONFIG_NET_SCH_INGRESS=m > >> CONFIG_NET_SCH_PLUG=m > >> # CONFIG_NET_SCH_ETS is not set > >> CONFIG_NET_SCH_DEFAULT=y > >> # CONFIG_DEFAULT_FQ is not set > >> # CONFIG_DEFAULT_CODEL is not set > >> CONFIG_DEFAULT_FQ_CODEL=y > >> # CONFIG_DEFAULT_SFQ is not set > >> # CONFIG_DEFAULT_PFIFO_FAST is not set > >> CONFIG_DEFAULT_NET_SCH="fq_codel" > >> > >> # > >> # 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 is not set > >> 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_MPLS is not set > >> CONFIG_NET_ACT_VLAN=m > >> CONFIG_NET_ACT_BPF=m > >> # CONFIG_NET_ACT_CONNMARK is not set > >> # CONFIG_NET_ACT_CTINFO is not set > >> CONFIG_NET_ACT_SKBMOD=m > >> # CONFIG_NET_ACT_IFE is not set > >> CONFIG_NET_ACT_TUNNEL_KEY=m > >> # CONFIG_NET_ACT_GATE is not set > >> # CONFIG_NET_TC_SKB_EXT is not set > >> 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_VSOCKETS=m > >> CONFIG_VSOCKETS_DIAG=m > >> CONFIG_VSOCKETS_LOOPBACK=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=m > >> CONFIG_MPLS_IPTUNNEL=m > >> CONFIG_NET_NSH=y > >> # CONFIG_HSR is not set > >> CONFIG_NET_SWITCHDEV=y > >> CONFIG_NET_L3_MASTER_DEV=y > >> # CONFIG_QRTR is not set > >> # CONFIG_NET_NCSI is not set > >> CONFIG_RPS=y > >> CONFIG_RFS_ACCEL=y > >> CONFIG_SOCK_RX_QUEUE_MAPPING=y > >> CONFIG_XPS=y > >> CONFIG_CGROUP_NET_PRIO=y > >> 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 > >> # end of Network testing > >> # end of Networking options > >> > >> # CONFIG_HAMRADIO is not set > >> CONFIG_CAN=m > >> CONFIG_CAN_RAW=m > >> CONFIG_CAN_BCM=m > >> CONFIG_CAN_GW=m > >> # CONFIG_CAN_J1939 is not set > >> # CONFIG_CAN_ISOTP is not set > >> > >> # > >> # 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_KVASER_PCIEFD is not set > >> 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_EMS_PCI=m > >> # CONFIG_CAN_F81601 is not set > >> CONFIG_CAN_KVASER_PCI=m > >> CONFIG_CAN_PEAK_PCI=m > >> CONFIG_CAN_PEAK_PCIEC=y > >> CONFIG_CAN_PLX_PCI=m > >> # CONFIG_CAN_SJA1000_ISA is not set > >> CONFIG_CAN_SJA1000_PLATFORM=m > >> CONFIG_CAN_SOFTING=m > >> > >> # > >> # CAN SPI interfaces > >> # > >> # CONFIG_CAN_HI311X is not set > >> # CONFIG_CAN_MCP251X is not set > >> # CONFIG_CAN_MCP251XFD is not set > >> # end of CAN SPI interfaces > >> > >> # > >> # CAN USB interfaces > >> # > >> # CONFIG_CAN_8DEV_USB is not set > >> # CONFIG_CAN_EMS_USB is not set > >> # CONFIG_CAN_ESD_USB2 is not set > >> # CONFIG_CAN_GS_USB is not set > >> # CONFIG_CAN_KVASER_USB is not set > >> # CONFIG_CAN_MCBA_USB is not set > >> # CONFIG_CAN_PEAK_USB is not set > >> # CONFIG_CAN_UCAN is not set > >> # end of CAN USB interfaces > >> > >> # CONFIG_CAN_DEBUG_DEVICES is not set > >> # end of CAN Device Drivers > >> > >> 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_HIDP=m > >> CONFIG_BT_HS=y > >> CONFIG_BT_LE=y > >> # CONFIG_BT_6LOWPAN is not set > >> # CONFIG_BT_LEDS is not set > >> # CONFIG_BT_MSFTEXT is not set > >> CONFIG_BT_DEBUGFS=y > >> # CONFIG_BT_SELFTEST is not set > >> > >> # > >> # Bluetooth device drivers > >> # > >> # CONFIG_BT_HCIBTUSB is not set > >> # CONFIG_BT_HCIBTSDIO is not set > >> 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_HCIBCM203X is not set > >> # CONFIG_BT_HCIBPA10X is not set > >> # CONFIG_BT_HCIBFUSB is not set > >> CONFIG_BT_HCIVHCI=m > >> CONFIG_BT_MRVL=m > >> # CONFIG_BT_MRVL_SDIO is not set > >> # CONFIG_BT_MTKSDIO is not set > >> # end of Bluetooth device drivers > >> > >> # CONFIG_AF_RXRPC is not set > >> # CONFIG_AF_KCM is not set > >> CONFIG_STREAM_PARSER=y > >> CONFIG_FIB_RULES=y > >> CONFIG_WIRELESS=y > >> CONFIG_WEXT_CORE=y > >> CONFIG_WEXT_PROC=y > >> CONFIG_CFG80211=m > >> # CONFIG_NL80211_TESTMODE is not set > >> # CONFIG_CFG80211_DEVELOPER_WARNINGS 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_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_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_RDMA 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_SOCK_VALIDATE_XMIT=y > >> CONFIG_NET_SOCK_MSG=y > >> CONFIG_NET_DEVLINK=y > >> CONFIG_PAGE_POOL=y > >> CONFIG_FAILOVER=m > >> CONFIG_ETHTOOL_NETLINK=y > >> 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_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=y > >> # CONFIG_PCIE_PTM is not set > >> # CONFIG_PCIE_EDR 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=m > >> # 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 > >> # > >> CONFIG_VMD=y > >> CONFIG_PCI_HYPERV_INTERFACE=m > >> > >> # > >> # DesignWare PCI Core Support > >> # > >> # CONFIG_PCIE_DW_PLAT_HOST is not set > >> # CONFIG_PCI_MESON is not set > >> # end of DesignWare PCI Core Support > >> > >> # > >> # Mobiveil PCIe Core Support > >> # > >> # end of Mobiveil PCIe Core Support > >> > >> # > >> # Cadence PCIe controllers support > >> # > >> # end of Cadence PCIe controllers support > >> # end of PCI controller drivers > >> > >> # > >> # PCI Endpoint > >> # > >> # CONFIG_PCI_ENDPOINT is not set > >> # end of PCI Endpoint > >> > >> # > >> # PCI switch controller drivers > >> # > >> # CONFIG_PCI_SW_SWITCHTEC is not set > >> # end of PCI switch controller drivers > >> > >> # CONFIG_CXL_BUS is not set > >> # CONFIG_PCCARD is not set > >> # CONFIG_RAPIDIO is not set > >> > >> # > >> # Generic Driver Options > >> # > >> # CONFIG_UEVENT_HELPER is not set > >> CONFIG_DEVTMPFS=y > >> CONFIG_DEVTMPFS_MOUNT=y > >> CONFIG_STANDALONE=y > >> CONFIG_PREVENT_FIRMWARE_BUILD=y > >> > >> # > >> # Firmware loader > >> # > >> CONFIG_FW_LOADER=y > >> CONFIG_FW_LOADER_PAGED_BUF=y > >> CONFIG_EXTRA_FIRMWARE="" > >> CONFIG_FW_LOADER_USER_HELPER=y > >> # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set > >> # CONFIG_FW_LOADER_COMPRESS is not set > >> CONFIG_FW_CACHE=y > >> # end of Firmware loader > >> > >> CONFIG_ALLOW_DEV_COREDUMP=y > >> # CONFIG_DEBUG_DRIVER is not set > >> # CONFIG_DEBUG_DEVRES is not set > >> # CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set > >> # CONFIG_PM_QOS_KUNIT_TEST is not set > >> # CONFIG_TEST_ASYNC_DRIVER_PROBE is not set > >> CONFIG_KUNIT_DRIVER_PE_TEST=y > >> CONFIG_SYS_HYPERVISOR=y > >> CONFIG_GENERIC_CPU_AUTOPROBE=y > >> CONFIG_GENERIC_CPU_VULNERABILITIES=y > >> CONFIG_REGMAP=y > >> CONFIG_REGMAP_I2C=m > >> CONFIG_REGMAP_SPI=m > >> CONFIG_DMA_SHARED_BUFFER=y > >> # CONFIG_DMA_FENCE_TRACE is not set > >> # end of Generic Driver Options > >> > >> # > >> # Bus devices > >> # > >> # CONFIG_MHI_BUS is not set > >> # end of Bus devices > >> > >> CONFIG_CONNECTOR=y > >> CONFIG_PROC_EVENTS=y > >> # CONFIG_GNSS is not set > >> # CONFIG_MTD 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_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 is not set > >> CONFIG_CDROM=m > >> # CONFIG_PARIDE is not set > >> # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set > >> # 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_SX8 is not set > >> 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 is not set > >> CONFIG_XEN_BLKDEV_FRONTEND=m > >> CONFIG_VIRTIO_BLK=m > >> 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_HWMON is not set > >> CONFIG_NVME_FABRICS=m > >> # CONFIG_NVME_RDMA is not set > >> CONFIG_NVME_FC=m > >> # CONFIG_NVME_TCP is not set > >> CONFIG_NVME_TARGET=m > >> # CONFIG_NVME_TARGET_PASSTHRU is not set > >> CONFIG_NVME_TARGET_LOOP=m > >> # CONFIG_NVME_TARGET_RDMA is not set > >> CONFIG_NVME_TARGET_FC=m > >> CONFIG_NVME_TARGET_FCLOOP=m > >> # CONFIG_NVME_TARGET_TCP is not set > >> # end of NVME Support > >> > >> # > >> # 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_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_LATTICE_ECP3_CONFIG is not set > >> # CONFIG_SRAM is not set > >> # CONFIG_PCI_ENDPOINT_TEST is not set > >> # CONFIG_XILINX_SDFEC is not set > >> CONFIG_MISC_RTSX=m > >> CONFIG_PVPANIC=y > >> # CONFIG_C2PORT is not set > >> > >> # > >> # EEPROM support > >> # > >> # CONFIG_EEPROM_AT24 is not set > >> # 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 > >> # end of EEPROM support > >> > >> 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 > >> # end of Texas Instruments shared transport line discipline > >> > >> 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 > >> # CONFIG_GENWQE is not set > >> # CONFIG_ECHO is not set > >> # CONFIG_BCM_VK is not set > >> # CONFIG_MISC_ALCOR_PCI is not set > >> CONFIG_MISC_RTSX_PCI=m > >> # CONFIG_MISC_RTSX_USB is not set > >> # CONFIG_HABANA_AI is not set > >> # CONFIG_UACCE is not set > >> # end of Misc devices > >> > >> 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_BLK_DEV_SR=m > >> 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 > >> # end of SCSI Transports > >> > >> CONFIG_SCSI_LOWLEVEL=y > >> # CONFIG_ISCSI_TCP is not set > >> # CONFIG_ISCSI_BOOT_SYSFS is not set > >> # CONFIG_SCSI_CXGB3_ISCSI is not set > >> # CONFIG_SCSI_CXGB4_ISCSI is not set > >> # CONFIG_SCSI_BNX2_ISCSI is not set > >> # CONFIG_BE2ISCSI is not set > >> # CONFIG_BLK_DEV_3W_XXXX_RAID is not set > >> # CONFIG_SCSI_HPSA is not set > >> # CONFIG_SCSI_3W_9XXX is not set > >> # CONFIG_SCSI_3W_SAS is not set > >> # CONFIG_SCSI_ACARD is not set > >> # CONFIG_SCSI_AACRAID is not set > >> # CONFIG_SCSI_AIC7XXX is not set > >> # CONFIG_SCSI_AIC79XX is not set > >> # CONFIG_SCSI_AIC94XX is not set > >> # CONFIG_SCSI_MVSAS is not set > >> # CONFIG_SCSI_MVUMI is not set > >> # CONFIG_SCSI_DPT_I2O is not set > >> # CONFIG_SCSI_ADVANSYS is not set > >> # CONFIG_SCSI_ARCMSR is not set > >> # CONFIG_SCSI_ESAS2R is not set > >> # CONFIG_MEGARAID_NEWGEN is not set > >> # CONFIG_MEGARAID_LEGACY is not set > >> # CONFIG_MEGARAID_SAS is not set > >> CONFIG_SCSI_MPT3SAS=m > >> CONFIG_SCSI_MPT2SAS_MAX_SGE=128 > >> CONFIG_SCSI_MPT3SAS_MAX_SGE=128 > >> # CONFIG_SCSI_MPT2SAS is not set > >> # CONFIG_SCSI_SMARTPQI is not set > >> # CONFIG_SCSI_UFSHCD is not set > >> # CONFIG_SCSI_HPTIOP is not set > >> # CONFIG_SCSI_BUSLOGIC is not set > >> # CONFIG_SCSI_MYRB is not set > >> # CONFIG_SCSI_MYRS is not set > >> # CONFIG_VMWARE_PVSCSI is not set > >> # CONFIG_XEN_SCSI_FRONTEND is not set > >> CONFIG_HYPERV_STORAGE=m > >> # CONFIG_LIBFC is not set > >> # CONFIG_SCSI_SNIC is not set > >> # CONFIG_SCSI_DMX3191D is not set > >> # CONFIG_SCSI_FDOMAIN_PCI is not set > >> CONFIG_SCSI_ISCI=m > >> # CONFIG_SCSI_IPS is not set > >> # CONFIG_SCSI_INITIO is not set > >> # CONFIG_SCSI_INIA100 is not set > >> # CONFIG_SCSI_PPA is not set > >> # CONFIG_SCSI_IMM is not set > >> # CONFIG_SCSI_STEX is not set > >> # CONFIG_SCSI_SYM53C8XX_2 is not set > >> # CONFIG_SCSI_IPR is not set > >> # CONFIG_SCSI_QLOGIC_1280 is not set > >> # CONFIG_SCSI_QLA_FC is not set > >> # CONFIG_SCSI_QLA_ISCSI 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 is not set > >> # CONFIG_SCSI_PM8001 is not set > >> # CONFIG_SCSI_BFA_FC is not set > >> # CONFIG_SCSI_VIRTIO is not set > >> # 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 > >> # end of SCSI device support > >> > >> CONFIG_ATA=m > >> CONFIG_SATA_HOST=y > >> CONFIG_PATA_TIMINGS=y > >> CONFIG_ATA_VERBOSE_ERROR=y > >> CONFIG_ATA_FORCE=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 is not set > >> # CONFIG_SATA_SIL24 is not set > >> CONFIG_ATA_SFF=y > >> > >> # > >> # SFF controllers with custom DMA interface > >> # > >> # CONFIG_PDC_ADMA is not set > >> # CONFIG_SATA_QSTOR is not set > >> # CONFIG_SATA_SX4 is not set > >> CONFIG_ATA_BMDMA=y > >> > >> # > >> # SATA SFF controllers with BMDMA > >> # > >> CONFIG_ATA_PIIX=m > >> # CONFIG_SATA_DWC is not set > >> # CONFIG_SATA_MV is not set > >> # CONFIG_SATA_NV is not set > >> # CONFIG_SATA_PROMISE is not set > >> # CONFIG_SATA_SIL is not set > >> # CONFIG_SATA_SIS is not set > >> # CONFIG_SATA_SVW is not set > >> # CONFIG_SATA_ULI is not set > >> # CONFIG_SATA_VIA is not set > >> # CONFIG_SATA_VITESSE is not set > >> > >> # > >> # PATA SFF controllers with BMDMA > >> # > >> # CONFIG_PATA_ALI is not set > >> # CONFIG_PATA_AMD is not set > >> # CONFIG_PATA_ARTOP is not set > >> # CONFIG_PATA_ATIIXP is not set > >> # CONFIG_PATA_ATP867X is not set > >> # CONFIG_PATA_CMD64X is not set > >> # CONFIG_PATA_CYPRESS is not set > >> # CONFIG_PATA_EFAR is not set > >> # CONFIG_PATA_HPT366 is not set > >> # CONFIG_PATA_HPT37X is not set > >> # CONFIG_PATA_HPT3X2N is not set > >> # CONFIG_PATA_HPT3X3 is not set > >> # CONFIG_PATA_IT8213 is not set > >> # CONFIG_PATA_IT821X is not set > >> # CONFIG_PATA_JMICRON is not set > >> # CONFIG_PATA_MARVELL is not set > >> # CONFIG_PATA_NETCELL is not set > >> # CONFIG_PATA_NINJA32 is not set > >> # CONFIG_PATA_NS87415 is not set > >> # CONFIG_PATA_OLDPIIX is not set > >> # CONFIG_PATA_OPTIDMA is not set > >> # CONFIG_PATA_PDC2027X is not set > >> # CONFIG_PATA_PDC_OLD is not set > >> # CONFIG_PATA_RADISYS is not set > >> # CONFIG_PATA_RDC is not set > >> # CONFIG_PATA_SCH is not set > >> # CONFIG_PATA_SERVERWORKS is not set > >> # CONFIG_PATA_SIL680 is not set > >> # CONFIG_PATA_SIS is not set > >> # CONFIG_PATA_TOSHIBA is not set > >> # CONFIG_PATA_TRIFLEX is not set > >> # CONFIG_PATA_VIA is not set > >> # 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_RZ1000 is not set > >> > >> # > >> # Generic fallback / legacy drivers > >> # > >> # CONFIG_PATA_ACPI is not set > >> 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=m > >> # 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=m > >> # CONFIG_DM_EBS is not set > >> CONFIG_DM_ERA=m > >> # CONFIG_DM_CLONE is not set > >> 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_MULTIPATH_HST is not set > >> # CONFIG_DM_MULTIPATH_IOA is not set > >> CONFIG_DM_DELAY=m > >> # CONFIG_DM_DUST is not set > >> CONFIG_DM_UEVENT=y > >> CONFIG_DM_FLAKEY=m > >> CONFIG_DM_VERITY=m > >> # CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG is not set > >> # CONFIG_DM_VERITY_FEC is not set > >> CONFIG_DM_SWITCH=m > >> CONFIG_DM_LOG_WRITES=m > >> CONFIG_DM_INTEGRITY=m > >> # 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_ISCSI_TARGET=m > >> # CONFIG_SBP_TARGET is not set > >> # CONFIG_FUSION is not set > >> > >> # > >> # 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 > >> # end of IEEE 1394 (FireWire) support > >> > >> CONFIG_MACINTOSH_DRIVERS=y > >> CONFIG_MAC_EMUMOUSEBTN=y > >> CONFIG_NETDEVICES=y > >> CONFIG_MII=y > >> CONFIG_NET_CORE=y > >> # CONFIG_BONDING is not set > >> # CONFIG_DUMMY is not set > >> # CONFIG_WIREGUARD is not set > >> # CONFIG_EQUALIZER is not set > >> # CONFIG_NET_FC is not set > >> # CONFIG_IFB is not set > >> # CONFIG_NET_TEAM is not set > >> # CONFIG_MACVLAN is not set > >> # CONFIG_IPVLAN is not set > >> # CONFIG_VXLAN is not set > >> # CONFIG_GENEVE is not set > >> # CONFIG_BAREUDP is not set > >> # CONFIG_GTP is not set > >> # CONFIG_MACSEC is not set > >> CONFIG_NETCONSOLE=m > >> CONFIG_NETCONSOLE_DYNAMIC=y > >> CONFIG_NETPOLL=y > >> CONFIG_NET_POLL_CONTROLLER=y > >> CONFIG_TUN=m > >> # CONFIG_TUN_VNET_CROSS_LE is not set > >> CONFIG_VETH=m > >> CONFIG_VIRTIO_NET=m > >> # CONFIG_NLMON is not set > >> # CONFIG_NET_VRF is not set > >> # CONFIG_VSOCKMON is not set > >> # CONFIG_ARCNET is not set > >> CONFIG_ATM_DRIVERS=y > >> # CONFIG_ATM_DUMMY is not set > >> # CONFIG_ATM_TCP is not set > >> # CONFIG_ATM_LANAI is not set > >> # CONFIG_ATM_ENI is not set > >> # CONFIG_ATM_FIRESTREAM is not set > >> # CONFIG_ATM_ZATM is not set > >> # CONFIG_ATM_NICSTAR is not set > >> # CONFIG_ATM_IDT77252 is not set > >> # CONFIG_ATM_AMBASSADOR is not set > >> # CONFIG_ATM_HORIZON is not set > >> # CONFIG_ATM_IA is not set > >> # CONFIG_ATM_FORE200E is not set > >> # CONFIG_ATM_HE is not set > >> # CONFIG_ATM_SOLOS is not set > >> > >> # > >> # Distributed Switch Architecture drivers > >> # > >> # CONFIG_NET_DSA_MV88E6XXX_PTP is not set > >> # end of Distributed Switch Architecture drivers > >> > >> CONFIG_ETHERNET=y > >> CONFIG_MDIO=y > >> CONFIG_NET_VENDOR_3COM=y > >> # CONFIG_VORTEX is not set > >> # CONFIG_TYPHOON is not set > >> CONFIG_NET_VENDOR_ADAPTEC=y > >> # CONFIG_ADAPTEC_STARFIRE 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=y > >> # CONFIG_ACENIC is not set > >> # CONFIG_ALTERA_TSE is not set > >> CONFIG_NET_VENDOR_AMAZON=y > >> # CONFIG_ENA_ETHERNET is not set > >> CONFIG_NET_VENDOR_AMD=y > >> # CONFIG_AMD8111_ETH is not set > >> # CONFIG_PCNET32 is not set > >> # CONFIG_AMD_XGBE is not set > >> CONFIG_NET_VENDOR_AQUANTIA=y > >> # CONFIG_AQTION is not set > >> CONFIG_NET_VENDOR_ARC=y > >> CONFIG_NET_VENDOR_ATHEROS=y > >> # CONFIG_ATL2 is not set > >> # CONFIG_ATL1 is not set > >> # CONFIG_ATL1E is not set > >> # CONFIG_ATL1C is not set > >> # CONFIG_ALX is not set > >> CONFIG_NET_VENDOR_BROADCOM=y > >> # CONFIG_B44 is not set > >> # CONFIG_BCMGENET is not set > >> # CONFIG_BNX2 is not set > >> # CONFIG_CNIC is not set > >> # CONFIG_TIGON3 is not set > >> # CONFIG_BNX2X is not set > >> # CONFIG_SYSTEMPORT is not set > >> # CONFIG_BNXT is not set > >> CONFIG_NET_VENDOR_BROCADE=y > >> # CONFIG_BNA is not set > >> CONFIG_NET_VENDOR_CADENCE=y > >> # CONFIG_MACB 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 is not set > >> # CONFIG_LIQUIDIO_VF is not set > >> CONFIG_NET_VENDOR_CHELSIO=y > >> # CONFIG_CHELSIO_T1 is not set > >> # CONFIG_CHELSIO_T3 is not set > >> # CONFIG_CHELSIO_T4 is not set > >> # CONFIG_CHELSIO_T4VF is not set > >> CONFIG_NET_VENDOR_CISCO=y > >> # CONFIG_ENIC is not set > >> CONFIG_NET_VENDOR_CORTINA=y > >> # CONFIG_CX_ECAT is not set > >> # CONFIG_DNET is not set > >> CONFIG_NET_VENDOR_DEC=y > >> # CONFIG_NET_TULIP is not set > >> CONFIG_NET_VENDOR_DLINK=y > >> # CONFIG_DL2K is not set > >> # CONFIG_SUNDANCE is not set > >> CONFIG_NET_VENDOR_EMULEX=y > >> # CONFIG_BE2NET is not set > >> CONFIG_NET_VENDOR_EZCHIP=y > >> CONFIG_NET_VENDOR_GOOGLE=y > >> # CONFIG_GVE is not set > >> CONFIG_NET_VENDOR_HUAWEI=y > >> # CONFIG_HINIC is not set > >> CONFIG_NET_VENDOR_I825XX=y > >> 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 is not set > >> # CONFIG_IXGB is not set > >> CONFIG_IXGBE=y > >> CONFIG_IXGBE_HWMON=y > >> # CONFIG_IXGBE_DCB is not set > >> CONFIG_IXGBE_IPSEC=y > >> # CONFIG_IXGBEVF is not set > >> CONFIG_I40E=y > >> # CONFIG_I40E_DCB is not set > >> # CONFIG_I40EVF is not set > >> # CONFIG_ICE is not set > >> # CONFIG_FM10K is not set > >> # CONFIG_IGC is not set > >> # CONFIG_JME is not set > >> CONFIG_NET_VENDOR_MARVELL=y > >> # CONFIG_MVMDIO is not set > >> # CONFIG_SKGE is not set > >> # CONFIG_SKY2 is not set > >> # CONFIG_PRESTERA is not set > >> CONFIG_NET_VENDOR_MELLANOX=y > >> # CONFIG_MLX4_EN is not set > >> # CONFIG_MLX5_CORE is not set > >> # CONFIG_MLXSW_CORE is not set > >> # CONFIG_MLXFW is not set > >> CONFIG_NET_VENDOR_MICREL=y > >> # CONFIG_KS8842 is not set > >> # CONFIG_KS8851 is not set > >> # CONFIG_KS8851_MLL is not set > >> # CONFIG_KSZ884X_PCI is not set > >> CONFIG_NET_VENDOR_MICROCHIP=y > >> # CONFIG_ENC28J60 is not set > >> # CONFIG_ENCX24J600 is not set > >> # CONFIG_LAN743X is not set > >> CONFIG_NET_VENDOR_MICROSEMI=y > >> CONFIG_NET_VENDOR_MYRI=y > >> # CONFIG_MYRI10GE is not set > >> # CONFIG_FEALNX is not set > >> CONFIG_NET_VENDOR_NATSEMI=y > >> # CONFIG_NATSEMI is not set > >> # CONFIG_NS83820 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 is not set > >> CONFIG_NET_VENDOR_NI=y > >> # CONFIG_NI_XGE_MANAGEMENT_ENET is not set > >> CONFIG_NET_VENDOR_8390=y > >> # CONFIG_NE2K_PCI is not set > >> CONFIG_NET_VENDOR_NVIDIA=y > >> # CONFIG_FORCEDETH is not set > >> CONFIG_NET_VENDOR_OKI=y > >> # CONFIG_ETHOC is not set > >> CONFIG_NET_VENDOR_PACKET_ENGINES=y > >> # CONFIG_HAMACHI is not set > >> # CONFIG_YELLOWFIN is not set > >> CONFIG_NET_VENDOR_PENSANDO=y > >> # CONFIG_IONIC is not set > >> CONFIG_NET_VENDOR_QLOGIC=y > >> # CONFIG_QLA3XXX is not set > >> # CONFIG_QLCNIC is not set > >> # CONFIG_NETXEN_NIC is not set > >> # CONFIG_QED is not set > >> CONFIG_NET_VENDOR_QUALCOMM=y > >> # CONFIG_QCOM_EMAC is not set > >> # CONFIG_RMNET is not set > >> CONFIG_NET_VENDOR_RDC=y > >> # CONFIG_R6040 is not set > >> CONFIG_NET_VENDOR_REALTEK=y > >> # CONFIG_ATP is not set > >> # CONFIG_8139CP is not set > >> # CONFIG_8139TOO is not set > >> CONFIG_R8169=y > >> CONFIG_NET_VENDOR_RENESAS=y > >> CONFIG_NET_VENDOR_ROCKER=y > >> # CONFIG_ROCKER is not set > >> CONFIG_NET_VENDOR_SAMSUNG=y > >> # CONFIG_SXGBE_ETH is not set > >> CONFIG_NET_VENDOR_SEEQ=y > >> CONFIG_NET_VENDOR_SOLARFLARE=y > >> # CONFIG_SFC is not set > >> # CONFIG_SFC_FALCON is not set > >> CONFIG_NET_VENDOR_SILAN=y > >> # CONFIG_SC92031 is not set > >> CONFIG_NET_VENDOR_SIS=y > >> # CONFIG_SIS900 is not set > >> # CONFIG_SIS190 is not set > >> CONFIG_NET_VENDOR_SMSC=y > >> # CONFIG_EPIC100 is not set > >> # CONFIG_SMSC911X is not set > >> # CONFIG_SMSC9420 is not set > >> CONFIG_NET_VENDOR_SOCIONEXT=y > >> CONFIG_NET_VENDOR_STMICRO=y > >> # CONFIG_STMMAC_ETH is not set > >> CONFIG_NET_VENDOR_SUN=y > >> # CONFIG_HAPPYMEAL is not set > >> # CONFIG_SUNGEM is not set > >> # CONFIG_CASSINI is not set > >> # CONFIG_NIU is not set > >> CONFIG_NET_VENDOR_SYNOPSYS=y > >> # CONFIG_DWC_XLGMAC is not set > >> CONFIG_NET_VENDOR_TEHUTI=y > >> # CONFIG_TEHUTI is not set > >> CONFIG_NET_VENDOR_TI=y > >> # CONFIG_TI_CPSW_PHY_SEL is not set > >> # CONFIG_TLAN is not set > >> CONFIG_NET_VENDOR_VIA=y > >> # CONFIG_VIA_RHINE is not set > >> # CONFIG_VIA_VELOCITY is not set > >> CONFIG_NET_VENDOR_WIZNET=y > >> # CONFIG_WIZNET_W5100 is not set > >> # CONFIG_WIZNET_W5300 is not set > >> CONFIG_NET_VENDOR_XILINX=y > >> # CONFIG_XILINX_EMACLITE is not set > >> # CONFIG_XILINX_AXI_EMAC is not set > >> # CONFIG_XILINX_LL_TEMAC is not set > >> # CONFIG_FDDI is not set > >> # CONFIG_HIPPI is not set > >> # CONFIG_NET_SB1000 is not set > >> CONFIG_PHYLIB=y > >> # CONFIG_LED_TRIGGER_PHY is not set > >> # CONFIG_FIXED_PHY is not set > >> > >> # > >> # MII PHY device drivers > >> # > >> # CONFIG_AMD_PHY is not set > >> # CONFIG_ADIN_PHY is not set > >> # CONFIG_AQUANTIA_PHY is not set > >> # CONFIG_AX88796B_PHY is not set > >> # CONFIG_BROADCOM_PHY is not set > >> # CONFIG_BCM54140_PHY is not set > >> # CONFIG_BCM7XXX_PHY is not set > >> # CONFIG_BCM84881_PHY is not set > >> # CONFIG_BCM87XX_PHY is not set > >> # CONFIG_CICADA_PHY is not set > >> # CONFIG_CORTINA_PHY is not set > >> # CONFIG_DAVICOM_PHY is not set > >> # CONFIG_ICPLUS_PHY is not set > >> # CONFIG_LXT_PHY is not set > >> # CONFIG_INTEL_XWAY_PHY is not set > >> # CONFIG_LSI_ET1011C_PHY is not set > >> # CONFIG_MARVELL_PHY is not set > >> # CONFIG_MARVELL_10G_PHY is not set > >> # CONFIG_MICREL_PHY is not set > >> # CONFIG_MICROCHIP_PHY is not set > >> # CONFIG_MICROCHIP_T1_PHY is not set > >> # CONFIG_MICROSEMI_PHY is not set > >> # CONFIG_NATIONAL_PHY is not set > >> # CONFIG_NXP_TJA11XX_PHY is not set > >> # CONFIG_QSEMI_PHY is not set > >> CONFIG_REALTEK_PHY=y > >> # CONFIG_RENESAS_PHY is not set > >> # CONFIG_ROCKCHIP_PHY is not set > >> # CONFIG_SMSC_PHY is not set > >> # CONFIG_STE10XP is not set > >> # CONFIG_TERANETICS_PHY is not set > >> # 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_DP83869_PHY is not set > >> # CONFIG_VITESSE_PHY is not set > >> # CONFIG_XILINX_GMII2RGMII is not set > >> # CONFIG_MICREL_KS8995MA is not set > >> CONFIG_MDIO_DEVICE=y > >> CONFIG_MDIO_BUS=y > >> CONFIG_MDIO_DEVRES=y > >> # CONFIG_MDIO_BITBANG is not set > >> # CONFIG_MDIO_BCM_UNIMAC is not set > >> # CONFIG_MDIO_MVUSB is not set > >> # CONFIG_MDIO_MSCC_MIIM is not set > >> # CONFIG_MDIO_THUNDER is not set > >> > >> # > >> # MDIO Multiplexers > >> # > >> > >> # > >> # PCS device drivers > >> # > >> # CONFIG_PCS_XPCS is not set > >> # end of PCS device drivers > >> > >> # CONFIG_PLIP is not set > >> # CONFIG_PPP is not set > >> # CONFIG_SLIP is not set > >> CONFIG_USB_NET_DRIVERS=y > >> # CONFIG_USB_CATC is not set > >> # CONFIG_USB_KAWETH is not set > >> # CONFIG_USB_PEGASUS is not set > >> # CONFIG_USB_RTL8150 is not set > >> CONFIG_USB_RTL8152=y > >> # CONFIG_USB_LAN78XX is not set > >> CONFIG_USB_USBNET=y > >> CONFIG_USB_NET_AX8817X=y > >> CONFIG_USB_NET_AX88179_178A=y > >> # CONFIG_USB_NET_CDCETHER is not set > >> # CONFIG_USB_NET_CDC_EEM is not set > >> # CONFIG_USB_NET_CDC_NCM is not set > >> # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set > >> # CONFIG_USB_NET_CDC_MBIM is not set > >> # CONFIG_USB_NET_DM9601 is not set > >> # CONFIG_USB_NET_SR9700 is not set > >> # CONFIG_USB_NET_SR9800 is not set > >> # CONFIG_USB_NET_SMSC75XX is not set > >> # CONFIG_USB_NET_SMSC95XX is not set > >> # CONFIG_USB_NET_GL620A is not set > >> # CONFIG_USB_NET_NET1080 is not set > >> # CONFIG_USB_NET_PLUSB is not set > >> # CONFIG_USB_NET_MCS7830 is not set > >> # CONFIG_USB_NET_RNDIS_HOST is not set > >> # CONFIG_USB_NET_CDC_SUBSET is not set > >> # CONFIG_USB_NET_ZAURUS is not set > >> # CONFIG_USB_NET_CX82310_ETH is not set > >> # CONFIG_USB_NET_KALMIA is not set > >> # CONFIG_USB_NET_QMI_WWAN is not set > >> # CONFIG_USB_HSO is not set > >> # CONFIG_USB_NET_INT51X1 is not set > >> # CONFIG_USB_IPHETH is not set > >> # CONFIG_USB_SIERRA_NET is not set > >> # CONFIG_USB_NET_CH9200 is not set > >> # CONFIG_USB_NET_AQC111 is not set > >> CONFIG_WLAN=y > >> CONFIG_WLAN_VENDOR_ADMTEK=y > >> # CONFIG_ADM8211 is not set > >> CONFIG_WLAN_VENDOR_ATH=y > >> # CONFIG_ATH_DEBUG is not set > >> # CONFIG_ATH5K is not set > >> # CONFIG_ATH5K_PCI is not set > >> # CONFIG_ATH9K is not set > >> # CONFIG_ATH9K_HTC 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_ATH11K 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_IWL4965 is not set > >> # CONFIG_IWL3945 is not set > >> # CONFIG_IWLWIFI 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_MT7615E is not set > >> # CONFIG_MT7663U is not set > >> # CONFIG_MT7663S is not set > >> # CONFIG_MT7915E is not set > >> # CONFIG_MT7921E is not set > >> CONFIG_WLAN_VENDOR_MICROCHIP=y > >> # CONFIG_WILC1000_SDIO is not set > >> # CONFIG_WILC1000_SPI 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=m > >> # CONFIG_RTL8192CE is not set > >> # CONFIG_RTL8192SE is not set > >> # CONFIG_RTL8192DE is not set > >> # CONFIG_RTL8723AE is not set > >> # CONFIG_RTL8723BE is not set > >> # CONFIG_RTL8188EE is not set > >> # CONFIG_RTL8192EE is not set > >> # CONFIG_RTL8821AE is not set > >> # CONFIG_RTL8192CU is not set > >> # CONFIG_RTL8XXXU is not set > >> # CONFIG_RTW88 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 > >> # CONFIG_WAN is not set > >> CONFIG_IEEE802154_DRIVERS=m > >> # CONFIG_IEEE802154_FAKELB is not set > >> # 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=y > >> # CONFIG_VMXNET3 is not set > >> # CONFIG_FUJITSU_ES is not set > >> # CONFIG_HYPERV_NET is not set > >> CONFIG_NETDEVSIM=m > >> CONFIG_NET_FAILOVER=m > >> # CONFIG_ISDN is not set > >> # CONFIG_NVM is not set > >> > >> # > >> # Input device support > >> # > >> CONFIG_INPUT=y > >> CONFIG_INPUT_LEDS=y > >> CONFIG_INPUT_FF_MEMLESS=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_ADP5588 is not set > >> # CONFIG_KEYBOARD_ADP5589 is not set > >> # CONFIG_KEYBOARD_APPLESPI is not set > >> CONFIG_KEYBOARD_ATKBD=y > >> # CONFIG_KEYBOARD_QT1050 is not set > >> # 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 is not set > >> # CONFIG_MOUSE_BCM5974 is not set > >> CONFIG_MOUSE_CYAPA=m > >> CONFIG_MOUSE_ELAN_I2C=m > >> CONFIG_MOUSE_ELAN_I2C_I2C=y > >> CONFIG_MOUSE_ELAN_I2C_SMBUS=y > >> CONFIG_MOUSE_VSXXXAA=m > >> # CONFIG_MOUSE_GPIO is not set > >> CONFIG_MOUSE_SYNAPTICS_I2C=m > >> # CONFIG_MOUSE_SYNAPTICS_USB is not set > >> # CONFIG_INPUT_JOYSTICK is not set > >> # CONFIG_INPUT_TABLET is not set > >> # CONFIG_INPUT_TOUCHSCREEN is not set > >> # CONFIG_INPUT_MISC is not set > >> CONFIG_RMI4_CORE=m > >> CONFIG_RMI4_I2C=m > >> CONFIG_RMI4_SPI=m > >> 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=y > >> # CONFIG_RMI4_F3A is not set > >> # CONFIG_RMI4_F54 is not set > >> CONFIG_RMI4_F55=y > >> > >> # > >> # 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_HYPERV_KEYBOARD=m > >> # CONFIG_SERIO_GPIO_PS2 is not set > >> # CONFIG_USERIO is not set > >> # CONFIG_GAMEPORT is not set > >> # end of Hardware I/O ports > >> # end of Input device support > >> > >> # > >> # 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_LDISC_AUTOLOAD=y > >> > >> # > >> # 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_16550A_VARIANTS is not set > >> # 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=64 > >> 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_DWLIB=y > >> CONFIG_SERIAL_8250_DW=y > >> # CONFIG_SERIAL_8250_RT288X is not set > >> CONFIG_SERIAL_8250_LPSS=y > >> CONFIG_SERIAL_8250_MID=y > >> > >> # > >> # 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_LANTIQ is not set > >> # CONFIG_SERIAL_SCCNXP is not set > >> # CONFIG_SERIAL_SC16IS7XX is not set > >> # CONFIG_SERIAL_BCM63XX is not set > >> # CONFIG_SERIAL_ALTERA_JTAGUART is not set > >> # CONFIG_SERIAL_ALTERA_UART 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_FSL_LINFLEXUART is not set > >> # CONFIG_SERIAL_SPRD is not set > >> # end of Serial drivers > >> > >> CONFIG_SERIAL_MCTRL_GPIO=y > >> 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_GT=m > >> # CONFIG_ISI is not set > >> CONFIG_N_HDLC=m > >> CONFIG_N_GSM=m > >> CONFIG_NOZOMI=m > >> # CONFIG_NULL_TTY is not set > >> # CONFIG_TRACE_SINK is not set > >> CONFIG_HVC_DRIVER=y > >> CONFIG_HVC_IRQ=y > >> CONFIG_HVC_XEN=y > >> CONFIG_HVC_XEN_FRONTEND=y > >> # CONFIG_SERIAL_DEV_BUS is not set > >> CONFIG_PRINTER=m > >> # CONFIG_LP_CONSOLE is not set > >> CONFIG_PPDEV=m > >> CONFIG_VIRTIO_CONSOLE=m > >> CONFIG_IPMI_HANDLER=m > >> CONFIG_IPMI_DMI_DECODE=y > >> CONFIG_IPMI_PLAT_DATA=y > >> CONFIG_IPMI_PANIC_EVENT=y > >> CONFIG_IPMI_PANIC_STRING=y > >> 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_BA431 is not set > >> CONFIG_HW_RANDOM_VIA=m > >> CONFIG_HW_RANDOM_VIRTIO=y > >> # CONFIG_HW_RANDOM_XIPHERA is not set > >> # CONFIG_APPLICOM is not set > >> # CONFIG_MWAVE is not set > >> CONFIG_DEVMEM=y > >> # CONFIG_DEVKMEM is not set > >> CONFIG_NVRAM=y > >> CONFIG_RAW_DRIVER=y > >> CONFIG_MAX_RAW_DEVS=8192 > >> CONFIG_DEVPORT=y > >> 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_CR50 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_XILLYBUS is not set > >> # end of Character devices > >> > >> # CONFIG_RANDOM_TRUST_CPU is not set > >> # CONFIG_RANDOM_TRUST_BOOTLOADER 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=m > >> # end of Multiplexer I2C Chip support > >> > >> CONFIG_I2C_HELPER_AUTO=y > >> CONFIG_I2C_SMBUS=y > >> 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_AMD_MP2 is not set > >> CONFIG_I2C_I801=y > >> 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_SLAVE is not set > >> CONFIG_I2C_DESIGNWARE_PLATFORM=m > >> CONFIG_I2C_DESIGNWARE_BAYTRAIL=y > >> # CONFIG_I2C_DESIGNWARE_PCI 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 is not set > >> CONFIG_I2C_PARPORT=m > >> # CONFIG_I2C_ROBOTFUZZ_OSIF is not set > >> # CONFIG_I2C_TAOS_EVM is not set > >> # CONFIG_I2C_TINY_USB is not set > >> > >> # > >> # Other I2C/SMBus bus drivers > >> # > >> CONFIG_I2C_MLXCPLD=m > >> # end of I2C Hardware Bus support > >> > >> 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 > >> # end of I2C support > >> > >> # 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_LANTIQ_SSC 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 > >> # CONFIG_SPI_AMD is not set > >> > >> # > >> # SPI Multiplexer support > >> # > >> # CONFIG_SPI_MUX 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_SPI_DYNAMIC=y > >> # 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 is not set > >> # CONFIG_PTP_1588_CLOCK_INES is not set > >> CONFIG_PTP_1588_CLOCK_KVM=m > >> # CONFIG_PTP_1588_CLOCK_IDT82P33 is not set > >> # CONFIG_PTP_1588_CLOCK_IDTCM is not set > >> # CONFIG_PTP_1588_CLOCK_VMW is not set > >> # CONFIG_PTP_1588_CLOCK_OCP is not set > >> # end of PTP clock support > >> > >> 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_LYNXPOINT is not set > >> CONFIG_PINCTRL_INTEL=y > >> # CONFIG_PINCTRL_ALDERLAKE is not set > >> CONFIG_PINCTRL_BROXTON=m > >> CONFIG_PINCTRL_CANNONLAKE=m > >> CONFIG_PINCTRL_CEDARFORK=m > >> CONFIG_PINCTRL_DENVERTON=m > >> # CONFIG_PINCTRL_ELKHARTLAKE is not set > >> # CONFIG_PINCTRL_EMMITSBURG is not set > >> CONFIG_PINCTRL_GEMINILAKE=m > >> # CONFIG_PINCTRL_ICELAKE is not set > >> # CONFIG_PINCTRL_JASPERLAKE is not set > >> # CONFIG_PINCTRL_LAKEFIELD is not set > >> CONFIG_PINCTRL_LEWISBURG=m > >> CONFIG_PINCTRL_SUNRISEPOINT=m > >> # CONFIG_PINCTRL_TIGERLAKE is not set > >> > >> # > >> # Renesas pinctrl drivers > >> # > >> # end of Renesas pinctrl drivers > >> > >> CONFIG_GPIOLIB=y > >> CONFIG_GPIOLIB_FASTPATH_LIMIT=512 > >> CONFIG_GPIO_ACPI=y > >> CONFIG_GPIOLIB_IRQCHIP=y > >> # CONFIG_DEBUG_GPIO is not set > >> CONFIG_GPIO_CDEV=y > >> CONFIG_GPIO_CDEV_V1=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_MB86S7X is not set > >> # CONFIG_GPIO_VX855 is not set > >> # CONFIG_GPIO_AMD_FCH is not set > >> # end of Memory mapped GPIO drivers > >> > >> # > >> # 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 > >> # end of Port-mapped I/O GPIO drivers > >> > >> # > >> # 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_PCA9570 is not set > >> # CONFIG_GPIO_PCF857X is not set > >> # CONFIG_GPIO_TPIC2810 is not set > >> # end of I2C GPIO expanders > >> > >> # > >> # MFD GPIO expanders > >> # > >> # end of MFD GPIO expanders > >> > >> # > >> # PCI GPIO expanders > >> # > >> # CONFIG_GPIO_AMD8111 is not set > >> # CONFIG_GPIO_BT8XX 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 > >> # end of PCI GPIO expanders > >> > >> # > >> # 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 > >> # end of SPI GPIO expanders > >> > >> # > >> # USB GPIO expanders > >> # > >> # end of USB GPIO expanders > >> > >> # > >> # Virtual GPIO drivers > >> # > >> # CONFIG_GPIO_AGGREGATOR is not set > >> # CONFIG_GPIO_MOCKUP is not set > >> # end of Virtual GPIO drivers > >> > >> # CONFIG_W1 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_POWER_SUPPLY_HWMON=y > >> # CONFIG_PDA_POWER is not set > >> # CONFIG_TEST_POWER is not set > >> # CONFIG_CHARGER_ADP5061 is not set > >> # CONFIG_BATTERY_CW2015 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_LT3651 is not set > >> # CONFIG_CHARGER_LTC4162L is not set > >> # CONFIG_CHARGER_BQ2415X is not set > >> # CONFIG_CHARGER_BQ24257 is not set > >> # CONFIG_CHARGER_BQ24735 is not set > >> # CONFIG_CHARGER_BQ2515X is not set > >> # CONFIG_CHARGER_BQ25890 is not set > >> # CONFIG_CHARGER_BQ25980 is not set > >> # CONFIG_CHARGER_BQ256XX is not set > >> CONFIG_CHARGER_SMB347=m > >> # CONFIG_BATTERY_GAUGE_LTC2941 is not set > >> # CONFIG_CHARGER_RT9455 is not set > >> # CONFIG_CHARGER_BD99954 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_ADM1177 is not set > >> 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_AHT10 is not set > >> # CONFIG_SENSORS_AS370 is not set > >> CONFIG_SENSORS_ASC7621=m > >> # CONFIG_SENSORS_AXI_FAN_CONTROL is not set > >> CONFIG_SENSORS_K8TEMP=m > >> CONFIG_SENSORS_K10TEMP=m > >> CONFIG_SENSORS_FAM15H_POWER=m > >> # CONFIG_SENSORS_AMD_ENERGY is not set > >> CONFIG_SENSORS_APPLESMC=m > >> CONFIG_SENSORS_ASB100=m > >> # CONFIG_SENSORS_ASPEED is not set > >> CONFIG_SENSORS_ATXP1=m > >> # CONFIG_SENSORS_CORSAIR_CPRO is not set > >> # CONFIG_SENSORS_CORSAIR_PSU is not set > >> # CONFIG_SENSORS_DRIVETEMP is not set > >> 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_I5500=m > >> 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_LTC2947_I2C is not set > >> # CONFIG_SENSORS_LTC2947_SPI is not set > >> # CONFIG_SENSORS_LTC2990 is not set > >> # CONFIG_SENSORS_LTC2992 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_MAX127 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_MAX31730 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_MLXREG_FAN is not set > >> # CONFIG_SENSORS_TC654 is not set > >> # CONFIG_SENSORS_TPS23861 is not set > >> # CONFIG_SENSORS_MR75203 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_PCF8591=m > >> CONFIG_PMBUS=m > >> CONFIG_SENSORS_PMBUS=m > >> # CONFIG_SENSORS_ADM1266 is not set > >> CONFIG_SENSORS_ADM1275=m > >> # CONFIG_SENSORS_BEL_PFE is not set > >> # CONFIG_SENSORS_IBM_CFFPS is not set > >> # CONFIG_SENSORS_INSPUR_IPSPS is not set > >> # CONFIG_SENSORS_IR35221 is not set > >> # CONFIG_SENSORS_IR38064 is not set > >> # CONFIG_SENSORS_IRPS5401 is not set > >> # CONFIG_SENSORS_ISL68137 is not set > >> CONFIG_SENSORS_LM25066=m > >> CONFIG_SENSORS_LTC2978=m > >> # CONFIG_SENSORS_LTC3815 is not set > >> CONFIG_SENSORS_MAX16064=m > >> # CONFIG_SENSORS_MAX16601 is not set > >> # CONFIG_SENSORS_MAX20730 is not set > >> # CONFIG_SENSORS_MAX20751 is not set > >> # CONFIG_SENSORS_MAX31785 is not set > >> CONFIG_SENSORS_MAX34440=m > >> CONFIG_SENSORS_MAX8688=m > >> # CONFIG_SENSORS_MP2975 is not set > >> # CONFIG_SENSORS_PM6764TR is not set > >> # CONFIG_SENSORS_PXE1610 is not set > >> # CONFIG_SENSORS_Q54SJ108A2 is not set > >> # CONFIG_SENSORS_TPS40422 is not set > >> # CONFIG_SENSORS_TPS53679 is not set > >> CONFIG_SENSORS_UCD9000=m > >> CONFIG_SENSORS_UCD9200=m > >> # CONFIG_SENSORS_XDPE122 is not set > >> CONFIG_SENSORS_ZL6100=m > >> # CONFIG_SENSORS_SBTSI is not set > >> 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_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_TMP513 is not set > >> 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_NETLINK is not set > >> # 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_GOV_FAIR_SHARE=y > >> CONFIG_THERMAL_GOV_STEP_WISE=y > >> CONFIG_THERMAL_GOV_BANG_BANG=y > >> CONFIG_THERMAL_GOV_USER_SPACE=y > >> # CONFIG_THERMAL_EMULATION is not set > >> > >> # > >> # Intel thermal drivers > >> # > >> CONFIG_INTEL_POWERCLAMP=m > >> CONFIG_X86_THERMAL_VECTOR=y > >> 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_PROC_THERMAL_MMIO_RAPL=m > >> # end of ACPI INT340X thermal drivers > >> > >> CONFIG_INTEL_PCH_THERMAL=m > >> # end of Intel thermal drivers > >> > >> CONFIG_WATCHDOG=y > >> CONFIG_WATCHDOG_CORE=y > >> # CONFIG_WATCHDOG_NOWAYOUT is not set > >> CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y > >> CONFIG_WATCHDOG_OPEN_TIMEOUT=0 > >> CONFIG_WATCHDOG_SYSFS=y > >> > >> # > >> # Watchdog Pretimeout Governors > >> # > >> # CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set > >> > >> # > >> # Watchdog Device Drivers > >> # > >> CONFIG_SOFT_WATCHDOG=m > >> CONFIG_WDAT_WDT=m > >> # CONFIG_XILINX_WATCHDOG is not set > >> # CONFIG_ZIIRAVE_WATCHDOG is not set > >> # CONFIG_MLX_WDT 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 is not set > >> CONFIG_SSB_POSSIBLE=y > >> # CONFIG_SSB is not set > >> 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_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_MFD_MP2629 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=y > >> 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_INTEL_PMC_BXT is not set > >> # CONFIG_MFD_INTEL_PMT is not set > >> # CONFIG_MFD_IQS62X is not set > >> # 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_MT6360 is not set > >> # CONFIG_MFD_MT6397 is not set > >> # CONFIG_MFD_MENF21BMC is not set > >> # CONFIG_EZX_PCAP is not set > >> # CONFIG_MFD_VIPERBOARD is not set > >> # CONFIG_MFD_RETU is not set > >> # CONFIG_MFD_PCF50633 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_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_MFD_INTEL_M10_BMC is not set > >> # end of Multifunction device drivers > >> > >> # 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 is not set > >> CONFIG_IR_MCE_KBD_DECODER=m > >> # CONFIG_IR_XMP_DECODER is not set > >> CONFIG_IR_IMON_DECODER=m > >> # CONFIG_IR_RCMM_DECODER is not set > >> CONFIG_RC_DEVICES=y > >> # CONFIG_RC_ATI_REMOTE is not set > >> CONFIG_IR_ENE=m > >> # CONFIG_IR_IMON is not set > >> # CONFIG_IR_IMON_RAW is not set > >> # CONFIG_IR_MCEUSB is not set > >> CONFIG_IR_ITE_CIR=m > >> CONFIG_IR_FINTEK=m > >> CONFIG_IR_NUVOTON=m > >> # CONFIG_IR_REDRAT3 is not set > >> # CONFIG_IR_STREAMZAP is not set > >> CONFIG_IR_WINBOND_CIR=m > >> # CONFIG_IR_IGORPLUGUSB is not set > >> # CONFIG_IR_IGUANA is not set > >> # CONFIG_IR_TTUSBIR is not set > >> # CONFIG_RC_LOOPBACK is not set > >> CONFIG_IR_SERIAL=m > >> CONFIG_IR_SERIAL_TRANSMITTER=y > >> CONFIG_IR_SIR=m > >> # CONFIG_RC_XBOX_DVD is not set > >> # CONFIG_IR_TOY is not set > >> CONFIG_MEDIA_CEC_SUPPORT=y > >> # CONFIG_CEC_CH7322 is not set > >> # CONFIG_CEC_SECO is not set > >> # CONFIG_USB_PULSE8_CEC is not set > >> # CONFIG_USB_RAINSHADOW_CEC is not set > >> CONFIG_MEDIA_SUPPORT=m > >> # CONFIG_MEDIA_SUPPORT_FILTER is not set > >> # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set > >> > >> # > >> # Media device types > >> # > >> 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=y > >> CONFIG_MEDIA_PLATFORM_SUPPORT=y > >> CONFIG_MEDIA_TEST_SUPPORT=y > >> # end of Media device types > >> > >> # > >> # Media core support > >> # > >> CONFIG_VIDEO_DEV=m > >> CONFIG_MEDIA_CONTROLLER=y > >> CONFIG_DVB_CORE=m > >> # end of Media core support > >> > >> # > >> # Video4Linux options > >> # > >> CONFIG_VIDEO_V4L2=m > >> CONFIG_VIDEO_V4L2_I2C=y > >> CONFIG_VIDEO_V4L2_SUBDEV_API=y > >> # CONFIG_VIDEO_ADV_DEBUG is not set > >> # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set > >> # end of Video4Linux options > >> > >> # > >> # Media controller options > >> # > >> # CONFIG_MEDIA_CONTROLLER_DVB is not set > >> # end of Media controller options > >> > >> # > >> # Digital TV options > >> # > >> # CONFIG_DVB_MMAP is not set > >> CONFIG_DVB_NET=y > >> CONFIG_DVB_MAX_ADAPTERS=16 > >> CONFIG_DVB_DYNAMIC_MINORS=y > >> # CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set > >> # CONFIG_DVB_ULE_DEBUG is not set > >> # end of Digital TV options > >> > >> # > >> # Media drivers > >> # > >> # CONFIG_MEDIA_USB_SUPPORT is not set > >> # CONFIG_MEDIA_PCI_SUPPORT is not set > >> CONFIG_RADIO_ADAPTERS=y > >> # 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 > >> CONFIG_VIDEOBUF2_CORE=m > >> CONFIG_VIDEOBUF2_V4L2=m > >> CONFIG_VIDEOBUF2_MEMOPS=m > >> CONFIG_VIDEOBUF2_VMALLOC=m > >> # CONFIG_V4L_PLATFORM_DRIVERS is not set > >> # CONFIG_V4L_MEM2MEM_DRIVERS is not set > >> # CONFIG_DVB_PLATFORM_DRIVERS is not set > >> # CONFIG_SDR_PLATFORM_DRIVERS is not set > >> > >> # > >> # MMC/SDIO DVB adapters > >> # > >> # CONFIG_SMS_SDIO_DRV is not set > >> # CONFIG_V4L_TEST_DRIVERS is not set > >> # CONFIG_DVB_TEST_DRIVERS is not set > >> > >> # > >> # FireWire (IEEE 1394) Adapters > >> # > >> # CONFIG_DVB_FIREDTV is not set > >> # end of Media drivers > >> > >> # > >> # Media ancillary drivers > >> # > >> CONFIG_MEDIA_ATTACH=y > >> CONFIG_VIDEO_IR_I2C=m > >> > >> # > >> # Audio decoders, processors and mixers > >> # > >> # CONFIG_VIDEO_TVAUDIO is not set > >> # CONFIG_VIDEO_TDA7432 is not set > >> # CONFIG_VIDEO_TDA9840 is not set > >> # CONFIG_VIDEO_TEA6415C is not set > >> # CONFIG_VIDEO_TEA6420 is not set > >> # CONFIG_VIDEO_MSP3400 is not set > >> # CONFIG_VIDEO_CS3308 is not set > >> # CONFIG_VIDEO_CS5345 is not set > >> # CONFIG_VIDEO_CS53L32A is not set > >> # CONFIG_VIDEO_TLV320AIC23B is not set > >> # CONFIG_VIDEO_UDA1342 is not set > >> # CONFIG_VIDEO_WM8775 is not set > >> # CONFIG_VIDEO_WM8739 is not set > >> # CONFIG_VIDEO_VP27SMPX is not set > >> # CONFIG_VIDEO_SONY_BTF_MPX is not set > >> # end of Audio decoders, processors and mixers > >> > >> # > >> # RDS decoders > >> # > >> # CONFIG_VIDEO_SAA6588 is not set > >> # end of RDS decoders > >> > >> # > >> # Video decoders > >> # > >> # CONFIG_VIDEO_ADV7180 is not set > >> # CONFIG_VIDEO_ADV7183 is not set > >> # CONFIG_VIDEO_ADV7604 is not set > >> # CONFIG_VIDEO_ADV7842 is not set > >> # CONFIG_VIDEO_BT819 is not set > >> # CONFIG_VIDEO_BT856 is not set > >> # CONFIG_VIDEO_BT866 is not set > >> # CONFIG_VIDEO_KS0127 is not set > >> # CONFIG_VIDEO_ML86V7667 is not set > >> # CONFIG_VIDEO_SAA7110 is not set > >> # CONFIG_VIDEO_SAA711X is not set > >> # CONFIG_VIDEO_TC358743 is not set > >> # CONFIG_VIDEO_TVP514X is not set > >> # CONFIG_VIDEO_TVP5150 is not set > >> # CONFIG_VIDEO_TVP7002 is not set > >> # CONFIG_VIDEO_TW2804 is not set > >> # CONFIG_VIDEO_TW9903 is not set > >> # CONFIG_VIDEO_TW9906 is not set > >> # CONFIG_VIDEO_TW9910 is not set > >> # CONFIG_VIDEO_VPX3220 is not set > >> > >> # > >> # Video and audio decoders > >> # > >> # CONFIG_VIDEO_SAA717X is not set > >> # CONFIG_VIDEO_CX25840 is not set > >> # end of Video decoders > >> > >> # > >> # Video encoders > >> # > >> # CONFIG_VIDEO_SAA7127 is not set > >> # CONFIG_VIDEO_SAA7185 is not set > >> # CONFIG_VIDEO_ADV7170 is not set > >> # CONFIG_VIDEO_ADV7175 is not set > >> # CONFIG_VIDEO_ADV7343 is not set > >> # CONFIG_VIDEO_ADV7393 is not set > >> # CONFIG_VIDEO_ADV7511 is not set > >> # CONFIG_VIDEO_AD9389B is not set > >> # CONFIG_VIDEO_AK881X is not set > >> # CONFIG_VIDEO_THS8200 is not set > >> # end of Video encoders > >> > >> # > >> # Video improvement chips > >> # > >> # CONFIG_VIDEO_UPD64031A is not set > >> # CONFIG_VIDEO_UPD64083 is not set > >> # end of Video improvement chips > >> > >> # > >> # Audio/Video compression chips > >> # > >> # CONFIG_VIDEO_SAA6752HS is not set > >> # end of Audio/Video compression chips > >> > >> # > >> # SDR tuner chips > >> # > >> # CONFIG_SDR_MAX2175 is not set > >> # end of SDR tuner chips > >> > >> # > >> # Miscellaneous helper chips > >> # > >> # CONFIG_VIDEO_THS7303 is not set > >> # CONFIG_VIDEO_M52790 is not set > >> # CONFIG_VIDEO_I2C is not set > >> # CONFIG_VIDEO_ST_MIPID02 is not set > >> # end of Miscellaneous helper chips > >> > >> # > >> # Camera sensor devices > >> # > >> # CONFIG_VIDEO_HI556 is not set > >> # CONFIG_VIDEO_IMX214 is not set > >> # CONFIG_VIDEO_IMX219 is not set > >> # CONFIG_VIDEO_IMX258 is not set > >> # CONFIG_VIDEO_IMX274 is not set > >> # CONFIG_VIDEO_IMX290 is not set > >> # CONFIG_VIDEO_IMX319 is not set > >> # CONFIG_VIDEO_IMX355 is not set > >> # CONFIG_VIDEO_OV02A10 is not set > >> # CONFIG_VIDEO_OV2640 is not set > >> # CONFIG_VIDEO_OV2659 is not set > >> # CONFIG_VIDEO_OV2680 is not set > >> # CONFIG_VIDEO_OV2685 is not set > >> # CONFIG_VIDEO_OV2740 is not set > >> # CONFIG_VIDEO_OV5647 is not set > >> # CONFIG_VIDEO_OV5648 is not set > >> # CONFIG_VIDEO_OV6650 is not set > >> # CONFIG_VIDEO_OV5670 is not set > >> # CONFIG_VIDEO_OV5675 is not set > >> # CONFIG_VIDEO_OV5695 is not set > >> # CONFIG_VIDEO_OV7251 is not set > >> # CONFIG_VIDEO_OV772X is not set > >> # CONFIG_VIDEO_OV7640 is not set > >> # CONFIG_VIDEO_OV7670 is not set > >> # CONFIG_VIDEO_OV7740 is not set > >> # CONFIG_VIDEO_OV8856 is not set > >> # CONFIG_VIDEO_OV8865 is not set > >> # CONFIG_VIDEO_OV9640 is not set > >> # CONFIG_VIDEO_OV9650 is not set > >> # CONFIG_VIDEO_OV9734 is not set > >> # CONFIG_VIDEO_OV13858 is not set > >> # CONFIG_VIDEO_VS6624 is not set > >> # CONFIG_VIDEO_MT9M001 is not set > >> # CONFIG_VIDEO_MT9M032 is not set > >> # CONFIG_VIDEO_MT9M111 is not set > >> # CONFIG_VIDEO_MT9P031 is not set > >> # CONFIG_VIDEO_MT9T001 is not set > >> # CONFIG_VIDEO_MT9T112 is not set > >> # CONFIG_VIDEO_MT9V011 is not set > >> # CONFIG_VIDEO_MT9V032 is not set > >> # CONFIG_VIDEO_MT9V111 is not set > >> # CONFIG_VIDEO_SR030PC30 is not set > >> # CONFIG_VIDEO_NOON010PC30 is not set > >> # CONFIG_VIDEO_M5MOLS is not set > >> # CONFIG_VIDEO_RDACM20 is not set > >> # CONFIG_VIDEO_RDACM21 is not set > >> # CONFIG_VIDEO_RJ54N1 is not set > >> # CONFIG_VIDEO_S5K6AA is not set > >> # CONFIG_VIDEO_S5K6A3 is not set > >> # CONFIG_VIDEO_S5K4ECGX is not set > >> # CONFIG_VIDEO_S5K5BAF is not set > >> # CONFIG_VIDEO_CCS is not set > >> # CONFIG_VIDEO_ET8EK8 is not set > >> # CONFIG_VIDEO_S5C73M3 is not set > >> # end of Camera sensor devices > >> > >> # > >> # Lens drivers > >> # > >> # CONFIG_VIDEO_AD5820 is not set > >> # CONFIG_VIDEO_AK7375 is not set > >> # CONFIG_VIDEO_DW9714 is not set > >> # CONFIG_VIDEO_DW9768 is not set > >> # CONFIG_VIDEO_DW9807_VCM is not set > >> # end of Lens drivers > >> > >> # > >> # Flash devices > >> # > >> # CONFIG_VIDEO_ADP1653 is not set > >> # CONFIG_VIDEO_LM3560 is not set > >> # CONFIG_VIDEO_LM3646 is not set > >> # end of Flash devices > >> > >> # > >> # SPI helper chips > >> # > >> # CONFIG_VIDEO_GS1662 is not set > >> # end of SPI helper chips > >> > >> # > >> # Media SPI Adapters > >> # > >> CONFIG_CXD2880_SPI_DRV=m > >> # end of Media SPI Adapters > >> > >> CONFIG_MEDIA_TUNER=m > >> > >> # > >> # Customize TV tuners > >> # > >> 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_MSI001=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_MXL301RF=m > >> CONFIG_MEDIA_TUNER_QM1D1C0042=m > >> CONFIG_MEDIA_TUNER_QM1D1B0004=m > >> # end of Customize TV tuners > >> > >> # > >> # Customise DVB Frontends > >> # > >> > >> # > >> # 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_S5H1432=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_DIB9000=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_RTL2832_SDR=m > >> CONFIG_DVB_SI2168=m > >> CONFIG_DVB_ZD1301_DEMOD=m > >> CONFIG_DVB_CXD2880=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 > >> CONFIG_DVB_MXL692=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 > >> CONFIG_DVB_MN88443X=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_LNBH29=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_LGS8GL5=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 > >> CONFIG_DVB_HORUS3A=m > >> CONFIG_DVB_ASCOT2E=m > >> CONFIG_DVB_HELENE=m > >> > >> # > >> # Common Interface (EN50221) controller drivers > >> # > >> CONFIG_DVB_CXD2099=m > >> CONFIG_DVB_SP2=m > >> # end of Customise DVB Frontends > >> > >> # > >> # Tools to develop new frontends > >> # > >> # CONFIG_DVB_DUMMY_FE is not set > >> # end of Media ancillary drivers > >> > >> # > >> # Graphics support > >> # > >> # CONFIG_AGP is not set > >> CONFIG_INTEL_GTT=m > >> 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 is not set > >> CONFIG_DRM_KMS_HELPER=m > >> CONFIG_DRM_KMS_FB_HELPER=y > >> CONFIG_DRM_FBDEV_EMULATION=y > >> CONFIG_DRM_FBDEV_OVERALLOC=100 > >> CONFIG_DRM_LOAD_EDID_FIRMWARE=y > >> # CONFIG_DRM_DP_CEC is not set > >> CONFIG_DRM_TTM=m > >> CONFIG_DRM_VRAM_HELPER=m > >> CONFIG_DRM_TTM_HELPER=m > >> CONFIG_DRM_GEM_SHMEM_HELPER=y > >> > >> # > >> # 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 > >> # end of I2C encoder or helper chips > >> > >> # > >> # ARM devices > >> # > >> # end of ARM devices > >> > >> # CONFIG_DRM_RADEON is not set > >> # CONFIG_DRM_AMDGPU is not set > >> # CONFIG_DRM_NOUVEAU is not set > >> CONFIG_DRM_I915=m > >> CONFIG_DRM_I915_FORCE_PROBE="" > >> 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 > >> CONFIG_DRM_I915_FENCE_TIMEOUT=10000 > >> CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250 > >> CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500 > >> CONFIG_DRM_I915_PREEMPT_TIMEOUT=640 > >> CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000 > >> CONFIG_DRM_I915_STOP_TIMEOUT=100 > >> CONFIG_DRM_I915_TIMESLICE_DURATION=1 > >> # CONFIG_DRM_VGEM is not set > >> # 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_UDL is not set > >> CONFIG_DRM_AST=m > >> CONFIG_DRM_MGAG200=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 > >> # end of Display Panels > >> > >> CONFIG_DRM_BRIDGE=y > >> CONFIG_DRM_PANEL_BRIDGE=y > >> > >> # > >> # Display Interface Bridges > >> # > >> # CONFIG_DRM_ANALOGIX_ANX78XX is not set > >> # end of Display Interface Bridges > >> > >> # CONFIG_DRM_ETNAVIV is not set > >> CONFIG_DRM_CIRRUS_QEMU=m > >> # CONFIG_DRM_GM12U320 is not set > >> # CONFIG_TINYDRM_HX8357D is not set > >> # CONFIG_TINYDRM_ILI9225 is not set > >> # CONFIG_TINYDRM_ILI9341 is not set > >> # CONFIG_TINYDRM_ILI9486 is not set > >> # CONFIG_TINYDRM_MI0283QT is not set > >> # CONFIG_TINYDRM_REPAPER is not set > >> # CONFIG_TINYDRM_ST7586 is not set > >> # CONFIG_TINYDRM_ST7735R is not set > >> # CONFIG_DRM_XEN is not set > >> # CONFIG_DRM_VBOXVIDEO is not set > >> # CONFIG_DRM_LEGACY is not set > >> CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=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_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 > >> # end of Frame buffer Devices > >> > >> # > >> # Backlight & LCD device support > >> # > >> 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_KTD253 is not set > >> # CONFIG_BACKLIGHT_PWM is not set > >> CONFIG_BACKLIGHT_APPLE=m > >> # CONFIG_BACKLIGHT_QCOM_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 > >> # end of Backlight & LCD device support > >> > >> CONFIG_HDMI=y > >> > >> # > >> # Console display driver support > >> # > >> CONFIG_VGA_CONSOLE=y > >> 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 > >> # end of Console display driver support > >> > >> CONFIG_LOGO=y > >> # CONFIG_LOGO_LINUX_MONO is not set > >> # CONFIG_LOGO_LINUX_VGA16 is not set > >> CONFIG_LOGO_LINUX_CLUT224=y > >> # end of Graphics support > >> > >> # CONFIG_SOUND is not set > >> > >> # > >> # 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=m > >> # CONFIG_HID_ACCUTOUCH is not set > >> CONFIG_HID_ACRUX=m > >> # CONFIG_HID_ACRUX_FF is not set > >> CONFIG_HID_APPLE=m > >> # CONFIG_HID_APPLEIR is not set > >> CONFIG_HID_ASUS=m > >> CONFIG_HID_AUREAL=m > >> CONFIG_HID_BELKIN=m > >> # CONFIG_HID_BETOP_FF is not set > >> # CONFIG_HID_BIGBEN_FF is not set > >> CONFIG_HID_CHERRY=m > >> CONFIG_HID_CHICONY=m > >> # CONFIG_HID_CORSAIR is not set > >> # CONFIG_HID_COUGAR is not set > >> # CONFIG_HID_MACALLY is not set > >> CONFIG_HID_CMEDIA=m > >> # CONFIG_HID_CP2112 is not set > >> # CONFIG_HID_CREATIVE_SB0540 is not set > >> CONFIG_HID_CYPRESS=m > >> 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=m > >> CONFIG_HID_GEMBIRD=m > >> CONFIG_HID_GFRM=m > >> # CONFIG_HID_GLORIOUS is not set > >> # CONFIG_HID_HOLTEK is not set > >> # CONFIG_HID_VIVALDI is not set > >> # CONFIG_HID_GT683R is not set > >> CONFIG_HID_KEYTOUCH=m > >> CONFIG_HID_KYE=m > >> # CONFIG_HID_UCLOGIC is not set > >> CONFIG_HID_WALTOP=m > >> # CONFIG_HID_VIEWSONIC is not set > >> CONFIG_HID_GYRATION=m > >> CONFIG_HID_ICADE=m > >> CONFIG_HID_ITE=m > >> CONFIG_HID_JABRA=m > >> CONFIG_HID_TWINHAN=m > >> CONFIG_HID_KENSINGTON=m > >> CONFIG_HID_LCPOWER=m > >> CONFIG_HID_LED=m > >> CONFIG_HID_LENOVO=m > >> CONFIG_HID_LOGITECH=m > >> 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 is not set > >> CONFIG_HID_MICROSOFT=m > >> CONFIG_HID_MONTEREY=m > >> CONFIG_HID_MULTITOUCH=m > >> CONFIG_HID_NTI=m > >> # CONFIG_HID_NTRIG is not set > >> 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=m > >> # CONFIG_HID_PLAYSTATION is not set > >> CONFIG_HID_PRIMAX=m > >> # CONFIG_HID_RETRODE is not set > >> # CONFIG_HID_ROCCAT is not set > >> CONFIG_HID_SAITEK=m > >> CONFIG_HID_SAMSUNG=m > >> # CONFIG_HID_SONY 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_U2FZERO is not set > >> # CONFIG_HID_WACOM is not set > >> CONFIG_HID_WIIMOTE=m > >> CONFIG_HID_XINMO=m > >> CONFIG_HID_ZEROPLUS=m > >> # CONFIG_ZEROPLUS_FF is not set > >> CONFIG_HID_ZYDACRON=m > >> CONFIG_HID_SENSOR_HUB=y > >> CONFIG_HID_SENSOR_CUSTOM_SENSOR=m > >> CONFIG_HID_ALPS=m > >> # CONFIG_HID_MCP2221 is not set > >> # end of Special HID drivers > >> > >> # > >> # USB HID support > >> # > >> CONFIG_USB_HID=y > >> # CONFIG_HID_PID is not set > >> # CONFIG_USB_HIDDEV is not set > >> # end of USB HID support > >> > >> # > >> # I2C HID support > >> # > >> # CONFIG_I2C_HID_ACPI is not set > >> # end of I2C HID support > >> > >> # > >> # Intel ISH HID support > >> # > >> CONFIG_INTEL_ISH_HID=m > >> # CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER is not set > >> # end of Intel ISH HID support > >> > >> # > >> # AMD SFH HID Support > >> # > >> # CONFIG_AMD_SFH_HID is not set > >> # end of AMD SFH HID Support > >> # end of HID support > >> > >> CONFIG_USB_OHCI_LITTLE_ENDIAN=y > >> CONFIG_USB_SUPPORT=y > >> CONFIG_USB_COMMON=y > >> # CONFIG_USB_LED_TRIG is not set > >> # CONFIG_USB_ULPI_BUS is not set > >> # CONFIG_USB_CONN_GPIO is not set > >> 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_FEW_INIT_RETRIES is not set > >> # CONFIG_USB_DYNAMIC_MINORS is not set > >> # CONFIG_USB_OTG is not set > >> # CONFIG_USB_OTG_PRODUCTLIST is not set > >> CONFIG_USB_LEDS_TRIGGER_USBPORT=y > >> CONFIG_USB_AUTOSUSPEND_DELAY=2 > >> CONFIG_USB_MON=y > >> > >> # > >> # 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_PCI_RENESAS is not set > >> # 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_SL811_HCD is not set > >> # CONFIG_USB_R8A66597_HCD is not set > >> # CONFIG_USB_HCD_BCMA is not set > >> # CONFIG_USB_HCD_TEST_MODE is not set > >> > >> # > >> # USB Device Class drivers > >> # > >> # CONFIG_USB_ACM is not set > >> # CONFIG_USB_PRINTER is not set > >> # CONFIG_USB_WDM is not set > >> # CONFIG_USB_TMC is not set > >> > >> # > >> # 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 is not set > >> # CONFIG_USB_STORAGE_DATAFAB is not set > >> # CONFIG_USB_STORAGE_FREECOM is not set > >> # CONFIG_USB_STORAGE_ISD200 is not set > >> # CONFIG_USB_STORAGE_USBAT is not set > >> # CONFIG_USB_STORAGE_SDDR09 is not set > >> # CONFIG_USB_STORAGE_SDDR55 is not set > >> # CONFIG_USB_STORAGE_JUMPSHOT is not set > >> # CONFIG_USB_STORAGE_ALAUDA is not set > >> # CONFIG_USB_STORAGE_ONETOUCH is not set > >> # CONFIG_USB_STORAGE_KARMA is not set > >> # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set > >> # CONFIG_USB_STORAGE_ENE_UB6250 is not set > >> # CONFIG_USB_UAS is not set > >> > >> # > >> # USB Imaging devices > >> # > >> # CONFIG_USB_MDC800 is not set > >> # CONFIG_USB_MICROTEK is not set > >> # CONFIG_USBIP_CORE is not set > >> # CONFIG_USB_CDNS_SUPPORT 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 is not set > >> CONFIG_USB_SERIAL=m > >> CONFIG_USB_SERIAL_GENERIC=y > >> # CONFIG_USB_SERIAL_SIMPLE is not set > >> # CONFIG_USB_SERIAL_AIRCABLE is not set > >> # CONFIG_USB_SERIAL_ARK3116 is not set > >> # CONFIG_USB_SERIAL_BELKIN is not set > >> # CONFIG_USB_SERIAL_CH341 is not set > >> # CONFIG_USB_SERIAL_WHITEHEAT is not set > >> # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set > >> # CONFIG_USB_SERIAL_CP210X is not set > >> # CONFIG_USB_SERIAL_CYPRESS_M8 is not set > >> # CONFIG_USB_SERIAL_EMPEG is not set > >> # CONFIG_USB_SERIAL_FTDI_SIO is not set > >> # CONFIG_USB_SERIAL_VISOR is not set > >> # CONFIG_USB_SERIAL_IPAQ is not set > >> # CONFIG_USB_SERIAL_IR is not set > >> # CONFIG_USB_SERIAL_EDGEPORT is not set > >> # CONFIG_USB_SERIAL_EDGEPORT_TI is not set > >> # CONFIG_USB_SERIAL_F81232 is not set > >> # CONFIG_USB_SERIAL_F8153X is not set > >> # CONFIG_USB_SERIAL_GARMIN is not set > >> # CONFIG_USB_SERIAL_IPW is not set > >> # CONFIG_USB_SERIAL_IUU is not set > >> # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set > >> # CONFIG_USB_SERIAL_KEYSPAN is not set > >> # CONFIG_USB_SERIAL_KLSI is not set > >> # CONFIG_USB_SERIAL_KOBIL_SCT is not set > >> # CONFIG_USB_SERIAL_MCT_U232 is not set > >> # CONFIG_USB_SERIAL_METRO is not set > >> # CONFIG_USB_SERIAL_MOS7720 is not set > >> # CONFIG_USB_SERIAL_MOS7840 is not set > >> # CONFIG_USB_SERIAL_MXUPORT is not set > >> # CONFIG_USB_SERIAL_NAVMAN is not set > >> # CONFIG_USB_SERIAL_PL2303 is not set > >> # CONFIG_USB_SERIAL_OTI6858 is not set > >> # CONFIG_USB_SERIAL_QCAUX is not set > >> # CONFIG_USB_SERIAL_QUALCOMM is not set > >> # CONFIG_USB_SERIAL_SPCP8X5 is not set > >> # CONFIG_USB_SERIAL_SAFE is not set > >> # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set > >> # CONFIG_USB_SERIAL_SYMBOL is not set > >> # CONFIG_USB_SERIAL_TI is not set > >> # CONFIG_USB_SERIAL_CYBERJACK is not set > >> # CONFIG_USB_SERIAL_OPTION is not set > >> # CONFIG_USB_SERIAL_OMNINET is not set > >> # CONFIG_USB_SERIAL_OPTICON is not set > >> # CONFIG_USB_SERIAL_XSENS_MT is not set > >> # CONFIG_USB_SERIAL_WISHBONE is not set > >> # CONFIG_USB_SERIAL_SSU100 is not set > >> # CONFIG_USB_SERIAL_QT2 is not set > >> # CONFIG_USB_SERIAL_UPD78F0730 is not set > >> # CONFIG_USB_SERIAL_XR is not set > >> CONFIG_USB_SERIAL_DEBUG=m > >> > >> # > >> # USB Miscellaneous drivers > >> # > >> # CONFIG_USB_EMI62 is not set > >> # CONFIG_USB_EMI26 is not set > >> # CONFIG_USB_ADUTUX is not set > >> # CONFIG_USB_SEVSEG is not set > >> # CONFIG_USB_LEGOTOWER is not set > >> # CONFIG_USB_LCD is not set > >> # CONFIG_USB_CYPRESS_CY7C63 is not set > >> # CONFIG_USB_CYTHERM is not set > >> # CONFIG_USB_IDMOUSE is not set > >> # CONFIG_USB_FTDI_ELAN is not set > >> # CONFIG_USB_APPLEDISPLAY is not set > >> # CONFIG_APPLE_MFI_FASTCHARGE is not set > >> # CONFIG_USB_SISUSBVGA is not set > >> # CONFIG_USB_LD is not set > >> # CONFIG_USB_TRANCEVIBRATOR is not set > >> # CONFIG_USB_IOWARRIOR is not set > >> # CONFIG_USB_TEST is not set > >> # CONFIG_USB_EHSET_TEST_FIXTURE is not set > >> # CONFIG_USB_ISIGHTFW is not set > >> # CONFIG_USB_YUREX is not set > >> # CONFIG_USB_EZUSB_FX2 is not set > >> # CONFIG_USB_HUB_USB251XB is not set > >> # CONFIG_USB_HSIC_USB3503 is not set > >> # CONFIG_USB_HSIC_USB4604 is not set > >> # CONFIG_USB_LINK_LAYER_TEST is not set > >> # CONFIG_USB_CHAOSKEY is not set > >> # CONFIG_USB_ATM is not set > >> > >> # > >> # USB Physical Layer drivers > >> # > >> # CONFIG_NOP_USB_XCEIV is not set > >> # CONFIG_USB_GPIO_VBUS is not set > >> # CONFIG_USB_ISP1301 is not set > >> # end of USB Physical Layer drivers > >> > >> # 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 > >> # CONFIG_TYPEC_STUSB160X is not set > >> > >> # > >> # USB Type-C Multiplexer/DeMultiplexer Switch support > >> # > >> # CONFIG_TYPEC_MUX_PI3USB30532 is not set > >> # end of USB Type-C Multiplexer/DeMultiplexer Switch support > >> > >> # > >> # USB Type-C Alternate Mode drivers > >> # > >> # CONFIG_TYPEC_DP_ALTMODE is not set > >> # end of USB Type-C Alternate Mode drivers > >> > >> # CONFIG_USB_ROLE_SWITCH is not set > >> 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_IO_ACCESSORS=y > >> 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 is not set > >> # CONFIG_MMC_SPI is not set > >> # CONFIG_MMC_CB710 is not set > >> # CONFIG_MMC_VIA_SDMMC is not set > >> # CONFIG_MMC_VUB300 is not set > >> # CONFIG_MMC_USHC is not set > >> # CONFIG_MMC_USDHI6ROL0 is not set > >> # CONFIG_MMC_REALTEK_PCI is not set > >> CONFIG_MMC_CQHCI=m > >> # CONFIG_MMC_HSQ is not set > >> # CONFIG_MMC_TOSHIBA_PCI is not set > >> # CONFIG_MMC_MTK is not set > >> # CONFIG_MMC_SDHCI_XENON is not set > >> # CONFIG_MEMSTICK is not set > >> CONFIG_NEW_LEDS=y > >> CONFIG_LEDS_CLASS=y > >> # CONFIG_LEDS_CLASS_FLASH is not set > >> # CONFIG_LEDS_CLASS_MULTICOLOR 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_LM3532 is not set > >> # 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_LP50XX 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_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=m > >> # CONFIG_LEDS_MLXREG is not set > >> # CONFIG_LEDS_USER is not set > >> # CONFIG_LEDS_NIC78BX is not set > >> # CONFIG_LEDS_TI_LMU_COMMON is not set > >> > >> # > >> # Flash and Torch LED drivers > >> # > >> > >> # > >> # 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_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_LEDS_TRIGGER_TTY is not set > >> > >> # > >> # LED Blink > >> # > >> # CONFIG_LEDS_BLINK is not set > >> # CONFIG_ACCESSIBILITY is not set > >> CONFIG_INFINIBAND=m > >> CONFIG_INFINIBAND_USER_MAD=m > >> CONFIG_INFINIBAND_USER_ACCESS=m > >> CONFIG_INFINIBAND_USER_MEM=y > >> CONFIG_INFINIBAND_ON_DEMAND_PAGING=y > >> CONFIG_INFINIBAND_ADDR_TRANS=y > >> CONFIG_INFINIBAND_ADDR_TRANS_CONFIGFS=y > >> CONFIG_INFINIBAND_VIRT_DMA=y > >> # CONFIG_INFINIBAND_MTHCA is not set > >> # CONFIG_INFINIBAND_EFA is not set > >> # CONFIG_INFINIBAND_I40IW is not set > >> # CONFIG_MLX4_INFINIBAND is not set > >> # CONFIG_INFINIBAND_OCRDMA is not set > >> # CONFIG_INFINIBAND_USNIC is not set > >> # CONFIG_INFINIBAND_BNXT_RE is not set > >> # CONFIG_INFINIBAND_RDMAVT is not set > >> CONFIG_RDMA_RXE=m > >> CONFIG_RDMA_SIW=m > >> CONFIG_INFINIBAND_IPOIB=m > >> # CONFIG_INFINIBAND_IPOIB_CM is not set > >> CONFIG_INFINIBAND_IPOIB_DEBUG=y > >> # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set > >> CONFIG_INFINIBAND_SRP=m > >> CONFIG_INFINIBAND_SRPT=m > >> # CONFIG_INFINIBAND_ISER is not set > >> # CONFIG_INFINIBAND_ISERT is not set > >> # CONFIG_INFINIBAND_RTRS_CLIENT is not set > >> # CONFIG_INFINIBAND_RTRS_SERVER is not set > >> # CONFIG_INFINIBAND_OPA_VNIC 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_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_EDAC_IGEN6 is not set > >> 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_RV3032 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_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 is not set > >> # CONFIG_RTC_DRV_RX6110 is not set > >> > >> # > >> # 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_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=m > >> # CONFIG_INTEL_IDXD is not set > >> CONFIG_INTEL_IOATDMA=m > >> # CONFIG_PLX_DMA is not set > >> # CONFIG_XILINX_ZYNQMP_DPDMA is not set > >> # 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_DW_EDMA is not set > >> # CONFIG_DW_EDMA_PCIE is not set > >> CONFIG_HSU_DMA=y > >> # CONFIG_SF_PDMA is not set > >> # CONFIG_INTEL_LDMA is not set > >> > >> # > >> # DMA Clients > >> # > >> CONFIG_ASYNC_TX_DMA=y > >> CONFIG_DMATEST=m > >> CONFIG_DMA_ENGINE_RAID=y > >> > >> # > >> # DMABUF options > >> # > >> CONFIG_SYNC_FILE=y > >> # CONFIG_SW_SYNC is not set > >> # CONFIG_UDMABUF is not set > >> # CONFIG_DMABUF_MOVE_NOTIFY is not set > >> # CONFIG_DMABUF_DEBUG is not set > >> # CONFIG_DMABUF_SELFTESTS is not set > >> # CONFIG_DMABUF_HEAPS is not set > >> # end of DMABUF options > >> > >> CONFIG_DCA=m > >> # CONFIG_AUXDISPLAY is not set > >> # 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_PCI_LIB=y > >> CONFIG_VIRTIO_MENU=y > >> CONFIG_VIRTIO_PCI=y > >> CONFIG_VIRTIO_PCI_LEGACY=y > >> # CONFIG_VIRTIO_PMEM is not set > >> CONFIG_VIRTIO_BALLOON=m > >> CONFIG_VIRTIO_MEM=m > >> CONFIG_VIRTIO_INPUT=m > >> # CONFIG_VIRTIO_MMIO is not set > >> CONFIG_VIRTIO_DMA_SHARED_BUFFER=m > >> # CONFIG_VDPA is not set > >> CONFIG_VHOST_IOTLB=m > >> CONFIG_VHOST=m > >> CONFIG_VHOST_MENU=y > >> CONFIG_VHOST_NET=m > >> # CONFIG_VHOST_SCSI is not set > >> CONFIG_VHOST_VSOCK=m > >> # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set > >> > >> # > >> # Microsoft Hyper-V guest support > >> # > >> CONFIG_HYPERV=m > >> CONFIG_HYPERV_TIMER=y > >> CONFIG_HYPERV_UTILS=m > >> CONFIG_HYPERV_BALLOON=m > >> # end of Microsoft Hyper-V guest support > >> > >> # > >> # Xen driver support > >> # > >> # CONFIG_XEN_BALLOON is not set > >> 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_PVCALLS_FRONTEND is not set > >> CONFIG_XEN_PRIVCMD=m > >> CONFIG_XEN_EFI=y > >> CONFIG_XEN_AUTO_XLATE=y > >> CONFIG_XEN_ACPI=y > >> # CONFIG_XEN_UNPOPULATED_ALLOC is not set > >> # end of Xen driver support > >> > >> # CONFIG_GREYBUS is not set > >> # CONFIG_STAGING is not set > >> CONFIG_X86_PLATFORM_DEVICES=y > >> CONFIG_ACPI_WMI=m > >> CONFIG_WMI_BMOF=m > >> # CONFIG_HUAWEI_WMI is not set > >> # CONFIG_UV_SYSFS is not set > >> # CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set > >> CONFIG_INTEL_WMI_THUNDERBOLT=m > >> CONFIG_MXM_WMI=m > >> # CONFIG_PEAQ_WMI is not set > >> # CONFIG_XIAOMI_WMI is not set > >> CONFIG_ACERHDF=m > >> # CONFIG_ACER_WIRELESS is not set > >> CONFIG_ACER_WMI=m > >> # CONFIG_AMD_PMC is not set > >> CONFIG_APPLE_GMUX=m > >> CONFIG_ASUS_LAPTOP=m > >> # CONFIG_ASUS_WIRELESS is not set > >> CONFIG_ASUS_WMI=m > >> CONFIG_ASUS_NB_WMI=m > >> CONFIG_EEEPC_LAPTOP=m > >> CONFIG_EEEPC_WMI=m > >> # CONFIG_X86_PLATFORM_DRIVERS_DELL is not set > >> CONFIG_AMILO_RFKILL=m > >> CONFIG_FUJITSU_LAPTOP=m > >> CONFIG_FUJITSU_TABLET=m > >> # CONFIG_GPD_POCKET_FAN is not set > >> CONFIG_HP_ACCEL=m > >> CONFIG_HP_WIRELESS=m > >> CONFIG_HP_WMI=m > >> # CONFIG_IBM_RTL is not set > >> CONFIG_IDEAPAD_LAPTOP=m > >> CONFIG_SENSORS_HDAPS=m > >> CONFIG_THINKPAD_ACPI=m > >> # 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_INTEL_ATOMISP2_PM is not set > >> CONFIG_INTEL_HID_EVENT=m > >> # CONFIG_INTEL_INT0002_VGPIO is not set > >> # CONFIG_INTEL_MENLOW is not set > >> CONFIG_INTEL_OAKTRAIL=m > >> CONFIG_INTEL_VBTN=m > >> CONFIG_MSI_LAPTOP=m > >> CONFIG_MSI_WMI=m > >> # CONFIG_PCENGINES_APU2 is not set > >> CONFIG_SAMSUNG_LAPTOP=m > >> CONFIG_SAMSUNG_Q10=m > >> CONFIG_TOSHIBA_BT_RFKILL=m > >> # CONFIG_TOSHIBA_HAPS is not set > >> # CONFIG_TOSHIBA_WMI is not set > >> CONFIG_ACPI_CMPC=m > >> CONFIG_COMPAL_LAPTOP=m > >> # CONFIG_LG_LAPTOP is not set > >> CONFIG_PANASONIC_LAPTOP=m > >> CONFIG_SONY_LAPTOP=m > >> CONFIG_SONYPI_COMPAT=y > >> # CONFIG_SYSTEM76_ACPI is not set > >> CONFIG_TOPSTAR_LAPTOP=m > >> # CONFIG_I2C_MULTI_INSTANTIATE is not set > >> CONFIG_MLX_PLATFORM=m > >> CONFIG_INTEL_IPS=m > >> CONFIG_INTEL_RST=m > >> # CONFIG_INTEL_SMARTCONNECT is not set > >> > >> # > >> # Intel Speed Select Technology interface support > >> # > >> # CONFIG_INTEL_SPEED_SELECT_INTERFACE is not set > >> # end of Intel Speed Select Technology interface support > >> > >> CONFIG_INTEL_TURBO_MAX_3=y > >> # CONFIG_INTEL_UNCORE_FREQ_CONTROL is not set > >> CONFIG_INTEL_PMC_CORE=m > >> # CONFIG_INTEL_PUNIT_IPC is not set > >> # CONFIG_INTEL_SCU_PCI is not set > >> # CONFIG_INTEL_SCU_PLATFORM is not set > >> CONFIG_PMC_ATOM=y > >> # CONFIG_CHROME_PLATFORMS is not set > >> CONFIG_MELLANOX_PLATFORM=y > >> CONFIG_MLXREG_HOTPLUG=m > >> # CONFIG_MLXREG_IO is not set > >> CONFIG_SURFACE_PLATFORMS=y > >> # CONFIG_SURFACE3_WMI is not set > >> # CONFIG_SURFACE_3_POWER_OPREGION is not set > >> # CONFIG_SURFACE_GPE is not set > >> # CONFIG_SURFACE_HOTPLUG is not set > >> # CONFIG_SURFACE_PRO3_BUTTON is not set > >> CONFIG_HAVE_CLK=y > >> CONFIG_CLKDEV_LOOKUP=y > >> CONFIG_HAVE_CLK_PREPARE=y > >> CONFIG_COMMON_CLK=y > >> # CONFIG_COMMON_CLK_MAX9485 is not set > >> # CONFIG_COMMON_CLK_SI5341 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_XILINX_VCU is not set > >> CONFIG_HWSPINLOCK=y > >> > >> # > >> # Clock Source drivers > >> # > >> CONFIG_CLKEVT_I8253=y > >> CONFIG_I8253_LOCK=y > >> CONFIG_CLKBLD_I8253=y > >> # end of Clock Source drivers > >> > >> CONFIG_MAILBOX=y > >> CONFIG_PCC=y > >> # CONFIG_ALTERA_MBOX is not set > >> CONFIG_IOMMU_IOVA=y > >> CONFIG_IOASID=y > >> CONFIG_IOMMU_API=y > >> CONFIG_IOMMU_SUPPORT=y > >> > >> # > >> # Generic IOMMU Pagetable Support > >> # > >> CONFIG_IOMMU_IO_PGTABLE=y > >> # end of Generic IOMMU Pagetable Support > >> > >> # CONFIG_IOMMU_DEBUGFS is not set > >> # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set > >> CONFIG_IOMMU_DMA=y > >> 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_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON is not set > >> CONFIG_IRQ_REMAP=y > >> CONFIG_HYPERV_IOMMU=y > >> > >> # > >> # Remoteproc drivers > >> # > >> # CONFIG_REMOTEPROC is not set > >> # end of Remoteproc drivers > >> > >> # > >> # Rpmsg drivers > >> # > >> # CONFIG_RPMSG_QCOM_GLINK_RPM is not set > >> # CONFIG_RPMSG_VIRTIO is not set > >> # end of Rpmsg drivers > >> > >> # CONFIG_SOUNDWIRE is not set > >> > >> # > >> # SOC (System On Chip) specific Drivers > >> # > >> > >> # > >> # Amlogic SoC drivers > >> # > >> # end of Amlogic SoC drivers > >> > >> # > >> # Broadcom SoC drivers > >> # > >> # end of Broadcom SoC drivers > >> > >> # > >> # NXP/Freescale QorIQ SoC drivers > >> # > >> # end of NXP/Freescale QorIQ SoC drivers > >> > >> # > >> # i.MX SoC drivers > >> # > >> # end of i.MX SoC drivers > >> > >> # > >> # Enable LiteX SoC Builder specific drivers > >> # > >> # end of Enable LiteX SoC Builder specific drivers > >> > >> # > >> # Qualcomm SoC drivers > >> # > >> # end of Qualcomm SoC drivers > >> > >> # CONFIG_SOC_TI is not set > >> > >> # > >> # Xilinx SoC drivers > >> # > >> # end of Xilinx SoC drivers > >> # end of SOC (System On Chip) specific Drivers > >> > >> # CONFIG_PM_DEVFREQ is not set > >> # CONFIG_EXTCON is not set > >> # CONFIG_MEMORY is not set > >> # CONFIG_IIO is not set > >> CONFIG_NTB=m > >> # CONFIG_NTB_MSI is not set > >> # CONFIG_NTB_AMD is not set > >> # CONFIG_NTB_IDT is not set > >> # CONFIG_NTB_INTEL is not set > >> # CONFIG_NTB_EPF is not set > >> # CONFIG_NTB_SWITCHTEC is not set > >> # CONFIG_NTB_PINGPONG is not set > >> # CONFIG_NTB_TOOL is not set > >> # CONFIG_NTB_PERF is not set > >> # CONFIG_NTB_TRANSPORT is not set > >> # CONFIG_VME_BUS is not set > >> CONFIG_PWM=y > >> CONFIG_PWM_SYSFS=y > >> # CONFIG_PWM_DEBUG is not set > >> # CONFIG_PWM_DWC is not set > >> CONFIG_PWM_LPSS=m > >> CONFIG_PWM_LPSS_PCI=m > >> CONFIG_PWM_LPSS_PLATFORM=m > >> # CONFIG_PWM_PCA9685 is not set > >> > >> # > >> # IRQ chip support > >> # > >> # end of IRQ chip support > >> > >> # CONFIG_IPACK_BUS is not set > >> # CONFIG_RESET_CONTROLLER is not set > >> > >> # > >> # PHY Subsystem > >> # > >> # CONFIG_GENERIC_PHY is not set > >> # CONFIG_USB_LGM_PHY is not set > >> # 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_INTEL_LGM_EMMC is not set > >> # end of PHY Subsystem > >> > >> CONFIG_POWERCAP=y > >> CONFIG_INTEL_RAPL_CORE=m > >> CONFIG_INTEL_RAPL=m > >> # CONFIG_IDLE_INJECT is not set > >> # CONFIG_DTPM is not set > >> # CONFIG_MCB is not set > >> > >> # > >> # Performance monitor support > >> # > >> # end of Performance monitor support > >> > >> CONFIG_RAS=y > >> # CONFIG_RAS_CEC is not set > >> # CONFIG_USB4 is not set > >> > >> # > >> # Android > >> # > >> # CONFIG_ANDROID is not set > >> # end of Android > >> > >> 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 > >> CONFIG_NVMEM_SYSFS=y > >> # CONFIG_NVMEM_RMEM is not set > >> > >> # > >> # HW tracing support > >> # > >> CONFIG_STM=m > >> # CONFIG_STM_PROTO_BASIC is not set > >> # CONFIG_STM_PROTO_SYS_T is not set > >> CONFIG_STM_DUMMY=m > >> CONFIG_STM_SOURCE_CONSOLE=m > >> CONFIG_STM_SOURCE_HEARTBEAT=m > >> CONFIG_STM_SOURCE_FTRACE=m > >> CONFIG_INTEL_TH=m > >> CONFIG_INTEL_TH_PCI=m > >> CONFIG_INTEL_TH_ACPI=m > >> CONFIG_INTEL_TH_GTH=m > >> CONFIG_INTEL_TH_STH=m > >> CONFIG_INTEL_TH_MSU=m > >> CONFIG_INTEL_TH_PTI=m > >> # CONFIG_INTEL_TH_DEBUG is not set > >> # end of HW tracing support > >> > >> # CONFIG_FPGA is not set > >> # CONFIG_TEE is not set > >> # CONFIG_UNISYS_VISORBUS is not set > >> # CONFIG_SIOX is not set > >> # CONFIG_SLIMBUS is not set > >> # CONFIG_INTERCONNECT is not set > >> # CONFIG_COUNTER is not set > >> # CONFIG_MOST is not set > >> # end of Device Drivers > >> > >> # > >> # File systems > >> # > >> CONFIG_DCACHE_WORD_ACCESS=y > >> # CONFIG_VALIDATE_FS_PARSER is not set > >> CONFIG_FS_IOMAP=y > >> CONFIG_EXT2_FS=m > >> CONFIG_EXT2_FS_XATTR=y > >> CONFIG_EXT2_FS_POSIX_ACL=y > >> CONFIG_EXT2_FS_SECURITY=y > >> # CONFIG_EXT3_FS is not set > >> CONFIG_EXT4_FS=y > >> CONFIG_EXT4_FS_POSIX_ACL=y > >> CONFIG_EXT4_FS_SECURITY=y > >> # CONFIG_EXT4_DEBUG is not set > >> CONFIG_EXT4_KUNIT_TESTS=m > >> CONFIG_JBD2=y > >> # CONFIG_JBD2_DEBUG is not set > >> CONFIG_FS_MBCACHE=y > >> # CONFIG_REISERFS_FS is not set > >> # CONFIG_JFS_FS is not set > >> CONFIG_XFS_FS=m > >> CONFIG_XFS_SUPPORT_V4=y > >> 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=y > >> # CONFIG_F2FS_CHECK_FS is not set > >> # CONFIG_F2FS_FAULT_INJECTION is not set > >> # CONFIG_F2FS_FS_COMPRESSION is not set > >> # CONFIG_ZONEFS_FS 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_FS_ENCRYPTION_ALGS=y > >> # CONFIG_FS_VERITY is not set > >> 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_AUTOFS4_FS=y > >> CONFIG_AUTOFS_FS=y > >> CONFIG_FUSE_FS=m > >> CONFIG_CUSE=m > >> # CONFIG_VIRTIO_FS is not set > >> 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 > >> # end of Caches > >> > >> # > >> # CD-ROM/DVD Filesystems > >> # > >> CONFIG_ISO9660_FS=m > >> CONFIG_JOLIET=y > >> CONFIG_ZISOFS=y > >> CONFIG_UDF_FS=m > >> # end of CD-ROM/DVD Filesystems > >> > >> # > >> # DOS/FAT/EXFAT/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_EXFAT_FS is not set > >> # CONFIG_NTFS_FS is not set > >> # end of DOS/FAT/EXFAT/NT Filesystems > >> > >> # > >> # Pseudo filesystems > >> # > >> CONFIG_PROC_FS=y > >> CONFIG_PROC_KCORE=y > >> CONFIG_PROC_VMCORE=y > >> CONFIG_PROC_VMCORE_DEVICE_DUMP=y > >> CONFIG_PROC_SYSCTL=y > >> CONFIG_PROC_PAGE_MONITOR=y > >> CONFIG_PROC_CHILDREN=y > >> CONFIG_PROC_PID_ARCH_STATUS=y > >> CONFIG_PROC_CPU_RESCTRL=y > >> CONFIG_KERNFS=y > >> CONFIG_SYSFS=y > >> CONFIG_TMPFS=y > >> CONFIG_TMPFS_POSIX_ACL=y > >> CONFIG_TMPFS_XATTR=y > >> # CONFIG_TMPFS_INODE64 is not set > >> 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 > >> # end of Pseudo filesystems > >> > >> 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_CRAMFS=m > >> CONFIG_CRAMFS_BLOCKDEV=y > >> CONFIG_SQUASHFS=m > >> # CONFIG_SQUASHFS_FILE_CACHE is not set > >> CONFIG_SQUASHFS_FILE_DIRECT=y > >> # CONFIG_SQUASHFS_DECOMP_SINGLE is not set > >> # CONFIG_SQUASHFS_DECOMP_MULTI is not set > >> CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y > >> 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_DEFAULT_KMSG_BYTES=10240 > >> 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 is not set > >> # CONFIG_PSTORE_PMSG is not set > >> # CONFIG_PSTORE_FTRACE is not set > >> CONFIG_PSTORE_RAM=m > >> # CONFIG_PSTORE_BLK is not set > >> # CONFIG_SYSV_FS is not set > >> # CONFIG_UFS_FS is not set > >> # CONFIG_EROFS_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_NFS_DISABLE_UDP_SUPPORT=y > >> # CONFIG_NFS_V4_2_READ_PLUS is not set > >> 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_2_INTER_SSC is not set > >> CONFIG_NFSD_V4_SECURITY_LABEL=y > >> CONFIG_GRACE_PERIOD=y > >> CONFIG_LOCKD=y > >> CONFIG_LOCKD_V4=y > >> CONFIG_NFS_ACL_SUPPORT=y > >> CONFIG_NFS_COMMON=y > >> CONFIG_NFS_V4_2_SSC_HELPER=y > >> CONFIG_SUNRPC=y > >> CONFIG_SUNRPC_GSS=m > >> CONFIG_SUNRPC_BACKCHANNEL=y > >> CONFIG_RPCSEC_GSS_KRB5=m > >> # CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set > >> CONFIG_SUNRPC_DEBUG=y > >> CONFIG_SUNRPC_XPRT_RDMA=m > >> CONFIG_CEPH_FS=m > >> # CONFIG_CEPH_FSCACHE is not set > >> CONFIG_CEPH_FS_POSIX_ACL=y > >> # CONFIG_CEPH_FS_SECURITY_LABEL is not set > >> 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_DEBUG=y > >> # CONFIG_CIFS_DEBUG2 is not set > >> # CONFIG_CIFS_DEBUG_DUMP_KEYS is not set > >> CONFIG_CIFS_DFS_UPCALL=y > >> # CONFIG_CIFS_SWN_UPCALL is not set > >> # CONFIG_CIFS_SMB_DIRECT is not set > >> # CONFIG_CIFS_FSCACHE is not set > >> # CONFIG_CODA_FS is not set > >> # CONFIG_AFS_FS is not set > >> # CONFIG_9P_FS 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 > >> # CONFIG_UNICODE is not set > >> CONFIG_IO_WQ=y > >> # end of File systems > >> > >> # > >> # Security options > >> # > >> CONFIG_KEYS=y > >> # CONFIG_KEYS_REQUEST_CACHE is not set > >> CONFIG_PERSISTENT_KEYRINGS=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_INFINIBAND is not set > >> 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_FORTIFY_SOURCE=y > >> # 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_SELINUX_SIDTAB_HASH_BITS=9 > >> CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 > >> # 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_APPARMOR_KUNIT_TEST is not set > >> # CONFIG_SECURITY_LOADPIN is not set > >> CONFIG_SECURITY_YAMA=y > >> # CONFIG_SECURITY_SAFESETID is not set > >> # CONFIG_SECURITY_LOCKDOWN_LSM 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_SHA512 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_APPRAISE_MODSIG is not set > >> CONFIG_IMA_TRUSTED_KEYRING=y > >> # CONFIG_IMA_BLACKLIST_KEYRING is not set > >> # CONFIG_IMA_LOAD_X509 is not set > >> CONFIG_IMA_MEASURE_ASYMMETRIC_KEYS=y > >> CONFIG_IMA_QUEUE_EARLY_BOOT_KEYS=y > >> # CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT 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="lockdown,yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,bpf" > >> > >> # > >> # Kernel hardening options > >> # > >> > >> # > >> # Memory initialization > >> # > >> CONFIG_INIT_STACK_NONE=y > >> # CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set > >> # CONFIG_INIT_ON_FREE_DEFAULT_ON is not set > >> # end of Memory initialization > >> # end of Kernel hardening options > >> # end of Security options > >> > >> 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_SKCIPHER=y > >> CONFIG_CRYPTO_SKCIPHER2=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_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_CRYPTD=y > >> CONFIG_CRYPTO_AUTHENC=m > >> CONFIG_CRYPTO_TEST=m > >> CONFIG_CRYPTO_SIMD=y > >> > >> # > >> # Public-key cryptography > >> # > >> CONFIG_CRYPTO_RSA=y > >> CONFIG_CRYPTO_DH=m > >> CONFIG_CRYPTO_ECC=m > >> CONFIG_CRYPTO_ECDH=m > >> # CONFIG_CRYPTO_ECRDSA is not set > >> # CONFIG_CRYPTO_SM2 is not set > >> # CONFIG_CRYPTO_CURVE25519 is not set > >> # CONFIG_CRYPTO_CURVE25519_X86 is not set > >> > >> # > >> # Authenticated Encryption with Associated Data > >> # > >> CONFIG_CRYPTO_CCM=m > >> CONFIG_CRYPTO_GCM=y > >> CONFIG_CRYPTO_CHACHA20POLY1305=m > >> # CONFIG_CRYPTO_AEGIS128 is not set > >> # CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set > >> CONFIG_CRYPTO_SEQIV=y > >> CONFIG_CRYPTO_ECHAINIV=m > >> > >> # > >> # Block modes > >> # > >> CONFIG_CRYPTO_CBC=y > >> CONFIG_CRYPTO_CFB=y > >> 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 > >> CONFIG_CRYPTO_ESSIV=m > >> > >> # > >> # 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_XXHASH=m > >> CONFIG_CRYPTO_BLAKE2B=m > >> # CONFIG_CRYPTO_BLAKE2S is not set > >> # CONFIG_CRYPTO_BLAKE2S_X86 is not set > >> CONFIG_CRYPTO_CRCT10DIF=y > >> CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m > >> CONFIG_CRYPTO_GHASH=y > >> CONFIG_CRYPTO_POLY1305=m > >> CONFIG_CRYPTO_POLY1305_X86_64=m > >> CONFIG_CRYPTO_MD4=m > >> CONFIG_CRYPTO_MD5=y > >> CONFIG_CRYPTO_MICHAEL_MIC=m > >> CONFIG_CRYPTO_RMD160=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=y > >> CONFIG_CRYPTO_SHA3=m > >> # CONFIG_CRYPTO_SM3 is not set > >> # CONFIG_CRYPTO_STREEBOG is not set > >> 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_NI_INTEL=y > >> 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=m > >> CONFIG_CRYPTO_FCRYPT=m > >> CONFIG_CRYPTO_KHAZAD=m > >> CONFIG_CRYPTO_CHACHA20=m > >> CONFIG_CRYPTO_CHACHA20_X86_64=m > >> 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=y > >> # CONFIG_CRYPTO_USER_API_RNG_CAVP is not set > >> CONFIG_CRYPTO_USER_API_AEAD=y > >> CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y > >> # CONFIG_CRYPTO_STATS is not set > >> CONFIG_CRYPTO_HASH_INFO=y > >> > >> # > >> # Crypto library routines > >> # > >> CONFIG_CRYPTO_LIB_AES=y > >> CONFIG_CRYPTO_LIB_ARC4=m > >> # CONFIG_CRYPTO_LIB_BLAKE2S is not set > >> CONFIG_CRYPTO_ARCH_HAVE_LIB_CHACHA=m > >> CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m > >> # CONFIG_CRYPTO_LIB_CHACHA is not set > >> # CONFIG_CRYPTO_LIB_CURVE25519 is not set > >> CONFIG_CRYPTO_LIB_DES=m > >> CONFIG_CRYPTO_LIB_POLY1305_RSIZE=11 > >> CONFIG_CRYPTO_ARCH_HAVE_LIB_POLY1305=m > >> CONFIG_CRYPTO_LIB_POLY1305_GENERIC=m > >> # CONFIG_CRYPTO_LIB_POLY1305 is not set > >> # CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set > >> CONFIG_CRYPTO_LIB_SHA256=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_ATMEL_ECC is not set > >> # CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set > >> 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_CCP_DEBUGFS is not set > >> 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_4XXX is not set > >> CONFIG_CRYPTO_DEV_QAT_DH895xCCVF=m > >> CONFIG_CRYPTO_DEV_QAT_C3XXXVF=m > >> CONFIG_CRYPTO_DEV_QAT_C62XVF=m > >> CONFIG_CRYPTO_DEV_NITROX=m > >> CONFIG_CRYPTO_DEV_NITROX_CNN55XX=m > >> # CONFIG_CRYPTO_DEV_VIRTIO is not set > >> # CONFIG_CRYPTO_DEV_SAFEXCEL is not set > >> # CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set > >> 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="" > >> # end of Certificates for signature checking > >> > >> CONFIG_BINARY_PRINTF=y > >> > >> # > >> # Library routines > >> # > >> CONFIG_RAID6_PQ=m > >> CONFIG_RAID6_PQ_BENCHMARK=y > >> # CONFIG_PACKING is not set > >> CONFIG_BITREVERSE=y > >> CONFIG_GENERIC_STRNCPY_FROM_USER=y > >> CONFIG_GENERIC_STRNLEN_USER=y > >> CONFIG_GENERIC_NET_UTILS=y > >> CONFIG_GENERIC_FIND_FIRST_BIT=y > >> CONFIG_CORDIC=m > >> # CONFIG_PRIME_NUMBERS is not set > >> CONFIG_RATIONAL=y > >> CONFIG_GENERIC_PCI_IOMAP=y > >> CONFIG_GENERIC_IOMAP=y > >> CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y > >> CONFIG_ARCH_HAS_FAST_MULTIPLIER=y > >> CONFIG_ARCH_USE_SYM_ANNOTATIONS=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=m > >> 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=y > >> 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_DECOMPRESS_ZSTD=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_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_DMA_OPS=y > >> CONFIG_NEED_SG_DMA_LENGTH=y > >> CONFIG_NEED_DMA_MAP_STATE=y > >> CONFIG_ARCH_DMA_ADDR_T_64BIT=y > >> CONFIG_ARCH_HAS_FORCE_DMA_UNENCRYPTED=y > >> CONFIG_SWIOTLB=y > >> CONFIG_DMA_COHERENT_POOL=y > >> CONFIG_DMA_CMA=y > >> # CONFIG_DMA_PERNUMA_CMA is not set > >> > >> # > >> # 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_DMA_MAP_BENCHMARK is not set > >> CONFIG_SGL_ALLOC=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_IRQ_POLL=y > >> CONFIG_MPILIB=y > >> CONFIG_SIGNATURE=y > >> CONFIG_DIMLIB=y > >> CONFIG_OID_REGISTRY=y > >> CONFIG_UCS2_STRING=y > >> CONFIG_HAVE_GENERIC_VDSO=y > >> CONFIG_GENERIC_GETTIMEOFDAY=y > >> CONFIG_GENERIC_VDSO_TIME_NS=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_MEMREGION=y > >> CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y > >> CONFIG_ARCH_HAS_COPY_MC=y > >> CONFIG_ARCH_STACKWALK=y > >> CONFIG_SBITMAP=y > >> # CONFIG_STRING_SELFTEST is not set > >> # end of Library routines > >> > >> # > >> # 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 > >> CONFIG_DYNAMIC_DEBUG_CORE=y > >> CONFIG_SYMBOLIC_ERRNAME=y > >> CONFIG_DEBUG_BUGVERBOSE=y > >> # end of printk and dmesg options > >> > >> # > >> # Compile-time checks and compiler options > >> # > >> CONFIG_DEBUG_INFO=y > >> CONFIG_DEBUG_INFO_REDUCED=y > >> # CONFIG_DEBUG_INFO_COMPRESSED is not set > >> # CONFIG_DEBUG_INFO_SPLIT is not set > >> # CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set > >> CONFIG_DEBUG_INFO_DWARF4=y > >> # CONFIG_DEBUG_INFO_DWARF5 is not set > >> # CONFIG_GDB_SCRIPTS is not set > >> CONFIG_FRAME_WARN=2048 > >> CONFIG_STRIP_ASM_SYMS=y > >> # CONFIG_READABLE_ASM is not set > >> # CONFIG_HEADERS_INSTALL is not set > >> CONFIG_DEBUG_SECTION_MISMATCH=y > >> CONFIG_SECTION_MISMATCH_WARN_ONLY=y > >> CONFIG_STACK_VALIDATION=y > >> # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set > >> # end of Compile-time checks and compiler options > >> > >> # > >> # Generic Kernel Debugging Instruments > >> # > >> CONFIG_MAGIC_SYSRQ=y > >> CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 > >> CONFIG_MAGIC_SYSRQ_SERIAL=y > >> CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" > >> CONFIG_DEBUG_FS=y > >> CONFIG_DEBUG_FS_ALLOW_ALL=y > >> # CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set > >> # CONFIG_DEBUG_FS_ALLOW_NONE 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_HAVE_ARCH_KCSAN=y > >> # end of Generic Kernel Debugging Instruments > >> > >> CONFIG_DEBUG_KERNEL=y > >> CONFIG_DEBUG_MISC=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 is not set > >> CONFIG_ARCH_HAS_DEBUG_WX=y > >> # CONFIG_DEBUG_WX is not set > >> CONFIG_GENERIC_PTDUMP=y > >> # CONFIG_PTDUMP_DEBUGFS is not set > >> # 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_SCHED_STACK_END_CHECK is not set > >> CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y > >> # CONFIG_DEBUG_VM is not set > >> # CONFIG_DEBUG_VM_PGTABLE is not set > >> CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y > >> # CONFIG_DEBUG_VIRTUAL is not set > >> CONFIG_DEBUG_MEMORY_INIT=y > >> # CONFIG_DEBUG_PER_CPU_MAPS is not set > >> CONFIG_HAVE_ARCH_KASAN=y > >> CONFIG_HAVE_ARCH_KASAN_VMALLOC=y > >> CONFIG_CC_HAS_KASAN_GENERIC=y > >> CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y > >> # CONFIG_KASAN is not set > >> CONFIG_HAVE_ARCH_KFENCE=y > >> # CONFIG_KFENCE is not set > >> # end of Memory Debugging > >> > >> CONFIG_DEBUG_SHIRQ=y > >> > >> # > >> # Debug Oops, Lockups and Hangs > >> # > >> CONFIG_PANIC_ON_OOPS=y > >> CONFIG_PANIC_ON_OOPS_VALUE=1 > >> CONFIG_PANIC_TIMEOUT=0 > >> 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_TEST_LOCKUP is not set > >> # end of Debug Oops, Lockups and Hangs > >> > >> # > >> # Scheduler Debugging > >> # > >> CONFIG_SCHED_DEBUG=y > >> CONFIG_SCHED_INFO=y > >> CONFIG_SCHEDSTATS=y > >> # end of Scheduler Debugging > >> > >> # 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 is not set > >> # CONFIG_SCF_TORTURE_TEST is not set > >> # CONFIG_CSD_LOCK_WAIT_DEBUG is not set > >> # end of Lock Debugging (spinlocks, mutexes, etc...) > >> > >> # CONFIG_DEBUG_IRQFLAGS is not set > >> CONFIG_STACKTRACE=y > >> # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set > >> # CONFIG_DEBUG_KOBJECT is not set > >> > >> # > >> # Debug kernel data structures > >> # > >> CONFIG_DEBUG_LIST=y > >> # CONFIG_DEBUG_PLIST is not set > >> # CONFIG_DEBUG_SG is not set > >> # CONFIG_DEBUG_NOTIFIERS is not set > >> CONFIG_BUG_ON_DATA_CORRUPTION=y > >> # end of Debug kernel data structures > >> > >> # CONFIG_DEBUG_CREDENTIALS is not set > >> > >> # > >> # RCU Debugging > >> # > >> CONFIG_TORTURE_TEST=m > >> CONFIG_RCU_SCALE_TEST=m > >> CONFIG_RCU_TORTURE_TEST=m > >> # CONFIG_RCU_REF_SCALE_TEST is not set > >> CONFIG_RCU_CPU_STALL_TIMEOUT=60 > >> # CONFIG_RCU_TRACE is not set > >> # CONFIG_RCU_EQS_DEBUG is not set > >> # end of RCU Debugging > >> > >> # 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_LATENCYTOP=y > >> 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_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y > >> CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y > >> CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y > >> CONFIG_HAVE_SYSCALL_TRACEPOINTS=y > >> CONFIG_HAVE_FENTRY=y > >> CONFIG_HAVE_OBJTOOL_MCOUNT=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_TRACING=y > >> CONFIG_GENERIC_TRACER=y > >> CONFIG_TRACING_SUPPORT=y > >> CONFIG_FTRACE=y > >> # CONFIG_BOOTTIME_TRACING is not set > >> CONFIG_FUNCTION_TRACER=y > >> CONFIG_FUNCTION_GRAPH_TRACER=y > >> CONFIG_DYNAMIC_FTRACE=y > >> CONFIG_DYNAMIC_FTRACE_WITH_REGS=y > >> CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y > >> CONFIG_FUNCTION_PROFILER=y > >> CONFIG_STACK_TRACER=y > >> # CONFIG_IRQSOFF_TRACER is not set > >> CONFIG_SCHED_TRACER=y > >> CONFIG_HWLAT_TRACER=y > >> # CONFIG_MMIOTRACE is not set > >> 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_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_BPF_KPROBE_OVERRIDE is not set > >> CONFIG_FTRACE_MCOUNT_RECORD=y > >> CONFIG_FTRACE_MCOUNT_USE_CC=y > >> CONFIG_TRACING_MAP=y > >> CONFIG_SYNTH_EVENTS=y > >> CONFIG_HIST_TRIGGERS=y > >> # CONFIG_TRACE_EVENT_INJECT is not set > >> # CONFIG_TRACEPOINT_BENCHMARK is not set > >> CONFIG_RING_BUFFER_BENCHMARK=m > >> # CONFIG_TRACE_EVAL_MAP_FILE is not set > >> # CONFIG_FTRACE_RECORD_RECURSION is not set > >> # CONFIG_FTRACE_STARTUP_TEST is not set > >> # CONFIG_RING_BUFFER_STARTUP_TEST is not set > >> # CONFIG_RING_BUFFER_VALIDATE_TIME_DELTAS is not set > >> # CONFIG_PREEMPTIRQ_DELAY_TEST is not set > >> # CONFIG_SYNTH_EVENT_GEN_TEST is not set > >> # CONFIG_KPROBE_EVENT_GEN_TEST is not set > >> # CONFIG_HIST_TRIGGERS_DEBUG is not set > >> CONFIG_PROVIDE_OHCI1394_DMA_INIT=y > >> # CONFIG_SAMPLES is not set > >> CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y > >> CONFIG_STRICT_DEVMEM=y > >> # CONFIG_IO_STRICT_DEVMEM is not set > >> > >> # > >> # x86 Debugging > >> # > >> CONFIG_TRACE_IRQFLAGS_SUPPORT=y > >> CONFIG_TRACE_IRQFLAGS_NMI_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=y > >> # CONFIG_EFI_PGT_DUMP is not set > >> # CONFIG_DEBUG_TLBFLUSH is not set > >> CONFIG_HAVE_MMIOTRACE_SUPPORT=y > >> CONFIG_X86_DECODER_SELFTEST=y > >> 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_DEBUG_BOOT_PARAMS=y > >> # CONFIG_CPA_DEBUG is not set > >> # CONFIG_DEBUG_ENTRY is not set > >> # CONFIG_DEBUG_NMI_SELFTEST is not set > >> # CONFIG_X86_DEBUG_FPU is not set > >> # CONFIG_PUNIT_ATOM_DEBUG is not set > >> CONFIG_UNWINDER_ORC=y > >> # CONFIG_UNWINDER_FRAME_POINTER is not set > >> # end of x86 Debugging > >> > >> # > >> # Kernel Testing and Coverage > >> # > >> CONFIG_KUNIT=y > >> # CONFIG_KUNIT_DEBUGFS is not set > >> CONFIG_KUNIT_TEST=m > >> CONFIG_KUNIT_EXAMPLE_TEST=m > >> # CONFIG_KUNIT_ALL_TESTS is not set > >> # CONFIG_NOTIFIER_ERROR_INJECTION 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_FAULT_INJECTION_USERCOPY 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_ARCH_HAS_KCOV=y > >> CONFIG_CC_HAS_SANCOV_TRACE_PC=y > >> # CONFIG_KCOV is not set > >> CONFIG_RUNTIME_TESTING_MENU=y > >> # CONFIG_LKDTM is not set > >> # CONFIG_TEST_LIST_SORT is not set > >> # CONFIG_TEST_MIN_HEAP 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_REED_SOLOMON_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_STRSCPY is not set > >> # CONFIG_TEST_KSTRTOX is not set > >> # CONFIG_TEST_PRINTF is not set > >> # CONFIG_TEST_BITMAP 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 is not set > >> # CONFIG_TEST_BITOPS is not set > >> # CONFIG_TEST_VMALLOC is not set > >> # CONFIG_TEST_USER_COPY is not set > >> CONFIG_TEST_BPF=m > >> # CONFIG_TEST_BLACKHOLE_DEV is not set > >> # CONFIG_FIND_BIT_BENCHMARK is not set > >> # CONFIG_TEST_FIRMWARE is not set > >> # CONFIG_TEST_SYSCTL is not set > >> # CONFIG_BITFIELD_KUNIT is not set > >> # CONFIG_RESOURCE_KUNIT_TEST is not set > >> CONFIG_SYSCTL_KUNIT_TEST=m > >> CONFIG_LIST_KUNIT_TEST=m > >> # CONFIG_LINEAR_RANGES_TEST is not set > >> # CONFIG_CMDLINE_KUNIT_TEST is not set > >> # CONFIG_BITS_TEST is not set > >> # CONFIG_TEST_UDELAY is not set > >> # CONFIG_TEST_STATIC_KEYS is not set > >> # CONFIG_TEST_KMOD is not set > >> # CONFIG_TEST_MEMCAT_P is not set > >> # CONFIG_TEST_LIVEPATCH is not set > >> # CONFIG_TEST_STACKINIT is not set > >> # CONFIG_TEST_MEMINIT is not set > >> # CONFIG_TEST_HMM is not set > >> # CONFIG_TEST_FREE_PAGES is not set > >> # CONFIG_TEST_FPU is not set > >> # CONFIG_MEMTEST is not set > >> # CONFIG_HYPERV_TESTING is not set > >> # end of Kernel Testing and Coverage > >> # end of Kernel hacking > >> #!/bin/sh > >> > >> export_top_env() > >> { > >> export suite='stress-ng' > >> export testcase='stress-ng' > >> export category='benchmark' > >> export nr_threads=96 > >> export testtime=60 > >> export job_origin='stress-ng-class-network.yaml' > >> export queue_cmdline_keys='branch > >> commit > >> queue_at_least_once' > >> export queue='validate' > >> export testbox='lkp-csl-2sp5' > >> export tbox_group='lkp-csl-2sp5' > >> export kconfig='x86_64-rhel-8.3' > >> export submit_id='6041ab46140aa5ef4f1c4c04' > >> export job_file='/lkp/jobs/scheduled/lkp-csl-2sp5/stress-ng-network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718-debian-10.4-x86_64-20200603.cgz-80cb40387-20210305-61263-1jt66rf-5.yaml' > >> export id='7934427cd6f11d2a13bb8dbb357b108c35342b79' > >> export queuer_version='/lkp-src' > >> export model='Cascade Lake' > >> export nr_node=2 > >> export nr_cpu=96 > >> export memory='192G' > >> export nr_hdd_partitions=1 > >> export nr_ssd_partitions=1 > >> export hdd_partitions='/dev/disk/by-id/ata-ST1000NM0011_Z1N2QGYK-part5' > >> export ssd_partitions='/dev/disk/by-id/ata-INTEL_SSDSC2BB800G4_PHWL4204006P800RGN-part1' > >> export swap_partitions= > >> export rootfs_partition='/dev/disk/by-id/ata-ST1000NM0011_Z1N2QGYK-part3' > >> export brand='Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz' > >> export need_kconfig='CONFIG_BLK_DEV_SD > >> CONFIG_SCSI > >> CONFIG_BLOCK=y > >> CONFIG_SATA_AHCI > >> CONFIG_SATA_AHCI_PLATFORM > >> CONFIG_ATA > >> CONFIG_PCI=y > >> CONFIG_SECURITY_APPARMOR=y' > >> export commit='80cb403876fc973389d6ea100a3eea11d81e6f2d' > >> export need_kconfig_hw='CONFIG_I40E=y > >> CONFIG_SATA_AHCI' > >> export ucode='0x5003006' > >> export enqueue_time='2021-03-05 11:53:44 +0800' > >> export _id='6041ab77140aa5ef4f1c4c06' > >> export _rt='/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d' > >> export user='lkp' > >> export compiler='gcc-9' > >> export LKP_SERVER='internal-lkp-server' > >> export head_commit='f82f5fda4a5958fcc1050091dac03a8774345a83' > >> export base_commit='fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8' > >> export branch='aa/master' > >> export rootfs='debian-10.4-x86_64-20200603.cgz' > >> export monitor_sha='70d6d718' > >> export result_root='/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/3' > >> export scheduler_version='/lkp/lkp/.src-20210304-151455' > >> export arch='x86_64' > >> export max_uptime=2100 > >> export initrd='/osimage/debian/debian-10.4-x86_64-20200603.cgz' > >> export bootloader_append='root=/dev/ram0 > >> user=lkp > >> job=/lkp/jobs/scheduled/lkp-csl-2sp5/stress-ng-network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718-debian-10.4-x86_64-20200603.cgz-80cb40387-20210305-61263-1jt66rf-5.yaml > >> ARCH=x86_64 > >> kconfig=x86_64-rhel-8.3 > >> branch=aa/master > >> commit=80cb403876fc973389d6ea100a3eea11d81e6f2d > >> BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/vmlinuz-5.12.0-rc1-00052-g80cb403876fc > >> max_uptime=2100 > >> RESULT_ROOT=/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/3 > >> LKP_SERVER=internal-lkp-server > >> nokaslr > >> selinux=0 > >> 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-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/modules.cgz' > >> export bm_initrd='/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ipconfig_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20201211.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/stress-ng_20210105.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/stress-ng-x86_64-0.11-06_20210105.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/mpstat_20200714.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/perf_20201126.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/perf-x86_64-e71ba9452f0b-1_20210106.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/sar-x86_64-34c92ae-1_20200702.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_20200715.cgz' > >> export ucode_initrd='/osimage/ucode/intel-ucode-20210222.cgz' > >> export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz' > >> export site='inn' > >> export LKP_CGI_PORT=80 > >> export LKP_CIFS_PORT=139 > >> export last_kernel='5.12.0-rc1-03516-gf82f5fda4a59' > >> export repeat_to=6 > >> export queue_at_least_once=1 > >> export kernel='/pkg/linux/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/vmlinuz-5.12.0-rc1-00052-g80cb403876fc' > >> export dequeue_time='2021-03-05 11:56:12 +0800' > >> export job_initrd='/lkp/jobs/scheduled/lkp-csl-2sp5/stress-ng-network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718-debian-10.4-x86_64-20200603.cgz-80cb40387-20210305-61263-1jt66rf-5.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 nr_hdd=1 $LKP_SRC/setup/disk > >> > >> 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 uptime > >> 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 lite_mode=1 $LKP_SRC/monitors/wrapper perf-sched > >> 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 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 class='network' test='sockabuse' $LKP_SRC/tests/wrapper stress-ng > >> } > >> > >> extract_stats() > >> { > >> export stats_part_begin= > >> export stats_part_end= > >> > >> env class='network' test='sockabuse' $LKP_SRC/stats/wrapper stress-ng > >> $LKP_SRC/stats/wrapper kmsg > >> $LKP_SRC/stats/wrapper boot-time > >> $LKP_SRC/stats/wrapper uptime > >> $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 > >> env lite_mode=1 $LKP_SRC/stats/wrapper perf-sched > >> $LKP_SRC/stats/wrapper softirqs > >> $LKP_SRC/stats/wrapper diskstats > >> $LKP_SRC/stats/wrapper nfsstat > >> $LKP_SRC/stats/wrapper cpuidle > >> $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 stress-ng.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 > >> } > >> > >> "$@" > >> --- > >> > >> #! jobs/stress-ng-class-network.yaml > >> suite: stress-ng > >> testcase: stress-ng > >> category: benchmark > >> nr_threads: 100% > >> disk: 1HDD > >> testtime: 60s > >> stress-ng: > >> class: network > >> test: sockabuse > >> job_origin: stress-ng-class-network.yaml > >> > >> #! queue options > >> queue_cmdline_keys: > >> - branch > >> - commit > >> - queue_at_least_once > >> queue: bisect > >> testbox: lkp-csl-2sp5 > >> tbox_group: lkp-csl-2sp5 > >> kconfig: x86_64-rhel-8.3 > >> submit_id: 6041981f140aa5e9b2f3bbeb > >> job_file: "/lkp/jobs/scheduled/lkp-csl-2sp5/stress-ng-network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718-debian-10.4-x86_64-20200603.cgz-80cb40387-20210305-59826-1h9y5zq-2.yaml" > >> id: 1b92d8e9452e055b722173bdc773cf46a0be7616 > >> queuer_version: "/lkp-src" > >> > >> #! hosts/lkp-csl-2sp5 > >> model: Cascade Lake > >> nr_node: 2 > >> nr_cpu: 96 > >> memory: 192G > >> nr_hdd_partitions: 1 > >> nr_ssd_partitions: 1 > >> hdd_partitions: "/dev/disk/by-id/ata-ST1000NM0011_Z1N2QGYK-part5" > >> ssd_partitions: "/dev/disk/by-id/ata-INTEL_SSDSC2BB800G4_PHWL4204006P800RGN-part1" > >> swap_partitions: > >> rootfs_partition: "/dev/disk/by-id/ata-ST1000NM0011_Z1N2QGYK-part3" > >> brand: Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz > >> > >> #! include/category/benchmark > >> kmsg: > >> boot-time: > >> uptime: > >> iostat: > >> heartbeat: > >> vmstat: > >> numa-numastat: > >> numa-vmstat: > >> numa-meminfo: > >> proc-vmstat: > >> proc-stat: > >> meminfo: > >> slabinfo: > >> interrupts: > >> lock_stat: > >> perf-sched: > >> lite_mode: 1 > >> softirqs: > >> bdi_dev_mapping: > >> diskstats: > >> nfsstat: > >> cpuidle: > >> cpufreq-stats: > >> sched_debug: > >> perf-stat: > >> mpstat: > >> perf-profile: > >> > >> #! include/category/ALL > >> cpufreq_governor: performance > >> > >> #! include/disk/nr_hdd > >> need_kconfig: > >> - CONFIG_BLK_DEV_SD > >> - CONFIG_SCSI > >> - CONFIG_BLOCK=y > >> - CONFIG_SATA_AHCI > >> - CONFIG_SATA_AHCI_PLATFORM > >> - CONFIG_ATA > >> - CONFIG_PCI=y > >> - CONFIG_SECURITY_APPARMOR=y > >> > >> #! include/stress-ng > >> > >> #! include/queue/cyclic > >> commit: 80cb403876fc973389d6ea100a3eea11d81e6f2d > >> > >> #! include/testbox/lkp-csl-2sp5 > >> need_kconfig_hw: > >> - CONFIG_I40E=y > >> - CONFIG_SATA_AHCI > >> ucode: '0x5003006' > >> enqueue_time: 2021-03-05 10:32:01.522161200 +08:00 > >> _id: 60419b28140aa5e9b2f3bbed > >> _rt: "/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d" > >> > >> #! schedule options > >> user: lkp > >> compiler: gcc-9 > >> LKP_SERVER: internal-lkp-server > >> head_commit: f82f5fda4a5958fcc1050091dac03a8774345a83 > >> base_commit: fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8 > >> branch: linux-devel/devel-hourly-20210304-162318 > >> rootfs: debian-10.4-x86_64-20200603.cgz > >> monitor_sha: 70d6d718 > >> result_root: "/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/0" > >> scheduler_version: "/lkp/lkp/.src-20210304-151455" > >> arch: x86_64 > >> max_uptime: 2100 > >> initrd: "/osimage/debian/debian-10.4-x86_64-20200603.cgz" > >> bootloader_append: > >> - root=/dev/ram0 > >> - user=lkp > >> - job=/lkp/jobs/scheduled/lkp-csl-2sp5/stress-ng-network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718-debian-10.4-x86_64-20200603.cgz-80cb40387-20210305-59826-1h9y5zq-2.yaml > >> - ARCH=x86_64 > >> - kconfig=x86_64-rhel-8.3 > >> - branch=linux-devel/devel-hourly-20210304-162318 > >> - commit=80cb403876fc973389d6ea100a3eea11d81e6f2d > >> - BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/vmlinuz-5.12.0-rc1-00052-g80cb403876fc > >> - max_uptime=2100 > >> - RESULT_ROOT=/result/stress-ng/network-performance-1HDD-100%-sockabuse-60s-ucode=0x5003006-monitor=70d6d718/lkp-csl-2sp5/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/0 > >> - LKP_SERVER=internal-lkp-server > >> - nokaslr > >> - selinux=0 > >> - 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-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/modules.cgz" > >> bm_initrd: "/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ipconfig_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20201211.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/stress-ng_20210105.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/stress-ng-x86_64-0.11-06_20210105.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/mpstat_20200714.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/perf_20201126.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/perf-x86_64-e71ba9452f0b-1_20210106.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/sar-x86_64-34c92ae-1_20200702.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_20200715.cgz" > >> ucode_initrd: "/osimage/ucode/intel-ucode-20210222.cgz" > >> lkp_initrd: "/osimage/user/lkp/lkp-x86_64.cgz" > >> site: inn > >> > >> #! /lkp/lkp/.src-20210304-151455/include/site/inn > >> LKP_CGI_PORT: 80 > >> LKP_CIFS_PORT: 139 > >> oom-killer: > >> watchdog: > >> > >> #! runtime status > >> last_kernel: 5.12.0-rc1-intel-next-00549-g47abbb46378b > >> repeat_to: 3 > >> > >> #! user overrides > >> queue_at_least_once: 0 > >> kernel: "/pkg/linux/x86_64-rhel-8.3/gcc-9/80cb403876fc973389d6ea100a3eea11d81e6f2d/vmlinuz-5.12.0-rc1-00052-g80cb403876fc" > >> dequeue_time: 2021-03-05 10:45:57.430040685 +08:00 > >> job_state: finished > >> loadavg: 1.28 0.49 0.18 1/887 4533 > >> start_time: '1614912405' > >> end_time: '1614912467' > >> version: "/lkp/lkp/.src-20210304-151526:5ad520b4:ecf99d3f4" > >> 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 > >> > >> "stress-ng" "--timeout" "60" "--times" "--verify" "--metrics-brief" "--sockabuse" "96" > > _______________________________________________ > > LKP mailing list -- lkp(a)lists.01.org > > To unsubscribe send an email to lkp-leave(a)lists.01.org > > -- > Zhengjun Xing >