lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 9 Sep 2021 22:23:55 +0800
From:   kernel test robot <oliver.sang@...el.com>
To:     Dave Chinner <dchinner@...hat.com>
Cc:     "Darrick J. Wong" <djwong@...nel.org>,
        LKML <linux-kernel@...r.kernel.org>, lkp@...ts.01.org,
        lkp@...el.com, ying.huang@...el.com, feng.tang@...el.com,
        zhengjun.xing@...ux.intel.com
Subject: [xfs]  ab23a77687:  aim7.jobs-per-min -18.5% regression



Hi Dave Chinner,

we reported "[xfs]  6df693ed7b:  aim7.jobs-per-min -15.7% regression" as [1]
when this change is still on
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git xfs-5.15-merge

now this change is on mainline.
so we report again to highlight we still observe similar performance regression
on mainline.

previously we also tried to test by turning off RWSEM_SPIN_ON_OWNER per your
guidance, but still observed similar regression, though we are not sure if our
method to turn off RWSEM_SPIN_ON_OWNER is enough. the detail result is in [2]

[1] https://lore.kernel.org/all/20210809064248.GB5761@xsang-OptiPlex-9020/
[2] https://lore.kernel.org/all/20210818085248.GA28771@xsang-OptiPlex-9020/


below is the detail report based on mainline now.


Greeting,

FYI, we noticed a -18.5% regression of aim7.jobs-per-min due to commit:


commit: ab23a7768739a23d21d8a16ca37dff96b1ca957a ("xfs: per-cpu deferred inode inactivation queues")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master


in testcase: aim7
on test machine: 144 threads 4 sockets Intel(R) Xeon(R) Gold 5318H CPU @ 2.50GHz with 128G memory
with following parameters:

	disk: 1BRD_48G
	fs: xfs
	test: disk_rr
	load: 3000
	cpufreq_governor: performance
	ucode: 0x700001e

test-description: AIM7 is a traditional UNIX system level benchmark suite which is used to test and measure the performance of multiuser system.
test-url: https://sourceforge.net/projects/aimbench/files/aim-suite7/

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

+------------------+----------------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min -15.8% regression                                        |
| test machine     | 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory  |
| test parameters  | cpufreq_governor=performance                                                     |
|                  | disk=4BRD_12G                                                                    |
|                  | fs=xfs                                                                           |
|                  | load=3000                                                                        |
|                  | md=RAID1                                                                         |
|                  | test=disk_wrt                                                                    |
|                  | ucode=0x5003006                                                                  |
+------------------+----------------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min -17.3% regression                                        |
| test machine     | 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory  |
| test parameters  | cpufreq_governor=performance                                                     |
|                  | disk=4BRD_12G                                                                    |
|                  | fs=xfs                                                                           |
|                  | load=3000                                                                        |
|                  | md=RAID0                                                                         |
|                  | test=disk_rw                                                                     |
|                  | ucode=0x5003006                                                                  |
+------------------+----------------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min -15.6% regression                                        |
| test machine     | 144 threads 4 sockets Intel(R) Xeon(R) Gold 5318H CPU @ 2.50GHz with 128G memory |
| test parameters  | cpufreq_governor=performance                                                     |
|                  | disk=1BRD_48G                                                                    |
|                  | fs=xfs                                                                           |
|                  | load=3000                                                                        |
|                  | test=disk_wrt                                                                    |
|                  | ucode=0x700001e                                                                  |
+------------------+----------------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min -16.4% regression                                        |
| test machine     | 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory  |
| test parameters  | cpufreq_governor=performance                                                     |
|                  | disk=4BRD_12G                                                                    |
|                  | fs=xfs                                                                           |
|                  | load=3000                                                                        |
|                  | md=RAID1                                                                         |
|                  | test=disk_rw                                                                     |
|                  | ucode=0x5003006                                                                  |
+------------------+----------------------------------------------------------------------------------+
| testcase: change | aim7: aim7.jobs-per-min -24.6% regression                                        |
| test machine     | 128 threads 2 sockets Intel(R) Xeon(R) Gold 6338 CPU @ 2.00GHz with 256G memory  |
| test parameters  | cpufreq_governor=performance                                                     |
|                  | disk=1BRD_48G                                                                    |
|                  | fs=xfs                                                                           |
|                  | load=3000                                                                        |
|                  | test=disk_cp                                                                     |
|                  | ucode=0xd000280                                                                  |
+------------------+----------------------------------------------------------------------------------+


If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang@...el.com>


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  # generate the yaml file for lkp run
        bin/lkp run                    generated-yaml-file

=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/1BRD_48G/xfs/x86_64-rhel-8.3/3000/debian-10.4-x86_64-20200603.cgz/lkp-cpl-4sp1/disk_rr/aim7/0x700001e

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    505013           -18.5%     411775        aim7.jobs-per-min
     35.84           +22.5%      43.92        aim7.time.elapsed_time
     35.84           +22.5%      43.92        aim7.time.elapsed_time.max
      2309 ±  4%   +1096.5%      27638 ±  3%  aim7.time.involuntary_context_switches
    163221            +2.5%     167372        aim7.time.minor_page_faults
    764.54 ±  2%     +53.2%       1171 ±  2%  aim7.time.system_time
    933519           -30.7%     646507        aim7.time.voluntary_context_switches
 4.481e+09           +17.5%  5.266e+09 ±  2%  cpuidle..time
      0.00 ± 21%    +585.7%       0.02 ±152%  perf-sched.sch_delay.avg.ms.pipe_read.new_sync_read.vfs_read.ksys_read
     84.16            -4.1%      80.67        iostat.cpu.idle
     14.98 ±  2%     +24.4%      18.64 ±  3%  iostat.cpu.system
    393.00 ±  9%     +64.2%     645.50 ± 14%  vmstat.io.bo
     51007           -15.9%      42920        vmstat.system.cs
      0.14            -0.0        0.12        mpstat.cpu.all.soft%
     14.55 ±  2%      +3.7       18.26 ±  3%  mpstat.cpu.all.sys%
      0.88 ±  2%      -0.2        0.71 ±  2%  mpstat.cpu.all.usr%
     25708 ±  3%     +23.5%      31743 ±  5%  meminfo.Active
     18692 ±  4%     +42.8%      26690 ±  4%  meminfo.Active(anon)
      7014 ±  6%     -28.0%       5053 ± 12%  meminfo.Active(file)
     69043 ±  2%     +10.6%      76336        meminfo.AnonHugePages
     40686           +19.1%      48461 ±  2%  meminfo.Shmem
    543.83           +20.8%     656.83 ±  2%  turbostat.Avg_MHz
     17.15            +3.4       20.52 ±  2%  turbostat.Busy%
      3177            +1.0%       3208        turbostat.Bzy_MHz
      0.18 ±  8%      -0.1        0.10 ± 11%  turbostat.C1%
  11622077           +21.5%   14120607        turbostat.IRQ
     41.93            -5.2%      39.74        turbostat.RAMWatt
      2046 ± 17%     -31.2%       1408 ± 16%  numa-meminfo.node0.Active(file)
      1725 ±  8%     -28.0%       1242 ± 22%  numa-meminfo.node1.Active(file)
      1548 ± 10%     -31.4%       1062 ±  9%  numa-meminfo.node2.Active(file)
    738.67 ± 43%  +95832.6%     708622 ±141%  numa-meminfo.node2.Unevictable
     16244 ± 10%     +44.7%      23513 ±  9%  numa-meminfo.node3.Active
     14671 ± 12%     +51.9%      22284 ±  9%  numa-meminfo.node3.Active(anon)
     20509 ± 17%     +30.9%      26839 ± 11%  numa-meminfo.node3.Shmem
      7880 ±  3%     +11.7%       8799 ± 10%  softirqs.CPU106.SCHED
      7158 ±  7%     +17.2%       8389 ±  9%  softirqs.CPU143.SCHED
      8764 ±  6%     +16.7%      10225 ± 14%  softirqs.CPU2.SCHED
      7684 ±  2%     +13.0%       8681 ±  9%  softirqs.CPU36.SCHED
      5562 ±  7%     +33.7%       7439 ± 19%  softirqs.CPU38.RCU
      7499 ±  7%     +17.5%       8814 ± 11%  softirqs.CPU45.SCHED
    819019 ±  3%     +17.0%     958541        softirqs.RCU
      6951 ±  6%     +12.3%       7805 ±  6%  slabinfo.files_cache.active_objs
      6951 ±  6%     +12.3%       7805 ±  6%  slabinfo.files_cache.num_objs
      1265           +19.3%       1509        slabinfo.kmalloc-8k.active_objs
      1268           +20.1%       1523        slabinfo.kmalloc-8k.num_objs
      3558           +14.4%       4071 ±  2%  slabinfo.xfs_buf.active_objs
      3558           +14.4%       4071 ±  2%  slabinfo.xfs_buf.num_objs
      2115 ±  6%     +29.2%       2732 ±  6%  slabinfo.xfs_icr.active_objs
      2115 ±  6%     +29.2%       2732 ±  6%  slabinfo.xfs_icr.num_objs
      4205           +11.6%       4692        slabinfo.xfs_ili.active_objs
      4205           +11.6%       4692        slabinfo.xfs_ili.num_objs
      3489 ±  3%     +44.0%       5027 ±  3%  slabinfo.xfs_inode.active_objs
      3489 ±  3%     +45.1%       5063 ±  4%  slabinfo.xfs_inode.num_objs
    505.00 ± 12%     -33.3%     336.67 ± 14%  numa-vmstat.node0.nr_active_file
    493.67 ± 13%     -29.2%     349.50 ± 14%  numa-vmstat.node0.nr_zone_active_file
    445.33 ±  5%     -29.5%     314.00 ± 16%  numa-vmstat.node1.nr_active_file
    441.33 ±  5%     -32.3%     298.83 ± 15%  numa-vmstat.node1.nr_zone_active_file
    382.17 ± 15%     -24.9%     287.00 ± 12%  numa-vmstat.node2.nr_active_file
    183.50 ± 42%  +96442.4%     177155 ±141%  numa-vmstat.node2.nr_unevictable
    183.50 ± 42%  +96442.4%     177155 ±141%  numa-vmstat.node2.nr_zone_unevictable
      3621 ± 13%     +53.8%       5570 ±  9%  numa-vmstat.node3.nr_active_anon
   6483209 ±  9%     +16.2%    7531808 ±  3%  numa-vmstat.node3.nr_dirtied
      5083 ± 19%     +32.0%       6709 ± 11%  numa-vmstat.node3.nr_shmem
      3621 ± 13%     +53.8%       5570 ±  9%  numa-vmstat.node3.nr_zone_active_anon
   6926111 ± 10%     +17.3%    8125929 ±  5%  numa-vmstat.node3.numa_hit
   6875641 ± 10%     +17.4%    8068730 ±  5%  numa-vmstat.node3.numa_local
      4673 ±  4%     +42.8%       6672 ±  4%  proc-vmstat.nr_active_anon
      1777 ±  8%     -32.3%       1203 ± 13%  proc-vmstat.nr_active_file
     91534            +1.2%      92665        proc-vmstat.nr_anon_pages
    276860            -3.2%     268054        proc-vmstat.nr_dirty
     96965            +1.4%      98296        proc-vmstat.nr_inactive_anon
    276169            -3.1%     267626        proc-vmstat.nr_inactive_file
     10171           +19.1%      12115 ±  2%  proc-vmstat.nr_shmem
     38581            +3.8%      40066        proc-vmstat.nr_slab_reclaimable
    105136            +3.1%     108420        proc-vmstat.nr_slab_unreclaimable
      4673 ±  4%     +42.8%       6672 ±  4%  proc-vmstat.nr_zone_active_anon
      1778 ±  8%     -32.2%       1204 ± 13%  proc-vmstat.nr_zone_active_file
     96965            +1.4%      98296        proc-vmstat.nr_zone_inactive_anon
    276170            -3.1%     267626        proc-vmstat.nr_zone_inactive_file
    279764            -3.3%     270663        proc-vmstat.nr_zone_write_pending
    512494            +5.9%     542517        proc-vmstat.pgfault
     15416 ± 10%     +98.4%      30586 ± 15%  proc-vmstat.pgpgout
     18147           +12.6%      20432 ±  3%  proc-vmstat.pgreuse
 1.175e+10           -11.7%  1.038e+10        perf-stat.i.branch-instructions
      1.16 ± 15%      -0.2        0.93 ±  7%  perf-stat.i.branch-miss-rate%
  80750138 ±  3%     -18.0%   66250168        perf-stat.i.branch-misses
 1.356e+08           -19.3%  1.095e+08        perf-stat.i.cache-misses
 3.354e+08           -21.4%  2.638e+08        perf-stat.i.cache-references
     52485           -16.0%      44098        perf-stat.i.context-switches
 7.771e+10           +22.3%  9.501e+10 ±  2%  perf-stat.i.cpu-cycles
      1055 ±  5%     +11.8%       1180        perf-stat.i.cpu-migrations
 1.743e+10           -11.7%  1.539e+10        perf-stat.i.dTLB-loads
  9.57e+09           -15.8%  8.061e+09        perf-stat.i.dTLB-stores
     72.40            +2.8       75.18        perf-stat.i.iTLB-load-miss-rate%
  46720220 ±  2%     -15.4%   39536110 ±  5%  perf-stat.i.iTLB-load-misses
   6738955           -18.0%    5522897 ±  2%  perf-stat.i.iTLB-loads
 6.044e+10           -11.6%  5.343e+10        perf-stat.i.instructions
      0.68 ±  3%     -23.1%       0.52        perf-stat.i.ipc
      0.54           +22.2%       0.66 ±  2%  perf-stat.i.metric.GHz
    630.72 ±  2%     -19.1%     509.99        perf-stat.i.metric.K/sec
    271.68           -12.8%     236.90        perf-stat.i.metric.M/sec
     10774           -11.8%       9508        perf-stat.i.minor-faults
     41.74            -2.1       39.63        perf-stat.i.node-load-miss-rate%
  15191670           -13.5%   13146455 ±  2%  perf-stat.i.node-load-misses
  50114255           -21.2%   39495377        perf-stat.i.node-loads
   4444796           -11.5%    3935053        perf-stat.i.node-store-misses
   5412034           -15.0%    4598371        perf-stat.i.node-stores
     10824           -11.9%       9539        perf-stat.i.page-faults
      5.55 ±  2%     -11.1%       4.94 ±  2%  perf-stat.overall.MPKI
      0.69 ±  2%      -0.0        0.64        perf-stat.overall.branch-miss-rate%
      1.29 ±  2%     +38.4%       1.78 ±  2%  perf-stat.overall.cpi
    572.85 ±  2%     +51.7%     868.74        perf-stat.overall.cycles-between-cache-misses
      0.78 ±  2%     -27.7%       0.56 ±  2%  perf-stat.overall.ipc
     23.27            +1.7       24.99        perf-stat.overall.node-load-miss-rate%
     45.11            +1.0       46.11        perf-stat.overall.node-store-miss-rate%
 1.154e+10           -11.7%  1.019e+10        perf-stat.ps.branch-instructions
  79076596 ±  3%     -17.9%   64931951        perf-stat.ps.branch-misses
 1.333e+08           -19.4%  1.074e+08        perf-stat.ps.cache-misses
 3.295e+08           -21.4%   2.59e+08        perf-stat.ps.cache-references
     51522           -16.1%      43252        perf-stat.ps.context-switches
 7.633e+10           +22.3%  9.334e+10 ±  2%  perf-stat.ps.cpu-cycles
      1036 ±  5%     +11.8%       1159        perf-stat.ps.cpu-migrations
 1.712e+10           -11.8%   1.51e+10        perf-stat.ps.dTLB-loads
   9.4e+09           -15.8%  7.911e+09        perf-stat.ps.dTLB-stores
  45891763 ±  2%     -15.5%   38799996 ±  5%  perf-stat.ps.iTLB-load-misses
   6593312           -18.0%    5409466 ±  2%  perf-stat.ps.iTLB-loads
 5.935e+10           -11.6%  5.244e+10        perf-stat.ps.instructions
     10330           -10.7%       9228        perf-stat.ps.minor-faults
  14931378           -13.6%   12905275 ±  2%  perf-stat.ps.node-load-misses
  49243211           -21.3%   38734133        perf-stat.ps.node-loads
   4368742           -11.6%    3861796        perf-stat.ps.node-store-misses
   5316926           -15.1%    4513602        perf-stat.ps.node-stores
     10377           -10.8%       9258        perf-stat.ps.page-faults
 2.195e+12            +8.2%  2.375e+12        perf-stat.total.instructions
     74647           +22.6%      91483        interrupts.CPU0.LOC:Local_timer_interrupts
     35.67 ± 18%    +128.5%      81.50 ± 26%  interrupts.CPU0.RES:Rescheduling_interrupts
     74615           +22.8%      91659        interrupts.CPU1.LOC:Local_timer_interrupts
     74609           +22.8%      91615        interrupts.CPU10.LOC:Local_timer_interrupts
     31.50 ± 11%    +143.9%      76.83 ± 29%  interrupts.CPU10.RES:Rescheduling_interrupts
     74511           +22.9%      91567        interrupts.CPU100.LOC:Local_timer_interrupts
     15.83 ± 17%    +331.6%      68.33 ± 30%  interrupts.CPU100.RES:Rescheduling_interrupts
     74512           +22.9%      91600        interrupts.CPU101.LOC:Local_timer_interrupts
     74506           +22.9%      91555        interrupts.CPU102.LOC:Local_timer_interrupts
     74501           +22.9%      91533        interrupts.CPU103.LOC:Local_timer_interrupts
     14.50 ± 17%    +435.6%      77.67 ± 41%  interrupts.CPU103.RES:Rescheduling_interrupts
     74502           +22.9%      91557        interrupts.CPU104.LOC:Local_timer_interrupts
     74540           +22.8%      91556        interrupts.CPU105.LOC:Local_timer_interrupts
     74520           +22.9%      91569        interrupts.CPU106.LOC:Local_timer_interrupts
     74515           +22.9%      91557        interrupts.CPU107.LOC:Local_timer_interrupts
     74512           +22.9%      91570        interrupts.CPU108.LOC:Local_timer_interrupts
     74532           +22.9%      91597        interrupts.CPU109.LOC:Local_timer_interrupts
     74643           +22.7%      91553        interrupts.CPU11.LOC:Local_timer_interrupts
     31.33 ±  9%    +143.6%      76.33 ± 33%  interrupts.CPU11.RES:Rescheduling_interrupts
     74535           +22.8%      91546        interrupts.CPU110.LOC:Local_timer_interrupts
     74524           +22.8%      91537        interrupts.CPU111.LOC:Local_timer_interrupts
     74482           +22.9%      91570        interrupts.CPU112.LOC:Local_timer_interrupts
     74504           +22.9%      91574        interrupts.CPU113.LOC:Local_timer_interrupts
     74494           +22.9%      91577        interrupts.CPU114.LOC:Local_timer_interrupts
     74503           +22.9%      91581        interrupts.CPU115.LOC:Local_timer_interrupts
     74518           +22.8%      91508        interrupts.CPU116.LOC:Local_timer_interrupts
     74506           +23.0%      91621        interrupts.CPU117.LOC:Local_timer_interrupts
     74513           +22.9%      91572        interrupts.CPU118.LOC:Local_timer_interrupts
     15.17 ±  8%    +344.0%      67.33 ± 31%  interrupts.CPU118.RES:Rescheduling_interrupts
     74565           +22.8%      91573        interrupts.CPU119.LOC:Local_timer_interrupts
     74616           +22.8%      91651        interrupts.CPU12.LOC:Local_timer_interrupts
     74467           +22.9%      91540        interrupts.CPU120.LOC:Local_timer_interrupts
     74528           +22.8%      91529        interrupts.CPU121.LOC:Local_timer_interrupts
     74518           +22.8%      91530        interrupts.CPU122.LOC:Local_timer_interrupts
     12.33 ± 24%    +498.6%      73.83 ± 28%  interrupts.CPU122.RES:Rescheduling_interrupts
     74513           +22.9%      91541        interrupts.CPU123.LOC:Local_timer_interrupts
     74497           +22.9%      91559        interrupts.CPU124.LOC:Local_timer_interrupts
     74524           +22.8%      91531        interrupts.CPU125.LOC:Local_timer_interrupts
     74521           +22.8%      91548        interrupts.CPU126.LOC:Local_timer_interrupts
     74459           +23.0%      91549        interrupts.CPU127.LOC:Local_timer_interrupts
     13.83 ± 24%    +395.2%      68.50 ± 32%  interrupts.CPU127.RES:Rescheduling_interrupts
     74510           +22.9%      91537        interrupts.CPU128.LOC:Local_timer_interrupts
     74467           +22.9%      91543        interrupts.CPU129.LOC:Local_timer_interrupts
      2596 ±  7%     +13.8%       2954 ±  5%  interrupts.CPU129.NMI:Non-maskable_interrupts
      2596 ±  7%     +13.8%       2954 ±  5%  interrupts.CPU129.PMI:Performance_monitoring_interrupts
     74584           +22.8%      91625        interrupts.CPU13.LOC:Local_timer_interrupts
     27.33 ± 29%    +170.1%      73.83 ± 35%  interrupts.CPU13.RES:Rescheduling_interrupts
     74566           +22.8%      91580        interrupts.CPU130.LOC:Local_timer_interrupts
     74533           +22.8%      91539        interrupts.CPU131.LOC:Local_timer_interrupts
     74524           +22.8%      91538        interrupts.CPU132.LOC:Local_timer_interrupts
      2539 ±  7%     +19.0%       3020 ±  2%  interrupts.CPU132.NMI:Non-maskable_interrupts
      2539 ±  7%     +19.0%       3020 ±  2%  interrupts.CPU132.PMI:Performance_monitoring_interrupts
     74541           +22.8%      91537        interrupts.CPU133.LOC:Local_timer_interrupts
     74529           +22.8%      91544        interrupts.CPU134.LOC:Local_timer_interrupts
      2640 ±  6%     +13.4%       2994 ±  4%  interrupts.CPU134.NMI:Non-maskable_interrupts
      2640 ±  6%     +13.4%       2994 ±  4%  interrupts.CPU134.PMI:Performance_monitoring_interrupts
     74582           +22.7%      91534        interrupts.CPU135.LOC:Local_timer_interrupts
      2375 ± 19%     +24.2%       2951 ±  3%  interrupts.CPU135.NMI:Non-maskable_interrupts
      2375 ± 19%     +24.2%       2951 ±  3%  interrupts.CPU135.PMI:Performance_monitoring_interrupts
     74546           +22.8%      91537        interrupts.CPU136.LOC:Local_timer_interrupts
     74527           +22.8%      91545        interrupts.CPU137.LOC:Local_timer_interrupts
     11.00 ± 22%    +537.9%      70.17 ± 39%  interrupts.CPU137.RES:Rescheduling_interrupts
     74497           +22.9%      91557        interrupts.CPU138.LOC:Local_timer_interrupts
     74503           +22.9%      91560        interrupts.CPU139.LOC:Local_timer_interrupts
     74457           +23.0%      91603        interrupts.CPU14.LOC:Local_timer_interrupts
     74514           +22.9%      91558        interrupts.CPU140.LOC:Local_timer_interrupts
     74503           +22.9%      91541        interrupts.CPU141.LOC:Local_timer_interrupts
     74520           +22.8%      91541        interrupts.CPU142.LOC:Local_timer_interrupts
     15.67 ± 44%    +383.0%      75.67 ± 31%  interrupts.CPU142.RES:Rescheduling_interrupts
     74515           +22.9%      91574        interrupts.CPU143.LOC:Local_timer_interrupts
     11.67 ± 38%    +465.7%      66.00 ± 32%  interrupts.CPU143.RES:Rescheduling_interrupts
     74614           +22.7%      91565        interrupts.CPU15.LOC:Local_timer_interrupts
     74566           +22.9%      91609        interrupts.CPU16.LOC:Local_timer_interrupts
     74607           +22.7%      91556        interrupts.CPU17.LOC:Local_timer_interrupts
     74616           +22.7%      91589        interrupts.CPU18.LOC:Local_timer_interrupts
     74562           +22.8%      91595        interrupts.CPU19.LOC:Local_timer_interrupts
     74642           +22.6%      91519        interrupts.CPU2.LOC:Local_timer_interrupts
     25.17 ± 17%    +264.9%      91.83 ± 16%  interrupts.CPU2.RES:Rescheduling_interrupts
     74562           +22.8%      91582        interrupts.CPU20.LOC:Local_timer_interrupts
     74536           +22.9%      91590        interrupts.CPU21.LOC:Local_timer_interrupts
     74578           +22.8%      91592        interrupts.CPU22.LOC:Local_timer_interrupts
     74565           +22.8%      91566        interrupts.CPU23.LOC:Local_timer_interrupts
     74577           +22.8%      91580        interrupts.CPU24.LOC:Local_timer_interrupts
     74538           +22.8%      91568        interrupts.CPU25.LOC:Local_timer_interrupts
     74544           +22.8%      91561        interrupts.CPU26.LOC:Local_timer_interrupts
     74560           +22.8%      91558        interrupts.CPU27.LOC:Local_timer_interrupts
     74545           +22.9%      91605        interrupts.CPU28.LOC:Local_timer_interrupts
     74567           +22.8%      91574        interrupts.CPU29.LOC:Local_timer_interrupts
     74621           +22.8%      91608        interrupts.CPU3.LOC:Local_timer_interrupts
     74576           +22.8%      91577        interrupts.CPU30.LOC:Local_timer_interrupts
     74540           +22.9%      91619        interrupts.CPU31.LOC:Local_timer_interrupts
     74537           +22.9%      91636        interrupts.CPU32.LOC:Local_timer_interrupts
     74538           +22.9%      91593        interrupts.CPU33.LOC:Local_timer_interrupts
     74603           +22.8%      91589        interrupts.CPU34.LOC:Local_timer_interrupts
     25.83 ± 15%    +195.5%      76.33 ± 21%  interrupts.CPU34.RES:Rescheduling_interrupts
     74593           +22.8%      91591        interrupts.CPU35.LOC:Local_timer_interrupts
     74536           +22.9%      91609        interrupts.CPU36.LOC:Local_timer_interrupts
     74592           +22.8%      91573        interrupts.CPU37.LOC:Local_timer_interrupts
     74580           +22.7%      91541        interrupts.CPU38.LOC:Local_timer_interrupts
     74582           +22.8%      91561        interrupts.CPU39.LOC:Local_timer_interrupts
     74497           +22.8%      91514        interrupts.CPU4.LOC:Local_timer_interrupts
     74570           +22.8%      91608        interrupts.CPU40.LOC:Local_timer_interrupts
     74564           +22.8%      91574        interrupts.CPU41.LOC:Local_timer_interrupts
     74543           +22.9%      91579        interrupts.CPU42.LOC:Local_timer_interrupts
     74517           +22.9%      91593        interrupts.CPU43.LOC:Local_timer_interrupts
     74516           +23.0%      91661        interrupts.CPU44.LOC:Local_timer_interrupts
     74561           +22.8%      91573        interrupts.CPU45.LOC:Local_timer_interrupts
     74543           +22.8%      91572        interrupts.CPU46.LOC:Local_timer_interrupts
     74532           +22.9%      91597        interrupts.CPU47.LOC:Local_timer_interrupts
     74535           +22.9%      91583        interrupts.CPU48.LOC:Local_timer_interrupts
      1820 ± 32%     +33.0%       2420 ± 27%  interrupts.CPU48.NMI:Non-maskable_interrupts
      1820 ± 32%     +33.0%       2420 ± 27%  interrupts.CPU48.PMI:Performance_monitoring_interrupts
     74541           +22.8%      91531        interrupts.CPU49.LOC:Local_timer_interrupts
      1769 ± 36%     +40.6%       2488 ± 28%  interrupts.CPU49.NMI:Non-maskable_interrupts
      1769 ± 36%     +40.6%       2488 ± 28%  interrupts.CPU49.PMI:Performance_monitoring_interrupts
     74632           +22.8%      91684        interrupts.CPU5.LOC:Local_timer_interrupts
     26.00 ± 24%    +161.5%      68.00 ± 34%  interrupts.CPU5.RES:Rescheduling_interrupts
     74536           +22.9%      91596        interrupts.CPU50.LOC:Local_timer_interrupts
      1769 ± 33%     +51.0%       2671 ± 20%  interrupts.CPU50.NMI:Non-maskable_interrupts
      1769 ± 33%     +51.0%       2671 ± 20%  interrupts.CPU50.PMI:Performance_monitoring_interrupts
     74564           +22.8%      91573        interrupts.CPU51.LOC:Local_timer_interrupts
      1606 ± 28%     +84.9%       2970 ±  6%  interrupts.CPU51.NMI:Non-maskable_interrupts
      1606 ± 28%     +84.9%       2970 ±  6%  interrupts.CPU51.PMI:Performance_monitoring_interrupts
     22.67 ± 12%    +243.4%      77.83 ± 24%  interrupts.CPU51.RES:Rescheduling_interrupts
     74567           +22.8%      91543        interrupts.CPU52.LOC:Local_timer_interrupts
      1789 ± 34%     +65.3%       2957 ±  8%  interrupts.CPU52.NMI:Non-maskable_interrupts
      1789 ± 34%     +65.3%       2957 ±  8%  interrupts.CPU52.PMI:Performance_monitoring_interrupts
     74598           +22.9%      91646        interrupts.CPU53.LOC:Local_timer_interrupts
      1607 ± 27%     +63.7%       2631 ± 19%  interrupts.CPU53.NMI:Non-maskable_interrupts
      1607 ± 27%     +63.7%       2631 ± 19%  interrupts.CPU53.PMI:Performance_monitoring_interrupts
     74602           +22.8%      91621        interrupts.CPU54.LOC:Local_timer_interrupts
      1743 ± 35%     +59.2%       2775 ± 18%  interrupts.CPU54.NMI:Non-maskable_interrupts
      1743 ± 35%     +59.2%       2775 ± 18%  interrupts.CPU54.PMI:Performance_monitoring_interrupts
     21.00 ± 35%    +310.3%      86.17 ± 35%  interrupts.CPU54.RES:Rescheduling_interrupts
     74484           +23.0%      91593        interrupts.CPU55.LOC:Local_timer_interrupts
     74575           +22.9%      91619        interrupts.CPU56.LOC:Local_timer_interrupts
     74542           +22.7%      91478        interrupts.CPU57.LOC:Local_timer_interrupts
     74597           +22.8%      91594        interrupts.CPU58.LOC:Local_timer_interrupts
     74492           +22.9%      91576        interrupts.CPU59.LOC:Local_timer_interrupts
     74659           +22.6%      91511        interrupts.CPU6.LOC:Local_timer_interrupts
     74546           +22.8%      91578        interrupts.CPU60.LOC:Local_timer_interrupts
     74560           +22.8%      91570        interrupts.CPU61.LOC:Local_timer_interrupts
     74550           +22.8%      91573        interrupts.CPU62.LOC:Local_timer_interrupts
      2385 ± 19%     +23.6%       2949 ±  5%  interrupts.CPU62.NMI:Non-maskable_interrupts
      2385 ± 19%     +23.6%       2949 ±  5%  interrupts.CPU62.PMI:Performance_monitoring_interrupts
     21.17 ± 16%    +274.8%      79.33 ± 22%  interrupts.CPU62.RES:Rescheduling_interrupts
     74540           +22.8%      91570        interrupts.CPU63.LOC:Local_timer_interrupts
     74551           +22.8%      91565        interrupts.CPU64.LOC:Local_timer_interrupts
      1964 ± 32%     +50.5%       2957 ±  5%  interrupts.CPU64.NMI:Non-maskable_interrupts
      1964 ± 32%     +50.5%       2957 ±  5%  interrupts.CPU64.PMI:Performance_monitoring_interrupts
     74487           +22.9%      91561        interrupts.CPU65.LOC:Local_timer_interrupts
      2150 ± 30%     +38.5%       2978 ±  3%  interrupts.CPU65.NMI:Non-maskable_interrupts
      2150 ± 30%     +38.5%       2978 ±  3%  interrupts.CPU65.PMI:Performance_monitoring_interrupts
     74442           +23.0%      91561        interrupts.CPU66.LOC:Local_timer_interrupts
      2157 ± 30%     +39.4%       3008 ±  4%  interrupts.CPU66.NMI:Non-maskable_interrupts
      2157 ± 30%     +39.4%       3008 ±  4%  interrupts.CPU66.PMI:Performance_monitoring_interrupts
     74596           +22.8%      91571        interrupts.CPU67.LOC:Local_timer_interrupts
      2200 ± 31%     +35.8%       2988 ±  4%  interrupts.CPU67.NMI:Non-maskable_interrupts
      2200 ± 31%     +35.8%       2988 ±  4%  interrupts.CPU67.PMI:Performance_monitoring_interrupts
     74615           +22.7%      91572        interrupts.CPU68.LOC:Local_timer_interrupts
      2187 ± 28%     +35.8%       2969 ±  5%  interrupts.CPU68.NMI:Non-maskable_interrupts
      2187 ± 28%     +35.8%       2969 ±  5%  interrupts.CPU68.PMI:Performance_monitoring_interrupts
     74576           +22.8%      91608        interrupts.CPU69.LOC:Local_timer_interrupts
      2215 ± 31%     +37.0%       3034 ±  5%  interrupts.CPU69.NMI:Non-maskable_interrupts
      2215 ± 31%     +37.0%       3034 ±  5%  interrupts.CPU69.PMI:Performance_monitoring_interrupts
     23.83 ± 20%    +260.1%      85.83 ± 15%  interrupts.CPU69.RES:Rescheduling_interrupts
     74622           +22.8%      91648        interrupts.CPU7.LOC:Local_timer_interrupts
     74487           +22.9%      91554        interrupts.CPU70.LOC:Local_timer_interrupts
      2198 ± 31%     +36.5%       3000 ±  4%  interrupts.CPU70.NMI:Non-maskable_interrupts
      2198 ± 31%     +36.5%       3000 ±  4%  interrupts.CPU70.PMI:Performance_monitoring_interrupts
     74603           +22.8%      91614        interrupts.CPU71.LOC:Local_timer_interrupts
      2208 ± 30%     +36.4%       3012 ±  5%  interrupts.CPU71.NMI:Non-maskable_interrupts
      2208 ± 30%     +36.4%       3012 ±  5%  interrupts.CPU71.PMI:Performance_monitoring_interrupts
     74574           +22.8%      91583        interrupts.CPU72.LOC:Local_timer_interrupts
     74515           +22.9%      91580        interrupts.CPU73.LOC:Local_timer_interrupts
      2520 ± 19%     +20.0%       3025 ±  4%  interrupts.CPU73.NMI:Non-maskable_interrupts
      2520 ± 19%     +20.0%       3025 ±  4%  interrupts.CPU73.PMI:Performance_monitoring_interrupts
     74584           +22.7%      91540        interrupts.CPU74.LOC:Local_timer_interrupts
     17.83 ± 21%    +388.8%      87.17 ± 35%  interrupts.CPU74.RES:Rescheduling_interrupts
     74567           +22.9%      91616        interrupts.CPU75.LOC:Local_timer_interrupts
     74481           +23.0%      91646        interrupts.CPU76.LOC:Local_timer_interrupts
     74582           +22.9%      91662        interrupts.CPU77.LOC:Local_timer_interrupts
     74590           +22.8%      91615        interrupts.CPU78.LOC:Local_timer_interrupts
     74594           +22.8%      91601        interrupts.CPU79.LOC:Local_timer_interrupts
     74618           +22.8%      91653        interrupts.CPU8.LOC:Local_timer_interrupts
     74616           +22.7%      91576        interrupts.CPU80.LOC:Local_timer_interrupts
     74650           +22.8%      91634        interrupts.CPU81.LOC:Local_timer_interrupts
     17.83 ± 15%    +334.6%      77.50 ± 31%  interrupts.CPU81.RES:Rescheduling_interrupts
     74583           +22.8%      91623        interrupts.CPU82.LOC:Local_timer_interrupts
     22.00 ± 35%    +234.8%      73.67 ± 24%  interrupts.CPU82.RES:Rescheduling_interrupts
     74610           +22.7%      91520        interrupts.CPU83.LOC:Local_timer_interrupts
     74550           +22.9%      91591        interrupts.CPU84.LOC:Local_timer_interrupts
     74496           +23.0%      91597        interrupts.CPU85.LOC:Local_timer_interrupts
      2718 ±  4%      +8.6%       2952 ±  4%  interrupts.CPU85.NMI:Non-maskable_interrupts
      2718 ±  4%      +8.6%       2952 ±  4%  interrupts.CPU85.PMI:Performance_monitoring_interrupts
     74617           +22.8%      91622        interrupts.CPU86.LOC:Local_timer_interrupts
     74587           +22.8%      91590        interrupts.CPU87.LOC:Local_timer_interrupts
     74618           +22.8%      91631        interrupts.CPU88.LOC:Local_timer_interrupts
     20.33 ± 27%    +301.6%      81.67 ± 36%  interrupts.CPU88.RES:Rescheduling_interrupts
     74570           +22.8%      91599        interrupts.CPU89.LOC:Local_timer_interrupts
     74597           +22.8%      91571        interrupts.CPU9.LOC:Local_timer_interrupts
     26.17 ±  9%    +245.9%      90.50 ± 17%  interrupts.CPU9.RES:Rescheduling_interrupts
     74566           +22.8%      91579        interrupts.CPU90.LOC:Local_timer_interrupts
     74558           +22.8%      91553        interrupts.CPU91.LOC:Local_timer_interrupts
     74540           +22.9%      91587        interrupts.CPU92.LOC:Local_timer_interrupts
     74574           +22.8%      91566        interrupts.CPU93.LOC:Local_timer_interrupts
     74558           +22.8%      91549        interrupts.CPU94.LOC:Local_timer_interrupts
     12.50 ± 20%    +512.0%      76.50 ± 42%  interrupts.CPU94.RES:Rescheduling_interrupts
     74536           +22.9%      91584        interrupts.CPU95.LOC:Local_timer_interrupts
     74540           +22.8%      91541        interrupts.CPU96.LOC:Local_timer_interrupts
     74518           +22.9%      91602        interrupts.CPU97.LOC:Local_timer_interrupts
     74514           +22.9%      91594        interrupts.CPU98.LOC:Local_timer_interrupts
     74539           +22.9%      91578        interrupts.CPU99.LOC:Local_timer_interrupts
     11.50 ± 16%    +559.4%      75.83 ± 25%  interrupts.CPU99.RES:Rescheduling_interrupts
  10735396           +22.8%   13187111        interrupts.LOC:Local_timer_interrupts
      2841 ±  3%    +245.2%       9810 ±  7%  interrupts.RES:Rescheduling_interrupts
     32.84 ±  4%     -11.3       21.54 ±  4%  perf-profile.calltrace.cycles-pp.write
     31.76 ±  4%     -11.0       20.80 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     31.53 ±  4%     -10.9       20.62 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     31.11 ±  4%     -10.8       20.34 ±  4%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     30.54 ±  4%     -10.6       19.95 ±  4%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     29.22 ±  4%     -10.2       19.02 ±  5%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     28.62 ±  4%     -10.0       18.60 ±  5%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     25.94 ±  4%      -9.1       16.82 ±  5%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
     25.82 ±  4%      -9.1       16.73 ±  5%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write
     22.57 ±  5%      -8.1       14.50 ±  5%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
     33.14 ±  9%      -7.7       25.43 ± 11%  perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify
     32.91 ±  9%      -7.7       25.25 ± 11%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     32.91 ±  9%      -7.7       25.26 ± 11%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     32.91 ±  9%      -7.7       25.26 ± 11%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify
     32.48 ±  9%      -7.5       24.98 ± 11%  perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     32.41 ±  9%      -7.5       24.92 ± 11%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary
     18.63 ±  3%      -6.5       12.09 ±  4%  perf-profile.calltrace.cycles-pp.read
     17.26 ±  3%      -6.1       11.16 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.read
     17.09 ±  3%      -6.0       11.04 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
     16.69 ±  3%      -5.9       10.77 ±  4%  perf-profile.calltrace.cycles-pp.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
     16.16 ±  4%      -5.8       10.40 ±  4%  perf-profile.calltrace.cycles-pp.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
     14.97 ±  4%      -5.4        9.58 ±  4%  perf-profile.calltrace.cycles-pp.new_sync_read.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     14.70 ±  4%      -5.3        9.40 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_read_iter.new_sync_read.vfs_read.ksys_read.do_syscall_64
     14.29 ±  4%      -5.2        9.10 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read.vfs_read.ksys_read
     14.05 ±  5%      -5.1        8.91 ±  7%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
     13.30 ±  4%      -4.9        8.43 ±  5%  perf-profile.calltrace.cycles-pp.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read.vfs_read
      9.87 ±  6%      -3.9        5.95 ±  9%  perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      9.76 ±  6%      -3.9        5.87 ±  9%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
      7.12 ±  6%      -3.5        3.67 ±  8%  perf-profile.calltrace.cycles-pp.__close
      7.11 ±  6%      -3.4        3.66 ±  8%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.__close
      7.11 ±  6%      -3.4        3.66 ±  8%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      7.09 ±  6%      -3.4        3.65 ±  8%  perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      7.09 ±  6%      -3.4        3.65 ±  8%  perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      7.08 ±  6%      -3.4        3.65 ±  8%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe
      7.07 ±  6%      -3.4        3.64 ±  8%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64
      6.95 ±  6%      -3.4        3.56 ±  8%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode
      6.91 ±  6%      -3.4        3.54 ±  8%  perf-profile.calltrace.cycles-pp.__dentry_kill.dput.__fput.task_work_run.exit_to_user_mode_prepare
      7.55 ±  7%      -3.2        4.34 ± 11%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      6.10 ±  6%      -2.6        3.50 ±  9%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dput.__fput.task_work_run
      6.08 ±  6%      -2.6        3.48 ±  9%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dput.__fput
      5.54 ±  6%      -2.3        3.19 ±  8%  perf-profile.calltrace.cycles-pp.mark_page_accessed.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      5.43 ±  7%      -2.3        3.12 ± 11%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      5.56 ±  4%      -2.0        3.58 ±  5%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      3.43 ±  9%      -1.5        1.90 ± 13%  perf-profile.calltrace.cycles-pp.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      3.42 ±  7%      -1.5        1.90 ± 10%  perf-profile.calltrace.cycles-pp.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill.dput
      3.24 ±  7%      -1.4        1.79 ± 10%  perf-profile.calltrace.cycles-pp.release_pages.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill
      3.25 ±  5%      -1.3        1.97 ±  7%  perf-profile.calltrace.cycles-pp.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      3.77 ±  3%      -1.2        2.55 ±  4%  perf-profile.calltrace.cycles-pp.copy_page_to_iter.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      2.79 ±  9%      -1.2        1.59 ± 12%  perf-profile.calltrace.cycles-pp.pagevec_lru_move_fn.mark_page_accessed.filemap_read.xfs_file_buffered_read.xfs_file_read_iter
      3.19 ±  2%      -1.0        2.15 ±  4%  perf-profile.calltrace.cycles-pp.copyout.copy_page_to_iter.filemap_read.xfs_file_buffered_read.xfs_file_read_iter
      3.09 ±  2%      -1.0        2.08 ±  4%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyout.copy_page_to_iter.filemap_read.xfs_file_buffered_read
      2.22 ±  4%      -1.0        1.22 ±  5%  perf-profile.calltrace.cycles-pp.workingset_activation.mark_page_accessed.filemap_read.xfs_file_buffered_read.xfs_file_read_iter
      2.40 ±  6%      -1.0        1.42 ±  8%  perf-profile.calltrace.cycles-pp.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply
      2.08 ±  9%      -0.9        1.19 ± 14%  perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      1.99 ±  9%      -0.9        1.13 ± 14%  perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      2.55 ±  4%      -0.8        1.78 ±  4%  perf-profile.calltrace.cycles-pp.llseek
      2.47 ±  2%      -0.8        1.72 ±  4%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.62 ±  4%      -0.7        0.89 ±  6%  perf-profile.calltrace.cycles-pp.workingset_age_nonresident.workingset_activation.mark_page_accessed.filemap_read.xfs_file_buffered_read
      1.01 ± 15%      -0.7        0.30 ±102%  perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.pagevec_lru_move_fn.mark_page_accessed.filemap_read.xfs_file_buffered_read
      1.48 ±  9%      -0.7        0.78 ± 13%  perf-profile.calltrace.cycles-pp.get_mem_cgroup_from_mm.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      2.15 ±  3%      -0.7        1.46 ±  5%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      1.45 ±  7%      -0.6        0.81 ± 12%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor
      1.98 ±  2%      -0.6        1.34 ±  3%  perf-profile.calltrace.cycles-pp.filemap_get_pages.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      1.43 ±  9%      -0.6        0.83 ± 12%  perf-profile.calltrace.cycles-pp.__mem_cgroup_charge.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      1.41 ±  7%      -0.6        0.82 ±  9%  perf-profile.calltrace.cycles-pp.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill.dput
      1.38 ±  7%      -0.6        0.79 ± 10%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      1.77 ±  2%      -0.6        1.19 ±  3%  perf-profile.calltrace.cycles-pp.filemap_get_read_batch.filemap_get_pages.filemap_read.xfs_file_buffered_read.xfs_file_read_iter
      0.94 ±  7%      -0.6        0.38 ± 72%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end
      1.30 ±  8%      -0.6        0.74 ± 10%  perf-profile.calltrace.cycles-pp.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill
      1.73 ±  3%      -0.5        1.20 ±  3%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.52 ±  3%      -0.5        1.00 ±  7%  perf-profile.calltrace.cycles-pp.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      1.08 ±  6%      -0.5        0.56 ±  7%  perf-profile.calltrace.cycles-pp.mem_cgroup_uncharge_list.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      1.15 ±  8%      -0.5        0.65 ± 11%  perf-profile.calltrace.cycles-pp.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict
      1.27 ±  6%      -0.5        0.77 ±  8%  perf-profile.calltrace.cycles-pp.__activate_page.pagevec_lru_move_fn.mark_page_accessed.filemap_read.xfs_file_buffered_read
      1.43 ±  4%      -0.4        1.01 ±  4%  perf-profile.calltrace.cycles-pp.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      1.27 ±  5%      -0.4        0.89 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.llseek
      0.92 ±  4%      -0.4        0.56 ±  6%  perf-profile.calltrace.cycles-pp.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill.dput
      1.10 ±  5%      -0.3        0.78 ±  4%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.09 ±  6%      -0.3        0.77 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.llseek
      0.91 ±  3%      -0.3        0.59 ±  6%  perf-profile.calltrace.cycles-pp.touch_atime.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      1.18 ±  3%      -0.3        0.86 ±  3%  perf-profile.calltrace.cycles-pp.memset_erms.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.00 ±  5%      -0.3        0.71 ±  4%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply
      0.77 ±  2%      -0.2        0.55 ±  4%  perf-profile.calltrace.cycles-pp.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      0.73 ±  6%      -0.1        0.63 ±  3%  perf-profile.calltrace.cycles-pp.xfs_generic_create.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      0.72 ±  6%      -0.1        0.62 ±  3%  perf-profile.calltrace.cycles-pp.xfs_create.xfs_generic_create.path_openat.do_filp_open.do_sys_openat2
      0.00            +0.6        0.61 ±  5%  perf-profile.calltrace.cycles-pp.xfs_inactive_ifree.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread
      0.00            +0.7        0.66 ±  5%  perf-profile.calltrace.cycles-pp.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread.kthread
      0.00            +0.7        0.67 ±  6%  perf-profile.calltrace.cycles-pp.xfs_inodegc_worker.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.68 ±  5%  perf-profile.calltrace.cycles-pp.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.69 ±  6%  perf-profile.calltrace.cycles-pp.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.70 ±  6%  perf-profile.calltrace.cycles-pp.ret_from_fork
      0.00            +0.7        0.70 ±  6%  perf-profile.calltrace.cycles-pp.kthread.ret_from_fork
      2.26 ± 10%     +14.6       16.89 ±  2%  perf-profile.calltrace.cycles-pp.unlink
      2.24 ± 10%     +14.6       16.88 ±  2%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.unlink
      2.24 ± 10%     +14.6       16.88 ±  2%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      2.23 ± 10%     +14.6       16.87 ±  2%  perf-profile.calltrace.cycles-pp.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      1.57 ±  9%     +14.7       16.31 ±  2%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      0.60 ±  7%     +14.9       15.49 ±  2%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.98 ±  9%     +14.9       16.88 ±  3%  perf-profile.calltrace.cycles-pp.creat64
      1.96 ±  9%     +14.9       16.87 ±  3%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.96 ±  9%     +14.9       16.88 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat64
      1.95 ±  9%     +14.9       16.87 ±  3%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.95 ±  9%     +14.9       16.87 ±  3%  perf-profile.calltrace.cycles-pp.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.93 ±  9%     +14.9       16.85 ±  3%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64
      1.93 ±  9%     +14.9       16.85 ±  3%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.90 ± 11%     +15.1       16.01 ±  3%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      0.00           +15.2       15.17 ±  3%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
     33.21 ±  4%     -11.4       21.79 ±  4%  perf-profile.children.cycles-pp.write
     31.12 ±  4%     -10.8       20.35 ±  4%  perf-profile.children.cycles-pp.ksys_write
     30.56 ±  4%     -10.6       19.96 ±  4%  perf-profile.children.cycles-pp.vfs_write
     29.22 ±  4%     -10.2       19.03 ±  5%  perf-profile.children.cycles-pp.new_sync_write
     28.64 ±  4%     -10.0       18.62 ±  5%  perf-profile.children.cycles-pp.xfs_file_buffered_write
     25.94 ±  4%      -9.1       16.82 ±  5%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     25.84 ±  4%      -9.1       16.74 ±  5%  perf-profile.children.cycles-pp.iomap_apply
     22.60 ±  5%      -8.1       14.53 ±  5%  perf-profile.children.cycles-pp.iomap_write_actor
     33.14 ±  9%      -7.7       25.43 ± 11%  perf-profile.children.cycles-pp.secondary_startup_64_no_verify
     33.14 ±  9%      -7.7       25.43 ± 11%  perf-profile.children.cycles-pp.cpu_startup_entry
     33.14 ±  9%      -7.7       25.43 ± 11%  perf-profile.children.cycles-pp.do_idle
     32.91 ±  9%      -7.7       25.26 ± 11%  perf-profile.children.cycles-pp.start_secondary
     32.70 ±  9%      -7.6       25.15 ± 11%  perf-profile.children.cycles-pp.cpuidle_enter_state
     32.70 ±  9%      -7.5       25.15 ± 11%  perf-profile.children.cycles-pp.cpuidle_enter
     18.99 ±  3%      -6.6       12.34 ±  4%  perf-profile.children.cycles-pp.read
     16.70 ±  3%      -5.9       10.77 ±  4%  perf-profile.children.cycles-pp.ksys_read
     16.18 ±  4%      -5.8       10.42 ±  4%  perf-profile.children.cycles-pp.vfs_read
     14.99 ±  4%      -5.4        9.60 ±  4%  perf-profile.children.cycles-pp.new_sync_read
     14.71 ±  4%      -5.3        9.41 ±  4%  perf-profile.children.cycles-pp.xfs_file_read_iter
     14.31 ±  4%      -5.2        9.12 ±  4%  perf-profile.children.cycles-pp.xfs_file_buffered_read
     14.06 ±  5%      -5.1        8.91 ±  7%  perf-profile.children.cycles-pp.iomap_write_begin
     13.36 ±  4%      -4.9        8.46 ±  5%  perf-profile.children.cycles-pp.filemap_read
      9.90 ±  6%      -3.9        5.97 ±  9%  perf-profile.children.cycles-pp.grab_cache_page_write_begin
      9.81 ±  6%      -3.9        5.91 ±  9%  perf-profile.children.cycles-pp.pagecache_get_page
      7.78 ±  6%      -3.6        4.13 ±  7%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode
      7.49 ±  6%      -3.6        3.92 ±  8%  perf-profile.children.cycles-pp.exit_to_user_mode_prepare
      7.12 ±  6%      -3.5        3.67 ±  8%  perf-profile.children.cycles-pp.__close
      7.08 ±  6%      -3.4        3.65 ±  8%  perf-profile.children.cycles-pp.task_work_run
      7.08 ±  6%      -3.4        3.64 ±  8%  perf-profile.children.cycles-pp.__fput
      6.96 ±  6%      -3.4        3.57 ±  8%  perf-profile.children.cycles-pp.dput
      6.92 ±  6%      -3.4        3.54 ±  8%  perf-profile.children.cycles-pp.__dentry_kill
      7.55 ±  7%      -3.2        4.34 ± 11%  perf-profile.children.cycles-pp.add_to_page_cache_lru
      6.10 ±  6%      -2.6        3.50 ±  9%  perf-profile.children.cycles-pp.evict
      6.08 ±  6%      -2.6        3.48 ±  9%  perf-profile.children.cycles-pp.truncate_inode_pages_range
      5.55 ±  6%      -2.4        3.20 ±  8%  perf-profile.children.cycles-pp.mark_page_accessed
      5.44 ±  7%      -2.3        3.12 ± 11%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
      5.58 ±  4%      -2.0        3.59 ±  5%  perf-profile.children.cycles-pp.iomap_write_end
      4.22 ±  7%      -1.9        2.32 ± 14%  perf-profile.children.cycles-pp.__mod_memcg_lruvec_state
      4.23 ±  7%      -1.9        2.37 ± 11%  perf-profile.children.cycles-pp.__mod_lruvec_page_state
      3.51 ±  8%      -1.6        1.88 ± 17%  perf-profile.children.cycles-pp.__mod_memcg_state
      3.26 ± 14%      -1.6        1.67 ± 19%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      3.44 ±  9%      -1.5        1.91 ± 13%  perf-profile.children.cycles-pp.mem_cgroup_charge
      3.42 ±  7%      -1.5        1.90 ± 10%  perf-profile.children.cycles-pp.__pagevec_release
      3.17 ± 14%      -1.5        1.64 ± 20%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      3.40 ±  6%      -1.5        1.90 ±  9%  perf-profile.children.cycles-pp.release_pages
      3.02 ± 15%      -1.5        1.52 ± 22%  perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
      4.21 ±  3%      -1.3        2.87 ±  4%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      3.27 ±  6%      -1.3        1.98 ±  7%  perf-profile.children.cycles-pp.__set_page_dirty_nobuffers
      4.20 ±  2%      -1.3        2.92 ±  3%  perf-profile.children.cycles-pp.iomap_set_range_uptodate
      2.91 ±  9%      -1.3        1.65 ± 12%  perf-profile.children.cycles-pp.pagevec_lru_move_fn
      3.81 ±  2%      -1.2        2.57 ±  4%  perf-profile.children.cycles-pp.copy_page_to_iter
      3.19 ±  2%      -1.0        2.15 ±  4%  perf-profile.children.cycles-pp.copyout
      2.22 ±  4%      -1.0        1.22 ±  5%  perf-profile.children.cycles-pp.workingset_activation
      2.42 ±  6%      -1.0        1.43 ±  8%  perf-profile.children.cycles-pp.__set_page_dirty
      2.06 ±  9%      -0.9        1.17 ± 14%  perf-profile.children.cycles-pp.__pagevec_lru_add
      2.08 ±  9%      -0.9        1.19 ± 14%  perf-profile.children.cycles-pp.lru_cache_add
      2.90 ±  4%      -0.9        2.02 ±  4%  perf-profile.children.cycles-pp.llseek
      1.62 ±  4%      -0.7        0.90 ±  6%  perf-profile.children.cycles-pp.workingset_age_nonresident
      2.21 ±  3%      -0.7        1.50 ±  5%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_begin
      1.49 ±  9%      -0.7        0.79 ± 13%  perf-profile.children.cycles-pp.get_mem_cgroup_from_mm
      1.99 ±  2%      -0.6        1.35 ±  3%  perf-profile.children.cycles-pp.filemap_get_pages
      1.43 ±  9%      -0.6        0.83 ± 12%  perf-profile.children.cycles-pp.__mem_cgroup_charge
      1.42 ±  7%      -0.6        0.82 ±  9%  perf-profile.children.cycles-pp.truncate_cleanup_page
      1.79 ±  2%      -0.6        1.21 ±  3%  perf-profile.children.cycles-pp.filemap_get_read_batch
      1.87 ±  3%      -0.6        1.29 ±  6%  perf-profile.children.cycles-pp.__entry_text_start
      1.30 ±  8%      -0.6        0.75 ± 10%  perf-profile.children.cycles-pp.__cancel_dirty_page
      1.55 ±  3%      -0.5        1.02 ±  7%  perf-profile.children.cycles-pp.xfs_file_write_checks
      1.08 ±  6%      -0.5        0.56 ±  7%  perf-profile.children.cycles-pp.mem_cgroup_uncharge_list
      1.32 ±  6%      -0.5        0.80 ±  8%  perf-profile.children.cycles-pp.__activate_page
      1.57 ±  2%      -0.5        1.06 ±  4%  perf-profile.children.cycles-pp.xfs_ilock
      1.16 ±  8%      -0.5        0.65 ± 10%  perf-profile.children.cycles-pp.account_page_cleaned
      1.48 ±  2%      -0.5        1.02 ±  4%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      1.44 ±  4%      -0.4        1.01 ±  4%  perf-profile.children.cycles-pp.copy_page_from_iter_atomic
      0.85 ±  6%      -0.4        0.44 ±  7%  perf-profile.children.cycles-pp.uncharge_batch
      0.74 ±  7%      -0.4        0.38 ±  6%  perf-profile.children.cycles-pp.page_counter_uncharge
      0.92 ±  4%      -0.4        0.57 ±  6%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      1.10 ±  3%      -0.3        0.76 ±  6%  perf-profile.children.cycles-pp.__fdget_pos
      1.20 ±  3%      -0.3        0.88 ±  3%  perf-profile.children.cycles-pp.memset_erms
      1.10 ±  5%      -0.3        0.78 ±  4%  perf-profile.children.cycles-pp.copyin
      0.92 ±  3%      -0.3        0.60 ±  6%  perf-profile.children.cycles-pp.touch_atime
      0.76 ±  7%      -0.3        0.45 ± 24%  perf-profile.children.cycles-pp.xfs_vn_update_time
      1.01 ±  4%      -0.3        0.71 ±  6%  perf-profile.children.cycles-pp.security_file_permission
      0.92 ±  3%      -0.3        0.61 ±  4%  perf-profile.children.cycles-pp.xfs_iunlock
      0.93 ±  3%      -0.3        0.63 ±  4%  perf-profile.children.cycles-pp.down_write
      0.94 ±  3%      -0.3        0.65 ±  4%  perf-profile.children.cycles-pp.xas_load
      0.93 ±  2%      -0.3        0.64 ±  6%  perf-profile.children.cycles-pp.__fget_light
      0.77 ±  5%      -0.3        0.49 ± 14%  perf-profile.children.cycles-pp.file_update_time
      0.82 ±  2%      -0.3        0.56 ±  3%  perf-profile.children.cycles-pp.___might_sleep
      0.54 ±  7%      -0.3        0.29 ±  5%  perf-profile.children.cycles-pp.page_counter_cancel
      1.27 ±  4%      -0.2        1.03 ±  8%  perf-profile.children.cycles-pp.__xfs_trans_commit
      1.26 ±  4%      -0.2        1.02 ±  8%  perf-profile.children.cycles-pp.xlog_cil_commit
      0.76 ±  4%      -0.2        0.53 ±  6%  perf-profile.children.cycles-pp.common_file_perm
      0.70 ±  3%      -0.2        0.48 ±  3%  perf-profile.children.cycles-pp.disk_rr
      0.52 ±  7%      -0.2        0.30 ±  9%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      0.62 ±  8%      -0.2        0.41 ± 16%  perf-profile.children.cycles-pp._raw_spin_lock
      0.78 ±  2%      -0.2        0.56 ±  4%  perf-profile.children.cycles-pp.__alloc_pages
      0.71 ±  6%      -0.2        0.50 ±  4%  perf-profile.children.cycles-pp.ksys_lseek
      0.44 ±  7%      -0.2        0.26 ±  6%  perf-profile.children.cycles-pp.try_charge_memcg
      0.44 ± 10%      -0.2        0.26 ±  7%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.57 ±  2%      -0.2        0.39 ±  5%  perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.63 ±  3%      -0.2        0.46 ±  5%  perf-profile.children.cycles-pp.get_page_from_freelist
      0.52 ±  3%      -0.2        0.36 ±  4%  perf-profile.children.cycles-pp.xfs_ilock_iocb
      0.49 ±  6%      -0.2        0.32 ±  6%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.54 ±  2%      -0.2        0.37 ±  4%  perf-profile.children.cycles-pp.atime_needs_update
      0.52 ±  5%      -0.2        0.36 ±  5%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.48 ±  3%      -0.2        0.32 ±  3%  perf-profile.children.cycles-pp.down_read
      0.54 ±  3%      -0.2        0.38 ±  6%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.47 ±  4%      -0.2        0.31 ±  6%  perf-profile.children.cycles-pp.xas_store
      0.39 ±  6%      -0.2        0.24 ±  8%  perf-profile.children.cycles-pp.lock_page_memcg
      0.44 ±  4%      -0.2        0.29 ±  7%  perf-profile.children.cycles-pp.up_write
      0.46 ±  3%      -0.2        0.31 ±  5%  perf-profile.children.cycles-pp.__cond_resched
      0.28 ±  8%      -0.1        0.13 ± 10%  perf-profile.children.cycles-pp.propagate_protected_usage
      0.37 ±  7%      -0.1        0.22 ± 13%  perf-profile.children.cycles-pp.__count_memcg_events
      0.34 ±  7%      -0.1        0.19 ±  4%  perf-profile.children.cycles-pp.page_counter_try_charge
      0.48 ±  3%      -0.1        0.33 ±  4%  perf-profile.children.cycles-pp.__might_sleep
      0.45 ± 10%      -0.1        0.31 ± 10%  perf-profile.children.cycles-pp.xfs_trans_read_buf_map
      0.42 ±  3%      -0.1        0.29 ±  5%  perf-profile.children.cycles-pp.free_unref_page_list
      0.40 ±  6%      -0.1        0.27 ±  5%  perf-profile.children.cycles-pp.__mod_lruvec_state
      0.41 ±  2%      -0.1        0.29 ±  4%  perf-profile.children.cycles-pp.__get_user_nocheck_1
      0.28 ±  8%      -0.1        0.15 ±  8%  perf-profile.children.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.24 ± 10%      -0.1        0.13 ±  8%  perf-profile.children.cycles-pp.xfs_trans_alloc
      0.36 ±  2%      -0.1        0.26 ±  3%  perf-profile.children.cycles-pp.current_time
      0.22 ± 11%      -0.1        0.11 ± 12%  perf-profile.children.cycles-pp.xfs_trans_reserve
      0.32 ±  8%      -0.1        0.21 ±  6%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.22 ± 10%      -0.1        0.12 ± 10%  perf-profile.children.cycles-pp.uncharge_page
      0.35 ±  3%      -0.1        0.24 ±  3%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.83 ±  6%      -0.1        0.73 ±  9%  perf-profile.children.cycles-pp.xlog_cil_insert_items
      0.21 ± 12%      -0.1        0.10 ±  9%  perf-profile.children.cycles-pp.xfs_log_reserve
      0.29 ±  3%      -0.1        0.18 ±  5%  perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack
      0.73 ±  6%      -0.1        0.63 ±  3%  perf-profile.children.cycles-pp.xfs_generic_create
      0.39 ±  4%      -0.1        0.29 ±  5%  perf-profile.children.cycles-pp.rmqueue
      0.76 ±  4%      -0.1        0.66 ±  5%  perf-profile.children.cycles-pp.xfs_inactive
      0.32 ±  5%      -0.1        0.23 ±  6%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_end
      0.46 ±  4%      -0.1        0.36 ±  4%  perf-profile.children.cycles-pp.xfs_ifree
      0.30 ± 10%      -0.1        0.21 ± 11%  perf-profile.children.cycles-pp.xfs_buf_read_map
      0.28 ± 10%      -0.1        0.18 ± 12%  perf-profile.children.cycles-pp.xfs_buf_find
      0.13 ±  5%      -0.1        0.04 ± 44%  perf-profile.children.cycles-pp.xfs_inactive_truncate
      0.72 ±  6%      -0.1        0.62 ±  3%  perf-profile.children.cycles-pp.xfs_create
      0.29 ±  9%      -0.1        0.20 ± 12%  perf-profile.children.cycles-pp.xfs_buf_get_map
      0.29 ±  5%      -0.1        0.20 ±  5%  perf-profile.children.cycles-pp.xas_start
      0.25 ±  5%      -0.1        0.16 ±  4%  perf-profile.children.cycles-pp.find_lock_entries
      0.27 ±  4%      -0.1        0.18 ±  4%  perf-profile.children.cycles-pp.free_pcppages_bulk
      0.18 ± 10%      -0.1        0.10 ± 18%  perf-profile.children.cycles-pp.lru_add_drain
      0.18 ±  9%      -0.1        0.10 ± 17%  perf-profile.children.cycles-pp.lru_add_drain_cpu
      0.32 ±  5%      -0.1        0.23 ± 13%  perf-profile.children.cycles-pp.xfs_file_write_iter
      0.10 ±  4%      -0.1        0.02 ± 99%  perf-profile.children.cycles-pp.xfs_itruncate_extents_flags
      0.22 ±  3%      -0.1        0.14 ±  5%  perf-profile.children.cycles-pp.rcu_all_qs
      0.25 ±  5%      -0.1        0.17 ±  5%  perf-profile.children.cycles-pp.unlock_page
      0.12 ± 10%      -0.1        0.05 ± 47%  perf-profile.children.cycles-pp.xlog_grant_add_space
      0.22 ± 13%      -0.1        0.15 ± 12%  perf-profile.children.cycles-pp.xfs_dir_removename
      0.22 ± 12%      -0.1        0.15 ± 11%  perf-profile.children.cycles-pp.xfs_da3_node_lookup_int
      0.18 ±  5%      -0.1        0.12 ±  6%  perf-profile.children.cycles-pp.xfs_bmbt_to_iomap
      0.19 ± 11%      -0.1        0.12 ± 14%  perf-profile.children.cycles-pp.xfs_read_agi
      0.24 ±  3%      -0.1        0.17 ±  7%  perf-profile.children.cycles-pp.xfs_iext_lookup_extent
      0.22 ±  6%      -0.1        0.15 ±  4%  perf-profile.children.cycles-pp.up_read
      0.20 ±  3%      -0.1        0.14 ±  7%  perf-profile.children.cycles-pp.aa_file_perm
      0.22 ±  3%      -0.1        0.15 ±  6%  perf-profile.children.cycles-pp.syscall_enter_from_user_mode
      0.20 ±  2%      -0.1        0.13 ±  4%  perf-profile.children.cycles-pp.generic_write_checks
      0.21 ± 14%      -0.1        0.14 ±  9%  perf-profile.children.cycles-pp.xfs_dir2_node_removename
      0.20 ±  3%      -0.1        0.13 ±  5%  perf-profile.children.cycles-pp.map_id_range_down
      0.20 ±  6%      -0.1        0.14 ±  3%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      0.18 ±  9%      -0.1        0.12 ± 12%  perf-profile.children.cycles-pp.xfs_da_read_buf
      0.16 ± 13%      -0.1        0.10 ±  7%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.16 ±  6%      -0.1        0.11 ±  4%  perf-profile.children.cycles-pp.xfs_iunlink_remove
      0.14 ± 12%      -0.1        0.08 ±  5%  perf-profile.children.cycles-pp.xfs_btree_lookup
      0.13 ±  3%      -0.1        0.08 ± 10%  perf-profile.children.cycles-pp.__unlock_page_memcg
      0.13 ±  6%      -0.1        0.08 ±  4%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.16 ±  5%      -0.1        0.11 ±  8%  perf-profile.children.cycles-pp.node_dirty_ok
      0.12 ±  4%      -0.1        0.07 ±  6%  perf-profile.children.cycles-pp.xfs_dir2_node_addname
      0.08 ± 14%      -0.0        0.03 ± 70%  perf-profile.children.cycles-pp.xfs_btree_read_buf_block
      0.15 ±  4%      -0.0        0.10 ±  4%  perf-profile.children.cycles-pp.__might_fault
      0.14 ±  4%      -0.0        0.09 ±  9%  perf-profile.children.cycles-pp.__free_one_page
      0.07 ±  5%      -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.generic_file_read_iter
      0.19 ±  4%      -0.0        0.14 ±  8%  perf-profile.children.cycles-pp.xfs_errortag_test
      0.18 ±  7%      -0.0        0.14 ± 10%  perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
      0.09 ± 11%      -0.0        0.04 ± 47%  perf-profile.children.cycles-pp.xfs_log_ticket_ungrant
      0.07            -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.free_unref_page_commit
      0.10 ± 14%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.xfs_btree_lookup_get_block
      0.14 ±  5%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.timestamp_truncate
      0.13 ±  8%      -0.0        0.09 ± 10%  perf-profile.children.cycles-pp.cgroup_rstat_updated
      0.07 ±  5%      -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.file_remove_privs
      0.14 ±  5%      -0.0        0.10 ±  3%  perf-profile.children.cycles-pp.__list_add_valid
      0.13 ± 17%      -0.0        0.08 ± 11%  perf-profile.children.cycles-pp._xfs_trans_bjoin
      0.10 ± 13%      -0.0        0.06 ± 14%  perf-profile.children.cycles-pp.__down
      0.12 ±  3%      -0.0        0.08 ±  7%  perf-profile.children.cycles-pp.make_kgid
      0.07 ±  7%      -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.iov_iter_init
      0.11 ±  8%      -0.0        0.07 ± 10%  perf-profile.children.cycles-pp.rw_verify_area
      0.11 ±  4%      -0.0        0.07 ±  7%  perf-profile.children.cycles-pp.generic_write_check_limits
      0.11 ± 11%      -0.0        0.07 ± 16%  perf-profile.children.cycles-pp.xfs_buf_lock
      0.10 ± 13%      -0.0        0.06 ± 14%  perf-profile.children.cycles-pp.down
      0.14 ±  4%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.rmqueue_bulk
      0.10 ±  4%      -0.0        0.07 ±  7%  perf-profile.children.cycles-pp.file_modified
      0.10 ±  9%      -0.0        0.07 ± 16%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.14 ±  9%      -0.0        0.10 ±  7%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode_prepare
      0.11 ±  6%      -0.0        0.07 ±  9%  perf-profile.children.cycles-pp.xas_create
      0.10 ±  6%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.xas_init_marks
      0.06 ±  6%      -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.wake_up_q
      0.12 ±  7%      -0.0        0.08 ±  5%  perf-profile.children.cycles-pp.rcu_read_unlock_strict
      0.12 ±  4%      -0.0        0.08 ±  7%  perf-profile.children.cycles-pp.try_to_wake_up
      0.08 ±  6%      -0.0        0.04 ± 44%  perf-profile.children.cycles-pp.balance_dirty_pages
      0.10 ±  6%      -0.0        0.06 ± 11%  perf-profile.children.cycles-pp.xfs_bmapi_reserve_delalloc
      0.09 ± 14%      -0.0        0.06 ± 18%  perf-profile.children.cycles-pp.schedule_timeout
      0.12 ±  8%      -0.0        0.08 ±  4%  perf-profile.children.cycles-pp.make_kuid
      0.11 ± 12%      -0.0        0.08 ± 14%  perf-profile.children.cycles-pp.xfs_da3_node_read
      0.28 ±  5%      -0.0        0.25 ±  5%  perf-profile.children.cycles-pp.xfs_difree
      0.11 ±  6%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.xfs_release
      0.09 ±  5%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.xfs_buf_unlock
      0.11 ±  8%      -0.0        0.08 ±  6%  perf-profile.children.cycles-pp.mem_cgroup_update_lru_size
      0.09 ±  6%      -0.0        0.06        perf-profile.children.cycles-pp.xfs_buf_item_release
      0.09 ± 14%      -0.0        0.06 ± 11%  perf-profile.children.cycles-pp.xfs_dir2_leafn_lookup_for_entry
      0.09 ± 12%      -0.0        0.06 ± 13%  perf-profile.children.cycles-pp.xfs_dir3_data_check
      0.09 ± 12%      -0.0        0.06 ± 13%  perf-profile.children.cycles-pp.__xfs_dir3_data_check
      0.11 ±  6%      -0.0        0.08 ±  8%  perf-profile.children.cycles-pp.page_mapping
      0.10 ±  4%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.alloc_pages
      0.07 ± 10%      -0.0        0.04 ± 45%  perf-profile.children.cycles-pp.write@plt
      0.10 ±  8%      -0.0        0.07 ±  5%  perf-profile.children.cycles-pp.__xa_set_mark
      0.07 ± 10%      -0.0        0.04 ± 44%  perf-profile.children.cycles-pp.xas_find
      0.09 ±  7%      -0.0        0.06 ± 11%  perf-profile.children.cycles-pp.rwsem_wake
      0.08 ±  8%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.up
      0.09 ±  4%      -0.0        0.07 ± 11%  perf-profile.children.cycles-pp.xfs_free_eofblocks
      0.09            -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.ktime_get_coarse_real_ts64
      0.08 ±  8%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.xa_get_order
      0.08 ±  4%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.xas_clear_mark
      0.07 ±  7%      -0.0        0.04 ± 44%  perf-profile.children.cycles-pp.iomap_page_create
      0.10 ±  3%      -0.0        0.08 ±  9%  perf-profile.children.cycles-pp.xfs_iread_extents
      0.08 ±  8%      -0.0        0.06 ±  6%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.08 ±  9%      -0.0        0.05 ± 13%  perf-profile.children.cycles-pp.xfs_perag_get
      0.08 ± 10%      -0.0        0.06 ±  6%  perf-profile.children.cycles-pp.open64
      0.10 ±  8%      -0.0        0.07 ± 10%  perf-profile.children.cycles-pp._raw_spin_lock_irq
      0.08 ±  6%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.__mod_zone_page_state
      0.07 ±  5%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.apparmor_file_permission
      0.07 ± 10%      +0.0        0.10 ± 21%  perf-profile.children.cycles-pp.update_cfs_group
      0.06 ±  9%      +0.0        0.09 ±  8%  perf-profile.children.cycles-pp.__xfs_btree_check_sblock
      0.10 ± 10%      +0.0        0.14 ± 20%  perf-profile.children.cycles-pp.update_load_avg
      0.08 ±  8%      +0.0        0.12 ±  7%  perf-profile.children.cycles-pp.xfs_btree_increment
      0.08 ±  4%      +0.0        0.12 ±  6%  perf-profile.children.cycles-pp.xfs_btree_get_rec
      0.18 ± 10%      +0.0        0.23 ±  7%  perf-profile.children.cycles-pp.xfs_inobt_get_rec
      0.09 ±  5%      +0.1        0.14 ±  8%  perf-profile.children.cycles-pp.xfs_btree_check_sblock
      0.02 ±142%      +0.1        0.10 ± 11%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.00            +0.1        0.08 ± 13%  perf-profile.children.cycles-pp.newidle_balance
      0.16 ±  5%      +0.1        0.25 ± 26%  perf-profile.children.cycles-pp.task_tick_fair
      0.15 ±  6%      +0.1        0.25 ±  4%  perf-profile.children.cycles-pp.memcpy_erms
      0.18 ±  4%      +0.1        0.29 ±  3%  perf-profile.children.cycles-pp.xfs_buf_item_format_segment
      0.18 ±  5%      +0.1        0.30 ±  3%  perf-profile.children.cycles-pp.xfs_buf_item_format
      0.00            +0.7        0.67 ±  6%  perf-profile.children.cycles-pp.xfs_inodegc_worker
      0.00            +0.7        0.68 ±  5%  perf-profile.children.cycles-pp.process_one_work
      0.00            +0.7        0.69 ±  6%  perf-profile.children.cycles-pp.worker_thread
      0.00            +0.7        0.70 ±  6%  perf-profile.children.cycles-pp.ret_from_fork
      0.00            +0.7        0.70 ±  6%  perf-profile.children.cycles-pp.kthread
     61.80 ±  4%      +8.6       70.42 ±  3%  perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     61.22 ±  4%      +8.8       70.00 ±  3%  perf-profile.children.cycles-pp.do_syscall_64
      2.26 ± 10%     +14.6       16.90 ±  2%  perf-profile.children.cycles-pp.unlink
      2.23 ± 10%     +14.6       16.87 ±  2%  perf-profile.children.cycles-pp.do_unlinkat
      2.03 ±  9%     +14.9       16.92 ±  3%  perf-profile.children.cycles-pp.do_sys_open
      2.03 ±  9%     +14.9       16.92 ±  3%  perf-profile.children.cycles-pp.do_sys_openat2
      1.98 ±  9%     +14.9       16.89 ±  3%  perf-profile.children.cycles-pp.path_openat
      1.99 ±  9%     +14.9       16.89 ±  3%  perf-profile.children.cycles-pp.do_filp_open
      1.98 ±  9%     +14.9       16.89 ±  3%  perf-profile.children.cycles-pp.creat64
      2.48 ± 10%     +29.8       32.32 ±  2%  perf-profile.children.cycles-pp.rwsem_down_write_slowpath
      0.73 ±  6%     +29.9       30.67 ±  2%  perf-profile.children.cycles-pp.osq_lock
      3.50 ±  8%      -1.6        1.88 ± 17%  perf-profile.self.cycles-pp.__mod_memcg_state
      3.26 ± 14%      -1.6        1.67 ± 19%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      4.17 ±  3%      -1.3        2.85 ±  4%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      4.17 ±  2%      -1.3        2.90 ±  3%  perf-profile.self.cycles-pp.iomap_set_range_uptodate
      1.62 ±  4%      -0.7        0.89 ±  6%  perf-profile.self.cycles-pp.workingset_age_nonresident
      1.47 ± 10%      -0.7        0.78 ± 13%  perf-profile.self.cycles-pp.get_mem_cgroup_from_mm
      1.36 ±  9%      -0.6        0.76 ±  7%  perf-profile.self.cycles-pp.__mod_lruvec_page_state
      1.46 ±  2%      -0.5        1.00 ±  4%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      1.36 ±  2%      -0.4        0.92 ±  3%  perf-profile.self.cycles-pp.filemap_get_read_batch
      0.78 ± 10%      -0.4        0.42 ± 20%  perf-profile.self.cycles-pp.__mem_cgroup_charge
      1.19 ±  3%      -0.3        0.86 ±  3%  perf-profile.self.cycles-pp.memset_erms
      1.02 ±  2%      -0.3        0.70 ±  6%  perf-profile.self.cycles-pp.filemap_read
      0.89 ±  3%      -0.3        0.61 ±  6%  perf-profile.self.cycles-pp.__fget_light
      0.59 ±  8%      -0.3        0.32 ±  5%  perf-profile.self.cycles-pp.workingset_activation
      0.80 ±  3%      -0.3        0.54 ±  5%  perf-profile.self.cycles-pp.pagecache_get_page
      0.80 ±  2%      -0.3        0.54 ±  3%  perf-profile.self.cycles-pp.___might_sleep
      0.83 ±  3%      -0.3        0.58 ±  7%  perf-profile.self.cycles-pp.__entry_text_start
      0.54 ±  7%      -0.2        0.28 ±  5%  perf-profile.self.cycles-pp.page_counter_cancel
      0.62 ±  6%      -0.2        0.38 ±  4%  perf-profile.self.cycles-pp.__mod_memcg_lruvec_state
      0.52 ± 10%      -0.2        0.28 ± 18%  perf-profile.self.cycles-pp.mem_cgroup_charge
      0.70 ±  2%      -0.2        0.49 ±  4%  perf-profile.self.cycles-pp.iomap_apply
      0.67 ±  2%      -0.2        0.46 ±  4%  perf-profile.self.cycles-pp.xas_load
      0.63 ±  2%      -0.2        0.43 ±  4%  perf-profile.self.cycles-pp.disk_rr
      0.60 ±  4%      -0.2        0.42 ±  7%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_begin
      0.61 ±  3%      -0.2        0.43 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.56 ±  4%      -0.2        0.40 ±  7%  perf-profile.self.cycles-pp.common_file_perm
      0.50 ±  5%      -0.2        0.34 ±  4%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.54 ±  4%      -0.2        0.38 ±  5%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.50 ±  3%      -0.2        0.34 ±  5%  perf-profile.self.cycles-pp.write
      0.49 ±  4%      -0.2        0.33 ±  3%  perf-profile.self.cycles-pp.down_write
      0.36 ± 11%      -0.2        0.21 ±  9%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      0.38 ±  7%      -0.1        0.23 ±  7%  perf-profile.self.cycles-pp.lock_page_memcg
      0.37 ±  7%      -0.1        0.22 ± 13%  perf-profile.self.cycles-pp.__count_memcg_events
      0.28 ±  8%      -0.1        0.13 ± 10%  perf-profile.self.cycles-pp.propagate_protected_usage
      0.48 ±  5%      -0.1        0.34 ±  4%  perf-profile.self.cycles-pp.read
      0.44 ±  3%      -0.1        0.30 ±  4%  perf-profile.self.cycles-pp.llseek
      0.50 ±  4%      -0.1        0.36 ±  5%  perf-profile.self.cycles-pp.mark_page_accessed
      0.42 ±  4%      -0.1        0.28 ±  6%  perf-profile.self.cycles-pp.up_write
      0.40 ±  5%      -0.1        0.26 ±  6%  perf-profile.self.cycles-pp.percpu_counter_add_batch
      0.44 ±  6%      -0.1        0.30 ±  7%  perf-profile.self.cycles-pp.vfs_write
      0.38            -0.1        0.26 ±  5%  perf-profile.self.cycles-pp.release_pages
      0.40 ±  2%      -0.1        0.28 ±  5%  perf-profile.self.cycles-pp.__get_user_nocheck_1
      0.43 ±  3%      -0.1        0.30 ±  4%  perf-profile.self.cycles-pp.__might_sleep
      0.37 ±  4%      -0.1        0.25 ±  5%  perf-profile.self.cycles-pp.exit_to_user_mode_prepare
      0.39 ±  4%      -0.1        0.26 ±  3%  perf-profile.self.cycles-pp.iomap_write_end
      0.40 ±  4%      -0.1        0.28 ± 10%  perf-profile.self.cycles-pp.xfs_file_buffered_write
      0.34 ±  5%      -0.1        0.22 ±  5%  perf-profile.self.cycles-pp.__pagevec_lru_add
      0.41 ±  3%      -0.1        0.30 ±  4%  perf-profile.self.cycles-pp.iomap_write_begin
      0.27 ±  8%      -0.1        0.15 ±  9%  perf-profile.self.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.33 ±  4%      -0.1        0.22 ±  3%  perf-profile.self.cycles-pp.copy_page_to_iter
      0.40 ±  3%      -0.1        0.29 ± 16%  perf-profile.self.cycles-pp.xfs_file_read_iter
      0.26 ±  6%      -0.1        0.15 ±  4%  perf-profile.self.cycles-pp.page_counter_try_charge
      0.21 ± 10%      -0.1        0.11 ± 13%  perf-profile.self.cycles-pp.uncharge_page
      0.30 ±  7%      -0.1        0.20 ±  6%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.29 ±  3%      -0.1        0.18 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack
      0.30 ±  6%      -0.1        0.20 ±  4%  perf-profile.self.cycles-pp.__activate_page
      0.33 ±  3%      -0.1        0.23 ±  4%  perf-profile.self.cycles-pp.copy_page_from_iter_atomic
      0.32 ±  3%      -0.1        0.22 ±  6%  perf-profile.self.cycles-pp.iomap_write_actor
      0.29 ±  4%      -0.1        0.20 ±  4%  perf-profile.self.cycles-pp.down_read
      0.32 ±  6%      -0.1        0.22 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.27 ±  5%      -0.1        0.18 ±  2%  perf-profile.self.cycles-pp.xfs_iunlock
      0.26 ±  6%      -0.1        0.18 ±  8%  perf-profile.self.cycles-pp.xas_start
      0.25 ±  6%      -0.1        0.17 ±  4%  perf-profile.self.cycles-pp.pagevec_lru_move_fn
      0.31 ±  4%      -0.1        0.23 ± 13%  perf-profile.self.cycles-pp.xfs_file_write_iter
      0.23 ±  5%      -0.1        0.15 ±  8%  perf-profile.self.cycles-pp.xfs_ilock
      0.23 ±  5%      -0.1        0.16 ±  4%  perf-profile.self.cycles-pp.do_syscall_64
      0.24 ±  7%      -0.1        0.16 ±  6%  perf-profile.self.cycles-pp.new_sync_read
      0.12 ± 10%      -0.1        0.05 ± 47%  perf-profile.self.cycles-pp.xlog_grant_add_space
      0.23 ±  5%      -0.1        0.16 ±  5%  perf-profile.self.cycles-pp.__cond_resched
      0.24 ±  4%      -0.1        0.17 ±  4%  perf-profile.self.cycles-pp.unlock_page
      0.24 ±  7%      -0.1        0.17 ±  6%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_end
      0.24 ±  5%      -0.1        0.17 ±  6%  perf-profile.self.cycles-pp.vfs_read
      0.21 ±  5%      -0.1        0.14 ±  3%  perf-profile.self.cycles-pp.__set_page_dirty_nobuffers
      0.18 ±  5%      -0.1        0.11 ±  8%  perf-profile.self.cycles-pp.xfs_bmbt_to_iomap
      0.19 ±  5%      -0.1        0.12 ±  5%  perf-profile.self.cycles-pp.find_lock_entries
      0.23 ±  2%      -0.1        0.16 ±  7%  perf-profile.self.cycles-pp.xfs_iext_lookup_extent
      0.18 ±  4%      -0.1        0.12 ±  5%  perf-profile.self.cycles-pp.map_id_range_down
      0.19 ±  3%      -0.1        0.13 ±  6%  perf-profile.self.cycles-pp.new_sync_write
      0.21 ±  5%      -0.1        0.14 ±  3%  perf-profile.self.cycles-pp.up_read
      0.18 ±  6%      -0.1        0.12 ±  6%  perf-profile.self.cycles-pp.xas_store
      0.19 ±  5%      -0.1        0.13 ±  8%  perf-profile.self.cycles-pp.security_file_permission
      0.09 ±  8%      -0.1        0.03 ±100%  perf-profile.self.cycles-pp.lock_page_lruvec_irqsave
      0.20 ±  5%      -0.1        0.14 ±  5%  perf-profile.self.cycles-pp.filemap_get_pages
      0.20 ±  3%      -0.1        0.14 ±  8%  perf-profile.self.cycles-pp.syscall_enter_from_user_mode
      0.20 ±  5%      -0.1        0.14 ±  4%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.22 ±  8%      -0.1        0.17 ±  9%  perf-profile.self.cycles-pp._raw_spin_lock
      0.18 ±  5%      -0.1        0.12 ±  8%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.17 ±  4%      -0.1        0.12 ±  6%  perf-profile.self.cycles-pp.syscall_exit_to_user_mode
      0.18 ±  4%      -0.1        0.13 ±  9%  perf-profile.self.cycles-pp.__fdget_pos
      0.16 ±  4%      -0.1        0.11 ±  6%  perf-profile.self.cycles-pp.aa_file_perm
      0.16 ±  4%      -0.1        0.10 ±  7%  perf-profile.self.cycles-pp.iov_iter_fault_in_readable
      0.15 ±  6%      -0.1        0.10 ± 11%  perf-profile.self.cycles-pp.atime_needs_update
      0.15 ±  5%      -0.0        0.10 ±  8%  perf-profile.self.cycles-pp.rcu_all_qs
      0.14 ±  3%      -0.0        0.10 ±  4%  perf-profile.self.cycles-pp.xfs_file_write_checks
      0.14 ±  4%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.ksys_write
      0.13 ±  5%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.file_update_time
      0.11 ±  8%      -0.0        0.07 ±  5%  perf-profile.self.cycles-pp.__set_page_dirty
      0.14 ±  5%      -0.0        0.09 ±  4%  perf-profile.self.cycles-pp.__list_add_valid
      0.12 ±  4%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.__free_one_page
      0.12 ±  5%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.__unlock_page_memcg
      0.08 ±  8%      -0.0        0.04 ± 71%  perf-profile.self.cycles-pp.xfs_log_ticket_ungrant
      0.13 ±  7%      -0.0        0.09 ±  6%  perf-profile.self.cycles-pp.ksys_lseek
      0.12 ±  9%      -0.0        0.08 ± 12%  perf-profile.self.cycles-pp.try_charge_memcg
      0.13 ±  6%      -0.0        0.09 ±  8%  perf-profile.self.cycles-pp.cgroup_rstat_updated
      0.14 ±  7%      -0.0        0.10 ±  5%  perf-profile.self.cycles-pp.ksys_read
      0.13 ±  6%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.timestamp_truncate
      0.13 ±  5%      -0.0        0.10 ±  5%  perf-profile.self.cycles-pp.current_time
      0.10 ±  4%      -0.0        0.06        perf-profile.self.cycles-pp.generic_write_check_limits
      0.11 ±  8%      -0.0        0.07 ±  9%  perf-profile.self.cycles-pp.rw_verify_area
      0.06 ±  6%      -0.0        0.02 ± 99%  perf-profile.self.cycles-pp.apparmor_file_permission
      0.11 ±  5%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.node_dirty_ok
      0.16 ±  5%      -0.0        0.12 ±  8%  perf-profile.self.cycles-pp.xfs_errortag_test
      0.09 ±  7%      -0.0        0.06 ±  9%  perf-profile.self.cycles-pp.delete_from_page_cache_batch
      0.07 ±  7%      -0.0        0.03 ± 70%  perf-profile.self.cycles-pp.iomap_page_create
      0.11 ±  5%      -0.0        0.08 ±  6%  perf-profile.self.cycles-pp.xfs_break_layouts
      0.10 ± 12%      -0.0        0.07 ±  8%  perf-profile.self.cycles-pp.mem_cgroup_update_lru_size
      0.07 ±  6%      -0.0        0.04 ± 44%  perf-profile.self.cycles-pp.xas_clear_mark
      0.11 ±  6%      -0.0        0.08        perf-profile.self.cycles-pp.iomap_file_buffered_write
      0.07 ± 10%      -0.0        0.04 ± 44%  perf-profile.self.cycles-pp.xfs_file_buffered_read
      0.11 ±  6%      -0.0        0.08 ±  9%  perf-profile.self.cycles-pp.page_mapping
      0.10 ±  9%      -0.0        0.07 ± 12%  perf-profile.self.cycles-pp.xlog_cil_commit
      0.09 ±  6%      -0.0        0.06        perf-profile.self.cycles-pp.__mod_lruvec_state
      0.07 ±  9%      -0.0        0.04 ± 44%  perf-profile.self.cycles-pp.__mark_inode_dirty
      0.12 ± 11%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.syscall_exit_to_user_mode_prepare
      0.10 ±  6%      -0.0        0.07 ±  5%  perf-profile.self.cycles-pp.rmqueue
      0.10 ±  5%      -0.0        0.07 ± 11%  perf-profile.self.cycles-pp.__alloc_pages
      0.09 ±  6%      -0.0        0.06 ±  6%  perf-profile.self.cycles-pp.__cancel_dirty_page
      0.07 ±  5%      -0.0        0.04 ± 45%  perf-profile.self.cycles-pp.lru_cache_add
      0.10 ±  3%      -0.0        0.08 ±  6%  perf-profile.self.cycles-pp.xfs_iread_extents
      0.07 ±  8%      -0.0        0.04 ± 45%  perf-profile.self.cycles-pp.xfs_perag_get
      0.09 ±  4%      -0.0        0.06 ± 11%  perf-profile.self.cycles-pp.ktime_get_coarse_real_ts64
      0.10 ±  8%      -0.0        0.07        perf-profile.self.cycles-pp.generic_write_checks
      0.07 ±  7%      -0.0        0.04 ± 45%  perf-profile.self.cycles-pp.account_page_cleaned
      0.08 ±  7%      -0.0        0.06        perf-profile.self.cycles-pp.rcu_read_unlock_strict
      0.08 ±  5%      -0.0        0.07 ± 11%  perf-profile.self.cycles-pp._raw_spin_lock_irq
      0.07 ±  8%      -0.0        0.05 ±  7%  perf-profile.self.cycles-pp.__mod_zone_page_state
      0.07 ±  9%      +0.0        0.10 ± 23%  perf-profile.self.cycles-pp.update_cfs_group
      0.04 ± 44%      +0.0        0.08 ± 10%  perf-profile.self.cycles-pp.__xfs_btree_check_sblock
      0.06 ± 11%      +0.1        0.11 ± 20%  perf-profile.self.cycles-pp.update_load_avg
      0.15 ±  7%      +0.1        0.25 ±  4%  perf-profile.self.cycles-pp.memcpy_erms
      0.73 ±  6%     +29.7       30.44 ±  2%  perf-profile.self.cycles-pp.osq_lock


                                                                                
                                  aim7.jobs-per-min                             
                                                                                
  520000 +------------------------------------------------------------------+   
         |  .+. .+.+ .+.+.+. .+.+.+   +.+.  .+. .+.   .+. .+               .|   
  500000 |.+   +    +       +             ++   +   +.+   +  + .+.++.+.+.+.+ |   
         |                                                   +              |   
         |                                                                  |   
  480000 |-+                                                                |   
         |                                                                  |   
  460000 |-+                                                                |   
         |                                                                  |   
  440000 |-+                                                                |   
         |                                                                  |   
         |                                                                  |   
  420000 |-+   O O  O O   O   O O O   O    O     O O O                      |   
         | O O     O    O   O       O   O O  O O       O O O O O OO O       |   
  400000 +------------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                               aim7.time.system_time                            
                                                                                
  1300 +--------------------------------------------------------------------+   
       |                                                                    |   
  1200 |-+                                        O   O   O   O             |   
       | O O             O O       O O O OO O O O   O   O   O   O O O       |   
  1100 |-+   O   O O O O     O O O                                          |   
       |       O                                                            |   
  1000 |-+                                                                  |   
       |                                                                    |   
   900 |-+                                                                  |   
       |                                                    +   +           |   
   800 |.+.       .+.                    ++.     .+.+.     + + + +   .+.+.  |   
       |   +.+.+.+   +                  +   +.+.+     +.+.+   +   +.+     +.|   
   700 |-+            + .+.+. .+.     .+                                    |   
       |               +     +   +.+.+                                      |   
   600 +--------------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                             aim7.time.elapsed_time                             
                                                                                
  45 +----------------------------------------------------------------------+   
  44 |-O O     O     O O O     O O O O O  O O O         O O O O   O O       |   
     |     O O   O O       O O                  O O O O         O           |   
  43 |-+                                                                    |   
  42 |-+                                                                    |   
  41 |-+                                                                    |   
  40 |-+                                                                    |   
     |                                                                      |   
  39 |-+                                                                    |   
  38 |-+                                                                    |   
  37 |-+                                                                    |   
  36 |-+                                                   .+. .+. .+. .+.  |   
     |.+.+.+.+.+.+.+.+.+.+.+.+.+. .+.+.+..+.+.+.+.+.+.+.+.+   +   +   +   +.|   
  35 |-+                         +                                          |   
  34 +----------------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                           aim7.time.elapsed_time.max                           
                                                                                
  45 +----------------------------------------------------------------------+   
  44 |-O O     O     O O O     O O O O O  O O O         O O O O   O O       |   
     |     O O   O O       O O                  O O O O         O           |   
  43 |-+                                                                    |   
  42 |-+                                                                    |   
  41 |-+                                                                    |   
  40 |-+                                                                    |   
     |                                                                      |   
  39 |-+                                                                    |   
  38 |-+                                                                    |   
  37 |-+                                                                    |   
  36 |-+                                                   .+. .+. .+. .+.  |   
     |.+.+.+.+.+.+.+.+.+.+.+.+.+. .+.+.+..+.+.+.+.+.+.+.+.+   +   +   +   +.|   
  35 |-+                         +                                          |   
  34 +----------------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                        aim7.time.voluntary_context_switches                    
                                                                                
  950000 +------------------------------------------------------------------+   
         |.+.+.+.+.++.+   +   +       +   ++.+.+.+.+.+.+.+.+.+.+.++.+.+.+.+.|   
  900000 |-+                                                                |   
         |                                                                  |   
  850000 |-+                                                                |   
         |                                                                  |   
  800000 |-+                                                                |   
         |                                                                  |   
  750000 |-+                                                                |   
         |                                                                  |   
  700000 |-+                                                                |   
         |                                                                  |   
  650000 |-O O O O OO O O O O O O O   O O  O O O O O O O O O O O OO O       |   
         |                          O     O                                 |   
  600000 +------------------------------------------------------------------+   
                                                                                
                                                                                                                                                                
                       aim7.time.involuntary_context_switches                   
                                                                                
  30000 +-------------------------------------------------------------------+   
        | O   O   O   O OO O O O O O O O O O O O O     O O O  O O O         |   
  25000 |-+ O   O                                    O      O       O       |   
        |                                                                   |   
        |                                                                   |   
  20000 |-+                                                                 |   
        |                                                                   |   
  15000 |-+                                                                 |   
        |                                                                   |   
  10000 |-+                                                                 |   
        |                                                                   |   
        |                                                                   |   
   5000 |-+                                                                 |   
        |.+.+.+.+.+.+.+.++.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.++.+.+.+.+.+.+.+.|   
      0 +-------------------------------------------------------------------+   
                                                                                
                                                                                
[*] bisect-good sample
[O] bisect-bad  sample

***************************************************************************************************
lkp-csl-2sp9: 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/md/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/4BRD_12G/xfs/x86_64-rhel-8.3/3000/RAID1/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp9/disk_wrt/aim7/0x5003006

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    539153           -15.8%     453764        aim7.jobs-per-min
     33.59           +18.7%      39.87        aim7.time.elapsed_time
     33.59           +18.7%      39.87        aim7.time.elapsed_time.max
      2095 ±  9%    +781.6%      18470 ±  2%  aim7.time.involuntary_context_switches
    677.33 ±  6%     +30.4%     883.40 ±  2%  aim7.time.system_time
    911794           -34.6%     596090        aim7.time.voluntary_context_switches
 2.374e+09 ±  2%     +12.4%  2.667e+09        cpuidle..time
     76.88            -3.5%      74.22        iostat.cpu.idle
     22.31 ±  5%     +12.3%      25.06 ±  2%  iostat.cpu.system
     22.21 ±  5%      +2.7       24.93 ±  2%  mpstat.cpu.all.sys%
      0.79 ±  4%      -0.1        0.69 ±  2%  mpstat.cpu.all.usr%
      2509 ± 20%    +125.0%       5645 ± 11%  vmstat.io.bo
     51900 ±  2%     -14.6%      44300        vmstat.system.cs
     13091 ± 15%     +27.3%      16663 ±  6%  numa-meminfo.node1.Active
     13027 ± 15%     +27.3%      16586 ±  7%  numa-meminfo.node1.Active(anon)
      4800 ±  6%     -23.1%       3689 ± 14%  numa-meminfo.node1.Dirty
    668.62 ±  4%     +11.6%     746.50 ±  2%  turbostat.Avg_MHz
     24.51 ±  4%      +2.8       27.36 ±  2%  turbostat.Busy%
     92348 ±  6%     +51.0%     139401 ± 25%  turbostat.C1
      1387 ± 16%     -26.2%       1024 ± 13%  numa-vmstat.node0.nr_dirty
      1213 ± 14%     -30.2%     847.17 ± 13%  numa-vmstat.node0.nr_zone_write_pending
      3257 ± 15%     +27.3%       4146 ±  7%  numa-vmstat.node1.nr_active_anon
      1264 ± 15%     -26.0%     935.75 ± 11%  numa-vmstat.node1.nr_dirty
      3257 ± 15%     +27.3%       4146 ±  7%  numa-vmstat.node1.nr_zone_active_anon
      1099 ± 18%     -29.7%     773.50 ± 13%  numa-vmstat.node1.nr_zone_write_pending
      2765 ±  9%     -25.3%       2065 ±  8%  proc-vmstat.nr_dirty
      2978 ±  8%     -22.6%       2303 ±  7%  proc-vmstat.nr_inactive_file
     33194            +4.1%      34569        proc-vmstat.nr_slab_reclaimable
     74080            +1.7%      75360        proc-vmstat.nr_slab_unreclaimable
      2977 ±  8%     -22.6%       2304 ±  7%  proc-vmstat.nr_zone_inactive_file
      2412 ±  9%     -27.2%       1756 ±  7%  proc-vmstat.nr_zone_write_pending
     92926 ± 20%    +161.7%     243145 ± 10%  proc-vmstat.pgpgout
      1883           +19.4%       2249 ±  2%  slabinfo.kmalloc-4k.active_objs
      1898           +19.9%       2275 ±  2%  slabinfo.kmalloc-4k.num_objs
     21977           +10.2%      24229        slabinfo.kmalloc-512.active_objs
    715.54 ±  2%     +14.1%     816.42        slabinfo.kmalloc-512.active_slabs
     22909 ±  2%     +14.1%      26145        slabinfo.kmalloc-512.num_objs
    715.54 ±  2%     +14.1%     816.42        slabinfo.kmalloc-512.num_slabs
     39566 ±  2%     +12.1%      44364        slabinfo.radix_tree_node.active_objs
     39622 ±  2%     +12.0%      44395        slabinfo.radix_tree_node.num_objs
      3102 ± 11%     +40.0%       4344 ±  8%  slabinfo.xfs_ili.active_objs
      3144 ± 12%     +42.3%       4474 ± 10%  slabinfo.xfs_ili.num_objs
      2801 ±  7%     +43.1%       4010 ±  7%  slabinfo.xfs_inode.active_objs
      2913 ±  7%     +39.4%       4062 ±  7%  slabinfo.xfs_inode.num_objs
  48494753 ±  8%     -15.0%   41219157 ±  4%  perf-stat.i.branch-misses
  45528191 ±  3%     -15.9%   38310053 ±  3%  perf-stat.i.cache-misses
 1.857e+08 ±  4%     -21.9%   1.45e+08 ±  6%  perf-stat.i.cache-references
     54185           -15.9%      45593        perf-stat.i.context-switches
 5.874e+10 ±  5%     +11.6%  6.554e+10 ±  2%  perf-stat.i.cpu-cycles
      2345 ±  9%     -21.9%       1830 ±  2%  perf-stat.i.cpu-migrations
 6.473e+09           -13.4%  5.604e+09        perf-stat.i.dTLB-stores
     71.33            +4.9       76.21 ±  4%  perf-stat.i.iTLB-load-miss-rate%
  25617640 ±  4%     -17.4%   21164719 ±  5%  perf-stat.i.iTLB-load-misses
   4983138 ±  2%     -22.0%    3887008 ±  6%  perf-stat.i.iTLB-loads
      0.66 ±  3%     -10.2%       0.59 ±  2%  perf-stat.i.ipc
      0.67 ±  5%     +11.6%       0.74 ±  2%  perf-stat.i.metric.GHz
      8765 ±  3%     -11.6%       7749 ±  3%  perf-stat.i.minor-faults
   8175500 ±  3%     -16.1%    6855494 ±  2%  perf-stat.i.node-load-misses
   2450822 ±  3%      -8.2%    2250687        perf-stat.i.node-loads
   2447961 ±  2%      -7.1%    2273384 ±  2%  perf-stat.i.node-store-misses
   3998752            -8.6%    3653532        perf-stat.i.node-stores
      8826 ±  2%     -11.7%       7789 ±  3%  perf-stat.i.page-faults
      4.46 ±  4%     -22.2%       3.47 ±  6%  perf-stat.overall.MPKI
      0.60 ±  8%      -0.1        0.51 ±  4%  perf-stat.overall.branch-miss-rate%
      1.41 ±  5%     +11.3%       1.57 ±  2%  perf-stat.overall.cpi
      1289 ±  4%     +32.7%       1712 ±  2%  perf-stat.overall.cycles-between-cache-misses
      0.00 ± 14%      +0.0        0.00 ± 12%  perf-stat.overall.dTLB-store-miss-rate%
      1629 ±  3%     +21.6%       1981 ±  5%  perf-stat.overall.instructions-per-iTLB-miss
      0.71 ±  5%     -10.3%       0.64 ±  2%  perf-stat.overall.ipc
  47147341 ±  8%     -14.7%   40218426 ±  4%  perf-stat.ps.branch-misses
  44325543 ±  3%     -15.6%   37421156 ±  3%  perf-stat.ps.cache-misses
 1.808e+08 ±  4%     -21.7%  1.416e+08 ±  6%  perf-stat.ps.cache-references
     52750           -15.6%      44536        perf-stat.ps.context-switches
 5.718e+10 ±  5%     +12.0%  6.404e+10 ±  2%  perf-stat.ps.cpu-cycles
      2283 ±  9%     -21.7%       1788 ±  2%  perf-stat.ps.cpu-migrations
 6.302e+09           -13.1%  5.475e+09        perf-stat.ps.dTLB-stores
  24940923 ±  4%     -17.1%   20678640 ±  5%  perf-stat.ps.iTLB-load-misses
   4847980 ±  2%     -21.7%    3795653 ±  6%  perf-stat.ps.iTLB-loads
      8463 ±  3%     -11.1%       7527 ±  3%  perf-stat.ps.minor-faults
   7959949 ±  3%     -15.9%    6696480 ±  2%  perf-stat.ps.node-load-misses
   2385673 ±  3%      -7.8%    2198682        perf-stat.ps.node-loads
   2383292 ±  2%      -6.8%    2220315 ±  2%  perf-stat.ps.node-store-misses
   3892876            -8.3%    3569550        perf-stat.ps.node-stores
      8521 ±  3%     -11.2%       7566 ±  3%  perf-stat.ps.page-faults
 1.413e+12 ±  2%     +17.6%  1.662e+12        perf-stat.total.instructions
     44.77 ± 25%    +209.9%     138.75 ± 15%  interrupts.CPU0.RES:Rescheduling_interrupts
     46.15 ± 19%    +170.5%     124.83 ± 15%  interrupts.CPU1.RES:Rescheduling_interrupts
     39.85 ± 16%    +183.8%     113.08 ± 21%  interrupts.CPU10.RES:Rescheduling_interrupts
     41.69 ± 13%    +191.2%     121.42 ± 18%  interrupts.CPU11.RES:Rescheduling_interrupts
     38.92 ± 12%    +195.7%     115.08 ± 20%  interrupts.CPU12.RES:Rescheduling_interrupts
     43.31 ± 26%    +166.1%     115.25 ± 18%  interrupts.CPU13.RES:Rescheduling_interrupts
     42.62 ± 14%    +204.9%     129.92 ± 21%  interrupts.CPU14.RES:Rescheduling_interrupts
     41.08 ± 23%    +181.6%     115.67 ± 16%  interrupts.CPU15.RES:Rescheduling_interrupts
     38.46 ± 14%    +188.2%     110.83 ± 14%  interrupts.CPU16.RES:Rescheduling_interrupts
     39.62 ± 16%    +215.5%     125.00 ± 16%  interrupts.CPU17.RES:Rescheduling_interrupts
     40.23 ± 17%    +202.6%     121.75 ± 22%  interrupts.CPU18.RES:Rescheduling_interrupts
     40.31 ± 15%    +193.8%     118.42 ± 20%  interrupts.CPU19.RES:Rescheduling_interrupts
     48.77 ± 34%    +138.0%     116.08 ± 21%  interrupts.CPU2.RES:Rescheduling_interrupts
     40.77 ± 32%    +173.9%     111.67 ± 14%  interrupts.CPU20.RES:Rescheduling_interrupts
     39.08 ± 18%    +228.6%     128.42 ± 17%  interrupts.CPU21.RES:Rescheduling_interrupts
     38.00 ± 15%    +202.9%     115.08 ± 12%  interrupts.CPU22.RES:Rescheduling_interrupts
     38.15 ± 20%    +225.9%     124.33 ± 17%  interrupts.CPU23.RES:Rescheduling_interrupts
     33.77 ± 13%    +214.9%     106.33 ± 15%  interrupts.CPU24.RES:Rescheduling_interrupts
     32.77 ± 19%    +229.1%     107.83 ± 13%  interrupts.CPU25.RES:Rescheduling_interrupts
     31.23 ± 19%    +256.5%     111.33 ± 13%  interrupts.CPU26.RES:Rescheduling_interrupts
     33.00 ± 19%    +226.5%     107.75 ± 17%  interrupts.CPU27.RES:Rescheduling_interrupts
     30.62 ± 21%    +266.9%     112.33 ± 11%  interrupts.CPU28.RES:Rescheduling_interrupts
     35.15 ± 13%    +195.1%     103.75 ± 14%  interrupts.CPU29.RES:Rescheduling_interrupts
     41.77 ± 29%    +183.3%     118.33 ± 15%  interrupts.CPU3.RES:Rescheduling_interrupts
     33.62 ± 15%    +230.5%     111.08 ± 19%  interrupts.CPU30.RES:Rescheduling_interrupts
     32.15 ± 20%    +228.6%     105.67 ± 22%  interrupts.CPU31.RES:Rescheduling_interrupts
     30.15 ± 19%    +254.8%     107.00 ± 20%  interrupts.CPU32.RES:Rescheduling_interrupts
     34.08 ± 17%    +225.2%     110.83 ± 17%  interrupts.CPU33.RES:Rescheduling_interrupts
     33.46 ± 11%    +216.8%     106.00 ± 19%  interrupts.CPU34.RES:Rescheduling_interrupts
     31.54 ± 16%    +256.7%     112.50 ± 16%  interrupts.CPU35.RES:Rescheduling_interrupts
     34.00 ± 10%    +278.7%     128.75 ± 18%  interrupts.CPU36.RES:Rescheduling_interrupts
     31.31 ± 18%    +270.0%     115.83 ± 23%  interrupts.CPU37.RES:Rescheduling_interrupts
     33.31 ± 12%    +242.0%     113.92 ± 19%  interrupts.CPU38.RES:Rescheduling_interrupts
     35.23 ± 19%    +221.9%     113.42 ± 18%  interrupts.CPU39.RES:Rescheduling_interrupts
     43.38 ± 41%    +167.2%     115.92 ± 13%  interrupts.CPU4.RES:Rescheduling_interrupts
     38.85 ± 25%    +201.8%     117.25 ± 16%  interrupts.CPU40.RES:Rescheduling_interrupts
     34.15 ± 20%    +221.8%     109.92 ± 14%  interrupts.CPU41.RES:Rescheduling_interrupts
     39.46 ± 31%    +178.3%     109.83 ± 15%  interrupts.CPU42.RES:Rescheduling_interrupts
     34.46 ± 19%    +241.4%     117.67 ± 18%  interrupts.CPU44.RES:Rescheduling_interrupts
     31.62 ± 15%    +254.8%     112.17 ± 22%  interrupts.CPU45.RES:Rescheduling_interrupts
     30.69 ± 16%    +278.5%     116.17 ± 16%  interrupts.CPU46.RES:Rescheduling_interrupts
     32.85 ± 18%    +251.4%     115.42 ± 12%  interrupts.CPU47.RES:Rescheduling_interrupts
     30.54 ± 17%    +274.7%     114.42 ± 13%  interrupts.CPU48.RES:Rescheduling_interrupts
     27.23 ± 21%    +297.8%     108.33 ± 12%  interrupts.CPU49.RES:Rescheduling_interrupts
     42.00 ± 19%    +168.7%     112.83 ± 17%  interrupts.CPU5.RES:Rescheduling_interrupts
     33.77 ± 25%    +247.7%     117.42 ± 21%  interrupts.CPU50.RES:Rescheduling_interrupts
     33.54 ± 22%    +239.4%     113.83 ± 18%  interrupts.CPU51.RES:Rescheduling_interrupts
     29.85 ± 21%    +316.6%     124.33 ± 20%  interrupts.CPU52.RES:Rescheduling_interrupts
     32.31 ± 40%    +254.9%     114.67 ± 16%  interrupts.CPU53.RES:Rescheduling_interrupts
     30.31 ± 14%    +272.8%     113.00 ± 12%  interrupts.CPU54.RES:Rescheduling_interrupts
     35.54 ± 18%    +213.0%     111.25 ± 12%  interrupts.CPU55.RES:Rescheduling_interrupts
     30.31 ± 16%    +260.5%     109.25 ± 21%  interrupts.CPU56.RES:Rescheduling_interrupts
     28.54 ± 17%    +300.9%     114.42 ± 18%  interrupts.CPU57.RES:Rescheduling_interrupts
     31.38 ± 28%    +242.5%     107.50 ± 13%  interrupts.CPU58.RES:Rescheduling_interrupts
     32.85 ± 43%    +274.5%     123.00 ± 20%  interrupts.CPU59.RES:Rescheduling_interrupts
     43.46 ± 24%    +189.7%     125.92 ± 18%  interrupts.CPU6.RES:Rescheduling_interrupts
     28.62 ± 15%    +308.9%     117.00 ± 17%  interrupts.CPU60.RES:Rescheduling_interrupts
     29.15 ± 22%    +324.5%     123.75 ± 18%  interrupts.CPU61.RES:Rescheduling_interrupts
     44.31 ± 36%    +171.2%     120.17 ± 19%  interrupts.CPU62.RES:Rescheduling_interrupts
     46.23 ± 32%    +177.6%     128.33 ± 28%  interrupts.CPU63.RES:Rescheduling_interrupts
     38.77 ± 30%    +236.2%     130.33 ± 16%  interrupts.CPU64.RES:Rescheduling_interrupts
     36.54 ± 30%    +254.9%     129.67 ± 17%  interrupts.CPU65.RES:Rescheduling_interrupts
     27.38 ± 29%    +336.1%     119.42 ± 22%  interrupts.CPU66.RES:Rescheduling_interrupts
     26.54 ± 19%    +334.9%     115.42 ± 23%  interrupts.CPU67.RES:Rescheduling_interrupts
     27.38 ± 20%    +291.3%     107.17 ± 14%  interrupts.CPU68.RES:Rescheduling_interrupts
     28.00 ± 18%    +300.6%     112.17 ± 25%  interrupts.CPU69.RES:Rescheduling_interrupts
     40.08 ± 15%    +189.2%     115.92 ± 19%  interrupts.CPU7.RES:Rescheduling_interrupts
     29.54 ± 16%    +263.1%     107.25 ± 23%  interrupts.CPU70.RES:Rescheduling_interrupts
     28.31 ± 20%    +291.8%     110.92 ± 14%  interrupts.CPU71.RES:Rescheduling_interrupts
     29.31 ± 17%    +256.3%     104.42 ± 20%  interrupts.CPU72.RES:Rescheduling_interrupts
     26.85 ± 22%    +325.0%     114.08 ± 22%  interrupts.CPU73.RES:Rescheduling_interrupts
     26.77 ± 29%    +303.8%     108.08 ± 17%  interrupts.CPU74.RES:Rescheduling_interrupts
     25.77 ± 22%    +323.0%     109.00 ± 13%  interrupts.CPU75.RES:Rescheduling_interrupts
     27.92 ± 24%    +275.1%     104.75 ± 24%  interrupts.CPU76.RES:Rescheduling_interrupts
     28.54 ± 20%    +306.8%     116.08 ± 17%  interrupts.CPU77.RES:Rescheduling_interrupts
     26.46 ± 35%    +341.8%     116.92 ± 21%  interrupts.CPU78.RES:Rescheduling_interrupts
     27.23 ± 35%    +264.2%      99.17 ± 24%  interrupts.CPU79.RES:Rescheduling_interrupts
     36.31 ± 15%    +241.8%     124.08 ± 21%  interrupts.CPU8.RES:Rescheduling_interrupts
     27.38 ± 29%    +278.3%     103.58 ± 21%  interrupts.CPU80.RES:Rescheduling_interrupts
     29.00 ± 28%    +272.1%     107.92 ± 26%  interrupts.CPU81.RES:Rescheduling_interrupts
     28.08 ± 31%    +292.1%     110.08 ± 21%  interrupts.CPU82.RES:Rescheduling_interrupts
     26.54 ± 29%    +285.6%     102.33 ± 29%  interrupts.CPU83.RES:Rescheduling_interrupts
     44.23 ± 26%    +151.5%     111.25 ± 18%  interrupts.CPU84.RES:Rescheduling_interrupts
     47.08 ± 29%    +159.2%     122.00 ± 17%  interrupts.CPU85.RES:Rescheduling_interrupts
     44.15 ± 46%    +166.7%     117.75 ± 25%  interrupts.CPU86.RES:Rescheduling_interrupts
     49.15 ± 39%    +133.6%     114.83 ± 12%  interrupts.CPU87.RES:Rescheduling_interrupts
     40.62 ± 23%    +187.2%     116.67 ± 10%  interrupts.CPU9.RES:Rescheduling_interrupts
      3083 ±  4%    +227.7%      10106        interrupts.RES:Rescheduling_interrupts
     51.63 ±  3%     -15.5       36.12 ±  3%  perf-profile.calltrace.cycles-pp.write
     49.57 ±  3%     -14.8       34.82 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     49.22 ±  3%     -14.7       34.51 ±  3%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     48.56 ±  3%     -14.6       33.97 ±  3%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     47.73 ±  3%     -14.4       33.30 ±  3%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     45.73 ±  3%     -14.1       31.60 ±  3%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     44.86 ±  3%     -14.0       30.89 ±  3%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     40.90 ±  3%     -13.1       27.79 ±  3%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
     40.72 ±  3%     -13.1       27.64 ±  3%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write
     35.73 ±  3%     -12.1       23.66 ±  4%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
     24.24 ±  5%      -9.2       15.02 ±  6%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
     19.52 ±  7%      -8.6       10.96 ±  9%  perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
     19.33 ±  7%      -8.5       10.80 ±  9%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
     16.37 ±  9%      -8.0        8.36 ± 12%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
     28.41 ±  8%      -7.9       20.49 ± 10%  perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify
     14.95 ±  8%      -7.9        7.10 ± 12%  perf-profile.calltrace.cycles-pp.__close
     14.94 ±  8%      -7.8        7.09 ± 12%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     14.93 ±  8%      -7.8        7.08 ± 12%  perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     14.94 ±  8%      -7.8        7.09 ± 12%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.__close
     14.93 ±  8%      -7.8        7.08 ± 12%  perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     14.92 ±  9%      -7.8        7.08 ± 12%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe
     14.91 ±  9%      -7.8        7.08 ± 12%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64
     14.90 ±  9%      -7.8        7.06 ± 12%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode
     14.88 ±  9%      -7.8        7.05 ± 12%  perf-profile.calltrace.cycles-pp.__dentry_kill.dput.__fput.task_work_run.exit_to_user_mode_prepare
     28.05 ±  8%      -7.8       20.24 ± 10%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify
     28.05 ±  8%      -7.8       20.24 ± 10%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     28.04 ±  8%      -7.8       20.24 ± 10%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     27.72 ±  8%      -7.7       20.01 ± 10%  perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     27.67 ±  8%      -7.7       19.97 ± 10%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary
     26.84 ±  8%      -7.5       19.33 ± 10%  perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry
     13.92 ±  9%      -6.9        7.02 ± 12%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dput.__fput.task_work_run
     13.90 ±  9%      -6.9        7.00 ± 12%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dput.__fput
      9.49 ± 14%      -5.5        3.98 ± 19%  perf-profile.calltrace.cycles-pp.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill.dput
      9.07 ± 14%      -5.2        3.84 ± 19%  perf-profile.calltrace.cycles-pp.release_pages.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill
      7.83 ± 16%      -4.6        3.26 ± 20%  perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      7.71 ± 16%      -4.5        3.17 ± 21%  perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      6.39 ± 19%      -4.3        2.09 ± 32%  perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      6.36 ± 20%      -4.3        2.07 ± 32%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.release_pages.__pagevec_release.truncate_inode_pages_range
      6.32 ± 20%      -4.3        2.04 ± 32%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.release_pages.__pagevec_release
      5.88 ± 20%      -3.9        1.96 ± 31%  perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page
      5.84 ± 21%      -3.9        1.93 ± 31%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru
      5.80 ± 21%      -3.9        1.90 ± 32%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add
      8.49 ±  4%      -3.4        5.05 ±  7%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      5.34 ±  5%      -2.4        2.97 ± 10%  perf-profile.calltrace.cycles-pp.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      7.31 ±  4%      -2.1        5.25 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      4.72 ±  3%      -1.6        3.14 ±  4%  perf-profile.calltrace.cycles-pp.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      3.39 ±  3%      -1.2        2.18 ±  5%  perf-profile.calltrace.cycles-pp.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply
      2.20 ±  5%      -1.0        1.22 ±  9%  perf-profile.calltrace.cycles-pp.get_mem_cgroup_from_mm.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      2.21 ±  4%      -0.9        1.29 ±  8%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor
      2.23 ±  4%      -0.9        1.33 ±  7%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      2.12 ±  4%      -0.9        1.22 ±  9%  perf-profile.calltrace.cycles-pp.__mem_cgroup_charge.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      2.25 ±  2%      -0.8        1.46 ±  5%  perf-profile.calltrace.cycles-pp.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill.dput
      2.08 ±  3%      -0.8        1.33 ±  6%  perf-profile.calltrace.cycles-pp.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill
      1.86 ±  3%      -0.7        1.15 ±  7%  perf-profile.calltrace.cycles-pp.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict
      3.26 ±  8%      -0.6        2.61 ±  3%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      1.57 ±  5%      -0.6        0.93 ±  8%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range
      1.41 ±  6%      -0.6        0.79 ± 10%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end
      0.89 ±  7%      -0.6        0.27 ±100%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page
      1.27 ±  6%      -0.6        0.70 ± 11%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers
      1.30 ±  6%      -0.6        0.75 ± 10%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      0.92 ±  6%      -0.5        0.38 ± 71%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page
      1.01 ±  7%      -0.5        0.48 ± 45%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page
      2.21 ±  9%      -0.5        1.69 ±  2%  perf-profile.calltrace.cycles-pp.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      1.17 ±  6%      -0.5        0.65 ± 11%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru
      1.26 ±  3%      -0.5        0.76 ±  6%  perf-profile.calltrace.cycles-pp.mem_cgroup_uncharge_list.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      1.67 ±  3%      -0.5        1.17 ±  4%  perf-profile.calltrace.cycles-pp.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill.dput
      1.22 ± 28%      -0.5        0.77 ±  4%  perf-profile.calltrace.cycles-pp.__entry_text_start.write
      2.72 ±  7%      -0.4        2.32 ±  3%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.06 ±  4%      -0.4        0.67 ±  8%  perf-profile.calltrace.cycles-pp.unaccount_page_cache_page.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill
      0.98 ±  5%      -0.4        0.60 ±  8%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.unaccount_page_cache_page.delete_from_page_cache_batch.truncate_inode_pages_range.evict
      2.06 ±  7%      -0.4        1.71 ±  3%  perf-profile.calltrace.cycles-pp.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      0.61 ±  8%      -0.4        0.26 ±100%  perf-profile.calltrace.cycles-pp.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
      1.06 ± 13%      -0.3        0.73 ±  4%  perf-profile.calltrace.cycles-pp.file_update_time.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write
      1.75 ±  7%      -0.3        1.45 ±  3%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.58 ±  8%      -0.3        1.31 ±  3%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.43 ±  8%      -0.2        1.19 ±  3%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply
      0.85 ±  6%      -0.2        0.68 ±  4%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      0.79 ±  7%      -0.2        0.64 ±  3%  perf-profile.calltrace.cycles-pp.iov_iter_fault_in_readable.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      0.90 ±  7%      -0.2        0.75 ±  2%  perf-profile.calltrace.cycles-pp.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      0.71 ±  6%      -0.1        0.58 ±  4%  perf-profile.calltrace.cycles-pp.down_write.xfs_ilock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write
      0.70 ±  7%      -0.1        0.56 ±  4%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      1.20 ±  4%      -0.1        1.08 ±  3%  perf-profile.calltrace.cycles-pp.memset_erms.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.68 ±  7%      -0.1        0.56 ±  3%  perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      0.69 ±  5%      -0.1        0.60 ±  4%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.00            +0.8        0.77 ±  5%  perf-profile.calltrace.cycles-pp.xfs_inactive_ifree.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread
      0.00            +0.8        0.84 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread.kthread
      0.00            +0.8        0.85 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inodegc_worker.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.9        0.90 ±  5%  perf-profile.calltrace.cycles-pp.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.9        0.90 ±  5%  perf-profile.calltrace.cycles-pp.worker_thread.kthread.ret_from_fork
      0.00            +0.9        0.94 ±  5%  perf-profile.calltrace.cycles-pp.ret_from_fork
      0.00            +0.9        0.94 ±  5%  perf-profile.calltrace.cycles-pp.kthread.ret_from_fork
      0.00           +14.8       14.80 ±  7%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
      2.10 ± 11%     +14.8       16.92 ±  6%  perf-profile.calltrace.cycles-pp.creat64
      2.09 ± 11%     +14.8       16.90 ±  6%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      2.09 ± 11%     +14.8       16.90 ±  6%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat64
      2.08 ± 11%     +14.8       16.90 ±  6%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      2.07 ± 11%     +14.8       16.90 ±  6%  perf-profile.calltrace.cycles-pp.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      2.05 ± 11%     +14.8       16.88 ±  6%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.04 ± 11%     +14.8       16.87 ±  6%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64
      0.81 ±  9%     +14.9       15.70 ±  6%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      0.59 ±  9%     +15.1       15.64 ±  5%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.54 ±  9%     +15.2       16.72 ±  4%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      2.27 ± 11%     +15.2       17.51 ±  4%  perf-profile.calltrace.cycles-pp.unlink
      2.25 ± 11%     +15.2       17.49 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.unlink
      2.24 ± 11%     +15.2       17.49 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      2.23 ± 11%     +15.2       17.47 ±  4%  perf-profile.calltrace.cycles-pp.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
     51.75 ±  3%     -15.2       36.56 ±  3%  perf-profile.children.cycles-pp.write
     48.60 ±  3%     -14.6       34.00 ±  3%  perf-profile.children.cycles-pp.ksys_write
     47.78 ±  3%     -14.4       33.33 ±  3%  perf-profile.children.cycles-pp.vfs_write
     45.75 ±  3%     -14.1       31.61 ±  3%  perf-profile.children.cycles-pp.new_sync_write
     44.90 ±  3%     -14.0       30.92 ±  3%  perf-profile.children.cycles-pp.xfs_file_buffered_write
     40.91 ±  3%     -13.1       27.79 ±  3%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     40.75 ±  3%     -13.1       27.66 ±  3%  perf-profile.children.cycles-pp.iomap_apply
     35.80 ±  3%     -12.1       23.71 ±  4%  perf-profile.children.cycles-pp.iomap_write_actor
     24.26 ±  5%      -9.2       15.04 ±  6%  perf-profile.children.cycles-pp.iomap_write_begin
     19.55 ±  7%      -8.6       10.98 ±  9%  perf-profile.children.cycles-pp.grab_cache_page_write_begin
     12.76 ± 20%      -8.6        4.20 ± 31%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
     19.40 ±  7%      -8.5       10.86 ±  9%  perf-profile.children.cycles-pp.pagecache_get_page
     12.87 ± 19%      -8.5        4.35 ± 30%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
     12.66 ± 20%      -8.5        4.17 ± 31%  perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
     16.38 ±  9%      -8.0        8.36 ± 12%  perf-profile.children.cycles-pp.add_to_page_cache_lru
     15.33 ±  8%      -7.9        7.42 ± 11%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode
     28.41 ±  8%      -7.9       20.49 ± 10%  perf-profile.children.cycles-pp.do_idle
     28.41 ±  8%      -7.9       20.49 ± 10%  perf-profile.children.cycles-pp.secondary_startup_64_no_verify
     28.41 ±  8%      -7.9       20.49 ± 10%  perf-profile.children.cycles-pp.cpu_startup_entry
     15.19 ±  8%      -7.9        7.30 ± 12%  perf-profile.children.cycles-pp.exit_to_user_mode_prepare
     14.95 ±  8%      -7.9        7.10 ± 12%  perf-profile.children.cycles-pp.__close
     14.92 ±  8%      -7.8        7.08 ± 12%  perf-profile.children.cycles-pp.dput
     14.92 ±  9%      -7.8        7.08 ± 12%  perf-profile.children.cycles-pp.task_work_run
     14.91 ±  9%      -7.8        7.08 ± 12%  perf-profile.children.cycles-pp.__fput
     14.88 ±  9%      -7.8        7.05 ± 12%  perf-profile.children.cycles-pp.__dentry_kill
     28.08 ±  8%      -7.8       20.25 ± 10%  perf-profile.children.cycles-pp.cpuidle_enter
     28.07 ±  8%      -7.8       20.24 ± 10%  perf-profile.children.cycles-pp.cpuidle_enter_state
     28.05 ±  8%      -7.8       20.24 ± 10%  perf-profile.children.cycles-pp.start_secondary
     27.18 ±  8%      -7.6       19.56 ± 10%  perf-profile.children.cycles-pp.intel_idle
     13.92 ±  9%      -6.9        7.02 ± 12%  perf-profile.children.cycles-pp.evict
     13.90 ±  9%      -6.9        7.00 ± 12%  perf-profile.children.cycles-pp.truncate_inode_pages_range
      9.49 ± 14%      -5.5        3.98 ± 19%  perf-profile.children.cycles-pp.__pagevec_release
      9.20 ± 13%      -5.3        3.93 ± 18%  perf-profile.children.cycles-pp.release_pages
      8.13 ± 16%      -4.8        3.31 ± 21%  perf-profile.children.cycles-pp.__pagevec_lru_add
      7.83 ± 16%      -4.6        3.26 ± 20%  perf-profile.children.cycles-pp.lru_cache_add
      8.50 ±  4%      -3.4        5.06 ±  7%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
      6.99 ±  4%      -2.8        4.16 ±  8%  perf-profile.children.cycles-pp.__mod_lruvec_page_state
      5.98 ±  6%      -2.6        3.43 ± 10%  perf-profile.children.cycles-pp.__mod_memcg_lruvec_state
      5.35 ±  5%      -2.4        2.98 ± 10%  perf-profile.children.cycles-pp.mem_cgroup_charge
      5.22 ±  6%      -2.3        2.90 ± 11%  perf-profile.children.cycles-pp.__mod_memcg_state
      7.34 ±  4%      -2.1        5.28 ±  3%  perf-profile.children.cycles-pp.iomap_write_end
      4.75 ±  3%      -1.6        3.16 ±  4%  perf-profile.children.cycles-pp.__set_page_dirty_nobuffers
      3.41 ±  3%      -1.2        2.19 ±  5%  perf-profile.children.cycles-pp.__set_page_dirty
      2.20 ±  5%      -1.0        1.23 ±  9%  perf-profile.children.cycles-pp.get_mem_cgroup_from_mm
      2.13 ±  5%      -0.9        1.23 ±  9%  perf-profile.children.cycles-pp.__mem_cgroup_charge
      2.25 ±  2%      -0.8        1.46 ±  5%  perf-profile.children.cycles-pp.truncate_cleanup_page
      2.08 ±  3%      -0.7        1.33 ±  6%  perf-profile.children.cycles-pp.__cancel_dirty_page
      4.48 ±  7%      -0.7        3.77 ±  3%  perf-profile.children.cycles-pp.iomap_set_range_uptodate
      1.87 ±  3%      -0.7        1.16 ±  6%  perf-profile.children.cycles-pp.account_page_cleaned
      3.34 ±  8%      -0.7        2.68 ±  3%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_begin
      2.25 ±  9%      -0.5        1.72 ±  2%  perf-profile.children.cycles-pp.xfs_file_write_checks
      1.27 ±  3%      -0.5        0.76 ±  6%  perf-profile.children.cycles-pp.mem_cgroup_uncharge_list
      1.67 ±  3%      -0.5        1.18 ±  4%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      1.06 ±  5%      -0.4        0.68 ±  7%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      2.08 ±  7%      -0.4        1.72 ±  3%  perf-profile.children.cycles-pp.copy_page_from_iter_atomic
      1.08 ± 13%      -0.3        0.74 ±  4%  perf-profile.children.cycles-pp.file_update_time
      1.59 ±  6%      -0.3        1.28 ±  4%  perf-profile.children.cycles-pp.xfs_ilock
      0.78 ±  4%      -0.3        0.49 ±  5%  perf-profile.children.cycles-pp.uncharge_batch
      0.41 ± 19%      -0.3        0.14 ± 28%  perf-profile.children.cycles-pp.lru_add_drain
      0.41 ± 19%      -0.3        0.14 ± 28%  perf-profile.children.cycles-pp.lru_add_drain_cpu
      1.59 ±  8%      -0.3        1.32 ±  2%  perf-profile.children.cycles-pp.copyin
      1.52 ±  7%      -0.3        1.27 ±  3%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      1.37 ±  6%      -0.3        1.12 ±  4%  perf-profile.children.cycles-pp.down_write
      0.57 ± 21%      -0.2        0.32 ± 11%  perf-profile.children.cycles-pp.xfs_vn_update_time
      0.61 ±  5%      -0.2        0.39 ±  4%  perf-profile.children.cycles-pp.page_counter_uncharge
      0.64 ±  6%      -0.2        0.43 ±  9%  perf-profile.children.cycles-pp.lock_page_memcg
      0.47 ±  7%      -0.2        0.26 ± 11%  perf-profile.children.cycles-pp.uncharge_page
      0.91 ±  7%      -0.2        0.74 ±  3%  perf-profile.children.cycles-pp.xfs_iunlock
      0.82 ±  8%      -0.2        0.66 ±  4%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.81 ±  7%      -0.2        0.66 ±  3%  perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.46 ±  5%      -0.2        0.30 ±  4%  perf-profile.children.cycles-pp.page_counter_cancel
      0.93 ±  8%      -0.2        0.77 ±  4%  perf-profile.children.cycles-pp.__entry_text_start
      0.91 ±  7%      -0.2        0.76 ±  2%  perf-profile.children.cycles-pp.__alloc_pages
      0.38 ±  6%      -0.1        0.23 ±  8%  perf-profile.children.cycles-pp.__count_memcg_events
      0.43 ± 16%      -0.1        0.29 ±  7%  perf-profile.children.cycles-pp._raw_spin_lock
      0.36 ±  9%      -0.1        0.23 ± 10%  perf-profile.children.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      1.23 ±  4%      -0.1        1.10 ±  2%  perf-profile.children.cycles-pp.memset_erms
      0.54 ±  6%      -0.1        0.41 ±  5%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_end
      0.53 ±  7%      -0.1        0.40 ±  8%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.86 ±  6%      -0.1        0.74 ±  4%  perf-profile.children.cycles-pp.___might_sleep
      0.35 ±  5%      -0.1        0.22 ±  7%  perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
      0.61 ±  7%      -0.1        0.48 ±  3%  perf-profile.children.cycles-pp.__get_user_nocheck_1
      0.40 ±  6%      -0.1        0.27 ±  5%  perf-profile.children.cycles-pp.try_charge_memcg
      0.76 ±  8%      -0.1        0.63 ±  5%  perf-profile.children.cycles-pp.xas_load
      0.64 ±  7%      -0.1        0.52 ±  4%  perf-profile.children.cycles-pp.up_write
      0.53 ±  7%      -0.1        0.41 ±  4%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.64 ±  8%      -0.1        0.52 ±  5%  perf-profile.children.cycles-pp.__fdget_pos
      0.36 ±  6%      -0.1        0.24 ± 22%  perf-profile.children.cycles-pp.start_kernel
      0.69 ±  7%      -0.1        0.57 ±  2%  perf-profile.children.cycles-pp.get_page_from_freelist
      0.69 ±  8%      -0.1        0.58 ±  3%  perf-profile.children.cycles-pp.xas_store
      0.56 ±  8%      -0.1        0.45 ±  5%  perf-profile.children.cycles-pp.__fget_light
      0.49 ±  5%      -0.1        0.39 ±  4%  perf-profile.children.cycles-pp.__mod_lruvec_state
      0.22 ± 18%      -0.1        0.12 ± 16%  perf-profile.children.cycles-pp.xfs_trans_alloc
      0.18 ± 37%      -0.1        0.09 ± 13%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.28 ±  5%      -0.1        0.19 ±  6%  perf-profile.children.cycles-pp.page_counter_try_charge
      0.38 ±  6%      -0.1        0.30 ±  4%  perf-profile.children.cycles-pp.find_lock_entries
      0.20 ±  6%      -0.1        0.11 ±  9%  perf-profile.children.cycles-pp.propagate_protected_usage
      0.51 ±  9%      -0.1        0.42 ±  4%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.18 ± 21%      -0.1        0.10 ± 19%  perf-profile.children.cycles-pp.xfs_log_reserve
      0.69 ±  5%      -0.1        0.61 ±  4%  perf-profile.children.cycles-pp.security_file_permission
      0.19 ± 19%      -0.1        0.11 ± 17%  perf-profile.children.cycles-pp.xfs_trans_reserve
      0.14 ±  8%      -0.1        0.06 ± 11%  perf-profile.children.cycles-pp.xfs_inactive_truncate
      0.43 ±  9%      -0.1        0.35 ±  6%  perf-profile.children.cycles-pp.__cond_resched
      0.39 ±  5%      -0.1        0.32 ±  4%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.46 ± 10%      -0.1        0.39 ±  6%  perf-profile.children.cycles-pp.xfs_file_write_iter
      0.55 ±  5%      -0.1        0.48 ±  4%  perf-profile.children.cycles-pp.common_file_perm
      0.36 ±  7%      -0.1        0.29 ±  3%  perf-profile.children.cycles-pp.unlock_page
      0.10 ± 24%      -0.1        0.04 ± 87%  perf-profile.children.cycles-pp.xlog_grant_add_space
      0.46 ±  7%      -0.1        0.39 ±  2%  perf-profile.children.cycles-pp.__might_sleep
      0.22 ±  6%      -0.1        0.15 ±  7%  perf-profile.children.cycles-pp.__unlock_page_memcg
      0.09 ± 20%      -0.1        0.03 ±101%  perf-profile.children.cycles-pp.xfs_log_ticket_ungrant
      0.30 ±  9%      -0.1        0.25 ±  4%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      0.19 ±  9%      -0.1        0.14 ± 11%  perf-profile.children.cycles-pp.xfs_read_agi
      0.30 ±  7%      -0.1        0.24 ±  4%  perf-profile.children.cycles-pp.generic_write_checks
      0.25 ±  8%      -0.0        0.20 ±  4%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.17 ±  7%      -0.0        0.12 ±  6%  perf-profile.children.cycles-pp.xfs_iunlink_remove
      0.30 ±  7%      -0.0        0.25 ±  4%  perf-profile.children.cycles-pp.current_time
      0.17 ±  9%      -0.0        0.12 ±  8%  perf-profile.children.cycles-pp.cgroup_rstat_updated
      0.24 ±  7%      -0.0        0.20 ±  3%  perf-profile.children.cycles-pp.node_dirty_ok
      0.07 ± 11%      -0.0        0.02 ± 99%  perf-profile.children.cycles-pp.schedule_idle
      0.16 ±  9%      -0.0        0.12 ±  5%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.15 ± 14%      -0.0        0.11 ± 10%  perf-profile.children.cycles-pp.try_to_wake_up
      0.16 ±  7%      -0.0        0.12 ±  6%  perf-profile.children.cycles-pp.alloc_pages
      0.14 ± 10%      -0.0        0.10 ±  4%  perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack
      0.15 ±  9%      -0.0        0.11 ±  7%  perf-profile.children.cycles-pp.aa_file_perm
      0.10 ±  9%      -0.0        0.07 ± 13%  perf-profile.children.cycles-pp.__down
      0.10 ± 13%      -0.0        0.07 ±  9%  perf-profile.children.cycles-pp.xfs_buf_unlock
      0.10 ±  8%      -0.0        0.07 ± 12%  perf-profile.children.cycles-pp.xfs_buf_lock
      0.11 ± 13%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.xfs_buf_item_release
      0.10 ± 15%      -0.0        0.07 ± 10%  perf-profile.children.cycles-pp.xfs_dir2_node_addname_int
      0.10 ±  8%      -0.0        0.07 ± 12%  perf-profile.children.cycles-pp.down
      0.14 ±  6%      -0.0        0.11 ±  5%  perf-profile.children.cycles-pp.rcu_read_unlock_strict
      0.10 ± 14%      -0.0        0.07 ±  8%  perf-profile.children.cycles-pp.up
      0.07 ±  7%      -0.0        0.04 ± 44%  perf-profile.children.cycles-pp.xas_alloc
      0.09 ±  8%      -0.0        0.06 ± 13%  perf-profile.children.cycles-pp.schedule_timeout
      0.12 ±  8%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.xas_create
      0.12 ±  7%      -0.0        0.09 ±  8%  perf-profile.children.cycles-pp.__list_add_valid
      0.07 ± 10%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.unlock_page_memcg
      0.10 ± 13%      +0.0        0.13 ±  9%  perf-profile.children.cycles-pp.__xfs_btree_check_sblock
      0.14 ±  8%      +0.0        0.18 ±  6%  perf-profile.children.cycles-pp.schedule
      0.14 ± 11%      +0.1        0.19 ±  9%  perf-profile.children.cycles-pp.xfs_btree_increment
      0.16 ± 12%      +0.1        0.22 ±  9%  perf-profile.children.cycles-pp.xfs_btree_check_sblock
      0.17 ± 12%      +0.1        0.23 ±  5%  perf-profile.children.cycles-pp.disk_wrt
      0.14 ± 13%      +0.1        0.20 ±  8%  perf-profile.children.cycles-pp.xfs_btree_get_rec
      0.04 ± 42%      +0.1        0.12 ±  7%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.29 ± 13%      +0.1        0.37 ±  8%  perf-profile.children.cycles-pp.xfs_inobt_get_rec
      0.00            +0.1        0.10 ±  9%  perf-profile.children.cycles-pp.newidle_balance
      0.14 ± 17%      +0.1        0.25 ±  8%  perf-profile.children.cycles-pp.memcpy_erms
      0.17 ± 16%      +0.1        0.31 ±  8%  perf-profile.children.cycles-pp.xfs_buf_item_format_segment
      0.18 ± 16%      +0.1        0.32 ±  8%  perf-profile.children.cycles-pp.xfs_buf_item_format
      0.00            +0.8        0.85 ±  4%  perf-profile.children.cycles-pp.xfs_inodegc_worker
      0.00            +0.9        0.90 ±  5%  perf-profile.children.cycles-pp.process_one_work
      0.00            +0.9        0.90 ±  5%  perf-profile.children.cycles-pp.worker_thread
      0.00 ±346%      +0.9        0.94 ±  5%  perf-profile.children.cycles-pp.kthread
      0.00 ±346%      +0.9        0.94 ±  5%  perf-profile.children.cycles-pp.ret_from_fork
     68.98 ±  3%      +7.4       76.42 ±  2%  perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     68.63 ±  3%      +7.5       76.11 ±  2%  perf-profile.children.cycles-pp.do_syscall_64
      2.11 ± 11%     +14.8       16.93 ±  6%  perf-profile.children.cycles-pp.creat64
      2.08 ± 11%     +14.8       16.90 ±  6%  perf-profile.children.cycles-pp.do_sys_openat2
      2.08 ± 11%     +14.8       16.90 ±  6%  perf-profile.children.cycles-pp.do_sys_open
      2.05 ± 11%     +14.8       16.88 ±  6%  perf-profile.children.cycles-pp.do_filp_open
      2.05 ± 11%     +14.8       16.88 ±  6%  perf-profile.children.cycles-pp.path_openat
      2.28 ± 11%     +15.2       17.52 ±  4%  perf-profile.children.cycles-pp.unlink
      2.23 ± 11%     +15.2       17.47 ±  4%  perf-profile.children.cycles-pp.do_unlinkat
      0.64 ± 10%     +29.8       30.46 ±  6%  perf-profile.children.cycles-pp.osq_lock
      2.36 ±  8%     +30.1       32.42 ±  5%  perf-profile.children.cycles-pp.rwsem_down_write_slowpath
     12.76 ± 20%      -8.6        4.20 ± 31%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
     27.18 ±  8%      -7.6       19.56 ± 10%  perf-profile.self.cycles-pp.intel_idle
      5.20 ±  6%      -2.3        2.88 ± 11%  perf-profile.self.cycles-pp.__mod_memcg_state
      2.17 ±  5%      -1.0        1.21 ±  9%  perf-profile.self.cycles-pp.get_mem_cgroup_from_mm
      2.25 ±  8%      -0.9        1.39 ±  8%  perf-profile.self.cycles-pp.__mod_lruvec_page_state
      4.43 ±  7%      -0.7        3.74 ±  3%  perf-profile.self.cycles-pp.iomap_set_range_uptodate
      1.34 ±  8%      -0.6        0.70 ± 13%  perf-profile.self.cycles-pp.__mem_cgroup_charge
      1.01 ±  7%      -0.5        0.51 ± 14%  perf-profile.self.cycles-pp.mem_cgroup_charge
      1.51 ±  8%      -0.3        1.26 ±  3%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.95 ± 17%      -0.2        0.71 ±  5%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_begin
      1.06 ±  7%      -0.2        0.86 ±  3%  perf-profile.self.cycles-pp.iomap_apply
      0.46 ±  7%      -0.2        0.26 ± 11%  perf-profile.self.cycles-pp.uncharge_page
      0.62 ±  6%      -0.2        0.42 ±  9%  perf-profile.self.cycles-pp.lock_page_memcg
      1.14 ±  5%      -0.2        0.94 ±  3%  perf-profile.self.cycles-pp.pagecache_get_page
      0.63 ±  8%      -0.2        0.44 ±  8%  perf-profile.self.cycles-pp.__mod_memcg_lruvec_state
      0.81 ±  8%      -0.2        0.65 ±  4%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      0.46 ±  5%      -0.2        0.30 ±  4%  perf-profile.self.cycles-pp.page_counter_cancel
      0.70 ±  7%      -0.2        0.54 ±  5%  perf-profile.self.cycles-pp.down_write
      0.38 ±  6%      -0.1        0.23 ±  8%  perf-profile.self.cycles-pp.__count_memcg_events
      0.74 ±  8%      -0.1        0.60 ±  5%  perf-profile.self.cycles-pp.write
      0.36 ±  9%      -0.1        0.22 ±  9%  perf-profile.self.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.51 ±  5%      -0.1        0.38 ±  7%  perf-profile.self.cycles-pp.__pagevec_lru_add
      1.21 ±  5%      -0.1        1.09 ±  3%  perf-profile.self.cycles-pp.memset_erms
      0.41 ±  7%      -0.1        0.29 ±  5%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_end
      0.84 ±  6%      -0.1        0.72 ±  4%  perf-profile.self.cycles-pp.___might_sleep
      0.67 ±  6%      -0.1        0.56 ±  5%  perf-profile.self.cycles-pp.vfs_write
      0.59 ±  8%      -0.1        0.47 ±  4%  perf-profile.self.cycles-pp.__get_user_nocheck_1
      0.47 ±  7%      -0.1        0.36 ±  9%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      0.60 ±  7%      -0.1        0.49 ±  4%  perf-profile.self.cycles-pp.up_write
      0.54 ±  8%      -0.1        0.43 ±  5%  perf-profile.self.cycles-pp.iomap_write_end
      0.59 ±  7%      -0.1        0.49 ±  6%  perf-profile.self.cycles-pp.xfs_file_buffered_write
      0.43 ±  7%      -0.1        0.33 ±  3%  perf-profile.self.cycles-pp.percpu_counter_add_batch
      0.53 ±  9%      -0.1        0.43 ±  6%  perf-profile.self.cycles-pp.__fget_light
      0.50 ±  8%      -0.1        0.40 ±  6%  perf-profile.self.cycles-pp.iomap_write_actor
      0.63 ±  7%      -0.1        0.53 ±  3%  perf-profile.self.cycles-pp.iomap_write_begin
      0.49 ±  8%      -0.1        0.40 ±  4%  perf-profile.self.cycles-pp.copy_page_from_iter_atomic
      0.40 ±  7%      -0.1        0.32 ±  5%  perf-profile.self.cycles-pp.release_pages
      0.48 ±  7%      -0.1        0.40 ±  5%  perf-profile.self.cycles-pp.xas_load
      0.20 ±  6%      -0.1        0.11 ±  6%  perf-profile.self.cycles-pp.propagate_protected_usage
      0.36 ±  9%      -0.1        0.28 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.36 ±  8%      -0.1        0.28 ±  3%  perf-profile.self.cycles-pp.unlock_page
      0.38 ±  4%      -0.1        0.31 ±  5%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.41 ±  8%      -0.1        0.34 ±  6%  perf-profile.self.cycles-pp.__entry_text_start
      0.45 ± 10%      -0.1        0.38 ±  6%  perf-profile.self.cycles-pp.xfs_file_write_iter
      0.10 ± 24%      -0.1        0.04 ± 87%  perf-profile.self.cycles-pp.xlog_grant_add_space
      0.22 ±  6%      -0.1        0.16 ±  5%  perf-profile.self.cycles-pp.page_counter_try_charge
      0.31 ±  7%      -0.1        0.24 ±  3%  perf-profile.self.cycles-pp.find_lock_entries
      0.42 ±  7%      -0.1        0.35 ±  2%  perf-profile.self.cycles-pp.__might_sleep
      0.31 ±  7%      -0.1        0.25 ±  6%  perf-profile.self.cycles-pp.__set_page_dirty_nobuffers
      0.29 ±  9%      -0.1        0.23 ±  6%  perf-profile.self.cycles-pp.new_sync_write
      0.20 ±  8%      -0.1        0.14 ±  9%  perf-profile.self.cycles-pp.__unlock_page_memcg
      0.28 ±  7%      -0.1        0.22 ±  5%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.29 ±  8%      -0.1        0.23 ±  4%  perf-profile.self.cycles-pp.xfs_iunlock
      0.25 ± 12%      -0.1        0.19 ±  6%  perf-profile.self.cycles-pp.xfs_ilock
      0.29 ±  9%      -0.1        0.23 ±  4%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.17 ± 10%      -0.0        0.12 ±  7%  perf-profile.self.cycles-pp.cgroup_rstat_updated
      0.24 ±  8%      -0.0        0.19 ±  4%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.24 ±  9%      -0.0        0.20 ±  6%  perf-profile.self.cycles-pp.exit_to_user_mode_prepare
      0.11 ±  9%      -0.0        0.06 ± 13%  perf-profile.self.cycles-pp.uncharge_batch
      0.28 ±  9%      -0.0        0.24 ±  4%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.08 ± 11%      -0.0        0.04 ± 71%  perf-profile.self.cycles-pp.lock_page_lruvec_irqsave
      0.19 ±  7%      -0.0        0.15 ±  6%  perf-profile.self.cycles-pp.ksys_write
      0.21 ± 11%      -0.0        0.18 ±  5%  perf-profile.self.cycles-pp.file_update_time
      0.22 ±  8%      -0.0        0.18 ±  6%  perf-profile.self.cycles-pp.__cond_resched
      0.21 ±  8%      -0.0        0.17 ±  5%  perf-profile.self.cycles-pp.iov_iter_fault_in_readable
      0.17 ±  9%      -0.0        0.13 ±  6%  perf-profile.self.cycles-pp.node_dirty_ok
      0.15 ±  6%      -0.0        0.12 ±  6%  perf-profile.self.cycles-pp.__set_page_dirty
      0.14 ± 10%      -0.0        0.10 ±  4%  perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack
      0.22 ±  7%      -0.0        0.18 ±  5%  perf-profile.self.cycles-pp.xfs_file_write_checks
      0.13 ± 10%      -0.0        0.09 ±  5%  perf-profile.self.cycles-pp.try_charge_memcg
      0.10 ±  8%      -0.0        0.08        perf-profile.self.cycles-pp.__mod_lruvec_state
      0.15 ±  8%      -0.0        0.12 ±  8%  perf-profile.self.cycles-pp.__alloc_pages
      0.11 ±  8%      -0.0        0.09 ± 10%  perf-profile.self.cycles-pp.__list_add_valid
      0.12 ±  6%      -0.0        0.10 ±  7%  perf-profile.self.cycles-pp.do_syscall_64
      0.15 ±  9%      -0.0        0.12 ±  5%  perf-profile.self.cycles-pp.rmqueue
      0.10 ±  9%      -0.0        0.08 ±  8%  perf-profile.self.cycles-pp.lru_cache_add
      0.10 ±  7%      -0.0        0.07 ±  8%  perf-profile.self.cycles-pp.rcu_read_unlock_strict
      0.08 ±  9%      -0.0        0.06 ±  9%  perf-profile.self.cycles-pp.mem_cgroup_update_lru_size
      0.08 ± 14%      +0.0        0.11 ± 10%  perf-profile.self.cycles-pp.__xfs_btree_check_sblock
      0.02 ±150%      +0.0        0.06 ± 12%  perf-profile.self.cycles-pp.xfs_btree_increment
      0.13 ± 13%      +0.1        0.19 ±  6%  perf-profile.self.cycles-pp.disk_wrt
      0.13 ± 17%      +0.1        0.25 ±  9%  perf-profile.self.cycles-pp.memcpy_erms
      0.63 ± 10%     +29.6       30.28 ±  6%  perf-profile.self.cycles-pp.osq_lock



***************************************************************************************************
lkp-csl-2sp9: 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/md/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/4BRD_12G/xfs/x86_64-rhel-8.3/3000/RAID0/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp9/disk_rw/aim7/0x5003006

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    526533           -17.3%     435198        aim7.jobs-per-min
     34.38           +20.9%      41.56        aim7.time.elapsed_time
     34.38           +20.9%      41.56        aim7.time.elapsed_time.max
      2403 ± 11%   +1237.6%      32144 ±  2%  aim7.time.involuntary_context_switches
    788.78           +37.3%       1082        aim7.time.system_time
    940029           -35.0%     610898        aim7.time.voluntary_context_switches
 2.283e+09           +15.4%  2.635e+09        cpuidle..time
   1685218 ± 66%     -50.0%     843115 ± 87%  numa-meminfo.node1.FilePages
    421246 ± 66%     -49.9%     211129 ± 87%  numa-vmstat.node1.nr_file_pages
     73.41           +10.5%      81.11        uptime.boot
     52582           -19.2%      42477        vmstat.system.cs
     25.36 ±  2%      +3.5       28.83 ±  2%  mpstat.cpu.all.sys%
      1.81            -0.3        1.47        mpstat.cpu.all.usr%
     73.33            -4.4%      70.12        iostat.cpu.idle
     24.91           +14.1%      28.44        iostat.cpu.system
      1.75           -17.9%       1.44        iostat.cpu.user
    777.83           +12.0%     870.86        turbostat.Avg_MHz
     28.07            +3.3       31.42        turbostat.Busy%
      0.51 ± 20%      -0.3        0.20 ±  6%  turbostat.C1%
      6154 ±  3%     +25.8%       7744 ± 15%  softirqs.CPU16.RCU
      6295 ±  6%     +26.7%       7975 ± 20%  softirqs.CPU2.RCU
      5899 ±  6%     +26.6%       7469 ± 15%  softirqs.CPU61.RCU
      5047 ±  3%     +32.7%       6696 ± 27%  softirqs.CPU85.RCU
    516638 ±  2%     +14.0%     589064 ±  2%  softirqs.RCU
    276205            -5.8%     260164        proc-vmstat.nr_dirty
    875981            -1.7%     861422        proc-vmstat.nr_file_pages
    276382            -5.8%     260338        proc-vmstat.nr_inactive_file
    276383            -5.8%     260338        proc-vmstat.nr_zone_inactive_file
    276775            -5.8%     260856        proc-vmstat.nr_zone_write_pending
     13739           +12.1%      15401        proc-vmstat.pgreuse
    888.17 ±  5%     +13.1%       1004 ±  4%  slabinfo.kmalloc-8k.active_objs
    893.33 ±  5%     +13.2%       1011 ±  4%  slabinfo.kmalloc-8k.num_objs
      2441           +10.4%       2695        slabinfo.xfs_buf.active_objs
      2441           +10.4%       2695        slabinfo.xfs_buf.num_objs
      1756 ±  4%     +15.5%       2029 ±  2%  slabinfo.xfs_icr.active_objs
      1756 ±  4%     +15.5%       2029 ±  2%  slabinfo.xfs_icr.num_objs
      2887 ± 10%     +47.5%       4258 ±  7%  slabinfo.xfs_ili.active_objs
      2892 ± 10%     +50.6%       4357 ±  9%  slabinfo.xfs_ili.num_objs
      2796 ±  4%     +47.1%       4113 ±  5%  slabinfo.xfs_inode.active_objs
      2915 ±  2%     +42.0%       4140 ±  5%  slabinfo.xfs_inode.num_objs
     65.17 ± 33%    +235.4%     218.57 ± 26%  interrupts.CPU0.RES:Rescheduling_interrupts
     63.83 ± 24%    +203.5%     193.71 ± 23%  interrupts.CPU1.RES:Rescheduling_interrupts
     47.33 ± 21%    +324.6%     201.00 ± 32%  interrupts.CPU10.RES:Rescheduling_interrupts
     49.33 ± 18%    +248.1%     171.71 ± 23%  interrupts.CPU11.RES:Rescheduling_interrupts
     48.67 ± 29%    +314.8%     201.86 ± 16%  interrupts.CPU12.RES:Rescheduling_interrupts
     51.67 ± 23%    +264.7%     188.43 ± 17%  interrupts.CPU13.RES:Rescheduling_interrupts
     49.83 ± 21%    +252.6%     175.71 ± 17%  interrupts.CPU14.RES:Rescheduling_interrupts
     44.67 ± 15%    +322.2%     188.57 ± 14%  interrupts.CPU15.RES:Rescheduling_interrupts
     52.33 ± 26%    +264.7%     190.86 ± 23%  interrupts.CPU16.RES:Rescheduling_interrupts
     48.33 ± 23%    +326.2%     206.00 ± 16%  interrupts.CPU17.RES:Rescheduling_interrupts
     46.00 ± 22%    +381.7%     221.57 ± 21%  interrupts.CPU18.RES:Rescheduling_interrupts
     46.00 ± 12%    +374.5%     218.29 ± 23%  interrupts.CPU19.RES:Rescheduling_interrupts
     49.33 ± 32%    +309.5%     202.00 ± 30%  interrupts.CPU2.RES:Rescheduling_interrupts
     47.83 ± 17%    +311.2%     196.71 ± 21%  interrupts.CPU20.RES:Rescheduling_interrupts
     48.33 ± 20%    +300.2%     193.43 ± 28%  interrupts.CPU21.RES:Rescheduling_interrupts
     44.17 ± 12%    +341.8%     195.14 ± 24%  interrupts.CPU22.RES:Rescheduling_interrupts
     40.33 ± 19%    +377.8%     192.71 ± 18%  interrupts.CPU23.RES:Rescheduling_interrupts
     41.33 ± 17%    +380.8%     198.71 ±  9%  interrupts.CPU24.RES:Rescheduling_interrupts
     43.83 ± 18%    +335.1%     190.71 ± 16%  interrupts.CPU25.RES:Rescheduling_interrupts
     39.67 ± 19%    +361.0%     182.86 ± 17%  interrupts.CPU26.RES:Rescheduling_interrupts
     38.17 ± 12%    +310.2%     156.57 ± 19%  interrupts.CPU27.RES:Rescheduling_interrupts
     43.67 ± 20%    +354.4%     198.43 ± 13%  interrupts.CPU28.RES:Rescheduling_interrupts
     42.33 ±  6%    +309.0%     173.14 ± 26%  interrupts.CPU29.RES:Rescheduling_interrupts
     61.50 ± 33%    +201.3%     185.29 ± 16%  interrupts.CPU3.RES:Rescheduling_interrupts
     45.00 ± 11%    +363.5%     208.57 ± 20%  interrupts.CPU30.RES:Rescheduling_interrupts
     41.50 ± 17%    +321.0%     174.71 ± 21%  interrupts.CPU31.RES:Rescheduling_interrupts
     37.83 ±  8%    +353.5%     171.57 ±  7%  interrupts.CPU32.RES:Rescheduling_interrupts
     41.17 ± 13%    +325.8%     175.29 ± 23%  interrupts.CPU33.RES:Rescheduling_interrupts
     44.33 ± 26%    +360.8%     204.29 ± 23%  interrupts.CPU34.RES:Rescheduling_interrupts
     38.50 ± 20%    +357.1%     176.00 ± 26%  interrupts.CPU35.RES:Rescheduling_interrupts
     42.00 ± 32%    +361.2%     193.71 ± 13%  interrupts.CPU36.RES:Rescheduling_interrupts
     38.33 ± 10%    +450.1%     210.86 ± 20%  interrupts.CPU37.RES:Rescheduling_interrupts
     51.33 ± 38%    +281.3%     195.71 ± 30%  interrupts.CPU38.RES:Rescheduling_interrupts
     45.83 ± 15%    +268.7%     169.00 ± 19%  interrupts.CPU39.RES:Rescheduling_interrupts
     49.83 ± 21%    +290.4%     194.57 ± 25%  interrupts.CPU4.RES:Rescheduling_interrupts
     46.17 ± 25%    +315.9%     192.00 ± 43%  interrupts.CPU40.RES:Rescheduling_interrupts
     44.17 ± 19%    +351.9%     199.57 ± 18%  interrupts.CPU41.RES:Rescheduling_interrupts
     41.00 ± 29%    +317.4%     171.14 ± 38%  interrupts.CPU42.RES:Rescheduling_interrupts
     58.00 ± 35%    +240.4%     197.43 ± 17%  interrupts.CPU43.RES:Rescheduling_interrupts
     27.67 ± 34%    +672.5%     213.71 ± 37%  interrupts.CPU44.RES:Rescheduling_interrupts
     27.50 ± 33%    +657.9%     208.43 ± 35%  interrupts.CPU45.RES:Rescheduling_interrupts
     27.83 ± 30%    +602.7%     195.57 ± 20%  interrupts.CPU46.RES:Rescheduling_interrupts
     28.50 ± 29%    +535.1%     181.00 ± 11%  interrupts.CPU47.RES:Rescheduling_interrupts
     24.67 ± 39%    +608.9%     174.86 ± 26%  interrupts.CPU48.RES:Rescheduling_interrupts
     24.50 ± 47%    +676.7%     190.29 ± 23%  interrupts.CPU49.RES:Rescheduling_interrupts
     48.67 ± 22%    +297.2%     193.29 ± 13%  interrupts.CPU5.RES:Rescheduling_interrupts
     28.83 ± 33%    +705.6%     232.29 ± 20%  interrupts.CPU50.RES:Rescheduling_interrupts
     30.33 ± 34%    +520.7%     188.29 ± 18%  interrupts.CPU51.RES:Rescheduling_interrupts
     25.50 ± 38%    +708.4%     206.14 ± 26%  interrupts.CPU52.RES:Rescheduling_interrupts
     29.83 ± 37%    +518.2%     184.43 ± 33%  interrupts.CPU53.RES:Rescheduling_interrupts
     27.67 ± 37%    +456.6%     154.00 ± 26%  interrupts.CPU54.RES:Rescheduling_interrupts
     32.67 ± 51%    +542.0%     209.71 ± 17%  interrupts.CPU55.RES:Rescheduling_interrupts
     28.50 ± 38%    +507.5%     173.14 ± 21%  interrupts.CPU56.RES:Rescheduling_interrupts
     26.33 ± 26%    +636.7%     194.00 ± 21%  interrupts.CPU57.RES:Rescheduling_interrupts
     26.00 ± 33%    +631.3%     190.14 ± 22%  interrupts.CPU58.RES:Rescheduling_interrupts
     27.33 ± 30%    +684.0%     214.29 ± 25%  interrupts.CPU59.RES:Rescheduling_interrupts
     53.67 ± 15%    +278.5%     203.14 ± 14%  interrupts.CPU6.RES:Rescheduling_interrupts
     27.00 ± 34%    +634.9%     198.43 ± 24%  interrupts.CPU60.RES:Rescheduling_interrupts
     28.50 ± 33%    +594.7%     198.00 ± 28%  interrupts.CPU61.RES:Rescheduling_interrupts
     35.67 ± 56%    +544.5%     229.86 ± 16%  interrupts.CPU62.RES:Rescheduling_interrupts
     33.33 ± 54%    +473.9%     191.29 ± 17%  interrupts.CPU63.RES:Rescheduling_interrupts
     32.33 ± 54%    +488.5%     190.29 ± 20%  interrupts.CPU64.RES:Rescheduling_interrupts
     28.50 ± 54%    +605.3%     201.00 ± 35%  interrupts.CPU65.RES:Rescheduling_interrupts
     26.33 ± 41%    +650.8%     197.71 ± 16%  interrupts.CPU66.RES:Rescheduling_interrupts
     29.00 ± 36%    +473.4%     166.29 ± 29%  interrupts.CPU67.RES:Rescheduling_interrupts
     24.83 ± 21%    +569.6%     166.29 ± 15%  interrupts.CPU68.RES:Rescheduling_interrupts
     21.17 ± 31%    +765.2%     183.14 ± 25%  interrupts.CPU69.RES:Rescheduling_interrupts
     54.67 ± 26%    +308.2%     223.14 ± 27%  interrupts.CPU7.RES:Rescheduling_interrupts
     22.83 ± 27%    +718.4%     186.86 ± 19%  interrupts.CPU70.RES:Rescheduling_interrupts
     21.67 ± 36%    +766.4%     187.71 ± 25%  interrupts.CPU71.RES:Rescheduling_interrupts
     22.00 ± 37%    +740.3%     184.86 ± 36%  interrupts.CPU72.RES:Rescheduling_interrupts
     24.00 ± 14%    +688.7%     189.29 ± 30%  interrupts.CPU73.RES:Rescheduling_interrupts
     23.17 ± 29%    +644.9%     172.57 ± 15%  interrupts.CPU74.RES:Rescheduling_interrupts
     17.17 ± 44%    +905.3%     172.57 ± 25%  interrupts.CPU75.RES:Rescheduling_interrupts
     21.00 ± 39%    +892.5%     208.43 ± 24%  interrupts.CPU76.RES:Rescheduling_interrupts
     24.00 ± 25%    +617.9%     172.29 ± 33%  interrupts.CPU77.RES:Rescheduling_interrupts
     26.67 ± 28%    +582.5%     182.00 ± 20%  interrupts.CPU78.RES:Rescheduling_interrupts
     16.17 ± 35%    +896.8%     161.14 ± 14%  interrupts.CPU79.RES:Rescheduling_interrupts
     44.50 ± 24%    +300.6%     178.29 ± 23%  interrupts.CPU8.RES:Rescheduling_interrupts
     19.67 ± 42%    +920.6%     200.71 ± 26%  interrupts.CPU80.RES:Rescheduling_interrupts
     17.67 ± 36%    +953.6%     186.14 ± 20%  interrupts.CPU81.RES:Rescheduling_interrupts
     20.67 ± 29%    +886.4%     203.86 ± 18%  interrupts.CPU82.RES:Rescheduling_interrupts
     23.17 ± 12%    +733.7%     193.14 ± 17%  interrupts.CPU83.RES:Rescheduling_interrupts
     53.83 ± 24%    +302.3%     216.57 ± 18%  interrupts.CPU84.RES:Rescheduling_interrupts
     62.83 ± 15%    +223.8%     203.43 ± 17%  interrupts.CPU85.RES:Rescheduling_interrupts
     44.17 ± 10%    +385.8%     214.57 ± 15%  interrupts.CPU86.RES:Rescheduling_interrupts
     61.83 ± 18%    +251.4%     217.29 ± 20%  interrupts.CPU87.RES:Rescheduling_interrupts
     49.17 ± 19%    +250.1%     172.14 ± 19%  interrupts.CPU9.RES:Rescheduling_interrupts
      3322 ± 15%    +409.7%      16932 ±  9%  interrupts.RES:Rescheduling_interrupts



***************************************************************************************************
lkp-cpl-4sp1: 144 threads 4 sockets Intel(R) Xeon(R) Gold 5318H CPU @ 2.50GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/1BRD_48G/xfs/x86_64-rhel-8.3/3000/debian-10.4-x86_64-20200603.cgz/lkp-cpl-4sp1/disk_wrt/aim7/0x700001e

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    504463           -15.6%     425763        aim7.jobs-per-min
     35.89           +18.4%      42.48        aim7.time.elapsed_time
     35.89           +18.4%      42.48        aim7.time.elapsed_time.max
      3105 ±  8%    +452.2%      17145        aim7.time.involuntary_context_switches
      1120 ±  7%     +12.9%       1265 ±  2%  aim7.time.system_time
    904053           -33.8%     598681        aim7.time.voluntary_context_switches
      8602 ± 16%     +19.0%      10240 ± 17%  softirqs.CPU18.SCHED
     49543           -14.5%      42345        vmstat.system.cs
 4.149e+09           +19.3%  4.952e+09        cpuidle..time
   8764843 ± 18%     +26.4%   11078329 ±  2%  cpuidle..usage
      0.13 ±  5%      -0.0        0.11 ±  2%  mpstat.cpu.all.soft%
      0.39 ±  2%      -0.0        0.34 ±  6%  mpstat.cpu.all.usr%
     22503 ±  9%     +16.3%      26165 ±  2%  meminfo.Active
     22503 ±  9%     +16.3%      26165 ±  2%  meminfo.Active(anon)
     19542 ±  6%     -39.6%      11797 ±  8%  meminfo.Dirty
     20205 ±  5%     -38.1%      12512 ±  7%  meminfo.Inactive(file)
     44147 ±  3%      -9.2%      40084        meminfo.Mapped
     70781 ± 16%    +242.5%     242394 ±135%  turbostat.C1
   5961409 ± 39%     +60.2%    9550276 ± 15%  turbostat.C1E
     38.50 ± 43%     -23.8       14.71 ±112%  turbostat.C6%
      3.42 ±121%     -93.5%       0.22 ± 31%  turbostat.CPU%c6
  10832639 ± 18%     +25.6%   13603195        turbostat.IRQ
    380.92            -2.0%     373.35        turbostat.PkgWatt
     37.21            -2.0%      36.48        turbostat.RAMWatt
      4606 ± 18%     -31.9%       3136 ± 14%  numa-meminfo.node0.Dirty
      4437 ± 15%     -35.7%       2855 ±  5%  numa-meminfo.node1.Dirty
      4328 ± 15%     -35.2%       2806 ±  5%  numa-meminfo.node1.Inactive(file)
     32067 ± 44%     -62.1%      12155 ± 63%  numa-meminfo.node2.AnonHugePages
    132519 ± 54%     -58.5%      55028 ± 82%  numa-meminfo.node2.AnonPages
      4559 ± 10%     -40.8%       2699 ±  9%  numa-meminfo.node2.Dirty
      4590 ±  9%     -36.5%       2917 ± 22%  numa-meminfo.node2.Inactive(file)
      4201 ± 10%     -36.6%       2663 ± 11%  numa-meminfo.node3.Dirty
      4466 ± 13%     -38.0%       2770 ± 20%  numa-meminfo.node3.Inactive(file)
     68767 ±125%     -93.6%       4428 ±211%  numa-meminfo.node3.Unevictable
      1302           +14.3%       1488        slabinfo.kmalloc-8k.active_objs
      1310           +14.6%       1501        slabinfo.kmalloc-8k.num_objs
     38628 ±  2%     +14.1%      44094        slabinfo.radix_tree_node.active_objs
    689.33 ±  2%     +14.2%     787.14        slabinfo.radix_tree_node.active_slabs
     38631 ±  2%     +14.1%      44095        slabinfo.radix_tree_node.num_objs
    689.33 ±  2%     +14.2%     787.14        slabinfo.radix_tree_node.num_slabs
      3592           +12.4%       4036        slabinfo.xfs_buf.active_objs
      3592           +12.4%       4036        slabinfo.xfs_buf.num_objs
      2506 ±  7%     +14.9%       2880 ±  4%  slabinfo.xfs_icr.active_objs
      2506 ±  7%     +14.9%       2880 ±  4%  slabinfo.xfs_icr.num_objs
      4212 ±  3%     +18.7%       4998 ±  7%  slabinfo.xfs_inode.active_objs
      4343 ±  6%     +16.9%       5078 ±  8%  slabinfo.xfs_inode.num_objs
      5625 ±  9%     +16.3%       6540 ±  2%  proc-vmstat.nr_active_anon
      4916 ±  8%     -41.6%       2870 ±  8%  proc-vmstat.nr_dirty
     98817            -0.9%      97926        proc-vmstat.nr_inactive_anon
      5076 ±  7%     -40.1%       3041 ±  8%  proc-vmstat.nr_inactive_file
     11040 ±  3%      -9.1%      10037        proc-vmstat.nr_mapped
     37312            +4.3%      38916        proc-vmstat.nr_slab_reclaimable
      5625 ±  9%     +16.3%       6540 ±  2%  proc-vmstat.nr_zone_active_anon
     98817            -0.9%      97926        proc-vmstat.nr_zone_inactive_anon
      5076 ±  7%     -40.1%       3040 ±  8%  proc-vmstat.nr_zone_inactive_file
      4294 ± 10%     -45.2%       2353 ±  7%  proc-vmstat.nr_zone_write_pending
    508816            +4.2%     530068        proc-vmstat.pgfault
     14003 ± 30%     +88.7%      26418 ± 27%  proc-vmstat.pgpgout
     18037            +8.9%      19646        proc-vmstat.pgreuse
      1084 ± 13%     -29.3%     767.14 ± 18%  numa-vmstat.node0.nr_dirty
    886.33 ± 13%     -31.3%     609.14 ± 21%  numa-vmstat.node0.nr_zone_write_pending
      1097 ± 11%     -40.2%     656.14 ± 10%  numa-vmstat.node1.nr_dirty
      1066 ± 11%     -39.7%     642.86 ± 10%  numa-vmstat.node1.nr_inactive_file
      1059 ± 11%     -38.7%     650.00 ± 11%  numa-vmstat.node1.nr_zone_inactive_file
    910.83 ± 10%     -44.7%     504.00 ± 16%  numa-vmstat.node1.nr_zone_write_pending
     33128 ± 54%     -58.5%      13751 ± 82%  numa-vmstat.node2.nr_anon_pages
      1104 ± 10%     -43.6%     622.86 ± 14%  numa-vmstat.node2.nr_dirty
      1130 ± 10%     -40.0%     678.43 ± 26%  numa-vmstat.node2.nr_inactive_file
      1136 ±  9%     -40.4%     676.86 ± 26%  numa-vmstat.node2.nr_zone_inactive_file
    930.00 ± 13%     -48.8%     476.43 ± 18%  numa-vmstat.node2.nr_zone_write_pending
      1047 ± 11%     -40.9%     618.71 ±  8%  numa-vmstat.node3.nr_dirty
      1106 ± 14%     -42.0%     642.00 ± 15%  numa-vmstat.node3.nr_inactive_file
     17191 ±125%     -93.6%       1106 ±211%  numa-vmstat.node3.nr_unevictable
      1109 ± 13%     -41.2%     651.86 ± 15%  numa-vmstat.node3.nr_zone_inactive_file
     17191 ±125%     -93.6%       1106 ±211%  numa-vmstat.node3.nr_zone_unevictable
    859.17 ± 15%     -43.2%     488.43 ±  8%  numa-vmstat.node3.nr_zone_write_pending
     13.40 ± 80%     -69.6%       4.08 ±  2%  perf-stat.i.MPKI
 7.379e+09            -5.2%  6.993e+09        perf-stat.i.branch-instructions
      1.81 ± 57%      -1.0        0.82 ±  6%  perf-stat.i.branch-miss-rate%
  47840499 ±  6%     -20.6%   37976368 ±  2%  perf-stat.i.branch-misses
     28.75 ±  5%      +5.9       34.66 ±  5%  perf-stat.i.cache-miss-rate%
  75129714           -22.6%   58139399        perf-stat.i.cache-misses
 2.146e+08 ±  6%     -32.5%  1.447e+08 ±  2%  perf-stat.i.cache-references
     50592           -14.5%      43260        perf-stat.i.context-switches
      2043 ±  7%     -27.6%       1480 ±  3%  perf-stat.i.cpu-migrations
 1.108e+10            -5.5%  1.047e+10        perf-stat.i.dTLB-loads
      0.03 ± 97%      -0.0        0.01 ±103%  perf-stat.i.dTLB-store-miss-rate%
 6.099e+09           -11.5%  5.398e+09        perf-stat.i.dTLB-stores
  22787604 ±  3%     -17.9%   18709081 ±  2%  perf-stat.i.iTLB-load-misses
 3.847e+10            -5.1%   3.65e+10        perf-stat.i.instructions
    356.37 ± 37%     -39.7%     214.75        perf-stat.i.metric.K/sec
    171.82            -7.0%     159.83        perf-stat.i.metric.M/sec
     11035           -12.1%       9698        perf-stat.i.minor-faults
  15033579           -17.3%   12435108 ±  2%  perf-stat.i.node-load-misses
   3934804           -12.5%    3442655        perf-stat.i.node-store-misses
   3397233           -13.0%    2954936        perf-stat.i.node-stores
     11067           -12.0%       9743        perf-stat.i.page-faults
      5.58 ±  7%     -28.8%       3.97 ±  2%  perf-stat.overall.MPKI
      0.64 ±  6%      -0.1        0.54 ±  2%  perf-stat.overall.branch-miss-rate%
     35.24 ±  6%      +4.9       40.19 ±  2%  perf-stat.overall.cache-miss-rate%
      1387 ±  3%     +27.3%       1767        perf-stat.overall.cycles-between-cache-misses
      1689 ±  4%     +15.5%       1952 ±  2%  perf-stat.overall.instructions-per-iTLB-miss
     88.09            -1.3       86.83        perf-stat.overall.node-load-miss-rate%
 7.256e+09            -5.4%  6.866e+09        perf-stat.ps.branch-instructions
  46715829 ±  6%     -20.4%   37169356 ±  2%  perf-stat.ps.branch-misses
  74050309 ±  2%     -22.9%   57125611        perf-stat.ps.cache-misses
 2.109e+08 ±  6%     -32.6%  1.422e+08 ±  2%  perf-stat.ps.cache-references
     49763           -14.7%      42452        perf-stat.ps.context-switches
      2014 ±  7%     -27.9%       1452 ±  3%  perf-stat.ps.cpu-migrations
  1.09e+10            -5.7%  1.028e+10        perf-stat.ps.dTLB-loads
 6.001e+09           -11.7%  5.301e+09        perf-stat.ps.dTLB-stores
  22429603 ±  3%     -18.1%   18366533 ±  2%  perf-stat.ps.iTLB-load-misses
 3.784e+10            -5.3%  3.583e+10        perf-stat.ps.instructions
     10504           -10.7%       9383        perf-stat.ps.minor-faults
  14814080 ±  2%     -17.6%   12210531 ±  2%  perf-stat.ps.node-load-misses
   3874955           -12.8%    3379452        perf-stat.ps.node-store-misses
   3344531           -13.2%    2903674        perf-stat.ps.node-stores
     10534           -10.5%       9426        perf-stat.ps.page-faults
 1.388e+12           +12.3%  1.559e+12        perf-stat.total.instructions
     89.33 ± 85%    +532.9%     565.43 ±137%  interrupts.33:PCI-MSI.524291-edge.eth0-TxRx-2
     68616 ± 20%     +28.2%      87985        interrupts.CPU0.LOC:Local_timer_interrupts
     68549 ± 20%     +28.3%      87982        interrupts.CPU1.LOC:Local_timer_interrupts
     68545 ± 20%     +28.3%      87973        interrupts.CPU10.LOC:Local_timer_interrupts
     68482 ± 20%     +28.5%      87988        interrupts.CPU100.LOC:Local_timer_interrupts
     68443 ± 20%     +28.5%      87978        interrupts.CPU101.LOC:Local_timer_interrupts
     68437 ± 20%     +28.6%      87977        interrupts.CPU102.LOC:Local_timer_interrupts
     68435 ± 20%     +28.6%      87980        interrupts.CPU103.LOC:Local_timer_interrupts
     68437 ± 20%     +28.5%      87971        interrupts.CPU104.LOC:Local_timer_interrupts
     68460 ± 20%     +28.5%      87970        interrupts.CPU105.LOC:Local_timer_interrupts
     68433 ± 20%     +28.6%      87974        interrupts.CPU106.LOC:Local_timer_interrupts
     68437 ± 20%     +28.5%      87972        interrupts.CPU107.LOC:Local_timer_interrupts
     68463 ± 20%     +28.6%      88033        interrupts.CPU108.LOC:Local_timer_interrupts
     68416 ± 20%     +28.6%      87979        interrupts.CPU109.LOC:Local_timer_interrupts
     89.33 ± 85%    +532.9%     565.43 ±137%  interrupts.CPU11.33:PCI-MSI.524291-edge.eth0-TxRx-2
     68529 ± 20%     +28.4%      87973        interrupts.CPU11.LOC:Local_timer_interrupts
     68431 ± 20%     +28.6%      88000        interrupts.CPU110.LOC:Local_timer_interrupts
     68427 ± 20%     +28.6%      88010        interrupts.CPU111.LOC:Local_timer_interrupts
     68449 ± 20%     +28.6%      88009        interrupts.CPU112.LOC:Local_timer_interrupts
     68455 ± 20%     +28.6%      88013        interrupts.CPU113.LOC:Local_timer_interrupts
     68477 ± 20%     +28.5%      88003        interrupts.CPU114.LOC:Local_timer_interrupts
     68465 ± 20%     +28.6%      88040        interrupts.CPU115.LOC:Local_timer_interrupts
      3231 ±  5%     -20.6%       2564 ± 26%  interrupts.CPU115.NMI:Non-maskable_interrupts
      3231 ±  5%     -20.6%       2564 ± 26%  interrupts.CPU115.PMI:Performance_monitoring_interrupts
     68451 ± 20%     +28.6%      88016        interrupts.CPU116.LOC:Local_timer_interrupts
     68515 ± 20%     +28.5%      88020        interrupts.CPU117.LOC:Local_timer_interrupts
      3277 ±  4%     -20.4%       2610 ± 26%  interrupts.CPU117.NMI:Non-maskable_interrupts
      3277 ±  4%     -20.4%       2610 ± 26%  interrupts.CPU117.PMI:Performance_monitoring_interrupts
     68479 ± 20%     +28.5%      88005        interrupts.CPU118.LOC:Local_timer_interrupts
     68456 ± 20%     +28.6%      88008        interrupts.CPU119.LOC:Local_timer_interrupts
     68540 ± 20%     +28.4%      88027        interrupts.CPU12.LOC:Local_timer_interrupts
     68447 ± 20%     +28.6%      88035        interrupts.CPU120.LOC:Local_timer_interrupts
     68414 ± 20%     +28.6%      88007        interrupts.CPU121.LOC:Local_timer_interrupts
     68357 ± 20%     +28.8%      88010        interrupts.CPU122.LOC:Local_timer_interrupts
     68447 ± 20%     +28.6%      88013        interrupts.CPU123.LOC:Local_timer_interrupts
     68489 ± 20%     +28.5%      88024        interrupts.CPU124.LOC:Local_timer_interrupts
     68486 ± 20%     +28.5%      87998        interrupts.CPU125.LOC:Local_timer_interrupts
     68367 ± 20%     +28.7%      87963        interrupts.CPU126.LOC:Local_timer_interrupts
     68403 ± 20%     +28.6%      87956        interrupts.CPU127.LOC:Local_timer_interrupts
     68409 ± 20%     +28.6%      88003        interrupts.CPU128.LOC:Local_timer_interrupts
     68412 ± 20%     +28.6%      87962        interrupts.CPU129.LOC:Local_timer_interrupts
     68486 ± 20%     +28.5%      87994        interrupts.CPU13.LOC:Local_timer_interrupts
     68433 ± 20%     +28.6%      88026        interrupts.CPU130.LOC:Local_timer_interrupts
     68400 ± 20%     +28.6%      87992        interrupts.CPU131.LOC:Local_timer_interrupts
     68402 ± 20%     +28.6%      87979        interrupts.CPU132.LOC:Local_timer_interrupts
      3197 ±  5%     -21.0%       2524 ± 24%  interrupts.CPU132.NMI:Non-maskable_interrupts
      3197 ±  5%     -21.0%       2524 ± 24%  interrupts.CPU132.PMI:Performance_monitoring_interrupts
     68427 ± 20%     +28.6%      87996        interrupts.CPU133.LOC:Local_timer_interrupts
     68393 ± 20%     +28.6%      87976        interrupts.CPU134.LOC:Local_timer_interrupts
     68404 ± 20%     +28.6%      87997        interrupts.CPU135.LOC:Local_timer_interrupts
      3292 ±  6%     -30.1%       2299 ± 31%  interrupts.CPU135.NMI:Non-maskable_interrupts
      3292 ±  6%     -30.1%       2299 ± 31%  interrupts.CPU135.PMI:Performance_monitoring_interrupts
     68414 ± 20%     +28.6%      87978        interrupts.CPU136.LOC:Local_timer_interrupts
      3154 ±  7%     -26.6%       2315 ± 30%  interrupts.CPU136.NMI:Non-maskable_interrupts
      3154 ±  7%     -26.6%       2315 ± 30%  interrupts.CPU136.PMI:Performance_monitoring_interrupts
     68325 ± 20%     +28.7%      87962        interrupts.CPU137.LOC:Local_timer_interrupts
      3172 ±  6%     -27.8%       2290 ± 30%  interrupts.CPU137.NMI:Non-maskable_interrupts
      3172 ±  6%     -27.8%       2290 ± 30%  interrupts.CPU137.PMI:Performance_monitoring_interrupts
     68416 ± 20%     +28.6%      87953        interrupts.CPU138.LOC:Local_timer_interrupts
     68421 ± 20%     +28.6%      87979        interrupts.CPU139.LOC:Local_timer_interrupts
      3118 ±  6%     -27.0%       2275 ± 31%  interrupts.CPU139.NMI:Non-maskable_interrupts
      3118 ±  6%     -27.0%       2275 ± 31%  interrupts.CPU139.PMI:Performance_monitoring_interrupts
     68470 ± 20%     +28.5%      87968        interrupts.CPU14.LOC:Local_timer_interrupts
     68420 ± 20%     +28.6%      87978        interrupts.CPU140.LOC:Local_timer_interrupts
      3173 ±  6%     -27.7%       2293 ± 30%  interrupts.CPU140.NMI:Non-maskable_interrupts
      3173 ±  6%     -27.7%       2293 ± 30%  interrupts.CPU140.PMI:Performance_monitoring_interrupts
     68384 ± 20%     +28.6%      87973        interrupts.CPU141.LOC:Local_timer_interrupts
     68395 ± 20%     +28.6%      87957        interrupts.CPU142.LOC:Local_timer_interrupts
     68332 ± 20%     +28.8%      87985        interrupts.CPU143.LOC:Local_timer_interrupts
      3216 ±  6%     -20.5%       2555 ± 26%  interrupts.CPU143.NMI:Non-maskable_interrupts
      3216 ±  6%     -20.5%       2555 ± 26%  interrupts.CPU143.PMI:Performance_monitoring_interrupts
     68529 ± 20%     +28.3%      87955        interrupts.CPU15.LOC:Local_timer_interrupts
     68492 ± 20%     +28.4%      87924        interrupts.CPU16.LOC:Local_timer_interrupts
     68498 ± 20%     +28.5%      88009        interrupts.CPU17.LOC:Local_timer_interrupts
     68389 ± 20%     +28.7%      88017        interrupts.CPU18.LOC:Local_timer_interrupts
     68458 ± 20%     +28.6%      88011        interrupts.CPU19.LOC:Local_timer_interrupts
     68511 ± 20%     +28.3%      87929        interrupts.CPU2.LOC:Local_timer_interrupts
     68440 ± 20%     +28.6%      87989        interrupts.CPU20.LOC:Local_timer_interrupts
     68476 ± 20%     +28.5%      88008        interrupts.CPU21.LOC:Local_timer_interrupts
     68518 ± 20%     +28.5%      88031        interrupts.CPU22.LOC:Local_timer_interrupts
     68461 ± 20%     +28.5%      87984        interrupts.CPU23.LOC:Local_timer_interrupts
     68487 ± 20%     +28.5%      87984        interrupts.CPU24.LOC:Local_timer_interrupts
     68504 ± 20%     +28.4%      87993        interrupts.CPU25.LOC:Local_timer_interrupts
     68469 ± 20%     +28.5%      87995        interrupts.CPU26.LOC:Local_timer_interrupts
     68458 ± 20%     +28.5%      87944        interrupts.CPU27.LOC:Local_timer_interrupts
     68536 ± 20%     +28.4%      87999        interrupts.CPU28.LOC:Local_timer_interrupts
     68489 ± 20%     +28.5%      88001        interrupts.CPU29.LOC:Local_timer_interrupts
     68515 ± 20%     +28.4%      87981        interrupts.CPU3.LOC:Local_timer_interrupts
     68477 ± 20%     +28.5%      88005        interrupts.CPU30.LOC:Local_timer_interrupts
     68461 ± 20%     +28.6%      88017        interrupts.CPU31.LOC:Local_timer_interrupts
     68487 ± 20%     +28.6%      88069        interrupts.CPU32.LOC:Local_timer_interrupts
     68499 ± 20%     +28.5%      88006        interrupts.CPU33.LOC:Local_timer_interrupts
     68507 ± 20%     +28.5%      88038        interrupts.CPU34.LOC:Local_timer_interrupts
     68529 ± 20%     +28.5%      88049        interrupts.CPU35.LOC:Local_timer_interrupts
     68511 ± 20%     +28.5%      88051        interrupts.CPU36.LOC:Local_timer_interrupts
     68527 ± 20%     +28.5%      88028        interrupts.CPU37.LOC:Local_timer_interrupts
     68508 ± 20%     +28.6%      88076        interrupts.CPU38.LOC:Local_timer_interrupts
     68439 ± 20%     +28.7%      88072        interrupts.CPU39.LOC:Local_timer_interrupts
     68490 ± 20%     +28.3%      87846        interrupts.CPU4.LOC:Local_timer_interrupts
     68413 ± 20%     +28.7%      88044        interrupts.CPU40.LOC:Local_timer_interrupts
     68472 ± 20%     +28.6%      88046        interrupts.CPU41.LOC:Local_timer_interrupts
     68454 ± 20%     +28.6%      88018        interrupts.CPU42.LOC:Local_timer_interrupts
     68486 ± 20%     +28.6%      88060        interrupts.CPU43.LOC:Local_timer_interrupts
     68410 ± 20%     +28.7%      88067        interrupts.CPU44.LOC:Local_timer_interrupts
     68466 ± 20%     +28.6%      88041        interrupts.CPU45.LOC:Local_timer_interrupts
     68471 ± 20%     +28.5%      88015        interrupts.CPU46.LOC:Local_timer_interrupts
     68454 ± 20%     +28.6%      88006        interrupts.CPU47.LOC:Local_timer_interrupts
     68461 ± 20%     +28.6%      88031        interrupts.CPU48.LOC:Local_timer_interrupts
     68422 ± 20%     +28.7%      88037        interrupts.CPU49.LOC:Local_timer_interrupts
     68556 ± 20%     +28.4%      88013        interrupts.CPU5.LOC:Local_timer_interrupts
     68426 ± 20%     +28.6%      87998        interrupts.CPU50.LOC:Local_timer_interrupts
     68462 ± 20%     +28.5%      88006        interrupts.CPU51.LOC:Local_timer_interrupts
     68450 ± 20%     +28.6%      88056        interrupts.CPU52.LOC:Local_timer_interrupts
     68486 ± 20%     +28.5%      88021        interrupts.CPU53.LOC:Local_timer_interrupts
     68408 ± 20%     +28.5%      87925        interrupts.CPU54.LOC:Local_timer_interrupts
     68413 ± 20%     +28.6%      87979        interrupts.CPU55.LOC:Local_timer_interrupts
     68473 ± 20%     +28.6%      88031        interrupts.CPU56.LOC:Local_timer_interrupts
     68461 ± 20%     +28.5%      87996        interrupts.CPU57.LOC:Local_timer_interrupts
      3286 ±  5%      -8.8%       2995 ±  6%  interrupts.CPU57.NMI:Non-maskable_interrupts
      3286 ±  5%      -8.8%       2995 ±  6%  interrupts.CPU57.PMI:Performance_monitoring_interrupts
     68458 ± 20%     +28.6%      88046        interrupts.CPU58.LOC:Local_timer_interrupts
     68433 ± 20%     +28.6%      88019        interrupts.CPU59.LOC:Local_timer_interrupts
      3236 ±  4%     -14.0%       2783 ± 20%  interrupts.CPU59.NMI:Non-maskable_interrupts
      3236 ±  4%     -14.0%       2783 ± 20%  interrupts.CPU59.PMI:Performance_monitoring_interrupts
     68510 ± 20%     +28.5%      88018        interrupts.CPU6.LOC:Local_timer_interrupts
     68435 ± 20%     +28.6%      87993        interrupts.CPU60.LOC:Local_timer_interrupts
     68395 ± 20%     +28.7%      88015        interrupts.CPU61.LOC:Local_timer_interrupts
     68422 ± 20%     +28.6%      88005        interrupts.CPU62.LOC:Local_timer_interrupts
     68438 ± 20%     +28.6%      88005        interrupts.CPU63.LOC:Local_timer_interrupts
     68426 ± 20%     +28.6%      88005        interrupts.CPU64.LOC:Local_timer_interrupts
     68413 ± 20%     +28.6%      88006        interrupts.CPU65.LOC:Local_timer_interrupts
     68437 ± 20%     +28.5%      87963        interrupts.CPU66.LOC:Local_timer_interrupts
     68439 ± 20%     +28.6%      87984        interrupts.CPU67.LOC:Local_timer_interrupts
     68398 ± 20%     +28.6%      87992        interrupts.CPU68.LOC:Local_timer_interrupts
     68386 ± 20%     +28.7%      88020        interrupts.CPU69.LOC:Local_timer_interrupts
     68491 ± 20%     +28.5%      87988        interrupts.CPU7.LOC:Local_timer_interrupts
     68432 ± 20%     +28.5%      87961        interrupts.CPU70.LOC:Local_timer_interrupts
     68433 ± 20%     +28.7%      88057        interrupts.CPU71.LOC:Local_timer_interrupts
     68483 ± 20%     +28.4%      87903        interrupts.CPU72.LOC:Local_timer_interrupts
     68474 ± 20%     +28.5%      87988        interrupts.CPU73.LOC:Local_timer_interrupts
     68540 ± 20%     +28.4%      87981        interrupts.CPU74.LOC:Local_timer_interrupts
     68464 ± 20%     +28.3%      87864        interrupts.CPU75.LOC:Local_timer_interrupts
     68522 ± 20%     +28.3%      87914        interrupts.CPU76.LOC:Local_timer_interrupts
     68527 ± 20%     +28.4%      87998        interrupts.CPU77.LOC:Local_timer_interrupts
     68521 ± 20%     +28.4%      87996        interrupts.CPU78.LOC:Local_timer_interrupts
     68515 ± 20%     +28.4%      87972        interrupts.CPU79.LOC:Local_timer_interrupts
     68529 ± 20%     +28.4%      87998        interrupts.CPU8.LOC:Local_timer_interrupts
     68575 ± 20%     +28.2%      87934        interrupts.CPU80.LOC:Local_timer_interrupts
     68534 ± 20%     +28.4%      87972        interrupts.CPU81.LOC:Local_timer_interrupts
     68516 ± 20%     +28.3%      87940        interrupts.CPU82.LOC:Local_timer_interrupts
     68503 ± 20%     +28.4%      87982        interrupts.CPU83.LOC:Local_timer_interrupts
     68482 ± 20%     +28.3%      87895        interrupts.CPU84.LOC:Local_timer_interrupts
     68446 ± 20%     +28.5%      87953        interrupts.CPU85.LOC:Local_timer_interrupts
     68528 ± 20%     +28.4%      87971        interrupts.CPU86.LOC:Local_timer_interrupts
     68530 ± 20%     +28.4%      87975        interrupts.CPU87.LOC:Local_timer_interrupts
     68547 ± 20%     +28.4%      88021        interrupts.CPU88.LOC:Local_timer_interrupts
     68553 ± 20%     +28.4%      88029        interrupts.CPU89.LOC:Local_timer_interrupts
     68507 ± 20%     +28.1%      87788        interrupts.CPU9.LOC:Local_timer_interrupts
     68435 ± 20%     +28.6%      87999        interrupts.CPU90.LOC:Local_timer_interrupts
     68449 ± 20%     +28.5%      87984        interrupts.CPU91.LOC:Local_timer_interrupts
     68409 ± 20%     +28.6%      87971        interrupts.CPU92.LOC:Local_timer_interrupts
     68521 ± 20%     +28.4%      87984        interrupts.CPU93.LOC:Local_timer_interrupts
     68482 ± 20%     +28.5%      87979        interrupts.CPU94.LOC:Local_timer_interrupts
     68505 ± 20%     +28.5%      88016        interrupts.CPU95.LOC:Local_timer_interrupts
     68508 ± 20%     +28.4%      87991        interrupts.CPU96.LOC:Local_timer_interrupts
     68458 ± 20%     +28.6%      88007        interrupts.CPU97.LOC:Local_timer_interrupts
     68478 ± 20%     +28.5%      87997        interrupts.CPU98.LOC:Local_timer_interrupts
     68485 ± 20%     +28.5%      88003        interrupts.CPU99.LOC:Local_timer_interrupts
    103.00 ± 36%     -96.1%       4.00 ±139%  interrupts.IWI:IRQ_work_interrupts
   9858923 ± 20%     +28.5%   12671097        interrupts.LOC:Local_timer_interrupts
      2739 ±  6%    +138.4%       6532 ±  2%  interrupts.RES:Rescheduling_interrupts
     53.63 ±  2%     -20.1       33.52 ±  4%  perf-profile.calltrace.cycles-pp.write
     52.70 ±  2%     -19.9       32.77 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     52.49 ±  2%     -19.9       32.60 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     52.12 ±  2%     -19.8       32.30 ±  4%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     51.63 ±  2%     -19.7       31.91 ±  4%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     50.46 ±  2%     -19.5       30.95 ±  4%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     49.95 ±  2%     -19.4       30.54 ±  5%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     47.06 ±  2%     -18.5       28.57 ±  5%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
     46.95 ±  2%     -18.5       28.49 ±  5%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write
     44.06 ±  2%     -17.9       26.15 ±  5%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
     32.38 ±  3%     -14.1       18.28 ±  7%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
     28.98 ±  4%     -13.6       15.38 ±  8%  perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
     28.87 ±  4%     -13.6       15.30 ±  8%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
     27.02 ±  4%     -13.3       13.76 ±  9%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
     19.56 ±  3%      -9.3       10.27 ±  6%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
     17.83 ±  5%      -9.2        8.61 ± 10%  perf-profile.calltrace.cycles-pp.__close
     17.82 ±  5%      -9.2        8.61 ± 10%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     17.82 ±  5%      -9.2        8.61 ± 10%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.__close
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe
     17.80 ±  5%      -9.2        8.59 ± 10%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode
     17.78 ±  5%      -9.2        8.58 ± 10%  perf-profile.calltrace.cycles-pp.__dentry_kill.dput.__fput.task_work_run.exit_to_user_mode_prepare
     17.07 ±  5%      -8.5        8.55 ± 10%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dput.__fput.task_work_run
     17.05 ±  5%      -8.5        8.54 ± 10%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dput.__fput
     14.50 ±  3%      -7.1        7.40 ±  7%  perf-profile.calltrace.cycles-pp.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
     10.43 ±  7%      -5.6        4.85 ± 14%  perf-profile.calltrace.cycles-pp.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill.dput
     10.08 ±  7%      -5.4        4.70 ± 14%  perf-profile.calltrace.cycles-pp.release_pages.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill
      7.42 ± 10%      -4.0        3.46 ± 17%  perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      7.35 ± 10%      -4.0        3.40 ± 18%  perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      9.05 ±  3%      -3.3        5.76 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      5.06 ± 14%      -3.0        2.06 ± 26%  perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      7.23 ±  3%      -3.0        4.25 ±  4%  perf-profile.calltrace.cycles-pp.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      5.00 ± 14%      -3.0        2.03 ± 26%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.release_pages.__pagevec_release.truncate_inode_pages_range
      4.98 ± 14%      -3.0        2.01 ± 26%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.release_pages.__pagevec_release
      4.90 ± 14%      -2.9        2.02 ± 26%  perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page
      4.82 ± 14%      -2.8        1.97 ± 26%  perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru
      4.80 ± 14%      -2.8        1.96 ± 27%  perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_cache_add
      5.54 ±  3%      -2.7        2.89 ±  7%  perf-profile.calltrace.cycles-pp.__mem_cgroup_charge.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      5.39 ±  3%      -2.6        2.76 ±  6%  perf-profile.calltrace.cycles-pp.get_mem_cgroup_from_mm.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      6.03 ±  3%      -2.6        3.42 ±  4%  perf-profile.calltrace.cycles-pp.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply
      4.65 ±  4%      -2.2        2.49 ±  6%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor
      4.43 ±  4%      -2.0        2.39 ±  6%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      3.88 ±  2%      -1.8        2.10 ±  6%  perf-profile.calltrace.cycles-pp.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill.dput
      3.73 ±  2%      -1.7        2.00 ±  6%  perf-profile.calltrace.cycles-pp.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill
      3.59 ±  3%      -1.7        1.89 ±  6%  perf-profile.calltrace.cycles-pp.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict
      3.34 ±  2%      -1.7        1.67 ±  7%  perf-profile.calltrace.cycles-pp.mem_cgroup_uncharge_list.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      3.35 ±  3%      -1.6        1.73 ±  7%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range
      3.34 ±  3%      -1.6        1.76 ±  6%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end
      3.24 ±  3%      -1.5        1.69 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers
      3.00 ±  4%      -1.4        1.58 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      2.89 ±  4%      -1.4        1.50 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru
      2.46 ±  3%      -1.2        1.24 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page
      2.36 ±  3%      -1.2        1.18 ±  8%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.account_page_cleaned.__cancel_dirty_page
      2.45 ±  4%      -1.1        1.36 ±  5%  perf-profile.calltrace.cycles-pp.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill.dput
      2.12 ±  5%      -1.0        1.10 ±  6%  perf-profile.calltrace.cycles-pp.unaccount_page_cache_page.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill
      2.08 ±  5%      -1.0        1.06 ±  7%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.unaccount_page_cache_page.delete_from_page_cache_batch.truncate_inode_pages_range.evict
      1.67 ±  4%      -0.9        0.75 ± 10%  perf-profile.calltrace.cycles-pp.uncharge_page.mem_cgroup_uncharge_list.release_pages.__pagevec_release.truncate_inode_pages_range
      1.89 ±  5%      -0.9        0.98 ±  8%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page
      1.79 ±  5%      -0.9        0.92 ±  9%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru
      1.67 ±  3%      -0.8        0.91 ±  6%  perf-profile.calltrace.cycles-pp.uncharge_batch.mem_cgroup_uncharge_list.release_pages.__pagevec_release.truncate_inode_pages_range
      1.50 ±  5%      -0.7        0.75 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.__mod_lruvec_page_state.unaccount_page_cache_page.delete_from_page_cache_batch.truncate_inode_pages_range
      1.90 ±  9%      -0.7        1.18 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      1.40 ±  5%      -0.7        0.69 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.__mod_lruvec_page_state.unaccount_page_cache_page.delete_from_page_cache_batch
      1.25 ±  3%      -0.6        0.64 ±  7%  perf-profile.calltrace.cycles-pp.__mod_memcg_lruvec_state.release_pages.__pagevec_release.truncate_inode_pages_range.evict
      1.24 ± 13%      -0.6        0.65 ±  6%  perf-profile.calltrace.cycles-pp.file_update_time.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write
      1.15 ±  3%      -0.6        0.58 ±  8%  perf-profile.calltrace.cycles-pp.__mod_memcg_state.__mod_memcg_lruvec_state.release_pages.__pagevec_release.truncate_inode_pages_range
      1.13 ±  4%      -0.5        0.64 ±  6%  perf-profile.calltrace.cycles-pp.page_counter_uncharge.uncharge_batch.mem_cgroup_uncharge_list.release_pages.__pagevec_release
      1.91 ±  3%      -0.3        1.57 ±  5%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      2.06 ±  5%      -0.3        1.75 ±  4%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.61 ±  6%      -0.2        0.37 ± 63%  perf-profile.calltrace.cycles-pp.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      1.21 ±  5%      -0.2        0.99 ±  4%  perf-profile.calltrace.cycles-pp.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      1.31 ±  6%      -0.2        1.10 ±  4%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.92 ±  5%      -0.2        0.76 ±  4%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.84 ±  5%      -0.1        0.69 ±  5%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply
      0.87 ±  5%      -0.1        0.75 ±  5%  perf-profile.calltrace.cycles-pp.memset_erms.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.00            +0.6        0.61 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive_ifree.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread
      0.00            +0.7        0.67 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread.kthread
      0.00            +0.7        0.67 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inodegc_worker.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.68 ±  4%  perf-profile.calltrace.cycles-pp.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.69 ±  4%  perf-profile.calltrace.cycles-pp.worker_thread.kthread.ret_from_fork
      0.00            +0.7        0.70 ±  4%  perf-profile.calltrace.cycles-pp.ret_from_fork
      0.00            +0.7        0.70 ±  4%  perf-profile.calltrace.cycles-pp.kthread.ret_from_fork
      1.56 ± 13%     +13.1       14.63 ±  4%  perf-profile.calltrace.cycles-pp.creat64
      1.55 ± 13%     +13.1       14.62 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat64
      1.55 ± 13%     +13.1       14.62 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.55 ± 13%     +13.1       14.61 ±  4%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.54 ± 13%     +13.1       14.61 ±  4%  perf-profile.calltrace.cycles-pp.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.53 ± 13%     +13.1       14.60 ±  4%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.52 ± 13%     +13.1       14.60 ±  4%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64
      0.00           +13.1       13.12 ±  4%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
      0.64 ± 11%     +13.2       13.81 ±  4%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      1.78 ± 11%     +15.5       17.26 ±  4%  perf-profile.calltrace.cycles-pp.unlink
      1.76 ± 11%     +15.5       17.25 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.unlink
      1.76 ± 11%     +15.5       17.25 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      1.75 ± 11%     +15.5       17.24 ±  4%  perf-profile.calltrace.cycles-pp.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      1.23 ±  7%     +15.5       16.72 ±  4%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      0.09 ±223%     +15.8       15.89 ±  4%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
     53.94 ±  2%     -20.2       33.77 ±  4%  perf-profile.children.cycles-pp.write
     52.16 ±  2%     -19.8       32.32 ±  4%  perf-profile.children.cycles-pp.ksys_write
     51.68 ±  2%     -19.7       31.93 ±  4%  perf-profile.children.cycles-pp.vfs_write
     50.49 ±  2%     -19.5       30.96 ±  4%  perf-profile.children.cycles-pp.new_sync_write
     49.97 ±  2%     -19.4       30.55 ±  5%  perf-profile.children.cycles-pp.xfs_file_buffered_write
     47.06 ±  2%     -18.5       28.58 ±  5%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     46.96 ±  2%     -18.5       28.50 ±  5%  perf-profile.children.cycles-pp.iomap_apply
     44.09 ±  2%     -17.9       26.18 ±  5%  perf-profile.children.cycles-pp.iomap_write_actor
     32.39 ±  3%     -14.1       18.29 ±  7%  perf-profile.children.cycles-pp.iomap_write_begin
     29.00 ±  4%     -13.6       15.40 ±  8%  perf-profile.children.cycles-pp.grab_cache_page_write_begin
     28.92 ±  4%     -13.6       15.33 ±  8%  perf-profile.children.cycles-pp.pagecache_get_page
     27.02 ±  4%     -13.3       13.76 ±  9%  perf-profile.children.cycles-pp.add_to_page_cache_lru
     19.57 ±  3%      -9.3       10.27 ±  6%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
     18.04 ±  5%      -9.3        8.78 ±  9%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode
     17.96 ±  5%      -9.3        8.71 ± 10%  perf-profile.children.cycles-pp.exit_to_user_mode_prepare
     17.83 ±  5%      -9.2        8.61 ± 10%  perf-profile.children.cycles-pp.__close
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.children.cycles-pp.__fput
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.children.cycles-pp.dput
     17.81 ±  5%      -9.2        8.60 ± 10%  perf-profile.children.cycles-pp.task_work_run
     17.78 ±  5%      -9.2        8.58 ± 10%  perf-profile.children.cycles-pp.__dentry_kill
     17.07 ±  5%      -8.5        8.55 ± 10%  perf-profile.children.cycles-pp.evict
     17.05 ±  5%      -8.5        8.54 ± 10%  perf-profile.children.cycles-pp.truncate_inode_pages_range
     14.52 ±  3%      -7.1        7.41 ±  7%  perf-profile.children.cycles-pp.mem_cgroup_charge
     14.53 ±  4%      -6.9        7.67 ±  6%  perf-profile.children.cycles-pp.__mod_lruvec_page_state
     13.51 ±  3%      -6.5        6.99 ±  7%  perf-profile.children.cycles-pp.__mod_memcg_lruvec_state
     12.88 ±  4%      -6.3        6.57 ±  7%  perf-profile.children.cycles-pp.__mod_memcg_state
     10.59 ± 13%      -6.3        4.32 ± 25%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
     10.27 ± 14%      -6.1        4.21 ± 26%  perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
     10.33 ± 14%      -6.0        4.29 ± 25%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
     10.43 ±  7%      -5.6        4.85 ± 14%  perf-profile.children.cycles-pp.__pagevec_release
     10.17 ±  7%      -5.4        4.76 ± 13%  perf-profile.children.cycles-pp.release_pages
      7.70 ± 10%      -4.1        3.55 ± 18%  perf-profile.children.cycles-pp.__pagevec_lru_add
      7.43 ± 10%      -4.0        3.46 ± 17%  perf-profile.children.cycles-pp.lru_cache_add
      9.07 ±  3%      -3.3        5.77 ±  3%  perf-profile.children.cycles-pp.iomap_write_end
      7.25 ±  3%      -3.0        4.26 ±  4%  perf-profile.children.cycles-pp.__set_page_dirty_nobuffers
      5.56 ±  3%      -2.7        2.90 ±  7%  perf-profile.children.cycles-pp.__mem_cgroup_charge
      5.40 ±  3%      -2.6        2.77 ±  6%  perf-profile.children.cycles-pp.get_mem_cgroup_from_mm
      6.04 ±  3%      -2.6        3.43 ±  4%  perf-profile.children.cycles-pp.__set_page_dirty
      3.88 ±  2%      -1.8        2.10 ±  6%  perf-profile.children.cycles-pp.truncate_cleanup_page
      3.73 ±  2%      -1.7        2.00 ±  6%  perf-profile.children.cycles-pp.__cancel_dirty_page
      3.60 ±  3%      -1.7        1.90 ±  6%  perf-profile.children.cycles-pp.account_page_cleaned
      3.35 ±  2%      -1.7        1.67 ±  7%  perf-profile.children.cycles-pp.mem_cgroup_uncharge_list
      2.45 ±  4%      -1.1        1.36 ±  5%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      2.12 ±  5%      -1.0        1.10 ±  6%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      1.67 ±  4%      -0.9        0.76 ± 10%  perf-profile.children.cycles-pp.uncharge_page
      1.67 ±  3%      -0.8        0.91 ±  6%  perf-profile.children.cycles-pp.uncharge_batch
      1.92 ±  8%      -0.7        1.20 ±  4%  perf-profile.children.cycles-pp.xfs_file_write_checks
      1.25 ± 13%      -0.6        0.66 ±  6%  perf-profile.children.cycles-pp.file_update_time
      0.95 ± 17%      -0.5        0.43 ±  9%  perf-profile.children.cycles-pp.xfs_vn_update_time
      3.37 ±  5%      -0.5        2.85 ±  4%  perf-profile.children.cycles-pp.iomap_set_range_uptodate
      1.17 ±  4%      -0.5        0.67 ±  7%  perf-profile.children.cycles-pp.page_counter_uncharge
      0.80 ±  4%      -0.4        0.43 ±  5%  perf-profile.children.cycles-pp.__count_memcg_events
      1.96 ±  3%      -0.3        1.62 ±  5%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_begin
      1.30 ± 11%      -0.3        0.96 ±  4%  perf-profile.children.cycles-pp.__xfs_trans_commit
      1.28 ± 11%      -0.3        0.95 ±  4%  perf-profile.children.cycles-pp.xlog_cil_commit
      0.73 ±  6%      -0.3        0.43 ±  5%  perf-profile.children.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.67 ± 15%      -0.3        0.37 ±  9%  perf-profile.children.cycles-pp._raw_spin_lock
      0.75 ±  5%      -0.3        0.45 ±  7%  perf-profile.children.cycles-pp.page_counter_cancel
      0.65 ±  5%      -0.3        0.36 ±  6%  perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
      0.56 ±  3%      -0.3        0.30 ±  6%  perf-profile.children.cycles-pp.propagate_protected_usage
      0.68 ±  5%      -0.2        0.45 ±  7%  perf-profile.children.cycles-pp.lock_page_memcg
      1.22 ±  5%      -0.2        1.00 ±  4%  perf-profile.children.cycles-pp.copy_page_from_iter_atomic
      0.59 ±  4%      -0.2        0.37 ±  4%  perf-profile.children.cycles-pp.try_charge_memcg
      0.34 ± 13%      -0.2        0.15 ± 24%  perf-profile.children.cycles-pp.lru_add_drain
      0.34 ± 13%      -0.2        0.15 ± 24%  perf-profile.children.cycles-pp.lru_add_drain_cpu
      0.88 ± 11%      -0.2        0.69 ±  5%  perf-profile.children.cycles-pp.xlog_cil_insert_items
      0.47 ±  3%      -0.2        0.29 ±  5%  perf-profile.children.cycles-pp.page_counter_try_charge
      0.30 ± 22%      -0.2        0.12 ± 13%  perf-profile.children.cycles-pp.xfs_trans_alloc
      0.28 ± 22%      -0.2        0.10 ± 16%  perf-profile.children.cycles-pp.xfs_log_reserve
      0.93 ±  5%      -0.2        0.77 ±  4%  perf-profile.children.cycles-pp.copyin
      0.28 ± 22%      -0.2        0.11 ± 14%  perf-profile.children.cycles-pp.xfs_trans_reserve
      0.91 ±  3%      -0.2        0.75 ±  3%  perf-profile.children.cycles-pp.xfs_ilock
      0.90 ±  5%      -0.2        0.74 ±  4%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      0.79 ±  4%      -0.1        0.65 ±  2%  perf-profile.children.cycles-pp.down_write
      0.50 ±  4%      -0.1        0.37 ±  5%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.46 ±  4%      -0.1        0.34 ±  3%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.89 ±  5%      -0.1        0.77 ±  5%  perf-profile.children.cycles-pp.memset_erms
      0.18 ± 21%      -0.1        0.06 ± 20%  perf-profile.children.cycles-pp.xlog_grant_add_space
      0.53 ±  5%      -0.1        0.41 ±  5%  perf-profile.children.cycles-pp.xfs_iunlock
      0.20 ± 49%      -0.1        0.08 ± 10%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.54 ±  5%      -0.1        0.44 ±  5%  perf-profile.children.cycles-pp.__entry_text_start
      0.62 ±  6%      -0.1        0.52 ±  4%  perf-profile.children.cycles-pp.__alloc_pages
      0.32 ±  2%      -0.1        0.22 ±  6%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_end
      0.50 ±  3%      -0.1        0.41 ±  4%  perf-profile.children.cycles-pp.___might_sleep
      0.37 ± 11%      -0.1        0.28 ±  2%  perf-profile.children.cycles-pp.xfs_trans_read_buf_map
      0.45 ±  6%      -0.1        0.36 ±  4%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.38 ±  5%      -0.1        0.29 ±  5%  perf-profile.children.cycles-pp.up_write
      0.49 ±  4%      -0.1        0.40 ±  5%  perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.42 ±  5%      -0.1        0.34 ±  4%  perf-profile.children.cycles-pp.security_file_permission
      0.41 ±  3%      -0.1        0.33 ±  2%  perf-profile.children.cycles-pp.xas_store
      0.25 ±  6%      -0.1        0.17 ±  4%  perf-profile.children.cycles-pp.__unlock_page_memcg
      0.49 ±  7%      -0.1        0.41 ±  4%  perf-profile.children.cycles-pp.get_page_from_freelist
      0.38 ±  5%      -0.1        0.30 ±  4%  perf-profile.children.cycles-pp.__fdget_pos
      0.12 ± 12%      -0.1        0.05        perf-profile.children.cycles-pp.xfs_inactive_truncate
      0.34 ±  5%      -0.1        0.27 ±  4%  perf-profile.children.cycles-pp.common_file_perm
      0.19 ±  7%      -0.1        0.12 ± 10%  perf-profile.children.cycles-pp.xfs_bmbt_to_iomap
      0.32 ±  5%      -0.1        0.26 ±  4%  perf-profile.children.cycles-pp.__fget_light
      0.22 ±  9%      -0.1        0.16 ±  5%  perf-profile.children.cycles-pp.xfs_buf_find
      0.35 ±  4%      -0.1        0.29 ±  6%  perf-profile.children.cycles-pp.__get_user_nocheck_1
      0.25 ±  8%      -0.1        0.18 ±  4%  perf-profile.children.cycles-pp.xfs_buf_read_map
      0.24 ±  9%      -0.1        0.17 ±  4%  perf-profile.children.cycles-pp.xfs_buf_get_map
      0.30 ±  4%      -0.1        0.25 ±  4%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.29 ±  5%      -0.1        0.23 ±  4%  perf-profile.children.cycles-pp.__mod_lruvec_state
      0.16 ±  8%      -0.1        0.11 ±  4%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.16 ± 10%      -0.1        0.10 ±  4%  perf-profile.children.cycles-pp.xfs_read_agi
      0.28 ±  7%      -0.1        0.23 ± 10%  perf-profile.children.cycles-pp.xfs_file_write_iter
      0.14 ± 10%      -0.1        0.09 ± 10%  perf-profile.children.cycles-pp.rcu_core
      0.23 ±  2%      -0.1        0.18 ±  7%  perf-profile.children.cycles-pp.find_lock_entries
      0.27 ±  4%      -0.0        0.22 ±  5%  perf-profile.children.cycles-pp.__might_sleep
      0.11 ± 10%      -0.0        0.06 ± 12%  perf-profile.children.cycles-pp.rcu_do_batch
      0.24 ±  5%      -0.0        0.19 ±  4%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.25 ±  4%      -0.0        0.21 ±  4%  perf-profile.children.cycles-pp.__cond_resched
      0.07 ±  9%      -0.0        0.03 ± 86%  perf-profile.children.cycles-pp.schedule_timeout
      0.10 ±  9%      -0.0        0.06 ± 10%  perf-profile.children.cycles-pp.kmem_cache_free
      0.18 ±  8%      -0.0        0.14 ±  5%  perf-profile.children.cycles-pp.current_time
      0.22 ± 11%      -0.0        0.18 ±  4%  perf-profile.children.cycles-pp.rmqueue
      0.22 ±  7%      -0.0        0.18 ±  6%  perf-profile.children.cycles-pp.unlock_page
      0.08 ± 10%      -0.0        0.04 ± 40%  perf-profile.children.cycles-pp.down
      0.08 ± 10%      -0.0        0.04 ± 40%  perf-profile.children.cycles-pp.__down
      0.12 ±  5%      -0.0        0.08 ±  7%  perf-profile.children.cycles-pp.xas_create
      0.12 ± 22%      -0.0        0.08 ±  4%  perf-profile.children.cycles-pp.xfs_dir2_node_addname
      0.12 ± 21%      -0.0        0.08 ±  4%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.14 ±  6%      -0.0        0.11 ±  7%  perf-profile.children.cycles-pp.xfs_iunlink_remove
      0.06 ±  7%      -0.0        0.03 ± 86%  perf-profile.children.cycles-pp.file_remove_privs
      0.11 ±  3%      -0.0        0.08 ±  5%  perf-profile.children.cycles-pp.cgroup_rstat_updated
      0.09 ±  6%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.xas_alloc
      0.18 ±  5%      -0.0        0.15 ±  4%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      0.14 ± 18%      -0.0        0.11 ±  7%  perf-profile.children.cycles-pp.xfs_da_read_buf
      0.16 ±  4%      -0.0        0.13 ±  5%  perf-profile.children.cycles-pp.generic_write_checks
      0.08 ±  8%      -0.0        0.05 ±  6%  perf-profile.children.cycles-pp.xfs_buf_lock
      0.11 ±  8%      -0.0        0.08 ±  5%  perf-profile.children.cycles-pp.xfs_btree_lookup
      0.14 ±  5%      -0.0        0.12 ±  8%  perf-profile.children.cycles-pp.node_dirty_ok
      0.10 ± 16%      -0.0        0.08 ±  6%  perf-profile.children.cycles-pp.try_to_wake_up
      0.08 ±  8%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.xfs_btree_lookup_get_block
      0.19 ±  7%      -0.0        0.17 ±  4%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.07 ±  9%      -0.0        0.04 ± 41%  perf-profile.children.cycles-pp.xfs_btree_read_buf_block
      0.07 ± 10%      -0.0        0.04 ± 41%  perf-profile.children.cycles-pp.balance_dirty_pages
      0.14 ±  9%      -0.0        0.11 ±  4%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.12 ±  6%      -0.0        0.09 ±  5%  perf-profile.children.cycles-pp.rcu_all_qs
      0.06 ± 11%      -0.0        0.04 ± 40%  perf-profile.children.cycles-pp.iomap_page_create
      0.09 ±  6%      -0.0        0.07 ±  5%  perf-profile.children.cycles-pp.file_modified
      0.07 ± 20%      -0.0        0.05 ±  6%  perf-profile.children.cycles-pp.xfs_dir2_node_addname_int
      0.12 ±  7%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.free_unref_page_list
      0.07 ±  8%      -0.0        0.05        perf-profile.children.cycles-pp.up
      0.07 ± 12%      -0.0        0.05 ±  9%  perf-profile.children.cycles-pp.xfs_buf_unlock
      0.08 ± 17%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.xfs_vn_lookup
      0.10 ±  5%      -0.0        0.08 ±  7%  perf-profile.children.cycles-pp.page_mapping
      0.08 ±  9%      -0.0        0.06 ±  5%  perf-profile.children.cycles-pp.xfs_buf_item_release
      0.09 ±  7%      -0.0        0.07 ±  4%  perf-profile.children.cycles-pp.xfs_bmapi_reserve_delalloc
      0.09 ±  7%      -0.0        0.07 ±  4%  perf-profile.children.cycles-pp.aa_file_perm
      0.08 ±  5%      -0.0        0.07 ±  6%  perf-profile.children.cycles-pp.rcu_read_unlock_strict
      0.07 ±  5%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.__list_add_valid
      0.08 ±  7%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack
      0.07 ± 11%      -0.0        0.05 ±  9%  perf-profile.children.cycles-pp.xa_get_order
      0.06 ±  6%      -0.0        0.05        perf-profile.children.cycles-pp.timestamp_truncate
      0.04 ± 47%      +0.0        0.09 ±  5%  perf-profile.children.cycles-pp.__xfs_btree_check_sblock
      0.04 ± 45%      +0.0        0.09 ±  8%  perf-profile.children.cycles-pp.load_balance
      0.07 ± 14%      +0.0        0.12 ±  7%  perf-profile.children.cycles-pp.xfs_btree_get_rec
      0.07 ± 14%      +0.1        0.13 ±  6%  perf-profile.children.cycles-pp.xfs_btree_increment
      0.08 ± 17%      +0.1        0.14 ±  6%  perf-profile.children.cycles-pp.xfs_btree_check_sblock
      0.01 ±223%      +0.1        0.07 ±  9%  perf-profile.children.cycles-pp.update_sd_lb_stats
      0.16 ± 12%      +0.1        0.23 ±  5%  perf-profile.children.cycles-pp.xfs_inobt_get_rec
      0.01 ±223%      +0.1        0.08 ±  9%  perf-profile.children.cycles-pp.find_busiest_group
      0.01 ±223%      +0.1        0.08 ±  6%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.00            +0.1        0.07        perf-profile.children.cycles-pp.newidle_balance
      0.15 ± 19%      +0.1        0.23 ±  4%  perf-profile.children.cycles-pp.memcpy_erms
      0.17 ± 20%      +0.1        0.28 ±  4%  perf-profile.children.cycles-pp.xfs_buf_item_format_segment
      0.18 ± 19%      +0.1        0.29 ±  4%  perf-profile.children.cycles-pp.xfs_buf_item_format
      0.31 ± 10%      +0.1        0.42 ±  5%  perf-profile.children.cycles-pp.xfs_check_agi_freecount
      0.00            +0.7        0.67 ±  4%  perf-profile.children.cycles-pp.xfs_inodegc_worker
      0.00            +0.7        0.68 ±  4%  perf-profile.children.cycles-pp.process_one_work
      0.00            +0.7        0.69 ±  4%  perf-profile.children.cycles-pp.worker_thread
      0.00            +0.7        0.70 ±  4%  perf-profile.children.cycles-pp.ret_from_fork
      0.00            +0.7        0.70 ±  4%  perf-profile.children.cycles-pp.kthread
      1.55 ± 13%     +13.1       14.62 ±  4%  perf-profile.children.cycles-pp.do_sys_open
      1.57 ± 13%     +13.1       14.63 ±  4%  perf-profile.children.cycles-pp.creat64
      1.55 ± 13%     +13.1       14.62 ±  4%  perf-profile.children.cycles-pp.do_sys_openat2
      1.53 ± 13%     +13.1       14.60 ±  4%  perf-profile.children.cycles-pp.do_filp_open
      1.53 ± 13%     +13.1       14.60 ±  4%  perf-profile.children.cycles-pp.path_openat
      1.79 ± 11%     +15.5       17.27 ±  4%  perf-profile.children.cycles-pp.unlink
      1.75 ± 11%     +15.5       17.24 ±  4%  perf-profile.children.cycles-pp.do_unlinkat
      0.49 ±  7%     +28.5       29.02 ±  4%  perf-profile.children.cycles-pp.osq_lock
      1.87 ±  8%     +28.7       30.53 ±  4%  perf-profile.children.cycles-pp.rwsem_down_write_slowpath
     12.87 ±  4%      -6.3        6.57 ±  7%  perf-profile.self.cycles-pp.__mod_memcg_state
     10.59 ± 13%      -6.3        4.32 ± 25%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      5.35 ±  3%      -2.6        2.74 ±  6%  perf-profile.self.cycles-pp.get_mem_cgroup_from_mm
      4.24 ±  4%      -2.1        2.12 ±  8%  perf-profile.self.cycles-pp.__mem_cgroup_charge
      4.01 ±  6%      -1.8        2.16 ±  7%  perf-profile.self.cycles-pp.__mod_lruvec_page_state
      3.54 ±  3%      -1.8        1.73 ±  8%  perf-profile.self.cycles-pp.mem_cgroup_charge
      1.65 ±  4%      -0.9        0.75 ± 10%  perf-profile.self.cycles-pp.uncharge_page
      3.35 ±  5%      -0.5        2.84 ±  4%  perf-profile.self.cycles-pp.iomap_set_range_uptodate
      0.80 ±  4%      -0.4        0.43 ±  5%  perf-profile.self.cycles-pp.__count_memcg_events
      0.73 ±  6%      -0.3        0.42 ±  5%  perf-profile.self.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.74 ±  5%      -0.3        0.44 ±  8%  perf-profile.self.cycles-pp.page_counter_cancel
      0.56 ±  3%      -0.3        0.29 ±  6%  perf-profile.self.cycles-pp.propagate_protected_usage
      0.67 ±  6%      -0.2        0.44 ±  7%  perf-profile.self.cycles-pp.lock_page_memcg
      0.54 ±  4%      -0.2        0.36 ±  5%  perf-profile.self.cycles-pp.__mod_memcg_lruvec_state
      0.33 ±  4%      -0.2        0.16 ±  6%  perf-profile.self.cycles-pp.uncharge_batch
      0.89 ±  5%      -0.2        0.73 ±  4%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.71 ±  4%      -0.1        0.56 ±  5%  perf-profile.self.cycles-pp.pagecache_get_page
      0.33 ±  4%      -0.1        0.21 ±  6%  perf-profile.self.cycles-pp.page_counter_try_charge
      0.54 ±  4%      -0.1        0.42 ±  5%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_begin
      0.88 ±  5%      -0.1        0.76 ±  5%  perf-profile.self.cycles-pp.memset_erms
      0.18 ± 21%      -0.1        0.06 ± 20%  perf-profile.self.cycles-pp.xlog_grant_add_space
      0.60 ±  5%      -0.1        0.49 ±  4%  perf-profile.self.cycles-pp.iomap_apply
      0.43 ±  4%      -0.1        0.32 ±  3%  perf-profile.self.cycles-pp.percpu_counter_add_batch
      0.40 ±  5%      -0.1        0.29 ±  4%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      0.48 ±  2%      -0.1        0.40 ±  4%  perf-profile.self.cycles-pp.___might_sleep
      0.44 ±  6%      -0.1        0.35 ±  5%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      0.24 ±  3%      -0.1        0.16 ±  5%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_end
      0.31 ±  4%      -0.1        0.23 ±  6%  perf-profile.self.cycles-pp.__pagevec_lru_add
      0.42 ±  6%      -0.1        0.34 ±  2%  perf-profile.self.cycles-pp.down_write
      0.24 ±  5%      -0.1        0.16 ±  4%  perf-profile.self.cycles-pp.__unlock_page_memcg
      0.36 ±  5%      -0.1        0.28 ±  6%  perf-profile.self.cycles-pp.up_write
      0.42 ±  5%      -0.1        0.35 ±  6%  perf-profile.self.cycles-pp.write
      0.39 ±  8%      -0.1        0.31 ±  5%  perf-profile.self.cycles-pp.vfs_write
      0.33 ±  6%      -0.1        0.26 ± 10%  perf-profile.self.cycles-pp.xfs_file_buffered_write
      0.33 ±  5%      -0.1        0.26 ±  7%  perf-profile.self.cycles-pp.iomap_write_end
      0.14 ±  7%      -0.1        0.08 ±  8%  perf-profile.self.cycles-pp.lock_page_lruvec_irqsave
      0.18 ±  8%      -0.1        0.12 ± 12%  perf-profile.self.cycles-pp.xfs_bmbt_to_iomap
      0.31 ±  6%      -0.1        0.24 ±  4%  perf-profile.self.cycles-pp.__fget_light
      0.34 ±  4%      -0.1        0.28 ±  5%  perf-profile.self.cycles-pp.__get_user_nocheck_1
      0.37 ±  5%      -0.1        0.31 ±  6%  perf-profile.self.cycles-pp.iomap_write_begin
      0.30 ±  8%      -0.1        0.24 ±  5%  perf-profile.self.cycles-pp.iomap_write_actor
      0.23 ±  3%      -0.1        0.18 ±  6%  perf-profile.self.cycles-pp.release_pages
      0.28 ±  8%      -0.1        0.23 ± 10%  perf-profile.self.cycles-pp.xfs_file_write_iter
      0.26 ±  5%      -0.1        0.20 ±  5%  perf-profile.self.cycles-pp.common_file_perm
      0.28 ±  6%      -0.1        0.23 ±  4%  perf-profile.self.cycles-pp.copy_page_from_iter_atomic
      0.25 ±  6%      -0.1        0.20 ±  8%  perf-profile.self.cycles-pp.__entry_text_start
      0.19 ±  3%      -0.0        0.15 ±  8%  perf-profile.self.cycles-pp.find_lock_entries
      0.24 ±  5%      -0.0        0.19 ±  7%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.19 ±  6%      -0.0        0.14 ±  5%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.23 ±  5%      -0.0        0.19 ±  4%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.27 ±  8%      -0.0        0.23 ±  6%  perf-profile.self.cycles-pp.xas_load
      0.14 ±  6%      -0.0        0.10 ±  8%  perf-profile.self.cycles-pp.try_charge_memcg
      0.22 ±  7%      -0.0        0.18 ±  5%  perf-profile.self.cycles-pp.unlock_page
      0.16 ±  3%      -0.0        0.12 ±  5%  perf-profile.self.cycles-pp.xfs_iunlock
      0.13 ±  8%      -0.0        0.09 ± 17%  perf-profile.self.cycles-pp.exit_to_user_mode_prepare
      0.18 ±  6%      -0.0        0.15 ±  5%  perf-profile.self.cycles-pp.__set_page_dirty_nobuffers
      0.11 ±  3%      -0.0        0.08 ±  9%  perf-profile.self.cycles-pp.cgroup_rstat_updated
      0.24 ±  4%      -0.0        0.20 ±  5%  perf-profile.self.cycles-pp.__might_sleep
      0.13 ±  8%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.__set_page_dirty
      0.21 ±  6%      -0.0        0.18 ±  8%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.17 ±  9%      -0.0        0.14 ±  8%  perf-profile.self.cycles-pp._raw_spin_lock
      0.17 ±  4%      -0.0        0.14 ±  6%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.16 ±  5%      -0.0        0.13 ±  6%  perf-profile.self.cycles-pp.new_sync_write
      0.19 ±  8%      -0.0        0.16 ±  6%  perf-profile.self.cycles-pp.__list_del_entry_valid
      0.10 ± 18%      -0.0        0.07 ±  7%  perf-profile.self.cycles-pp.xlog_cil_commit
      0.12 ±  6%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.file_update_time
      0.12 ±  5%      -0.0        0.10 ±  9%  perf-profile.self.cycles-pp.xfs_file_write_checks
      0.13 ±  6%      -0.0        0.10 ±  6%  perf-profile.self.cycles-pp.__cond_resched
      0.13 ±  3%      -0.0        0.11 ±  5%  perf-profile.self.cycles-pp.xfs_ilock
      0.06            -0.0        0.04 ± 63%  perf-profile.self.cycles-pp.lru_cache_add
      0.10 ±  3%      -0.0        0.07 ±  6%  perf-profile.self.cycles-pp.node_dirty_ok
      0.15 ±  3%      -0.0        0.12 ±  3%  perf-profile.self.cycles-pp.xas_store
      0.12 ±  7%      -0.0        0.10 ±  9%  perf-profile.self.cycles-pp.ksys_write
      0.09 ±  5%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.__alloc_pages
      0.10 ±  6%      -0.0        0.08 ±  4%  perf-profile.self.cycles-pp.iomap_file_buffered_write
      0.07 ±  8%      -0.0        0.05 ±  6%  perf-profile.self.cycles-pp.__list_add_valid
      0.10 ±  3%      -0.0        0.08 ±  6%  perf-profile.self.cycles-pp.page_mapping
      0.08 ±  5%      -0.0        0.07 ±  5%  perf-profile.self.cycles-pp.generic_write_checks
      0.08 ±  4%      -0.0        0.07 ±  7%  perf-profile.self.cycles-pp.rcu_all_qs
      0.08 ±  7%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack
      0.07 ±  6%      -0.0        0.06 ±  5%  perf-profile.self.cycles-pp.aa_file_perm
      0.08 ±  6%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.__cancel_dirty_page
      0.08 ±  6%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.generic_write_check_limits
      0.11 ±  9%      +0.0        0.15 ±  5%  perf-profile.self.cycles-pp.disk_wrt
      0.00            +0.1        0.05 ±  9%  perf-profile.self.cycles-pp.update_sd_lb_stats
      0.01 ±223%      +0.1        0.07 ±  6%  perf-profile.self.cycles-pp.__xfs_btree_check_sblock
      0.14 ± 22%      +0.1        0.23 ±  4%  perf-profile.self.cycles-pp.memcpy_erms
      0.49 ±  6%     +28.3       28.82 ±  4%  perf-profile.self.cycles-pp.osq_lock



***************************************************************************************************
lkp-csl-2sp9: 88 threads 2 sockets Intel(R) Xeon(R) Gold 6238M CPU @ 2.10GHz with 128G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/md/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/4BRD_12G/xfs/x86_64-rhel-8.3/3000/RAID1/debian-10.4-x86_64-20200603.cgz/lkp-csl-2sp9/disk_rw/aim7/0x5003006

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    520213           -16.4%     434879        aim7.jobs-per-min
     34.81           +19.5%      41.59        aim7.time.elapsed_time
     34.81           +19.5%      41.59        aim7.time.elapsed_time.max
      2570         +1164.3%      32495 ±  2%  aim7.time.involuntary_context_switches
    784.33           +36.9%       1073        aim7.time.system_time
    940492           -35.1%     610759        aim7.time.voluntary_context_switches
 2.287e+09           +12.8%   2.58e+09        cpuidle..time
      3449 ± 37%    +291.5%      13505 ± 51%  vmstat.io.bo
     52228           -16.4%      43680        vmstat.system.cs
     73.11            -5.9%      68.84        iostat.cpu.idle
     25.02 ±  2%     +15.9%      28.99        iostat.cpu.system
      1.77           -13.2%       1.53 ±  2%  iostat.cpu.user
     15268 ±  6%     +42.2%      21710 ±  6%  meminfo.Active
     14936 ±  6%     +43.7%      21470 ±  6%  meminfo.Active(anon)
     27780 ±  5%     +23.2%      34238 ±  5%  meminfo.Shmem
     12727 ± 16%     +58.9%      20224 ±  7%  numa-meminfo.node1.Active
     12687 ± 16%     +59.4%      20224 ±  7%  numa-meminfo.node1.Active(anon)
     22324 ± 17%     +33.9%      29885 ± 11%  numa-meminfo.node1.Shmem
      0.07 ± 96%     -89.7%       0.01 ± 49%  perf-sched.sch_delay.avg.ms.pipe_read.new_sync_read.vfs_read.ksys_read
      1.38 ±105%     -93.6%       0.09 ±173%  perf-sched.sch_delay.max.ms.pipe_read.new_sync_read.vfs_read.ksys_read
      2.95 ± 24%     -39.1%       1.80 ±  3%  perf-sched.wait_and_delay.max.ms.pipe_read.new_sync_read.vfs_read.ksys_read
      5879 ±  4%     +31.8%       7748 ± 24%  softirqs.CPU28.RCU
      5854 ±  5%     +31.5%       7695 ± 27%  softirqs.CPU74.RCU
    539818 ±  2%     +13.6%     613376 ±  3%  softirqs.RCU
      1.18 ±  9%      -0.1        1.07 ±  8%  mpstat.cpu.all.irq%
      0.14 ±  4%      -0.0        0.12 ±  2%  mpstat.cpu.all.soft%
     24.98 ±  2%      +4.0       28.96        mpstat.cpu.all.sys%
      1.81            -0.3        1.56 ±  2%  mpstat.cpu.all.usr%
      7705 ± 44%    +133.9%      18021 ± 30%  numa-vmstat.node0.nr_written
      3171 ± 16%     +59.4%       5056 ±  7%  numa-vmstat.node1.nr_active_anon
      5580 ± 17%     +33.9%       7471 ± 11%  numa-vmstat.node1.nr_shmem
      3171 ± 16%     +59.4%       5056 ±  7%  numa-vmstat.node1.nr_zone_active_anon
    784.00           +13.1%     886.83        turbostat.Avg_MHz
     28.74 ±  2%      +3.5       32.19        turbostat.Busy%
   6829051 ±  4%     +19.6%    8165424 ±  4%  turbostat.IRQ
     61.30            -2.0%      60.07        turbostat.RAMWatt
      1883           +18.9%       2238 ±  2%  slabinfo.kmalloc-4k.active_objs
      1897           +19.2%       2261 ±  2%  slabinfo.kmalloc-4k.num_objs
     23909           +12.7%      26935        slabinfo.kmalloc-512.num_objs
    960.50           +10.6%       1062        slabinfo.kmalloc-8k.num_objs
      2865 ±  8%     +47.4%       4224 ±  8%  slabinfo.xfs_ili.active_objs
      2865 ±  8%     +51.1%       4329 ± 11%  slabinfo.xfs_ili.num_objs
      2715 ±  8%     +44.7%       3928 ±  8%  slabinfo.xfs_inode.active_objs
      2894 ± 10%     +36.7%       3957 ±  8%  slabinfo.xfs_inode.num_objs
      3733 ±  6%     +43.8%       5367 ±  6%  proc-vmstat.nr_active_anon
    276678            -4.6%     263917        proc-vmstat.nr_dirty
    881833            -1.3%     870430        proc-vmstat.nr_file_pages
    277293            -4.7%     264132        proc-vmstat.nr_inactive_file
     59615            +1.9%      60718        proc-vmstat.nr_kernel_stack
      6944 ±  5%     +23.3%       8559 ±  5%  proc-vmstat.nr_shmem
     34298            +3.9%      35650        proc-vmstat.nr_slab_reclaimable
     74442            +2.7%      76415        proc-vmstat.nr_slab_unreclaimable
     26496 ± 47%    +300.1%     106015 ± 73%  proc-vmstat.nr_written
      3733 ±  6%     +43.8%       5367 ±  6%  proc-vmstat.nr_zone_active_anon
    277294            -4.7%     264131        proc-vmstat.nr_zone_inactive_file
    277453            -4.3%     265582        proc-vmstat.nr_zone_write_pending
    131091 ± 37%    +358.9%     601618 ± 51%  proc-vmstat.pgpgout
     13879           +12.0%      15551 ±  3%  proc-vmstat.pgreuse
 1.314e+10            -6.7%  1.226e+10        perf-stat.i.branch-instructions
  85812845 ±  2%     -16.0%   72078274        perf-stat.i.branch-misses
     24.04 ±  4%      +3.0       27.05 ±  6%  perf-stat.i.cache-miss-rate%
  48258145 ±  4%     -15.1%   40958577 ±  4%  perf-stat.i.cache-misses
 1.645e+08 ±  7%     -20.5%  1.308e+08 ±  6%  perf-stat.i.cache-references
     53786           -17.5%      44386        perf-stat.i.context-switches
 6.825e+10           +13.6%  7.754e+10        perf-stat.i.cpu-cycles
      2280 ±  3%     -12.4%       1999        perf-stat.i.cpu-migrations
   2024830 ±  7%     -16.9%    1682215 ±  9%  perf-stat.i.dTLB-load-misses
 1.992e+10            -7.6%  1.841e+10        perf-stat.i.dTLB-loads
    171136 ± 10%     -14.5%     146368 ±  9%  perf-stat.i.dTLB-store-misses
 1.117e+10           -14.7%  9.524e+09        perf-stat.i.dTLB-stores
  60910292 ±  4%     -16.5%   50875863 ±  2%  perf-stat.i.iTLB-load-misses
   5475198 ±  5%     -22.3%    4254172 ±  2%  perf-stat.i.iTLB-loads
 6.801e+10            -6.8%  6.336e+10        perf-stat.i.instructions
      0.84 ±  2%     -11.6%       0.75 ±  2%  perf-stat.i.ipc
      0.78           +13.5%       0.88        perf-stat.i.metric.GHz
    504.67            -9.2%     458.17        perf-stat.i.metric.M/sec
      8446           -10.6%       7554 ±  2%  perf-stat.i.minor-faults
   7536680 ±  6%     -15.6%    6360487 ±  5%  perf-stat.i.node-load-misses
   4811784 ±  2%     -15.5%    4067718        perf-stat.i.node-loads
   2729017           -10.8%    2432952 ±  3%  perf-stat.i.node-store-misses
  10498281           -16.2%    8794310        perf-stat.i.node-stores
      8500           -10.7%       7592 ±  2%  perf-stat.i.page-faults
      2.42 ±  7%     -14.7%       2.06 ±  5%  perf-stat.overall.MPKI
      0.65 ±  2%      -0.1        0.59        perf-stat.overall.branch-miss-rate%
      1.00           +21.9%       1.22        perf-stat.overall.cpi
      1415 ±  3%     +33.9%       1895 ±  3%  perf-stat.overall.cycles-between-cache-misses
      1118 ±  4%     +11.4%       1245 ±  2%  perf-stat.overall.instructions-per-iTLB-miss
      1.00           -18.0%       0.82        perf-stat.overall.ipc
 1.284e+10            -6.4%  1.202e+10        perf-stat.ps.branch-instructions
  83709853 ±  2%     -15.7%   70561580        perf-stat.ps.branch-misses
  47165844 ±  4%     -14.9%   40155367 ±  4%  perf-stat.ps.cache-misses
 1.607e+08 ±  7%     -20.2%  1.281e+08 ±  6%  perf-stat.ps.cache-references
     52559           -17.2%      43519        perf-stat.ps.context-switches
 6.669e+10           +14.0%    7.6e+10        perf-stat.ps.cpu-cycles
      2229 ±  3%     -12.1%       1958        perf-stat.ps.cpu-migrations
   1971432 ±  7%     -16.4%    1647518 ±  9%  perf-stat.ps.dTLB-load-misses
 1.947e+10            -7.3%  1.805e+10        perf-stat.ps.dTLB-loads
 1.091e+10           -14.4%  9.339e+09        perf-stat.ps.dTLB-stores
  59537767 ±  4%     -16.2%   49887667 ±  2%  perf-stat.ps.iTLB-load-misses
   5345874 ±  5%     -22.1%    4165474 ±  2%  perf-stat.ps.iTLB-loads
 6.646e+10            -6.5%  6.212e+10        perf-stat.ps.instructions
      8139           -10.2%       7309 ±  2%  perf-stat.ps.minor-faults
   7366380 ±  6%     -15.3%    6236141 ±  5%  perf-stat.ps.node-load-misses
   4701843 ±  2%     -15.2%    3988573        perf-stat.ps.node-loads
   2667116           -10.6%    2385642 ±  3%  perf-stat.ps.node-store-misses
  10262751           -16.0%    8623511        perf-stat.ps.node-stores
      8190           -10.3%       7345 ±  2%  perf-stat.ps.page-faults
 2.376e+12           +10.3%  2.621e+12        perf-stat.total.instructions
     60749            +4.5%      63477 ±  2%  interrupts.CAL:Function_call_interrupts
     70556 ±  3%     +20.3%      84852 ±  3%  interrupts.CPU0.LOC:Local_timer_interrupts
     54.00 ±  7%    +243.5%     185.50 ± 19%  interrupts.CPU0.RES:Rescheduling_interrupts
     70647 ±  3%     +20.0%      84782 ±  3%  interrupts.CPU1.LOC:Local_timer_interrupts
     53.00 ±  9%    +333.3%     229.67 ± 16%  interrupts.CPU1.RES:Rescheduling_interrupts
     70615 ±  3%     +20.2%      84854 ±  3%  interrupts.CPU10.LOC:Local_timer_interrupts
     56.00 ± 16%    +254.5%     198.50 ± 24%  interrupts.CPU10.RES:Rescheduling_interrupts
     70591 ±  3%     +20.1%      84761 ±  2%  interrupts.CPU11.LOC:Local_timer_interrupts
     51.67 ±  6%    +273.5%     193.00 ± 22%  interrupts.CPU11.RES:Rescheduling_interrupts
     70551 ±  3%     +20.3%      84846 ±  3%  interrupts.CPU12.LOC:Local_timer_interrupts
     54.33 ± 14%    +269.3%     200.67 ± 14%  interrupts.CPU12.RES:Rescheduling_interrupts
     70539 ±  3%     +20.3%      84828 ±  3%  interrupts.CPU13.LOC:Local_timer_interrupts
     48.17 ± 12%    +320.1%     202.33 ± 39%  interrupts.CPU13.RES:Rescheduling_interrupts
     70582 ±  3%     +20.1%      84770 ±  3%  interrupts.CPU14.LOC:Local_timer_interrupts
     51.00 ± 15%    +405.2%     257.67 ± 29%  interrupts.CPU14.RES:Rescheduling_interrupts
     70534 ±  3%     +20.2%      84768 ±  3%  interrupts.CPU15.LOC:Local_timer_interrupts
     56.33 ±  9%    +261.2%     203.50 ± 23%  interrupts.CPU15.RES:Rescheduling_interrupts
     70541 ±  3%     +20.2%      84776 ±  3%  interrupts.CPU16.LOC:Local_timer_interrupts
     51.67 ± 16%    +281.3%     197.00 ± 21%  interrupts.CPU16.RES:Rescheduling_interrupts
     70553 ±  3%     +20.3%      84864 ±  3%  interrupts.CPU17.LOC:Local_timer_interrupts
     52.00 ± 15%    +273.4%     194.17 ± 12%  interrupts.CPU17.RES:Rescheduling_interrupts
     70596 ±  3%     +20.1%      84809 ±  3%  interrupts.CPU18.LOC:Local_timer_interrupts
     50.33 ± 13%    +304.6%     203.67 ± 25%  interrupts.CPU18.RES:Rescheduling_interrupts
     70593 ±  3%     +20.2%      84866 ±  3%  interrupts.CPU19.LOC:Local_timer_interrupts
     50.33 ± 14%    +323.8%     213.33 ± 19%  interrupts.CPU19.RES:Rescheduling_interrupts
     70567 ±  3%     +20.2%      84835 ±  3%  interrupts.CPU2.LOC:Local_timer_interrupts
     52.67 ± 16%    +258.5%     188.83 ± 10%  interrupts.CPU2.RES:Rescheduling_interrupts
     70579 ±  3%     +20.2%      84830 ±  3%  interrupts.CPU20.LOC:Local_timer_interrupts
     49.67 ± 12%    +303.7%     200.50 ± 16%  interrupts.CPU20.RES:Rescheduling_interrupts
     70546 ±  3%     +20.2%      84826 ±  3%  interrupts.CPU21.LOC:Local_timer_interrupts
     52.83 ± 12%    +305.4%     214.17 ± 21%  interrupts.CPU21.RES:Rescheduling_interrupts
     69912 ±  5%     +20.4%      84168 ±  4%  interrupts.CPU22.LOC:Local_timer_interrupts
     52.17 ± 12%    +348.2%     233.83 ± 10%  interrupts.CPU22.RES:Rescheduling_interrupts
     69941 ±  5%     +20.4%      84188 ±  4%  interrupts.CPU23.LOC:Local_timer_interrupts
     48.33 ± 12%    +347.6%     216.33 ± 13%  interrupts.CPU23.RES:Rescheduling_interrupts
     69894 ±  5%     +20.4%      84160 ±  4%  interrupts.CPU24.LOC:Local_timer_interrupts
     43.00 ± 10%    +334.9%     187.00 ±  9%  interrupts.CPU24.RES:Rescheduling_interrupts
     69938 ±  5%     +20.3%      84141 ±  4%  interrupts.CPU25.LOC:Local_timer_interrupts
     47.33 ±  9%    +327.5%     202.33 ± 24%  interrupts.CPU25.RES:Rescheduling_interrupts
     69816 ±  5%     +21.1%      84544 ±  5%  interrupts.CPU26.LOC:Local_timer_interrupts
     44.50 ± 15%    +331.5%     192.00 ± 21%  interrupts.CPU26.RES:Rescheduling_interrupts
     69807 ±  5%     +20.7%      84244 ±  5%  interrupts.CPU27.LOC:Local_timer_interrupts
     51.17 ± 18%    +222.8%     165.17 ± 19%  interrupts.CPU27.RES:Rescheduling_interrupts
     69911 ±  5%     +20.4%      84170 ±  4%  interrupts.CPU28.LOC:Local_timer_interrupts
     41.83 ±  7%    +407.2%     212.17 ± 15%  interrupts.CPU28.RES:Rescheduling_interrupts
     69953 ±  5%     +20.3%      84130 ±  4%  interrupts.CPU29.LOC:Local_timer_interrupts
     44.67 ± 11%    +334.7%     194.17 ± 20%  interrupts.CPU29.RES:Rescheduling_interrupts
     70566 ±  3%     +20.2%      84829 ±  3%  interrupts.CPU3.LOC:Local_timer_interrupts
     47.67 ± 18%    +322.0%     201.17 ± 26%  interrupts.CPU3.RES:Rescheduling_interrupts
     69927 ±  5%     +20.3%      84142 ±  4%  interrupts.CPU30.LOC:Local_timer_interrupts
     49.17 ± 16%    +269.2%     181.50 ± 19%  interrupts.CPU30.RES:Rescheduling_interrupts
     69899 ±  5%     +20.4%      84169 ±  4%  interrupts.CPU31.LOC:Local_timer_interrupts
     54.17 ± 25%    +280.6%     206.17 ± 14%  interrupts.CPU31.RES:Rescheduling_interrupts
    623.67 ± 11%     +14.7%     715.17 ±  3%  interrupts.CPU32.CAL:Function_call_interrupts
     70068 ±  5%     +20.3%      84267 ±  5%  interrupts.CPU32.LOC:Local_timer_interrupts
     52.33 ± 20%    +271.3%     194.33 ± 25%  interrupts.CPU32.RES:Rescheduling_interrupts
     69883 ±  5%     +20.4%      84169 ±  4%  interrupts.CPU33.LOC:Local_timer_interrupts
     49.83 ± 18%    +309.0%     203.83 ± 17%  interrupts.CPU33.RES:Rescheduling_interrupts
     69924 ±  5%     +20.4%      84163 ±  4%  interrupts.CPU34.LOC:Local_timer_interrupts
     51.67 ± 13%    +261.6%     186.83 ± 20%  interrupts.CPU34.RES:Rescheduling_interrupts
     69870 ±  5%     +20.4%      84141 ±  4%  interrupts.CPU35.LOC:Local_timer_interrupts
     53.00 ± 16%    +283.0%     203.00 ± 26%  interrupts.CPU35.RES:Rescheduling_interrupts
     69882 ±  5%     +20.4%      84147 ±  4%  interrupts.CPU36.LOC:Local_timer_interrupts
     51.83 ± 13%    +298.1%     206.33 ± 25%  interrupts.CPU36.RES:Rescheduling_interrupts
     69829 ±  5%     +20.6%      84196 ±  4%  interrupts.CPU37.LOC:Local_timer_interrupts
     55.17 ± 18%    +285.8%     212.83 ± 27%  interrupts.CPU37.RES:Rescheduling_interrupts
     69923 ±  5%     +20.3%      84126 ±  4%  interrupts.CPU38.LOC:Local_timer_interrupts
     45.67 ± 12%    +359.9%     210.00 ± 33%  interrupts.CPU38.RES:Rescheduling_interrupts
     69900 ±  5%     +20.4%      84140 ±  4%  interrupts.CPU39.LOC:Local_timer_interrupts
     49.33 ± 13%    +294.6%     194.67 ± 18%  interrupts.CPU39.RES:Rescheduling_interrupts
     70574 ±  3%     +20.0%      84724 ±  3%  interrupts.CPU4.LOC:Local_timer_interrupts
     55.67 ± 16%    +269.2%     205.50 ± 18%  interrupts.CPU4.RES:Rescheduling_interrupts
     69891 ±  5%     +20.5%      84204 ±  4%  interrupts.CPU40.LOC:Local_timer_interrupts
     53.83 ±  7%    +270.0%     199.17 ± 13%  interrupts.CPU40.RES:Rescheduling_interrupts
    637.67 ±  4%     +11.3%     709.67 ±  3%  interrupts.CPU41.CAL:Function_call_interrupts
     69871 ±  5%     +20.5%      84170 ±  4%  interrupts.CPU41.LOC:Local_timer_interrupts
     50.50 ±  6%    +323.8%     214.00 ± 14%  interrupts.CPU41.RES:Rescheduling_interrupts
     69889 ±  5%     +20.3%      84096 ±  4%  interrupts.CPU42.LOC:Local_timer_interrupts
     46.67 ± 11%    +327.9%     199.67 ± 13%  interrupts.CPU42.RES:Rescheduling_interrupts
     69921 ±  5%     +20.4%      84168 ±  4%  interrupts.CPU43.LOC:Local_timer_interrupts
     54.33 ± 38%    +272.4%     202.33 ± 28%  interrupts.CPU43.RES:Rescheduling_interrupts
     70554 ±  3%     +20.2%      84786 ±  3%  interrupts.CPU44.LOC:Local_timer_interrupts
     32.83 ± 16%    +433.5%     175.17 ± 30%  interrupts.CPU44.RES:Rescheduling_interrupts
     70543 ±  3%     +20.1%      84695 ±  3%  interrupts.CPU45.LOC:Local_timer_interrupts
     30.83 ± 17%    +581.6%     210.17 ± 31%  interrupts.CPU45.RES:Rescheduling_interrupts
     70555 ±  3%     +20.2%      84790 ±  3%  interrupts.CPU46.LOC:Local_timer_interrupts
     38.00 ± 15%    +489.0%     223.83 ± 22%  interrupts.CPU46.RES:Rescheduling_interrupts
     70613 ±  3%     +20.1%      84798 ±  3%  interrupts.CPU47.LOC:Local_timer_interrupts
     31.83 ± 11%    +553.9%     208.17 ±  8%  interrupts.CPU47.RES:Rescheduling_interrupts
     70561 ±  3%     +20.1%      84759 ±  2%  interrupts.CPU48.LOC:Local_timer_interrupts
     31.50 ± 17%    +511.6%     192.67 ± 25%  interrupts.CPU48.RES:Rescheduling_interrupts
     70546 ±  3%     +20.2%      84805 ±  3%  interrupts.CPU49.LOC:Local_timer_interrupts
     32.50 ± 19%    +452.3%     179.50 ± 20%  interrupts.CPU49.RES:Rescheduling_interrupts
     70564 ±  3%     +20.2%      84809 ±  3%  interrupts.CPU5.LOC:Local_timer_interrupts
     50.83 ± 13%    +310.5%     208.67 ± 14%  interrupts.CPU5.RES:Rescheduling_interrupts
     70611 ±  3%     +20.4%      85001 ±  3%  interrupts.CPU50.LOC:Local_timer_interrupts
     33.50 ± 14%    +563.7%     222.33 ± 25%  interrupts.CPU50.RES:Rescheduling_interrupts
     70575 ±  3%     +20.2%      84817 ±  3%  interrupts.CPU51.LOC:Local_timer_interrupts
     32.50 ± 26%    +557.4%     213.67 ± 33%  interrupts.CPU51.RES:Rescheduling_interrupts
     70637 ±  3%     +20.0%      84787 ±  3%  interrupts.CPU52.LOC:Local_timer_interrupts
     33.17 ± 15%    +482.9%     193.33 ± 20%  interrupts.CPU52.RES:Rescheduling_interrupts
     70472 ±  3%     +20.4%      84838 ±  3%  interrupts.CPU53.LOC:Local_timer_interrupts
     35.00 ± 13%    +462.4%     196.83 ± 20%  interrupts.CPU53.RES:Rescheduling_interrupts
     70613 ±  3%     +20.2%      84851 ±  3%  interrupts.CPU54.LOC:Local_timer_interrupts
     33.17 ±  9%    +477.4%     191.50 ± 12%  interrupts.CPU54.RES:Rescheduling_interrupts
     70695 ±  3%     +20.0%      84833 ±  3%  interrupts.CPU55.LOC:Local_timer_interrupts
     32.00 ± 23%    +524.5%     199.83 ± 14%  interrupts.CPU55.RES:Rescheduling_interrupts
     70581 ±  3%     +20.2%      84816 ±  3%  interrupts.CPU56.LOC:Local_timer_interrupts
     33.67 ± 26%    +513.9%     206.67 ± 11%  interrupts.CPU56.RES:Rescheduling_interrupts
     70508 ±  3%     +20.1%      84697 ±  3%  interrupts.CPU57.LOC:Local_timer_interrupts
     42.33 ± 32%    +405.9%     214.17 ± 15%  interrupts.CPU57.RES:Rescheduling_interrupts
     70595 ±  3%     +20.2%      84851 ±  3%  interrupts.CPU58.LOC:Local_timer_interrupts
     34.50 ± 25%    +486.5%     202.33 ± 25%  interrupts.CPU58.RES:Rescheduling_interrupts
     70558 ±  3%     +20.2%      84816 ±  3%  interrupts.CPU59.LOC:Local_timer_interrupts
     32.67 ± 34%    +512.2%     200.00 ± 16%  interrupts.CPU59.RES:Rescheduling_interrupts
     70826 ±  4%     +19.8%      84827 ±  3%  interrupts.CPU6.LOC:Local_timer_interrupts
     50.17 ±  9%    +337.5%     219.50 ± 12%  interrupts.CPU6.RES:Rescheduling_interrupts
     70602 ±  3%     +20.1%      84822 ±  3%  interrupts.CPU60.LOC:Local_timer_interrupts
     29.00 ± 16%    +633.3%     212.67 ± 17%  interrupts.CPU60.RES:Rescheduling_interrupts
     70598 ±  3%     +20.2%      84851 ±  3%  interrupts.CPU61.LOC:Local_timer_interrupts
     34.67 ± 16%    +536.1%     220.50 ± 32%  interrupts.CPU61.RES:Rescheduling_interrupts
     70770 ±  3%     +19.9%      84821 ±  3%  interrupts.CPU62.LOC:Local_timer_interrupts
     43.50 ± 29%    +382.0%     209.67 ± 20%  interrupts.CPU62.RES:Rescheduling_interrupts
     70632 ±  3%     +20.1%      84823 ±  3%  interrupts.CPU63.LOC:Local_timer_interrupts
     42.33 ± 43%    +402.0%     212.50 ± 33%  interrupts.CPU63.RES:Rescheduling_interrupts
     70573 ±  3%     +20.1%      84744 ±  3%  interrupts.CPU64.LOC:Local_timer_interrupts
     37.17 ± 25%    +452.9%     205.50 ± 16%  interrupts.CPU64.RES:Rescheduling_interrupts
     70498 ±  3%     +20.3%      84822 ±  3%  interrupts.CPU65.LOC:Local_timer_interrupts
     44.33 ± 29%    +434.6%     237.00 ± 24%  interrupts.CPU65.RES:Rescheduling_interrupts
     69900 ±  5%     +20.4%      84131 ±  4%  interrupts.CPU66.LOC:Local_timer_interrupts
      2842 ± 33%     +41.1%       4010 ±  4%  interrupts.CPU66.NMI:Non-maskable_interrupts
      2842 ± 33%     +41.1%       4010 ±  4%  interrupts.CPU66.PMI:Performance_monitoring_interrupts
     27.83 ±  8%    +566.5%     185.50 ± 15%  interrupts.CPU66.RES:Rescheduling_interrupts
     69899 ±  5%     +20.4%      84193 ±  4%  interrupts.CPU67.LOC:Local_timer_interrupts
      2542 ± 31%     +54.1%       3918 ±  4%  interrupts.CPU67.NMI:Non-maskable_interrupts
      2542 ± 31%     +54.1%       3918 ±  4%  interrupts.CPU67.PMI:Performance_monitoring_interrupts
     26.67 ± 19%    +676.9%     207.17 ± 21%  interrupts.CPU67.RES:Rescheduling_interrupts
     69923 ±  5%     +20.4%      84183 ±  4%  interrupts.CPU68.LOC:Local_timer_interrupts
      2502 ± 32%     +59.5%       3990 ±  3%  interrupts.CPU68.NMI:Non-maskable_interrupts
      2502 ± 32%     +59.5%       3990 ±  3%  interrupts.CPU68.PMI:Performance_monitoring_interrupts
     38.33 ± 35%    +436.1%     205.50 ± 22%  interrupts.CPU68.RES:Rescheduling_interrupts
     69857 ±  5%     +20.6%      84243 ±  4%  interrupts.CPU69.LOC:Local_timer_interrupts
     32.67 ± 25%    +504.1%     197.33 ± 25%  interrupts.CPU69.RES:Rescheduling_interrupts
     70576 ±  3%     +20.2%      84824 ±  3%  interrupts.CPU7.LOC:Local_timer_interrupts
      2624 ± 33%     +55.2%       4071 ±  2%  interrupts.CPU7.NMI:Non-maskable_interrupts
      2624 ± 33%     +55.2%       4071 ±  2%  interrupts.CPU7.PMI:Performance_monitoring_interrupts
     49.00 ±  7%    +321.8%     206.67 ± 13%  interrupts.CPU7.RES:Rescheduling_interrupts
     69944 ±  5%     +20.3%      84176 ±  4%  interrupts.CPU70.LOC:Local_timer_interrupts
      2832 ± 30%     +39.8%       3959 ±  4%  interrupts.CPU70.NMI:Non-maskable_interrupts
      2832 ± 30%     +39.8%       3959 ±  4%  interrupts.CPU70.PMI:Performance_monitoring_interrupts
     31.17 ± 28%    +468.4%     177.17 ± 17%  interrupts.CPU70.RES:Rescheduling_interrupts
     69914 ±  5%     +20.4%      84156 ±  4%  interrupts.CPU71.LOC:Local_timer_interrupts
     34.67 ± 50%    +477.9%     200.33 ± 13%  interrupts.CPU71.RES:Rescheduling_interrupts
     69927 ±  5%     +20.4%      84187 ±  4%  interrupts.CPU72.LOC:Local_timer_interrupts
      2584 ± 33%     +53.7%       3973 ±  3%  interrupts.CPU72.NMI:Non-maskable_interrupts
      2584 ± 33%     +53.7%       3973 ±  3%  interrupts.CPU72.PMI:Performance_monitoring_interrupts
     30.17 ± 15%    +682.9%     236.17 ± 25%  interrupts.CPU72.RES:Rescheduling_interrupts
     69925 ±  5%     +20.4%      84157 ±  4%  interrupts.CPU73.LOC:Local_timer_interrupts
     33.83 ± 17%    +500.5%     203.17 ± 13%  interrupts.CPU73.RES:Rescheduling_interrupts
    648.83           +14.1%     740.17 ±  4%  interrupts.CPU74.CAL:Function_call_interrupts
     69896 ±  5%     +20.4%      84181 ±  4%  interrupts.CPU74.LOC:Local_timer_interrupts
      2830 ± 32%     +40.1%       3964 ±  3%  interrupts.CPU74.NMI:Non-maskable_interrupts
      2830 ± 32%     +40.1%       3964 ±  3%  interrupts.CPU74.PMI:Performance_monitoring_interrupts
     29.83 ± 36%    +670.4%     229.83 ± 14%  interrupts.CPU74.RES:Rescheduling_interrupts
     69937 ±  5%     +20.4%      84218 ±  4%  interrupts.CPU75.LOC:Local_timer_interrupts
     30.33 ± 31%    +500.0%     182.00 ± 17%  interrupts.CPU75.RES:Rescheduling_interrupts
     69935 ±  5%     +20.3%      84160 ±  4%  interrupts.CPU76.LOC:Local_timer_interrupts
     35.67 ± 41%    +462.6%     200.67 ± 20%  interrupts.CPU76.RES:Rescheduling_interrupts
     69927 ±  5%     +20.3%      84148 ±  4%  interrupts.CPU77.LOC:Local_timer_interrupts
     34.67 ± 22%    +461.1%     194.50 ± 17%  interrupts.CPU77.RES:Rescheduling_interrupts
     69882 ±  5%     +20.4%      84164 ±  4%  interrupts.CPU78.LOC:Local_timer_interrupts
      3118 ± 25%     +27.0%       3960 ±  4%  interrupts.CPU78.NMI:Non-maskable_interrupts
      3118 ± 25%     +27.0%       3960 ±  4%  interrupts.CPU78.PMI:Performance_monitoring_interrupts
     35.00 ± 32%    +411.0%     178.83 ± 12%  interrupts.CPU78.RES:Rescheduling_interrupts
     69905 ±  5%     +20.4%      84196 ±  4%  interrupts.CPU79.LOC:Local_timer_interrupts
     32.83 ± 41%    +458.4%     183.33 ± 15%  interrupts.CPU79.RES:Rescheduling_interrupts
     70520 ±  3%     +20.4%      84929 ±  2%  interrupts.CPU8.LOC:Local_timer_interrupts
      2654 ± 37%     +52.3%       4043 ±  3%  interrupts.CPU8.NMI:Non-maskable_interrupts
      2654 ± 37%     +52.3%       4043 ±  3%  interrupts.CPU8.PMI:Performance_monitoring_interrupts
     53.17 ± 38%    +280.3%     202.17 ± 24%  interrupts.CPU8.RES:Rescheduling_interrupts
     69925 ±  5%     +20.4%      84198 ±  4%  interrupts.CPU80.LOC:Local_timer_interrupts
     32.50 ± 34%    +482.6%     189.33 ± 40%  interrupts.CPU80.RES:Rescheduling_interrupts
     69883 ±  5%     +20.4%      84150 ±  4%  interrupts.CPU81.LOC:Local_timer_interrupts
     33.00 ± 53%    +514.6%     202.83 ± 30%  interrupts.CPU81.RES:Rescheduling_interrupts
     69897 ±  5%     +20.4%      84167 ±  4%  interrupts.CPU82.LOC:Local_timer_interrupts
     38.83 ± 47%    +367.0%     181.33 ± 21%  interrupts.CPU82.RES:Rescheduling_interrupts
     69898 ±  5%     +20.4%      84156 ±  4%  interrupts.CPU83.LOC:Local_timer_interrupts
     34.50 ± 35%    +498.6%     206.50 ± 19%  interrupts.CPU83.RES:Rescheduling_interrupts
     69876 ±  5%     +20.4%      84161 ±  4%  interrupts.CPU84.LOC:Local_timer_interrupts
     40.17 ± 36%    +410.0%     204.83 ± 24%  interrupts.CPU84.RES:Rescheduling_interrupts
     70003 ±  5%     +20.2%      84169 ±  4%  interrupts.CPU85.LOC:Local_timer_interrupts
     39.17 ± 29%    +434.5%     209.33 ± 25%  interrupts.CPU85.RES:Rescheduling_interrupts
     69910 ±  5%     +20.4%      84146 ±  4%  interrupts.CPU86.LOC:Local_timer_interrupts
     36.67 ± 28%    +379.1%     175.67 ± 22%  interrupts.CPU86.RES:Rescheduling_interrupts
    626.50            +9.6%     686.83 ±  3%  interrupts.CPU87.CAL:Function_call_interrupts
     69927 ±  5%     +20.4%      84171 ±  4%  interrupts.CPU87.LOC:Local_timer_interrupts
     51.67 ± 17%    +297.7%     205.50 ± 22%  interrupts.CPU87.RES:Rescheduling_interrupts
     70561 ±  3%     +20.3%      84869 ±  3%  interrupts.CPU9.LOC:Local_timer_interrupts
     48.67 ±  9%    +318.8%     203.83 ± 12%  interrupts.CPU9.RES:Rescheduling_interrupts
   6181647 ±  4%     +20.3%    7435792 ±  4%  interrupts.LOC:Local_timer_interrupts
      3760 ±  3%    +374.2%      17832 ±  5%  interrupts.RES:Rescheduling_interrupts
     59.75 ±  3%     -14.2       45.52 ±  3%  perf-profile.calltrace.cycles-pp.write
     55.84 ±  4%     -13.3       42.54 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     55.32 ±  4%     -13.2       42.12 ±  3%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     54.18 ±  4%     -12.9       41.26 ±  3%  perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     52.82 ±  4%     -12.6       40.26 ±  3%  perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     49.22 ±  4%     -11.7       37.48 ±  3%  perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     47.80 ±  4%     -11.4       36.38 ±  3%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     41.20 ±  4%     -10.2       31.05 ±  3%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
     40.91 ±  4%     -10.1       30.80 ±  3%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write
     32.78 ±  4%      -8.2       24.56 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
     25.77 ± 11%      -5.4       20.40 ± 12%  perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry
     26.84 ± 10%      -5.3       21.57 ± 11%  perf-profile.calltrace.cycles-pp.secondary_startup_64_no_verify
     26.51 ± 10%      -5.2       21.31 ± 11%  perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     26.51 ± 10%      -5.2       21.31 ± 11%  perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     26.51 ± 10%      -5.2       21.31 ± 11%  perf-profile.calltrace.cycles-pp.start_secondary.secondary_startup_64_no_verify
     26.25 ± 10%      -5.2       21.07 ± 11%  perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary
     26.28 ± 10%      -5.2       21.10 ± 11%  perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_startup_entry.start_secondary.secondary_startup_64_no_verify
     14.91 ±  4%      -3.6       11.28 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
     10.38 ±  4%      -2.9        7.46 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
     10.16 ±  6%      -2.7        7.48 ±  2%  perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      9.86 ±  6%      -2.6        7.24 ±  2%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
      5.52 ±  7%      -2.0        3.52 ±  2%  perf-profile.calltrace.cycles-pp.__close
      5.50 ±  7%      -2.0        3.51 ±  2%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.__close
      5.50 ±  7%      -2.0        3.51 ±  2%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      5.49 ±  7%      -2.0        3.50 ±  2%  perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      5.49 ±  7%      -2.0        3.50 ±  2%  perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      5.48 ±  7%      -2.0        3.50 ±  2%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe
      5.48 ±  7%      -2.0        3.49 ±  2%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64
      5.35 ±  7%      -2.0        3.40 ±  2%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode
      5.32 ±  7%      -2.0        3.37 ±  2%  perf-profile.calltrace.cycles-pp.__dentry_kill.dput.__fput.task_work_run.exit_to_user_mode_prepare
      5.91 ±  3%      -1.7        4.23 ±  3%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      4.75 ± 10%      -1.4        3.39 ±  3%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      5.27 ±  4%      -1.2        4.07 ±  4%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      4.55 ±  8%      -1.2        3.34 ±  2%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dput.__fput.task_work_run
      4.53 ±  8%      -1.2        3.33 ±  2%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dput.__fput
      3.13 ±  8%      -0.9        2.19 ±  4%  perf-profile.calltrace.cycles-pp.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      3.25 ± 11%      -0.9        2.33 ±  3%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      3.29 ±  4%      -0.8        2.45 ±  4%  perf-profile.calltrace.cycles-pp.llseek
      3.92 ±  4%      -0.8        3.11 ±  4%  perf-profile.calltrace.cycles-pp.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      2.14 ±  9%      -0.6        1.52 ±  4%  perf-profile.calltrace.cycles-pp.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill.dput
      2.09 ±  9%      -0.6        1.48 ±  3%  perf-profile.calltrace.cycles-pp.release_pages.__pagevec_release.truncate_inode_pages_range.evict.__dentry_kill
      3.05 ±  3%      -0.6        2.45 ±  4%  perf-profile.calltrace.cycles-pp.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      2.49 ±  3%      -0.5        1.95 ±  4%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      2.79 ±  3%      -0.5        2.26 ±  4%  perf-profile.calltrace.cycles-pp.copy_user_enhanced_fast_string.copyin.copy_page_from_iter_atomic.iomap_write_actor.iomap_apply
      1.65 ± 11%      -0.5        1.14 ±  4%  perf-profile.calltrace.cycles-pp.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply
      1.64 ± 16%      -0.5        1.14 ±  2%  perf-profile.calltrace.cycles-pp.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      1.68 ±  5%      -0.4        1.24 ±  5%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.llseek
      1.45 ±  9%      -0.4        1.02 ±  4%  perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      1.35 ± 10%      -0.4        0.95 ±  4%  perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      1.45 ±  5%      -0.4        1.07 ±  5%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.llseek
      0.82 ± 14%      -0.4        0.45 ± 45%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__set_page_dirty.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor
      1.50 ±  3%      -0.4        1.14 ±  3%  perf-profile.calltrace.cycles-pp.__entry_text_start.write
      1.43 ±  3%      -0.4        1.08 ±  5%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      1.33 ±  3%      -0.3        1.00 ±  2%  perf-profile.calltrace.cycles-pp.iov_iter_fault_in_readable.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      1.22 ±  4%      -0.3        0.91 ±  3%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      0.74 ±  4%      -0.3        0.44 ± 44%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      1.21 ±  3%      -0.3        0.91 ±  5%  perf-profile.calltrace.cycles-pp.down_write.xfs_ilock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write
      1.08 ±  9%      -0.3        0.80 ±  2%  perf-profile.calltrace.cycles-pp.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill.dput
      0.93 ±  5%      -0.3        0.66 ±  5%  perf-profile.calltrace.cycles-pp.ksys_lseek.do_syscall_64.entry_SYSCALL_64_after_hwframe.llseek
      1.27 ±  3%      -0.3        1.00 ±  2%  perf-profile.calltrace.cycles-pp.security_file_permission.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.86 ± 12%      -0.3        0.60 ±  5%  perf-profile.calltrace.cycles-pp.__mod_lruvec_page_state.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin
      1.03 ±  5%      -0.3        0.76 ±  3%  perf-profile.calltrace.cycles-pp.down_write.xfs_ilock.xfs_file_buffered_write.new_sync_write.vfs_write
      1.01 ±  3%      -0.3        0.75 ±  2%  perf-profile.calltrace.cycles-pp.xas_load.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      0.96 ± 10%      -0.3        0.71        perf-profile.calltrace.cycles-pp.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict.__dentry_kill
      0.80 ±  3%      -0.3        0.55 ±  7%  perf-profile.calltrace.cycles-pp.balance_dirty_pages_ratelimited.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      0.80 ± 12%      -0.2        0.57 ±  2%  perf-profile.calltrace.cycles-pp.account_page_cleaned.__cancel_dirty_page.truncate_cleanup_page.truncate_inode_pages_range.evict
      0.84 ±  5%      -0.2        0.62 ±  3%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_end.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      0.88 ±  4%      -0.2        0.65 ±  2%  perf-profile.calltrace.cycles-pp.__get_user_nocheck_1.iov_iter_fault_in_readable.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.94 ±  7%      -0.2        0.73 ±  3%  perf-profile.calltrace.cycles-pp.delete_from_page_cache_batch.truncate_inode_pages_range.evict.__dentry_kill.dput
      0.96 ±  4%      -0.2        0.76 ±  4%  perf-profile.calltrace.cycles-pp.common_file_perm.security_file_permission.vfs_write.ksys_write.do_syscall_64
      0.92 ±  3%      -0.2        0.71        perf-profile.calltrace.cycles-pp.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
      0.92 ±  4%      -0.2        0.72 ±  4%  perf-profile.calltrace.cycles-pp.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      0.74 ± 12%      -0.2        0.53 ±  2%  perf-profile.calltrace.cycles-pp.__mem_cgroup_charge.mem_cgroup_charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page
      1.18 ±  3%      -0.2        0.98 ±  3%  perf-profile.calltrace.cycles-pp.memset_erms.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      0.82 ±  4%      -0.2        0.64 ±  4%  perf-profile.calltrace.cycles-pp.xfs_break_layouts.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write
      0.76 ±  3%      -0.2        0.57 ±  4%  perf-profile.calltrace.cycles-pp.__entry_text_start.llseek
      0.78 ±  4%      -0.2        0.60 ±  4%  perf-profile.calltrace.cycles-pp.xfs_file_write_iter.new_sync_write.vfs_write.ksys_write.do_syscall_64
      0.82 ±  3%      -0.2        0.64 ±  2%  perf-profile.calltrace.cycles-pp.__fget_light.__fdget_pos.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.72 ±  4%      -0.2        0.56 ±  4%  perf-profile.calltrace.cycles-pp.get_page_from_freelist.__alloc_pages.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      0.69 ±  4%      -0.2        0.54 ±  5%  perf-profile.calltrace.cycles-pp.disk_rw
      0.72 ±  3%      -0.2        0.57 ±  4%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      0.77 ±  2%      -0.1        0.71 ±  2%  perf-profile.calltrace.cycles-pp.rwsem_spin_on_owner.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
      0.63 ±  2%      +0.1        0.70        perf-profile.calltrace.cycles-pp.rwsem_spin_on_owner.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
      0.00            +0.6        0.64 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive_ifree.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread
      0.00            +0.7        0.70 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inactive.xfs_inodegc_worker.process_one_work.worker_thread.kthread
      0.00            +0.7        0.70 ±  4%  perf-profile.calltrace.cycles-pp.xfs_inodegc_worker.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.8        0.75 ±  4%  perf-profile.calltrace.cycles-pp.process_one_work.worker_thread.kthread.ret_from_fork
      0.00            +0.8        0.75 ±  4%  perf-profile.calltrace.cycles-pp.worker_thread.kthread.ret_from_fork
      0.00            +0.8        0.78 ±  3%  perf-profile.calltrace.cycles-pp.ret_from_fork
      0.00            +0.8        0.78 ±  3%  perf-profile.calltrace.cycles-pp.kthread.ret_from_fork
      2.02 ±  3%     +10.6       12.65 ±  4%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      2.03 ±  3%     +10.6       12.66 ±  4%  perf-profile.calltrace.cycles-pp.unlink
      2.01 ±  3%     +10.6       12.64 ±  4%  perf-profile.calltrace.cycles-pp.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      2.02 ±  3%     +10.6       12.66 ±  4%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.unlink
      1.43 ±  4%     +10.6       12.06 ±  4%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      0.59 ±  8%     +10.7       11.26 ±  4%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.82 ±  4%     +11.1       12.93 ±  3%  perf-profile.calltrace.cycles-pp.creat64
      1.80 ±  4%     +11.1       12.92 ±  3%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat64
      1.80 ±  4%     +11.1       12.92 ±  3%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.80 ±  4%     +11.1       12.91 ±  3%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.80 ±  4%     +11.1       12.91 ±  3%  perf-profile.calltrace.cycles-pp.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.78 ±  4%     +11.1       12.89 ±  3%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.77 ±  4%     +11.1       12.89 ±  3%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64
      0.81 ±  5%     +11.2       12.00 ±  3%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      0.00           +11.2       11.21 ±  3%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
     59.79 ±  3%     -14.2       45.56 ±  3%  perf-profile.children.cycles-pp.write
     54.23 ±  4%     -12.9       41.30 ±  3%  perf-profile.children.cycles-pp.ksys_write
     52.90 ±  4%     -12.6       40.32 ±  3%  perf-profile.children.cycles-pp.vfs_write
     49.25 ±  4%     -11.7       37.50 ±  3%  perf-profile.children.cycles-pp.new_sync_write
     47.86 ±  4%     -11.4       36.42 ±  3%  perf-profile.children.cycles-pp.xfs_file_buffered_write
     41.22 ±  4%     -10.2       31.06 ±  3%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     40.96 ±  4%     -10.1       30.85 ±  3%  perf-profile.children.cycles-pp.iomap_apply
     32.89 ±  4%      -8.2       24.64 ±  3%  perf-profile.children.cycles-pp.iomap_write_actor
     26.09 ± 11%      -5.4       20.64 ± 12%  perf-profile.children.cycles-pp.intel_idle
     26.84 ± 10%      -5.3       21.57 ± 11%  perf-profile.children.cycles-pp.do_idle
     26.84 ± 10%      -5.3       21.57 ± 11%  perf-profile.children.cycles-pp.secondary_startup_64_no_verify
     26.84 ± 10%      -5.3       21.57 ± 11%  perf-profile.children.cycles-pp.cpu_startup_entry
     26.60 ± 10%      -5.2       21.36 ± 11%  perf-profile.children.cycles-pp.cpuidle_enter_state
     26.60 ± 10%      -5.2       21.36 ± 11%  perf-profile.children.cycles-pp.cpuidle_enter
     26.51 ± 10%      -5.2       21.31 ± 11%  perf-profile.children.cycles-pp.start_secondary
     14.94 ±  4%      -3.6       11.30 ±  3%  perf-profile.children.cycles-pp.iomap_write_begin
     10.45 ±  4%      -2.9        7.51 ±  3%  perf-profile.children.cycles-pp.iomap_write_end
     10.20 ±  6%      -2.7        7.52 ±  3%  perf-profile.children.cycles-pp.grab_cache_page_write_begin
      9.97 ±  6%      -2.6        7.33 ±  2%  perf-profile.children.cycles-pp.pagecache_get_page
      8.40 ±  3%      -2.2        6.18 ±  3%  perf-profile.children.cycles-pp.iomap_set_range_uptodate
      6.45 ±  6%      -2.2        4.24 ±  3%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode
      6.05 ±  7%      -2.1        3.94 ±  2%  perf-profile.children.cycles-pp.exit_to_user_mode_prepare
      5.52 ±  7%      -2.0        3.52 ±  2%  perf-profile.children.cycles-pp.__close
      5.48 ±  7%      -2.0        3.50 ±  2%  perf-profile.children.cycles-pp.task_work_run
      5.48 ±  7%      -2.0        3.49 ±  2%  perf-profile.children.cycles-pp.__fput
      5.37 ±  7%      -2.0        3.41 ±  2%  perf-profile.children.cycles-pp.dput
      5.32 ±  7%      -2.0        3.37 ±  2%  perf-profile.children.cycles-pp.__dentry_kill
      4.75 ± 10%      -1.4        3.40 ±  3%  perf-profile.children.cycles-pp.add_to_page_cache_lru
      5.42 ±  3%      -1.2        4.18 ±  3%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_begin
      4.55 ±  8%      -1.2        3.34 ±  2%  perf-profile.children.cycles-pp.evict
      4.53 ±  8%      -1.2        3.33 ±  2%  perf-profile.children.cycles-pp.truncate_inode_pages_range
      3.74 ±  4%      -1.0        2.78 ±  4%  perf-profile.children.cycles-pp.llseek
      3.18 ±  8%      -0.9        2.23 ±  4%  perf-profile.children.cycles-pp.__set_page_dirty_nobuffers
      3.26 ± 11%      -0.9        2.34 ±  3%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
      2.66 ± 13%      -0.8        1.82 ±  5%  perf-profile.children.cycles-pp.__mod_lruvec_page_state
      3.93 ±  4%      -0.8        3.12 ±  4%  perf-profile.children.cycles-pp.copy_page_from_iter_atomic
      2.04 ± 16%      -0.7        1.36 ±  5%  perf-profile.children.cycles-pp.__mod_memcg_lruvec_state
      2.73 ±  3%      -0.7        2.06 ±  4%  perf-profile.children.cycles-pp.xfs_ilock
      2.19 ±  8%      -0.6        1.55 ±  3%  perf-profile.children.cycles-pp.release_pages
      2.14 ±  9%      -0.6        1.52 ±  4%  perf-profile.children.cycles-pp.__pagevec_release
      3.07 ±  3%      -0.6        2.47 ±  4%  perf-profile.children.cycles-pp.copyin
      2.97 ±  3%      -0.6        2.39 ±  4%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      2.35 ±  3%      -0.6        1.77 ±  4%  perf-profile.children.cycles-pp.down_write
      1.52 ± 20%      -0.6        0.97 ±  6%  perf-profile.children.cycles-pp.__mod_memcg_state
      2.26 ±  3%      -0.5        1.72 ±  3%  perf-profile.children.cycles-pp.__entry_text_start
      1.66 ± 11%      -0.5        1.15 ±  5%  perf-profile.children.cycles-pp.__set_page_dirty
      1.64 ± 15%      -0.5        1.15 ±  2%  perf-profile.children.cycles-pp.mem_cgroup_charge
      1.91 ±  4%      -0.5        1.45 ±  3%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      1.45 ±  9%      -0.4        1.02 ±  4%  perf-profile.children.cycles-pp.lru_cache_add
      1.39 ± 10%      -0.4        0.98 ±  5%  perf-profile.children.cycles-pp.__pagevec_lru_add
      1.54 ±  4%      -0.4        1.15 ±  4%  perf-profile.children.cycles-pp.xfs_iunlock
      1.10 ± 14%      -0.4        0.74 ±  6%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      1.36 ±  3%      -0.3        1.03 ±  3%  perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.91 ± 17%      -0.3        0.59 ±  9%  perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
      1.18 ± 16%      -0.3        0.87 ± 20%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      1.32 ±  3%      -0.3        1.01 ±  2%  perf-profile.children.cycles-pp.__fdget_pos
      1.24 ±  3%      -0.3        0.94 ±  2%  perf-profile.children.cycles-pp.xas_load
      1.46 ±  3%      -0.3        1.16 ±  4%  perf-profile.children.cycles-pp.___might_sleep
      0.95 ±  5%      -0.3        0.67 ±  5%  perf-profile.children.cycles-pp.ksys_lseek
      1.08 ±  4%      -0.3        0.80 ±  4%  perf-profile.children.cycles-pp.up_write
      1.09 ±  9%      -0.3        0.81        perf-profile.children.cycles-pp.truncate_cleanup_page
      1.28 ±  4%      -0.3        1.01 ±  3%  perf-profile.children.cycles-pp.security_file_permission
      0.97 ± 10%      -0.3        0.71        perf-profile.children.cycles-pp.__cancel_dirty_page
      1.11 ±  3%      -0.3        0.86 ±  2%  perf-profile.children.cycles-pp.__fget_light
      1.00 ±  3%      -0.3        0.75 ±  2%  perf-profile.children.cycles-pp.__get_user_nocheck_1
      0.80 ±  4%      -0.2        0.56 ±  7%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.90 ±  6%      -0.2        0.66 ±  3%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_end
      0.70 ± 17%      -0.2        0.46 ±  4%  perf-profile.children.cycles-pp.get_mem_cgroup_from_mm
      0.80 ± 12%      -0.2        0.58 ±  2%  perf-profile.children.cycles-pp.account_page_cleaned
      0.94 ±  6%      -0.2        0.73 ±  3%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      1.00 ±  4%      -0.2        0.78 ±  4%  perf-profile.children.cycles-pp.common_file_perm
      0.66 ± 12%      -0.2        0.45 ±  6%  perf-profile.children.cycles-pp.lock_page_memcg
      0.93 ±  4%      -0.2        0.72 ±  4%  perf-profile.children.cycles-pp.__alloc_pages
      1.20 ±  3%      -0.2        1.00 ±  3%  perf-profile.children.cycles-pp.memset_erms
      0.74 ± 12%      -0.2        0.54        perf-profile.children.cycles-pp.__mem_cgroup_charge
      0.79 ±  3%      -0.2        0.60 ±  4%  perf-profile.children.cycles-pp.xfs_file_write_iter
      0.57 ±  9%      -0.2        0.39 ±  5%  perf-profile.children.cycles-pp.mem_cgroup_uncharge_list
      0.85 ±  4%      -0.2        0.67 ±  4%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.78 ±  4%      -0.2        0.61 ±  5%  perf-profile.children.cycles-pp.__might_sleep
      0.70 ±  3%      -0.2        0.53 ±  3%  perf-profile.children.cycles-pp.__cond_resched
      0.75 ±  4%      -0.2        0.58 ±  4%  perf-profile.children.cycles-pp.disk_rw
      0.74 ±  4%      -0.2        0.57 ±  4%  perf-profile.children.cycles-pp.get_page_from_freelist
      0.49 ±  5%      -0.2        0.34 ±  4%  perf-profile.children.cycles-pp.xfs_bmbt_to_iomap
      0.41 ±  7%      -0.1        0.27 ±  6%  perf-profile.children.cycles-pp.uncharge_batch
      0.49 ±  3%      -0.1        0.37 ±  5%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.45 ± 11%      -0.1        0.34 ±  5%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      0.51 ±  4%      -0.1        0.39 ±  2%  perf-profile.children.cycles-pp.unlock_page
      0.50 ±  4%      -0.1        0.39 ±  3%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      0.62 ±  5%      -0.1        0.51 ±  2%  perf-profile.children.cycles-pp.xfs_iext_lookup_extent
      0.34 ±  9%      -0.1        0.23 ±  9%  perf-profile.children.cycles-pp.xfs_file_llseek
      0.52 ±  3%      -0.1        0.41 ±  5%  perf-profile.children.cycles-pp.current_time
      0.44 ±  4%      -0.1        0.33 ±  2%  perf-profile.children.cycles-pp.__list_del_entry_valid
      0.42 ±  3%      -0.1        0.31 ±  3%  perf-profile.children.cycles-pp.free_unref_page_list
      0.40 ±  6%      -0.1        0.30 ±  2%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.44 ±  4%      -0.1        0.34 ±  3%  perf-profile.children.cycles-pp.rmqueue
      0.35 ±  6%      -0.1        0.25 ±  9%  perf-profile.children.cycles-pp.page_counter_uncharge
      0.58 ±  4%      -0.1        0.48 ±  5%  perf-profile.children.cycles-pp.xas_store
      0.40 ±  4%      -0.1        0.31 ±  4%  perf-profile.children.cycles-pp.xas_start
      0.38 ±  5%      -0.1        0.29 ±  3%  perf-profile.children.cycles-pp.__mod_lruvec_state
      0.48 ±  4%      -0.1        0.40 ± 10%  perf-profile.children.cycles-pp.generic_write_checks
      0.33 ±  4%      -0.1        0.25 ±  5%  perf-profile.children.cycles-pp.entry_SYSCALL_64_safe_stack
      0.46 ±  7%      -0.1        0.38 ±  7%  perf-profile.children.cycles-pp.xfs_errortag_test
      0.29 ±  5%      -0.1        0.21 ±  8%  perf-profile.children.cycles-pp.page_counter_cancel
      0.32 ±  3%      -0.1        0.24 ±  2%  perf-profile.children.cycles-pp.rcu_all_qs
      0.30 ±  4%      -0.1        0.23 ±  3%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.18 ± 31%      -0.1        0.11 ± 16%  perf-profile.children.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.37 ±  4%      -0.1        0.30 ±  4%  perf-profile.children.cycles-pp.xfs_trans_read_buf_map
      0.09 ±  7%      -0.1        0.03 ±100%  perf-profile.children.cycles-pp.xfs_itruncate_extents_flags
      0.26 ±  6%      -0.1        0.19 ±  6%  perf-profile.children.cycles-pp.try_charge_memcg
      0.26 ±  9%      -0.1        0.20 ±  4%  perf-profile.children.cycles-pp.syscall_enter_from_user_mode
      0.22 ±  6%      -0.1        0.16 ±  3%  perf-profile.children.cycles-pp.free_pcppages_bulk
      0.08 ± 11%      -0.1        0.02 ± 99%  perf-profile.children.cycles-pp.aim_rand
      0.11 ±  9%      -0.1        0.05 ±  7%  perf-profile.children.cycles-pp.xfs_inactive_truncate
      0.27 ±  3%      -0.1        0.21 ±  5%  perf-profile.children.cycles-pp.file_modified
      0.24 ±  4%      -0.1        0.18 ±  3%  perf-profile.children.cycles-pp.aa_file_perm
      0.27 ±  4%      -0.1        0.22 ±  4%  perf-profile.children.cycles-pp.find_lock_entries
      0.18 ±  8%      -0.1        0.13 ±  3%  perf-profile.children.cycles-pp.page_counter_try_charge
      0.22 ±  6%      -0.1        0.16 ±  8%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode_prepare
      0.24 ±  5%      -0.0        0.19 ±  4%  perf-profile.children.cycles-pp.xfs_buf_get_map
      0.25 ±  7%      -0.0        0.20 ±  7%  perf-profile.children.cycles-pp.xfs_iread_extents
      0.20 ±  4%      -0.0        0.15 ± 11%  perf-profile.children.cycles-pp.node_dirty_ok
      0.25 ±  5%      -0.0        0.20 ±  3%  perf-profile.children.cycles-pp.xfs_buf_read_map
      0.14 ± 14%      -0.0        0.10 ±  5%  perf-profile.children.cycles-pp.uncharge_page
      0.25 ±  8%      -0.0        0.20 ± 12%  perf-profile.children.cycles-pp.generic_write_check_limits
      0.16 ± 10%      -0.0        0.11 ±  6%  perf-profile.children.cycles-pp.__unlock_page_memcg
      0.22 ±  4%      -0.0        0.18 ±  4%  perf-profile.children.cycles-pp.xfs_buf_find
      0.19 ±  7%      -0.0        0.15 ± 10%  perf-profile.children.cycles-pp.timestamp_truncate
      0.21 ±  4%      -0.0        0.17 ±  2%  perf-profile.children.cycles-pp.xfs_da3_node_lookup_int
      0.16 ±  5%      -0.0        0.12 ±  6%  perf-profile.children.cycles-pp.xfs_read_agi
      0.22 ±  4%      -0.0        0.18 ±  4%  perf-profile.children.cycles-pp.xfs_dir_removename
      0.17 ±  5%      -0.0        0.13 ±  8%  perf-profile.children.cycles-pp.rcu_read_unlock_strict
      0.14 ±  7%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.14 ±  8%      -0.0        0.10 ±  5%  perf-profile.children.cycles-pp.rmqueue_bulk
      0.21 ±  5%      -0.0        0.17 ±  2%  perf-profile.children.cycles-pp.xfs_dir2_node_removename
      0.18 ±  2%      -0.0        0.14 ±  5%  perf-profile.children.cycles-pp.file_remove_privs
      0.14 ± 12%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.__count_memcg_events
      0.08 ± 24%      -0.0        0.04 ± 44%  perf-profile.children.cycles-pp._raw_spin_unlock_irqrestore
      0.13 ±  5%      -0.0        0.09 ±  7%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.14 ±  3%      -0.0        0.10 ±  8%  perf-profile.children.cycles-pp.rw_verify_area
      0.15 ± 12%      -0.0        0.11 ±  6%  perf-profile.children.cycles-pp.mem_cgroup_charge_statistics
      0.12 ±  7%      -0.0        0.09 ±  5%  perf-profile.children.cycles-pp.try_to_wake_up
      0.24 ±  4%      -0.0        0.21 ±  5%  perf-profile.children.cycles-pp.xfs_difree_inobt
      0.16 ±  4%      -0.0        0.12 ±  6%  perf-profile.children.cycles-pp.xfs_da_read_buf
      0.08 ± 14%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.propagate_protected_usage
      0.13 ±  8%      -0.0        0.10 ± 10%  perf-profile.children.cycles-pp.xfs_iunlink_remove
      0.13 ±  8%      -0.0        0.10 ±  6%  perf-profile.children.cycles-pp.alloc_pages
      0.10 ±  8%      -0.0        0.07 ±  5%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.08 ±  8%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.xfs_buf_unlock
      0.12 ±  4%      -0.0        0.09 ±  9%  perf-profile.children.cycles-pp.xfs_dir2_node_addname
      0.14 ±  4%      -0.0        0.11 ±  7%  perf-profile.children.cycles-pp.xfs_get_extsz_hint
      0.08 ±  4%      -0.0        0.05        perf-profile.children.cycles-pp.up
      0.12 ±  4%      -0.0        0.09 ±  7%  perf-profile.children.cycles-pp.xfs_bmapi_reserve_delalloc
      0.08 ±  5%      -0.0        0.06 ±  6%  perf-profile.children.cycles-pp.down
      0.12 ±  7%      -0.0        0.10 ±  9%  perf-profile.children.cycles-pp.xfs_btree_lookup
      0.11 ±  8%      -0.0        0.08 ±  4%  perf-profile.children.cycles-pp.__free_one_page
      0.09 ±  6%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.xfs_buf_item_release
      0.08 ±  5%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.__down
      0.08 ±  5%      -0.0        0.06 ±  9%  perf-profile.children.cycles-pp.xfs_buf_lock
      0.10 ±  8%      -0.0        0.07 ±  8%  perf-profile.children.cycles-pp.__list_add_valid
      0.13 ±  7%      -0.0        0.10 ±  9%  perf-profile.children.cycles-pp.xas_init_marks
      0.14 ±  7%      -0.0        0.11 ±  3%  perf-profile.children.cycles-pp.page_mapping
      0.13 ±  6%      -0.0        0.10 ±  4%  perf-profile.children.cycles-pp.__xa_set_mark
      0.10 ±  4%      -0.0        0.08 ±  8%  perf-profile.children.cycles-pp.xfs_release
      0.13 ±  5%      -0.0        0.10 ±  7%  perf-profile.children.cycles-pp.wait_for_stable_page
      0.09 ±  5%      -0.0        0.07 ±  9%  perf-profile.children.cycles-pp.xfs_isilocked
      0.10 ±  6%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp._xfs_trans_bjoin
      0.11 ±  6%      -0.0        0.08 ±  5%  perf-profile.children.cycles-pp.write@plt
      0.09 ±  4%      -0.0        0.07        perf-profile.children.cycles-pp.xfs_vn_lookup
      0.10 ± 10%      -0.0        0.07 ±  6%  perf-profile.children.cycles-pp.iov_iter_init
      0.08 ±  8%      -0.0        0.06 ±  6%  perf-profile.children.cycles-pp.xfs_btree_lookup_get_block
      0.09 ±  8%      -0.0        0.07 ±  7%  perf-profile.children.cycles-pp.xfs_free_eofblocks
      0.07 ±  8%      -0.0        0.05        perf-profile.children.cycles-pp.mem_cgroup_update_lru_size
      0.09 ± 10%      -0.0        0.07 ± 10%  perf-profile.children.cycles-pp.rwsem_wake
      0.10 ±  5%      -0.0        0.08 ±  9%  perf-profile.children.cycles-pp.unlock_page_memcg
      0.08 ±  5%      -0.0        0.07 ±  7%  perf-profile.children.cycles-pp.xfs_lookup
      0.08 ±  6%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.xas_find_conflict
      0.08 ± 10%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.PageHuge
      0.08 ±  6%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.schedule_timeout
      0.07 ±  5%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.xfs_dir2_node_addname_int
      0.10 ±  7%      -0.0        0.08 ±  4%  perf-profile.children.cycles-pp.xfs_da3_node_read
      0.09 ±  7%      -0.0        0.07 ±  6%  perf-profile.children.cycles-pp.xfs_dir2_leafn_lookup_for_entry
      0.08 ±  5%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.open64
      0.08 ±  5%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.xfs_dir_lookup
      0.07 ± 11%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.workingset_update_node
      0.08 ±  7%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.free_unref_page_commit
      0.07 ± 11%      -0.0        0.05 ±  7%  perf-profile.children.cycles-pp.generic_file_llseek_size
      0.07 ± 11%      -0.0        0.05 ±  7%  perf-profile.children.cycles-pp.wake_up_q
      0.06 ±  7%      -0.0        0.05        perf-profile.children.cycles-pp.xfs_dir2_node_lookup
      0.06 ±  7%      +0.0        0.08 ± 14%  perf-profile.children.cycles-pp.xfs_difree_finobt
      0.12 ±  9%      +0.0        0.16 ±  6%  perf-profile.children.cycles-pp.xfs_btree_get_rec
      0.18            +0.0        0.22 ±  9%  perf-profile.children.cycles-pp.__schedule
      0.04 ± 45%      +0.0        0.08 ±  8%  perf-profile.children.cycles-pp.xfs_iunlink
      0.13 ±  8%      +0.0        0.18 ±  4%  perf-profile.children.cycles-pp.xfs_btree_check_sblock
      0.24 ±  5%      +0.0        0.28 ±  9%  perf-profile.children.cycles-pp.xfs_inobt_get_rec
      0.13 ±  3%      +0.0        0.17 ±  2%  perf-profile.children.cycles-pp.schedule
      0.11 ±  4%      +0.1        0.16 ±  2%  perf-profile.children.cycles-pp.xfs_btree_increment
      0.29 ±  3%      +0.1        0.35 ±  5%  perf-profile.children.cycles-pp.xfs_dialloc
      0.03 ± 70%      +0.1        0.11 ±  4%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.44 ±  4%      +0.1        0.52 ±  6%  perf-profile.children.cycles-pp.xfs_check_agi_freecount
      0.00            +0.1        0.09 ±  7%  perf-profile.children.cycles-pp.update_sd_lb_stats
      0.00            +0.1        0.10 ±  8%  perf-profile.children.cycles-pp.find_busiest_group
      0.00            +0.1        0.10 ±  3%  perf-profile.children.cycles-pp.newidle_balance
      0.10 ±  7%      +0.1        0.21 ±  4%  perf-profile.children.cycles-pp.memcpy_erms
      0.01 ±223%      +0.1        0.11 ±  6%  perf-profile.children.cycles-pp.load_balance
      0.13 ±  5%      +0.1        0.26 ±  2%  perf-profile.children.cycles-pp.xfs_buf_item_format_segment
      0.14 ±  5%      +0.1        0.26 ±  2%  perf-profile.children.cycles-pp.xfs_buf_item_format
      0.00            +0.7        0.70 ±  4%  perf-profile.children.cycles-pp.xfs_inodegc_worker
      0.00            +0.8        0.75 ±  4%  perf-profile.children.cycles-pp.process_one_work
      0.00            +0.8        0.75 ±  4%  perf-profile.children.cycles-pp.worker_thread
      0.00            +0.8        0.78 ±  3%  perf-profile.children.cycles-pp.ret_from_fork
      0.00            +0.8        0.78 ±  3%  perf-profile.children.cycles-pp.kthread
     67.06 ±  4%      +6.0       73.03 ±  3%  perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     66.32 ±  4%      +6.1       72.46 ±  3%  perf-profile.children.cycles-pp.do_syscall_64
      2.04 ±  3%     +10.6       12.67 ±  4%  perf-profile.children.cycles-pp.unlink
      2.01 ±  3%     +10.6       12.64 ±  4%  perf-profile.children.cycles-pp.do_unlinkat
      1.87 ±  4%     +11.1       12.97 ±  3%  perf-profile.children.cycles-pp.do_sys_openat2
      1.87 ±  4%     +11.1       12.97 ±  3%  perf-profile.children.cycles-pp.do_sys_open
      1.82 ±  4%     +11.1       12.93 ±  3%  perf-profile.children.cycles-pp.creat64
      1.84 ±  4%     +11.1       12.94 ±  3%  perf-profile.children.cycles-pp.do_filp_open
      1.83 ±  4%     +11.1       12.94 ±  3%  perf-profile.children.cycles-pp.path_openat
      0.71 ± 11%     +21.8       22.48 ±  4%  perf-profile.children.cycles-pp.osq_lock
      2.24 ±  4%     +21.8       24.06 ±  4%  perf-profile.children.cycles-pp.rwsem_down_write_slowpath
     26.09 ± 11%      -5.4       20.64 ± 12%  perf-profile.self.cycles-pp.intel_idle
      8.31 ±  3%      -2.2        6.14 ±  3%  perf-profile.self.cycles-pp.iomap_set_range_uptodate
      2.60 ±  2%      -0.7        1.93 ±  2%  perf-profile.self.cycles-pp.pagecache_get_page
      2.93 ±  3%      -0.6        2.37 ±  4%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      1.51 ± 21%      -0.6        0.96 ±  6%  perf-profile.self.cycles-pp.__mod_memcg_state
      1.89 ±  4%      -0.5        1.43 ±  3%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      1.75 ±  4%      -0.4        1.38 ±  4%  perf-profile.self.cycles-pp.iomap_apply
      1.50 ±  4%      -0.3        1.17 ±  5%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_begin
      1.18 ± 16%      -0.3        0.87 ± 20%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      1.16 ±  4%      -0.3        0.86 ±  2%  perf-profile.self.cycles-pp.down_write
      1.43 ±  3%      -0.3        1.13 ±  3%  perf-profile.self.cycles-pp.___might_sleep
      0.92 ± 15%      -0.3        0.63 ±  8%  perf-profile.self.cycles-pp.__mod_lruvec_page_state
      1.16 ±  3%      -0.3        0.88 ±  3%  perf-profile.self.cycles-pp.vfs_write
      1.26 ±  3%      -0.3        0.98 ±  5%  perf-profile.self.cycles-pp.write
      1.01 ±  3%      -0.3        0.75 ±  4%  perf-profile.self.cycles-pp.up_write
      0.97 ±  3%      -0.2        0.72 ±  2%  perf-profile.self.cycles-pp.__get_user_nocheck_1
      1.06 ±  3%      -0.2        0.81 ±  2%  perf-profile.self.cycles-pp.__fget_light
      0.76 ±  3%      -0.2        0.52 ±  7%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      1.01 ±  6%      -0.2        0.78 ± 10%  perf-profile.self.cycles-pp.xfs_file_buffered_write
      0.68 ± 16%      -0.2        0.45 ±  4%  perf-profile.self.cycles-pp.get_mem_cgroup_from_mm
      0.97 ±  3%      -0.2        0.75 ±  3%  perf-profile.self.cycles-pp.__entry_text_start
      0.92 ±  3%      -0.2        0.70 ±  5%  perf-profile.self.cycles-pp.iomap_write_end
      0.86 ±  4%      -0.2        0.64 ±  3%  perf-profile.self.cycles-pp.xas_load
      0.68 ±  6%      -0.2        0.47 ±  8%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_end
      0.63 ± 12%      -0.2        0.43 ±  6%  perf-profile.self.cycles-pp.lock_page_memcg
      1.19 ±  3%      -0.2        0.99 ±  3%  perf-profile.self.cycles-pp.memset_erms
      0.85 ±  6%      -0.2        0.65 ±  3%  perf-profile.self.cycles-pp.copy_page_from_iter_atomic
      0.77 ±  4%      -0.2        0.59 ±  4%  perf-profile.self.cycles-pp.xfs_file_write_iter
      0.94 ±  4%      -0.2        0.77 ±  5%  perf-profile.self.cycles-pp.iomap_write_actor
      0.74 ±  4%      -0.2        0.58 ±  4%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.76 ±  5%      -0.2        0.60 ±  4%  perf-profile.self.cycles-pp.common_file_perm
      0.85 ±  3%      -0.2        0.69 ±  5%  perf-profile.self.cycles-pp.iomap_write_begin
      0.70 ±  4%      -0.2        0.54 ±  6%  perf-profile.self.cycles-pp.__might_sleep
      0.58 ±  4%      -0.2        0.42 ±  5%  perf-profile.self.cycles-pp.llseek
      0.67 ±  2%      -0.2        0.52 ±  4%  perf-profile.self.cycles-pp.disk_rw
      0.46 ±  5%      -0.1        0.32 ±  6%  perf-profile.self.cycles-pp.xfs_bmbt_to_iomap
      0.39 ±  6%      -0.1        0.26 ±  7%  perf-profile.self.cycles-pp.ksys_write
      0.50 ±  6%      -0.1        0.37 ±  5%  perf-profile.self.cycles-pp.xfs_iunlock
      0.52 ±  5%      -0.1        0.40 ±  5%  perf-profile.self.cycles-pp.exit_to_user_mode_prepare
      0.50 ±  3%      -0.1        0.38 ±  2%  perf-profile.self.cycles-pp.__set_page_dirty_nobuffers
      0.48 ±  4%      -0.1        0.37 ±  4%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.46 ±  3%      -0.1        0.35 ±  5%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.49 ±  5%      -0.1        0.38        perf-profile.self.cycles-pp.unlock_page
      0.44 ±  4%      -0.1        0.32        perf-profile.self.cycles-pp.__list_del_entry_valid
      0.59 ±  5%      -0.1        0.48 ±  2%  perf-profile.self.cycles-pp.xfs_iext_lookup_extent
      0.48 ±  5%      -0.1        0.38 ±  4%  perf-profile.self.cycles-pp.new_sync_write
      0.42 ±  5%      -0.1        0.32 ±  3%  perf-profile.self.cycles-pp.__mod_memcg_lruvec_state
      0.32 ±  9%      -0.1        0.22 ±  8%  perf-profile.self.cycles-pp.xfs_file_llseek
      0.31 ± 22%      -0.1        0.21 ±  6%  perf-profile.self.cycles-pp.__mem_cgroup_charge
      0.37 ±  3%      -0.1        0.27 ±  7%  perf-profile.self.cycles-pp.__cond_resched
      0.36 ±  5%      -0.1        0.27 ±  4%  perf-profile.self.cycles-pp.__pagevec_lru_add
      0.41 ±  4%      -0.1        0.32 ±  5%  perf-profile.self.cycles-pp.xfs_ilock
      0.36 ±  3%      -0.1        0.28 ±  3%  perf-profile.self.cycles-pp.xas_start
      0.33 ±  4%      -0.1        0.25 ±  5%  perf-profile.self.cycles-pp.entry_SYSCALL_64_safe_stack
      0.28 ±  5%      -0.1        0.20 ±  9%  perf-profile.self.cycles-pp.page_counter_cancel
      0.36 ±  6%      -0.1        0.28 ±  7%  perf-profile.self.cycles-pp.file_update_time
      0.37 ±  3%      -0.1        0.29 ±  5%  perf-profile.self.cycles-pp.iov_iter_fault_in_readable
      0.18 ± 34%      -0.1        0.10 ± 16%  perf-profile.self.cycles-pp.mem_cgroup_track_foreign_dirty_slowpath
      0.38 ±  3%      -0.1        0.30 ±  6%  perf-profile.self.cycles-pp.xfs_file_write_checks
      0.29 ±  3%      -0.1        0.22 ±  3%  perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.32 ±  7%      -0.1        0.24 ±  3%  perf-profile.self.cycles-pp.percpu_counter_add_batch
      0.30 ±  5%      -0.1        0.22 ±  4%  perf-profile.self.cycles-pp.do_syscall_64
      0.29 ±  4%      -0.1        0.22 ±  4%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.31 ±  7%      -0.1        0.25 ±  3%  perf-profile.self.cycles-pp.release_pages
      0.23 ±  5%      -0.1        0.17 ±  5%  perf-profile.self.cycles-pp.__fdget_pos
      0.21 ±  5%      -0.1        0.16 ±  7%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.22 ±  6%      -0.1        0.17 ±  4%  perf-profile.self.cycles-pp.rcu_all_qs
      0.19 ±  6%      -0.1        0.14 ±  8%  perf-profile.self.cycles-pp.syscall_exit_to_user_mode_prepare
      0.22 ±  5%      -0.0        0.16 ±  5%  perf-profile.self.cycles-pp.syscall_exit_to_user_mode
      0.16 ±  8%      -0.0        0.11 ±  3%  perf-profile.self.cycles-pp.page_counter_try_charge
      0.16 ± 10%      -0.0        0.12 ±  9%  perf-profile.self.cycles-pp.ksys_lseek
      0.27 ±  4%      -0.0        0.22 ±  7%  perf-profile.self.cycles-pp.iomap_file_buffered_write
      0.24 ±  7%      -0.0        0.20 ±  8%  perf-profile.self.cycles-pp.xfs_iread_extents
      0.20 ±  3%      -0.0        0.15 ±  4%  perf-profile.self.cycles-pp.aa_file_perm
      0.25 ±  3%      -0.0        0.20 ± 10%  perf-profile.self.cycles-pp.generic_write_checks
      0.22 ±  5%      -0.0        0.18 ±  4%  perf-profile.self.cycles-pp.syscall_enter_from_user_mode
      0.21 ±  5%      -0.0        0.16 ±  3%  perf-profile.self.cycles-pp.find_lock_entries
      0.14 ± 17%      -0.0        0.10 ±  5%  perf-profile.self.cycles-pp.uncharge_page
      0.25 ±  5%      -0.0        0.21 ±  4%  perf-profile.self.cycles-pp.xas_store
      0.17 ±  6%      -0.0        0.13 ±  5%  perf-profile.self.cycles-pp.security_file_permission
      0.14 ±  9%      -0.0        0.10 ±  8%  perf-profile.self.cycles-pp.__unlock_page_memcg
      0.17 ±  2%      -0.0        0.14 ±  3%  perf-profile.self.cycles-pp.file_remove_privs
      0.17 ±  8%      -0.0        0.13 ± 11%  perf-profile.self.cycles-pp.timestamp_truncate
      0.14 ± 12%      -0.0        0.10 ±  6%  perf-profile.self.cycles-pp.__count_memcg_events
      0.23 ±  8%      -0.0        0.19 ± 11%  perf-profile.self.cycles-pp.generic_write_check_limits
      0.14 ±  5%      -0.0        0.10 ± 15%  perf-profile.self.cycles-pp.node_dirty_ok
      0.20 ±  7%      -0.0        0.16 ±  4%  perf-profile.self.cycles-pp.current_time
      0.14 ±  6%      -0.0        0.10 ±  9%  perf-profile.self.cycles-pp.__alloc_pages
      0.10 ±  6%      -0.0        0.07 ±  9%  perf-profile.self.cycles-pp.copyin
      0.12 ±  4%      -0.0        0.10 ±  4%  perf-profile.self.cycles-pp.rw_verify_area
      0.10 ± 10%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.__free_one_page
      0.09 ±  9%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.__mark_inode_dirty
      0.08 ± 10%      -0.0        0.06 ±  9%  perf-profile.self.cycles-pp.propagate_protected_usage
      0.12 ±  4%      -0.0        0.10 ±  5%  perf-profile.self.cycles-pp.rmqueue
      0.08 ±  8%      -0.0        0.06 ±  8%  perf-profile.self.cycles-pp.lru_cache_add
      0.07 ± 11%      -0.0        0.04 ± 44%  perf-profile.self.cycles-pp.generic_file_llseek_size
      0.12 ±  7%      -0.0        0.10 ±  6%  perf-profile.self.cycles-pp.wait_for_stable_page
      0.12 ±  5%      -0.0        0.10 ±  6%  perf-profile.self.cycles-pp.ktime_get_coarse_real_ts64
      0.12 ±  4%      -0.0        0.09 ±  7%  perf-profile.self.cycles-pp.xfs_get_extsz_hint
      0.10 ±  4%      -0.0        0.08 ±  6%  perf-profile.self.cycles-pp.delete_from_page_cache_batch
      0.06 ±  7%      -0.0        0.04 ± 44%  perf-profile.self.cycles-pp.mem_cgroup_update_lru_size
      0.13 ±  6%      -0.0        0.11 ±  6%  perf-profile.self.cycles-pp.page_mapping
      0.11 ±  3%      -0.0        0.09 ±  8%  perf-profile.self.cycles-pp.rcu_read_unlock_strict
      0.08 ±  5%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.account_page_cleaned
      0.08 ± 10%      -0.0        0.06 ±  7%  perf-profile.self.cycles-pp.iov_iter_init
      0.09 ±  7%      -0.0        0.07 ±  8%  perf-profile.self.cycles-pp.__list_add_valid
      0.10 ±  7%      -0.0        0.08 ±  8%  perf-profile.self.cycles-pp.__cancel_dirty_page
      0.07 ±  6%      +0.0        0.09 ±  4%  perf-profile.self.cycles-pp.__xfs_btree_check_sblock
      0.00            +0.1        0.07 ± 10%  perf-profile.self.cycles-pp.update_sd_lb_stats
      0.10 ±  5%      +0.1        0.20 ±  2%  perf-profile.self.cycles-pp.memcpy_erms
      0.70 ± 11%     +21.6       22.32 ±  4%  perf-profile.self.cycles-pp.osq_lock



***************************************************************************************************
lkp-icl-2sp2: 128 threads 2 sockets Intel(R) Xeon(R) Gold 6338 CPU @ 2.00GHz with 256G memory
=========================================================================================
compiler/cpufreq_governor/disk/fs/kconfig/load/rootfs/tbox_group/test/testcase/ucode:
  gcc-9/performance/1BRD_48G/xfs/x86_64-rhel-8.3/3000/debian-10.4-x86_64-20200603.cgz/lkp-icl-2sp2/disk_cp/aim7/0xd000280

commit: 
  62af7d54a0 ("xfs: detach dquots from inode if we don't need to inactivate it")
  ab23a77687 ("xfs: per-cpu deferred inode inactivation queues")

62af7d54a0ec0b6f ab23a7768739a23d21d8a16ca37 
---------------- --------------------------- 
         %stddev     %change         %stddev
             \          |                \  
    414394 ±  3%     -24.6%     312557 ±  6%  aim7.jobs-per-min
     43.66 ±  3%     +32.9%      58.01 ±  6%  aim7.time.elapsed_time
     43.66 ±  3%     +32.9%      58.01 ±  6%  aim7.time.elapsed_time.max
     10108 ± 28%    +670.8%      77910 ± 13%  aim7.time.involuntary_context_switches
    174298 ±  3%      +5.9%     184518        aim7.time.minor_page_faults
      2729 ±  9%     +69.5%       4627 ± 12%  aim7.time.system_time
    902968           -49.5%     455902 ±  2%  aim7.time.voluntary_context_switches
     98.66           +20.2%     118.58 ±  4%  uptime.boot
     50.97            +8.2%      55.16 ±  5%  boot-time.boot
      5791           +10.3%       6387 ±  5%  boot-time.idle
     52.87 ±  5%     -23.5%      40.46 ±  9%  iostat.cpu.idle
     46.37 ±  5%     +27.0%      58.89 ±  6%  iostat.cpu.system
      2.35 ± 81%     -92.3%       0.18 ±240%  perf-sched.sch_delay.avg.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork
      4.18 ± 20%     -26.9%       3.06 ± 41%  perf-sched.wait_and_delay.avg.ms.schedule_timeout.rcu_gp_kthread.kthread.ret_from_fork
    580711 ±  6%     -22.0%     453131 ±  8%  softirqs.RCU
     23452 ±  2%     +20.4%      28241 ±  6%  softirqs.TIMER
     50.91 ±  5%     -12.4       38.55 ±  9%  mpstat.cpu.all.idle%
      0.06 ±  8%      -0.0        0.04 ±  6%  mpstat.cpu.all.soft%
     47.38 ±  5%     +12.5       59.89 ±  6%  mpstat.cpu.all.sys%
      1271 ±  5%     +25.4%       1594 ±  6%  turbostat.Avg_MHz
     48.98 ±  5%     +12.4       61.43 ±  6%  turbostat.Busy%
     51.73 ±  5%     -12.6       39.09 ±  9%  turbostat.C1%
  14646037 ±  3%     +26.9%   18580579 ±  5%  turbostat.IRQ
     52.50 ±  5%     -23.8%      40.00 ±  9%  vmstat.cpu.id
     59.00 ±  6%     +26.6%      74.71 ±  8%  vmstat.procs.r
     42150 ±  3%     -37.4%      26402 ±  7%  vmstat.system.cs
    312980            -4.5%     299033        vmstat.system.in
     65020 ± 10%     +49.8%      97428 ± 10%  meminfo.Active
     64281 ± 10%     +50.3%      96638 ± 10%  meminfo.Active(anon)
     76384           +15.3%      88085 ±  3%  meminfo.AnonHugePages
     27207 ±  9%     +56.8%      42667 ±  3%  meminfo.Dirty
     26529 ±  9%     +58.1%      41945 ±  3%  meminfo.Inactive(file)
    104687 ±  8%     +28.8%     134873 ±  8%  meminfo.Shmem
     13217 ±  9%     +64.7%      21767 ±  8%  numa-meminfo.node0.Dirty
     13011 ±  9%     +64.7%      21435 ±  7%  numa-meminfo.node0.Inactive(file)
     61487 ± 12%     +52.2%      93591 ± 11%  numa-meminfo.node1.Active
     61487 ± 12%     +52.2%      93591 ± 11%  numa-meminfo.node1.Active(anon)
     13568 ±  8%     +52.2%      20650 ±  7%  numa-meminfo.node1.Dirty
     13116 ±  8%     +53.6%      20149 ±  7%  numa-meminfo.node1.Inactive(file)
     88354 ± 13%     +32.3%     116854 ±  9%  numa-meminfo.node1.Shmem
      3385 ±  9%     +61.9%       5479 ±  8%  numa-vmstat.node0.nr_dirty
      3340 ±  9%     +61.5%       5394 ±  7%  numa-vmstat.node0.nr_inactive_file
      3340 ±  9%     +61.3%       5389 ±  7%  numa-vmstat.node0.nr_zone_inactive_file
      3382 ± 10%     +44.5%       4888 ±  7%  numa-vmstat.node0.nr_zone_write_pending
     15371 ± 12%     +52.2%      23398 ± 11%  numa-vmstat.node1.nr_active_anon
      3358 ±  9%     +53.6%       5158 ±  7%  numa-vmstat.node1.nr_dirty
      3254 ±  9%     +54.9%       5039 ±  7%  numa-vmstat.node1.nr_inactive_file
     22091 ± 13%     +32.2%      29213 ±  9%  numa-vmstat.node1.nr_shmem
     15371 ± 12%     +52.2%      23398 ± 11%  numa-vmstat.node1.nr_zone_active_anon
      3245 ±  9%     +55.5%       5046 ±  7%  numa-vmstat.node1.nr_zone_inactive_file
      3387 ±  9%     +32.5%       4488 ±  9%  numa-vmstat.node1.nr_zone_write_pending
     16070 ± 10%     +50.3%      24159 ± 10%  proc-vmstat.nr_active_anon
      6775 ±  8%     +56.4%      10597 ±  3%  proc-vmstat.nr_dirty
    630808            +1.8%     642013        proc-vmstat.nr_file_pages
      6595 ±  9%     +57.5%      10387 ±  3%  proc-vmstat.nr_inactive_file
     26172 ±  8%     +28.8%      33717 ±  8%  proc-vmstat.nr_shmem
     37294 ±  2%      +5.3%      39269        proc-vmstat.nr_slab_reclaimable
     16070 ± 10%     +50.3%      24159 ± 10%  proc-vmstat.nr_zone_active_anon
      6596 ±  9%     +57.5%      10387 ±  3%  proc-vmstat.nr_zone_inactive_file
      6822 ±  6%     +35.7%       9257 ±  4%  proc-vmstat.nr_zone_write_pending
      3402 ±150%    +323.2%      14398 ±  6%  proc-vmstat.numa_hint_faults
    198.00 ±140%    +425.1%       1039 ± 34%  proc-vmstat.numa_hint_faults_local
      3730 ±141%    +262.0%      13504 ±  5%  proc-vmstat.numa_pages_migrated
    447437 ±  2%     +10.9%     496339 ±  2%  proc-vmstat.pgfault
      3730 ±141%    +262.0%      13504 ±  5%  proc-vmstat.pgmigrate_success
     14620 ±  2%     +22.1%      17845 ±  5%  proc-vmstat.pgreuse
      6117           +13.7%       6958        slabinfo.Acpi-Parse.active_objs
      6117           +13.7%       6958        slabinfo.Acpi-Parse.num_objs
      2919           +16.8%       3410        slabinfo.btrfs_ordered_extent.active_objs
      2919           +16.8%       3410        slabinfo.btrfs_ordered_extent.num_objs
      2925           +11.5%       3261 ±  2%  slabinfo.kmalloc-4k.active_objs
      2955           +11.8%       3302 ±  2%  slabinfo.kmalloc-4k.num_objs
      1511           +13.2%       1710        slabinfo.kmalloc-8k.active_objs
      1517           +13.2%       1718        slabinfo.kmalloc-8k.num_objs
     40931 ±  8%     +20.4%      49279 ±  5%  slabinfo.radix_tree_node.active_objs
    730.50 ±  8%     +20.4%     879.71 ±  5%  slabinfo.radix_tree_node.active_slabs
     40931 ±  8%     +20.5%      49303 ±  5%  slabinfo.radix_tree_node.num_objs
    730.50 ±  8%     +20.4%     879.71 ±  5%  slabinfo.radix_tree_node.num_slabs
      3577 ±  3%     +16.0%       4149        slabinfo.xfs_buf.active_objs
      3577 ±  3%     +16.0%       4149        slabinfo.xfs_buf.num_objs
      2829           +17.0%       3309        slabinfo.xfs_efd_item.active_objs
      2829           +17.0%       3309        slabinfo.xfs_efd_item.num_objs
      4481 ± 12%     +20.4%       5394 ± 12%  slabinfo.xfs_ili.active_objs
      3883 ± 11%     +48.4%       5764 ±  7%  slabinfo.xfs_inode.active_objs
      4021 ± 15%     +49.1%       5997 ±  9%  slabinfo.xfs_inode.num_objs
 8.694e+09 ±  2%     -13.8%  7.495e+09 ±  5%  perf-stat.i.branch-instructions
      0.78            -0.0        0.74 ±  3%  perf-stat.i.branch-miss-rate%
  51039516            -6.9%   47531666 ±  3%  perf-stat.i.branch-misses
     16.37 ±  3%      +3.3       19.71 ±  6%  perf-stat.i.cache-miss-rate%
  70261979 ±  2%      -6.9%   65384288 ±  3%  perf-stat.i.cache-misses
 3.808e+08 ±  3%     -21.0%   3.01e+08 ±  4%  perf-stat.i.cache-references
     41653 ±  3%     -35.4%      26907 ±  8%  perf-stat.i.context-switches
      3.49 ±  7%     +45.9%       5.10 ± 11%  perf-stat.i.cpi
 1.547e+11 ±  5%     +31.4%  2.033e+11 ±  6%  perf-stat.i.cpu-cycles
      4790 ±  2%     -40.2%       2863 ±  3%  perf-stat.i.cpu-migrations
 1.279e+10 ±  2%     -14.5%  1.094e+10 ±  5%  perf-stat.i.dTLB-loads
      0.01 ±  4%      -0.0        0.00 ±  6%  perf-stat.i.dTLB-store-miss-rate%
    141188 ±  3%     -14.3%     121055 ±  3%  perf-stat.i.dTLB-store-misses
 6.953e+09 ±  3%     -20.0%  5.561e+09 ±  5%  perf-stat.i.dTLB-stores
 4.439e+10 ±  2%     -13.9%  3.822e+10 ±  5%  perf-stat.i.instructions
      0.33 ±  6%     -31.5%       0.22 ± 11%  perf-stat.i.ipc
      1.21 ±  5%     +31.6%       1.59 ±  6%  perf-stat.i.metric.GHz
    461.78           -11.7%     407.64 ±  3%  perf-stat.i.metric.K/sec
    224.60 ±  3%     -15.6%     189.66 ±  5%  perf-stat.i.metric.M/sec
      8342           -14.2%       7157 ±  3%  perf-stat.i.minor-faults
  43910194 ±  2%     -12.3%   38496847 ±  4%  perf-stat.i.node-stores
      8464           -14.6%       7231 ±  3%  perf-stat.i.page-faults
      8.61            -8.3%       7.90        perf-stat.overall.MPKI
      0.58 ±  2%      +0.1        0.63 ±  3%  perf-stat.overall.branch-miss-rate%
     18.49 ±  4%      +3.3       21.78 ±  6%  perf-stat.overall.cache-miss-rate%
      3.50 ±  8%     +52.9%       5.36 ± 11%  perf-stat.overall.cpi
      2197 ±  5%     +41.3%       3104 ±  5%  perf-stat.overall.cycles-between-cache-misses
      0.00 ±  3%      +0.0        0.00 ±  5%  perf-stat.overall.dTLB-store-miss-rate%
      0.29 ±  7%     -34.2%       0.19 ± 11%  perf-stat.overall.ipc
 8.926e+09 ±  2%     -15.9%  7.506e+09 ±  5%  perf-stat.ps.branch-instructions
  51927639            -8.6%   47446006 ±  3%  perf-stat.ps.branch-misses
  72466852            -9.4%   65622883 ±  3%  perf-stat.ps.cache-misses
 3.923e+08 ±  3%     -23.0%  3.021e+08 ±  4%  perf-stat.ps.cache-references
     42458 ±  3%     -36.9%      26810 ±  8%  perf-stat.ps.context-switches
 1.592e+11 ±  5%     +27.9%  2.037e+11 ±  6%  perf-stat.ps.cpu-cycles
      4915 ±  2%     -41.8%       2861 ±  3%  perf-stat.ps.cpu-migrations
 1.315e+10 ±  2%     -16.6%  1.096e+10 ±  5%  perf-stat.ps.dTLB-loads
    141194 ±  3%     -14.5%     120674 ±  3%  perf-stat.ps.dTLB-store-misses
 7.151e+09 ±  3%     -22.1%  5.574e+09 ±  5%  perf-stat.ps.dTLB-stores
 4.558e+10 ±  3%     -16.0%  3.828e+10 ±  5%  perf-stat.ps.instructions
      7548           -10.0%       6796 ±  3%  perf-stat.ps.minor-faults
   1343685 ± 11%     -17.2%    1112057 ±  6%  perf-stat.ps.node-loads
  45344227 ±  2%     -14.7%   38662083 ±  4%  perf-stat.ps.node-stores
      7651           -10.3%       6862 ±  3%  perf-stat.ps.page-faults
 2.026e+12           +13.3%  2.296e+12        perf-stat.total.instructions
     90770 ±  3%     +34.7%     122307 ±  5%  interrupts.CPU0.LOC:Local_timer_interrupts
      4887 ± 34%     -37.6%       3048 ± 25%  interrupts.CPU0.RES:Rescheduling_interrupts
     90686 ±  3%     +33.2%     120774 ±  6%  interrupts.CPU1.LOC:Local_timer_interrupts
     90765 ±  3%     +32.8%     120556 ±  6%  interrupts.CPU10.LOC:Local_timer_interrupts
      4721 ± 32%     -38.2%       2920 ± 24%  interrupts.CPU10.RES:Rescheduling_interrupts
     90744 ±  3%     +33.1%     120776 ±  5%  interrupts.CPU100.LOC:Local_timer_interrupts
     90714 ±  3%     +33.1%     120708 ±  6%  interrupts.CPU101.LOC:Local_timer_interrupts
     90713 ±  3%     +33.1%     120779 ±  6%  interrupts.CPU102.LOC:Local_timer_interrupts
     90710 ±  3%     +33.2%     120784 ±  6%  interrupts.CPU103.LOC:Local_timer_interrupts
     90726 ±  3%     +33.2%     120806 ±  6%  interrupts.CPU104.LOC:Local_timer_interrupts
     90683 ±  3%     +33.1%     120727 ±  6%  interrupts.CPU105.LOC:Local_timer_interrupts
     90711 ±  3%     +33.1%     120760 ±  6%  interrupts.CPU106.LOC:Local_timer_interrupts
     90709 ±  3%     +33.1%     120744 ±  6%  interrupts.CPU107.LOC:Local_timer_interrupts
     90682 ±  3%     +33.1%     120696 ±  6%  interrupts.CPU108.LOC:Local_timer_interrupts
     90704 ±  3%     +33.1%     120762 ±  6%  interrupts.CPU109.LOC:Local_timer_interrupts
     90751 ±  3%     +33.3%     120966 ±  6%  interrupts.CPU11.LOC:Local_timer_interrupts
      5066 ± 32%     -42.6%       2905 ± 23%  interrupts.CPU11.RES:Rescheduling_interrupts
     90682 ±  3%     +33.2%     120774 ±  6%  interrupts.CPU110.LOC:Local_timer_interrupts
     90687 ±  3%     +33.2%     120788 ±  5%  interrupts.CPU111.LOC:Local_timer_interrupts
     90681 ±  3%     +33.2%     120746 ±  6%  interrupts.CPU112.LOC:Local_timer_interrupts
     90683 ±  3%     +33.1%     120666 ±  6%  interrupts.CPU113.LOC:Local_timer_interrupts
     90680 ±  3%     +33.1%     120740 ±  6%  interrupts.CPU114.LOC:Local_timer_interrupts
     90677 ±  3%     +33.2%     120761 ±  6%  interrupts.CPU115.LOC:Local_timer_interrupts
     90670 ±  3%     +33.2%     120747 ±  6%  interrupts.CPU116.LOC:Local_timer_interrupts
     90684 ±  3%     +33.1%     120742 ±  5%  interrupts.CPU117.LOC:Local_timer_interrupts
     90669 ±  3%     +33.3%     120843 ±  5%  interrupts.CPU118.LOC:Local_timer_interrupts
     90669 ±  3%     +33.3%     120841 ±  6%  interrupts.CPU119.LOC:Local_timer_interrupts
      3688 ±  6%     -19.2%       2981 ± 12%  interrupts.CPU12.CAL:Function_call_interrupts
     90638 ±  3%     +33.1%     120679 ±  5%  interrupts.CPU12.LOC:Local_timer_interrupts
      4636 ± 31%     -38.9%       2832 ± 21%  interrupts.CPU12.RES:Rescheduling_interrupts
     90668 ±  3%     +33.2%     120814 ±  6%  interrupts.CPU120.LOC:Local_timer_interrupts
     90666 ±  3%     +33.3%     120815 ±  6%  interrupts.CPU121.LOC:Local_timer_interrupts
     93604 ±  6%     +29.1%     120828 ±  6%  interrupts.CPU122.LOC:Local_timer_interrupts
     90687 ±  3%     +33.2%     120835 ±  6%  interrupts.CPU123.LOC:Local_timer_interrupts
     90700 ±  3%     +33.2%     120812 ±  6%  interrupts.CPU124.LOC:Local_timer_interrupts
     90705 ±  3%     +33.3%     120891 ±  6%  interrupts.CPU125.LOC:Local_timer_interrupts
     90695 ±  3%     +33.2%     120848 ±  6%  interrupts.CPU126.LOC:Local_timer_interrupts
     90700 ±  3%     +33.2%     120855 ±  6%  interrupts.CPU127.LOC:Local_timer_interrupts
     93428 ±  7%     +29.2%     120663 ±  6%  interrupts.CPU13.LOC:Local_timer_interrupts
     91277 ±  3%     +32.1%     120597 ±  5%  interrupts.CPU14.LOC:Local_timer_interrupts
     90745 ±  3%     +33.0%     120687 ±  6%  interrupts.CPU15.LOC:Local_timer_interrupts
      4789 ± 29%     -36.8%       3028 ± 13%  interrupts.CPU15.RES:Rescheduling_interrupts
      3730 ±  8%     -21.9%       2914 ± 10%  interrupts.CPU16.CAL:Function_call_interrupts
     90801 ±  3%     +32.9%     120666 ±  5%  interrupts.CPU16.LOC:Local_timer_interrupts
      4982 ± 31%     -45.6%       2708 ± 26%  interrupts.CPU16.RES:Rescheduling_interrupts
      3660 ±  7%     -18.9%       2967 ±  8%  interrupts.CPU17.CAL:Function_call_interrupts
     90538 ±  3%     +33.3%     120672 ±  6%  interrupts.CPU17.LOC:Local_timer_interrupts
      5053 ± 33%     -43.5%       2856 ± 25%  interrupts.CPU17.RES:Rescheduling_interrupts
      3741 ±  8%     -20.5%       2973 ±  8%  interrupts.CPU18.CAL:Function_call_interrupts
     90727 ±  3%     +32.9%     120620 ±  6%  interrupts.CPU18.LOC:Local_timer_interrupts
      5084 ± 32%     -39.6%       3069 ± 29%  interrupts.CPU18.RES:Rescheduling_interrupts
      3641 ±  7%     -19.1%       2945 ± 11%  interrupts.CPU19.CAL:Function_call_interrupts
     94120 ±  7%     +28.0%     120496 ±  6%  interrupts.CPU19.LOC:Local_timer_interrupts
      7793 ± 15%     +28.4%      10003 ±  4%  interrupts.CPU19.NMI:Non-maskable_interrupts
      7793 ± 15%     +28.4%      10003 ±  4%  interrupts.CPU19.PMI:Performance_monitoring_interrupts
     90723 ±  3%     +33.1%     120755 ±  6%  interrupts.CPU2.LOC:Local_timer_interrupts
      4858 ± 34%     -41.4%       2848 ± 24%  interrupts.CPU2.RES:Rescheduling_interrupts
     90768 ±  3%     +33.0%     120736 ±  5%  interrupts.CPU20.LOC:Local_timer_interrupts
      7321 ± 20%     +36.4%       9987 ±  4%  interrupts.CPU20.NMI:Non-maskable_interrupts
      7321 ± 20%     +36.4%       9987 ±  4%  interrupts.CPU20.PMI:Performance_monitoring_interrupts
      5006 ± 32%     -38.9%       3059 ± 27%  interrupts.CPU20.RES:Rescheduling_interrupts
      3785 ± 10%     -23.2%       2906 ±  8%  interrupts.CPU21.CAL:Function_call_interrupts
     90677 ±  3%     +33.2%     120796 ±  6%  interrupts.CPU21.LOC:Local_timer_interrupts
      7800 ± 14%     +28.4%      10019 ±  2%  interrupts.CPU21.NMI:Non-maskable_interrupts
      7800 ± 14%     +28.4%      10019 ±  2%  interrupts.CPU21.PMI:Performance_monitoring_interrupts
      3678 ±  7%     -19.6%       2957 ±  8%  interrupts.CPU22.CAL:Function_call_interrupts
     90710 ±  3%     +33.1%     120741 ±  5%  interrupts.CPU22.LOC:Local_timer_interrupts
      4939 ± 32%     -42.5%       2841 ± 27%  interrupts.CPU22.RES:Rescheduling_interrupts
      3683 ±  7%     -18.9%       2985 ± 10%  interrupts.CPU23.CAL:Function_call_interrupts
     90714 ±  3%     +36.1%     123452 ±  8%  interrupts.CPU23.LOC:Local_timer_interrupts
      4727 ± 34%     -39.0%       2881 ± 25%  interrupts.CPU23.RES:Rescheduling_interrupts
      3722 ±  9%     -20.5%       2959 ±  9%  interrupts.CPU24.CAL:Function_call_interrupts
     90745 ±  3%     +32.9%     120644 ±  6%  interrupts.CPU24.LOC:Local_timer_interrupts
      5026 ± 29%     -43.2%       2856 ± 24%  interrupts.CPU24.RES:Rescheduling_interrupts
      3664 ±  4%     -17.0%       3042 ±  8%  interrupts.CPU25.CAL:Function_call_interrupts
     90765 ±  3%     +34.1%     121701 ±  6%  interrupts.CPU25.LOC:Local_timer_interrupts
      5087 ± 51%     -41.0%       3002 ± 22%  interrupts.CPU25.RES:Rescheduling_interrupts
     90736 ±  3%     +35.6%     123031 ±  7%  interrupts.CPU26.LOC:Local_timer_interrupts
      8179 ±  7%     +22.9%      10049 ±  3%  interrupts.CPU26.NMI:Non-maskable_interrupts
      8179 ±  7%     +22.9%      10049 ±  3%  interrupts.CPU26.PMI:Performance_monitoring_interrupts
     90735 ±  3%     +33.0%     120693 ±  5%  interrupts.CPU27.LOC:Local_timer_interrupts
      4658 ± 34%     -38.5%       2865 ± 22%  interrupts.CPU27.RES:Rescheduling_interrupts
      3616 ±  8%     -18.6%       2943 ±  7%  interrupts.CPU28.CAL:Function_call_interrupts
     90697 ±  3%     +32.5%     120206 ±  5%  interrupts.CPU28.LOC:Local_timer_interrupts
      8270 ±  5%     +21.7%      10061 ±  4%  interrupts.CPU28.NMI:Non-maskable_interrupts
      8270 ±  5%     +21.7%      10061 ±  4%  interrupts.CPU28.PMI:Performance_monitoring_interrupts
     90749 ±  3%     +33.2%     120904 ±  6%  interrupts.CPU29.LOC:Local_timer_interrupts
      8320 ±  5%     +20.1%       9989 ±  3%  interrupts.CPU29.NMI:Non-maskable_interrupts
      8320 ±  5%     +20.1%       9989 ±  3%  interrupts.CPU29.PMI:Performance_monitoring_interrupts
     90756 ±  3%     +33.1%     120795 ±  6%  interrupts.CPU3.LOC:Local_timer_interrupts
      4556 ± 24%     -35.6%       2932 ± 23%  interrupts.CPU3.RES:Rescheduling_interrupts
     90744 ±  3%     +32.6%     120346 ±  6%  interrupts.CPU30.LOC:Local_timer_interrupts
      8300 ±  5%     +19.8%       9942 ±  3%  interrupts.CPU30.NMI:Non-maskable_interrupts
      8300 ±  5%     +19.8%       9942 ±  3%  interrupts.CPU30.PMI:Performance_monitoring_interrupts
      4704 ± 37%     -40.8%       2783 ± 23%  interrupts.CPU30.RES:Rescheduling_interrupts
      3786 ±  7%     -19.2%       3060 ±  8%  interrupts.CPU31.CAL:Function_call_interrupts
     90752 ±  3%     +35.6%     123096 ±  6%  interrupts.CPU31.LOC:Local_timer_interrupts
      4868 ± 37%     -40.6%       2890 ± 21%  interrupts.CPU31.RES:Rescheduling_interrupts
     90680 ±  3%     +33.1%     120701 ±  5%  interrupts.CPU32.LOC:Local_timer_interrupts
     90725 ±  3%     +33.0%     120704 ±  6%  interrupts.CPU33.LOC:Local_timer_interrupts
     90603 ±  3%     +37.8%     124824 ±  7%  interrupts.CPU34.LOC:Local_timer_interrupts
     94148 ±  8%     +28.2%     120666 ±  5%  interrupts.CPU35.LOC:Local_timer_interrupts
     90693 ±  3%     +33.1%     120671 ±  5%  interrupts.CPU36.LOC:Local_timer_interrupts
     90686 ±  3%     +32.7%     120375 ±  6%  interrupts.CPU37.LOC:Local_timer_interrupts
     90694 ±  3%     +33.1%     120688 ±  6%  interrupts.CPU38.LOC:Local_timer_interrupts
     90732 ±  3%     +33.0%     120711 ±  5%  interrupts.CPU39.LOC:Local_timer_interrupts
     90665 ±  3%     +33.1%     120669 ±  6%  interrupts.CPU4.LOC:Local_timer_interrupts
      4717 ± 34%     -39.0%       2875 ± 26%  interrupts.CPU4.RES:Rescheduling_interrupts
     90723 ±  3%     +33.1%     120708 ±  6%  interrupts.CPU40.LOC:Local_timer_interrupts
     90544 ±  3%     +33.0%     120406 ±  6%  interrupts.CPU41.LOC:Local_timer_interrupts
     90704 ±  3%     +33.0%     120640 ±  6%  interrupts.CPU42.LOC:Local_timer_interrupts
     90703 ±  3%     +32.9%     120532 ±  6%  interrupts.CPU43.LOC:Local_timer_interrupts
     90682 ±  3%     +32.8%     120422 ±  6%  interrupts.CPU44.LOC:Local_timer_interrupts
     90844 ±  3%     +32.5%     120394 ±  6%  interrupts.CPU45.LOC:Local_timer_interrupts
      7869 ±  9%     +22.2%       9618 ±  7%  interrupts.CPU45.NMI:Non-maskable_interrupts
      7869 ±  9%     +22.2%       9618 ±  7%  interrupts.CPU45.PMI:Performance_monitoring_interrupts
     90683 ±  3%     +32.9%     120477 ±  6%  interrupts.CPU46.LOC:Local_timer_interrupts
      7858 ± 11%     +22.2%       9600 ±  7%  interrupts.CPU46.NMI:Non-maskable_interrupts
      7858 ± 11%     +22.2%       9600 ±  7%  interrupts.CPU46.PMI:Performance_monitoring_interrupts
     90683 ±  3%     +32.9%     120484 ±  6%  interrupts.CPU47.LOC:Local_timer_interrupts
      7720 ± 11%     +24.1%       9579 ±  6%  interrupts.CPU47.NMI:Non-maskable_interrupts
      7720 ± 11%     +24.1%       9579 ±  6%  interrupts.CPU47.PMI:Performance_monitoring_interrupts
     90699 ±  3%     +33.1%     120710 ±  5%  interrupts.CPU48.LOC:Local_timer_interrupts
     90614 ±  3%     +33.2%     120700 ±  6%  interrupts.CPU49.LOC:Local_timer_interrupts
      7860 ± 15%     +22.6%       9636 ±  6%  interrupts.CPU49.NMI:Non-maskable_interrupts
      7860 ± 15%     +22.6%       9636 ±  6%  interrupts.CPU49.PMI:Performance_monitoring_interrupts
     90706 ±  3%     +32.9%     120586 ±  6%  interrupts.CPU5.LOC:Local_timer_interrupts
     90736 ±  3%     +32.9%     120632 ±  6%  interrupts.CPU50.LOC:Local_timer_interrupts
     90702 ±  3%     +33.1%     120711 ±  5%  interrupts.CPU51.LOC:Local_timer_interrupts
     90765 ±  3%     +32.8%     120526 ±  6%  interrupts.CPU52.LOC:Local_timer_interrupts
     90697 ±  3%     +33.2%     120777 ±  6%  interrupts.CPU54.LOC:Local_timer_interrupts
     90689 ±  3%     +33.2%     120798 ±  6%  interrupts.CPU55.LOC:Local_timer_interrupts
     90664 ±  3%     +33.2%     120773 ±  6%  interrupts.CPU56.LOC:Local_timer_interrupts
      7377 ± 17%     +31.0%       9662 ±  6%  interrupts.CPU56.NMI:Non-maskable_interrupts
      7377 ± 17%     +31.0%       9662 ±  6%  interrupts.CPU56.PMI:Performance_monitoring_interrupts
     90683 ±  3%     +33.2%     120782 ±  6%  interrupts.CPU57.LOC:Local_timer_interrupts
     90687 ±  3%     +33.1%     120745 ±  6%  interrupts.CPU58.LOC:Local_timer_interrupts
     90727 ±  3%     +33.2%     120829 ±  5%  interrupts.CPU59.LOC:Local_timer_interrupts
     90757 ±  3%     +32.8%     120555 ±  6%  interrupts.CPU6.LOC:Local_timer_interrupts
     90797 ±  3%     +33.1%     120832 ±  5%  interrupts.CPU60.LOC:Local_timer_interrupts
     90686 ±  3%     +33.2%     120788 ±  6%  interrupts.CPU61.LOC:Local_timer_interrupts
     90691 ±  3%     +33.2%     120792 ±  6%  interrupts.CPU62.LOC:Local_timer_interrupts
     90741 ±  3%     +33.1%     120772 ±  6%  interrupts.CPU63.LOC:Local_timer_interrupts
     90747 ±  3%     +33.1%     120742 ±  6%  interrupts.CPU64.LOC:Local_timer_interrupts
      3681 ±  7%     -20.9%       2912 ± 11%  interrupts.CPU65.CAL:Function_call_interrupts
     90744 ±  3%     +33.1%     120737 ±  6%  interrupts.CPU65.LOC:Local_timer_interrupts
      7812 ± 10%     +28.1%      10009 ±  4%  interrupts.CPU65.NMI:Non-maskable_interrupts
      7812 ± 10%     +28.1%      10009 ±  4%  interrupts.CPU65.PMI:Performance_monitoring_interrupts
      4766 ± 39%     -43.6%       2687 ± 28%  interrupts.CPU65.RES:Rescheduling_interrupts
      3709 ±  7%     -18.1%       3037 ±  8%  interrupts.CPU66.CAL:Function_call_interrupts
     90765 ±  3%     +33.1%     120763 ±  6%  interrupts.CPU66.LOC:Local_timer_interrupts
      4684 ± 35%     -39.1%       2850 ± 23%  interrupts.CPU66.RES:Rescheduling_interrupts
     93921 ±  7%     +28.5%     120726 ±  6%  interrupts.CPU67.LOC:Local_timer_interrupts
      3667 ±  7%     -19.0%       2969 ± 12%  interrupts.CPU68.CAL:Function_call_interrupts
     90697 ±  3%     +33.0%     120652 ±  6%  interrupts.CPU68.LOC:Local_timer_interrupts
      4706 ± 35%     -37.1%       2959 ± 29%  interrupts.CPU68.RES:Rescheduling_interrupts
      3764 ±  6%     -23.0%       2900 ± 11%  interrupts.CPU69.CAL:Function_call_interrupts
     90697 ±  3%     +33.0%     120633 ±  6%  interrupts.CPU69.LOC:Local_timer_interrupts
      5217 ± 35%     -46.9%       2771 ± 26%  interrupts.CPU69.RES:Rescheduling_interrupts
      3988 ± 20%     -24.4%       3015 ±  9%  interrupts.CPU7.CAL:Function_call_interrupts
     90737 ±  3%     +32.7%     120413 ±  6%  interrupts.CPU7.LOC:Local_timer_interrupts
      5010 ± 32%     -42.5%       2882 ± 23%  interrupts.CPU7.RES:Rescheduling_interrupts
     90768 ±  3%     +33.0%     120690 ±  6%  interrupts.CPU70.LOC:Local_timer_interrupts
      3680 ±  7%     -17.6%       3033 ±  9%  interrupts.CPU71.CAL:Function_call_interrupts
     90933 ±  3%     +32.7%     120685 ±  6%  interrupts.CPU71.LOC:Local_timer_interrupts
      4709 ± 34%     -42.2%       2723 ± 25%  interrupts.CPU71.RES:Rescheduling_interrupts
      3697 ±  7%     -20.4%       2941 ±  9%  interrupts.CPU72.CAL:Function_call_interrupts
     90776 ±  3%     +32.8%     120539 ±  5%  interrupts.CPU72.LOC:Local_timer_interrupts
      5541 ± 34%     -49.6%       2793 ± 23%  interrupts.CPU72.RES:Rescheduling_interrupts
     90690 ±  3%     +32.9%     120550 ±  5%  interrupts.CPU73.LOC:Local_timer_interrupts
      3714 ±  6%     -20.6%       2949 ±  8%  interrupts.CPU74.CAL:Function_call_interrupts
     90753 ±  3%     +33.0%     120709 ±  6%  interrupts.CPU74.LOC:Local_timer_interrupts
      4755 ± 38%     -41.0%       2805 ± 20%  interrupts.CPU74.RES:Rescheduling_interrupts
      3713 ±  8%     -19.0%       3007 ±  6%  interrupts.CPU75.CAL:Function_call_interrupts
     90716 ±  3%     +35.1%     122556 ±  9%  interrupts.CPU75.LOC:Local_timer_interrupts
      4829 ± 32%     -40.4%       2879 ± 20%  interrupts.CPU75.RES:Rescheduling_interrupts
     90719 ±  3%     +33.0%     120673 ±  6%  interrupts.CPU76.LOC:Local_timer_interrupts
      4768 ± 31%     -38.2%       2946 ± 30%  interrupts.CPU76.RES:Rescheduling_interrupts
     90600 ±  3%     +33.2%     120665 ±  6%  interrupts.CPU77.LOC:Local_timer_interrupts
      4695 ± 39%     -39.8%       2825 ± 22%  interrupts.CPU77.RES:Rescheduling_interrupts
     90715 ±  3%     +33.0%     120685 ±  6%  interrupts.CPU78.LOC:Local_timer_interrupts
      5164 ± 29%     -44.9%       2845 ± 22%  interrupts.CPU78.RES:Rescheduling_interrupts
     90738 ±  3%     +32.9%     120625 ±  6%  interrupts.CPU79.LOC:Local_timer_interrupts
     90793 ±  3%     +32.9%     120701 ±  6%  interrupts.CPU8.LOC:Local_timer_interrupts
      4862 ± 32%     -32.8%       3267 ± 16%  interrupts.CPU8.RES:Rescheduling_interrupts
      3635 ±  7%     -20.0%       2908 ±  7%  interrupts.CPU80.CAL:Function_call_interrupts
     90731 ±  3%     +33.0%     120704 ±  6%  interrupts.CPU80.LOC:Local_timer_interrupts
     90685 ±  3%     +33.6%     121146 ±  6%  interrupts.CPU81.LOC:Local_timer_interrupts
     90772 ±  3%     +33.0%     120698 ±  6%  interrupts.CPU82.LOC:Local_timer_interrupts
      5130 ± 30%     -43.3%       2910 ± 25%  interrupts.CPU82.RES:Rescheduling_interrupts
     90734 ±  3%     +32.9%     120566 ±  6%  interrupts.CPU83.LOC:Local_timer_interrupts
      3763 ±  5%     -19.4%       3031 ±  9%  interrupts.CPU84.CAL:Function_call_interrupts
     90738 ±  3%     +33.0%     120700 ±  6%  interrupts.CPU84.LOC:Local_timer_interrupts
      4928 ± 38%     -41.2%       2898 ± 24%  interrupts.CPU84.RES:Rescheduling_interrupts
      3651 ±  9%     -19.8%       2929 ±  7%  interrupts.CPU85.CAL:Function_call_interrupts
     90721 ±  3%     +33.1%     120762 ±  6%  interrupts.CPU85.LOC:Local_timer_interrupts
      4958 ± 38%     -43.7%       2791 ± 24%  interrupts.CPU85.RES:Rescheduling_interrupts
     90635 ±  3%     +35.4%     122715 ±  7%  interrupts.CPU86.LOC:Local_timer_interrupts
      4715 ± 32%     -38.1%       2917 ± 23%  interrupts.CPU86.RES:Rescheduling_interrupts
      3718 ±  7%     -18.7%       3022 ± 10%  interrupts.CPU87.CAL:Function_call_interrupts
     90726 ±  3%     +34.2%     121716 ±  6%  interrupts.CPU87.LOC:Local_timer_interrupts
      5108 ± 31%     -41.6%       2986 ± 25%  interrupts.CPU87.RES:Rescheduling_interrupts
      3644 ±  7%     -17.6%       3003 ±  9%  interrupts.CPU88.CAL:Function_call_interrupts
     90733 ±  3%     +33.0%     120691 ±  6%  interrupts.CPU88.LOC:Local_timer_interrupts
      4669 ± 36%     -37.0%       2942 ± 18%  interrupts.CPU88.RES:Rescheduling_interrupts
     90758 ±  3%     +33.4%     121093 ±  5%  interrupts.CPU89.LOC:Local_timer_interrupts
     90679 ±  3%     +32.8%     120413 ±  6%  interrupts.CPU9.LOC:Local_timer_interrupts
      4719 ± 31%     -38.9%       2882 ± 25%  interrupts.CPU9.RES:Rescheduling_interrupts
     90713 ±  3%     +33.0%     120653 ±  6%  interrupts.CPU90.LOC:Local_timer_interrupts
      5089 ± 33%     -44.6%       2817 ± 21%  interrupts.CPU90.RES:Rescheduling_interrupts
     90721 ±  3%     +33.0%     120662 ±  6%  interrupts.CPU91.LOC:Local_timer_interrupts
      3621 ±  7%     -18.3%       2956 ±  9%  interrupts.CPU92.CAL:Function_call_interrupts
     91251 ±  3%     +32.3%     120760 ±  5%  interrupts.CPU92.LOC:Local_timer_interrupts
      4635 ± 35%     -38.9%       2834 ± 24%  interrupts.CPU92.RES:Rescheduling_interrupts
      3543 ±  8%     -14.4%       3032 ±  7%  interrupts.CPU93.CAL:Function_call_interrupts
     90762 ±  3%     +33.0%     120721 ±  5%  interrupts.CPU93.LOC:Local_timer_interrupts
      3714 ±  7%     -18.2%       3039 ±  8%  interrupts.CPU94.CAL:Function_call_interrupts
     90772 ±  3%     +34.4%     122039 ±  5%  interrupts.CPU94.LOC:Local_timer_interrupts
     91551 ±  3%     +31.9%     120755 ±  6%  interrupts.CPU95.LOC:Local_timer_interrupts
     90691 ±  3%     +33.1%     120751 ±  6%  interrupts.CPU96.LOC:Local_timer_interrupts
     90712 ±  3%     +33.1%     120750 ±  6%  interrupts.CPU97.LOC:Local_timer_interrupts
     90681 ±  3%     +33.2%     120773 ±  6%  interrupts.CPU98.LOC:Local_timer_interrupts
     90711 ±  3%     +33.1%     120781 ±  5%  interrupts.CPU99.LOC:Local_timer_interrupts
  11633559 ±  3%     +33.0%   15470185 ±  5%  interrupts.LOC:Local_timer_interrupts
    535019 ±  6%     -20.5%     425152 ±  6%  interrupts.RES:Rescheduling_interrupts
     67.62           -14.9       52.74 ±  3%  perf-profile.calltrace.cycles-pp.xfs_file_read_iter.new_sync_read.vfs_read.ksys_read.do_syscall_64
     67.42           -14.8       52.66 ±  3%  perf-profile.calltrace.cycles-pp.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read.vfs_read.ksys_read
     32.77            -9.4       23.36 ±  5%  perf-profile.calltrace.cycles-pp.xfs_ilock_iocb.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read.vfs_read
     32.61            -9.4       23.21 ±  5%  perf-profile.calltrace.cycles-pp.down_read.xfs_ilock.xfs_ilock_iocb.xfs_file_buffered_read.xfs_file_read_iter
     32.74            -9.4       23.34 ±  5%  perf-profile.calltrace.cycles-pp.xfs_ilock.xfs_ilock_iocb.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
     25.37 ±  2%      -6.6       18.74 ±  2%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read.vfs_read
     25.26 ±  2%      -6.6       18.64 ±  2%  perf-profile.calltrace.cycles-pp.up_read.xfs_iunlock.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
     22.95            -6.1       16.82 ±  2%  perf-profile.calltrace.cycles-pp.write
     22.29            -5.9       16.42        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.write
     22.16            -5.8       16.33        perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     21.94            -5.8       16.18        perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     21.63            -5.6       16.00        perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe.write
     20.89            -5.4       15.52        perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write.ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe
     20.61            -5.3       15.33        perf-profile.calltrace.cycles-pp.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write.do_syscall_64
     15.70            -5.3       10.43 ±  2%  perf-profile.calltrace.cycles-pp.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
     15.62            -5.2       10.37 ±  2%  perf-profile.calltrace.cycles-pp.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write.vfs_write
     12.82            -4.7        8.11 ±  3%  perf-profile.calltrace.cycles-pp.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      6.94            -2.3        4.68 ±  2%  perf-profile.calltrace.cycles-pp.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      4.43            -2.0        2.44 ±  2%  perf-profile.calltrace.cycles-pp.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      5.08 ±  2%      -1.7        3.37        perf-profile.calltrace.cycles-pp.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      4.98 ±  2%      -1.7        3.31 ±  2%  perf-profile.calltrace.cycles-pp.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor.iomap_apply
      2.77 ±  2%      -1.6        1.19 ±  6%  perf-profile.calltrace.cycles-pp.__close
      2.76 ±  2%      -1.6        1.18 ±  6%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.__close
      2.76 ±  2%      -1.6        1.18 ±  6%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      2.75 ±  2%      -1.6        1.18 ±  6%  perf-profile.calltrace.cycles-pp.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      2.75 ±  2%      -1.6        1.18 ±  6%  perf-profile.calltrace.cycles-pp.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe.__close
      2.74 ±  2%      -1.6        1.18 ±  6%  perf-profile.calltrace.cycles-pp.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64.entry_SYSCALL_64_after_hwframe
      2.74 ±  2%      -1.6        1.17 ±  6%  perf-profile.calltrace.cycles-pp.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.do_syscall_64
      2.70 ±  2%      -1.6        1.14 ±  7%  perf-profile.calltrace.cycles-pp.dput.__fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode
      2.69 ±  2%      -1.6        1.13 ±  6%  perf-profile.calltrace.cycles-pp.__dentry_kill.dput.__fput.task_work_run.exit_to_user_mode_prepare
      2.22 ±  2%      -1.1        1.12 ±  7%  perf-profile.calltrace.cycles-pp.evict.__dentry_kill.dput.__fput.task_work_run
      2.20 ±  2%      -1.1        1.11 ±  6%  perf-profile.calltrace.cycles-pp.truncate_inode_pages_range.evict.__dentry_kill.dput.__fput
      2.70            -0.9        1.77 ±  2%  perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin.iomap_write_actor
      1.69 ±  2%      -0.7        0.94        perf-profile.calltrace.cycles-pp.__set_page_dirty_nobuffers.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.19            -0.6        0.57 ±  2%  perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      1.19 ±  2%      -0.5        0.72 ±  6%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_end.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.18 ±  6%      -0.4        0.78 ± 13%  perf-profile.calltrace.cycles-pp.iomap_set_range_uptodate.iomap_write_begin.iomap_write_actor.iomap_apply.iomap_file_buffered_write
      1.02 ±  7%      -0.4        0.65 ±  9%  perf-profile.calltrace.cycles-pp.copy_page_to_iter.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      1.47 ±  3%      -0.3        1.15 ±  4%  perf-profile.calltrace.cycles-pp.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.grab_cache_page_write_begin.iomap_write_begin
      2.18            -0.3        1.85 ±  3%  perf-profile.calltrace.cycles-pp.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write.new_sync_write
      0.74 ±  6%      -0.3        0.47 ± 41%  perf-profile.calltrace.cycles-pp.xfs_iunlock.xfs_buffered_write_iomap_begin.iomap_apply.iomap_file_buffered_write.xfs_file_buffered_write
      2.91 ±  3%      +0.2        3.07 ±  2%  perf-profile.calltrace.cycles-pp.file_update_time.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write
      1.78 ±  4%      +0.2        1.96 ±  5%  perf-profile.calltrace.cycles-pp.__xfs_trans_commit.xfs_vn_update_time.file_update_time.xfs_file_write_checks.xfs_file_buffered_write
      2.70 ±  4%      +0.2        2.88 ±  3%  perf-profile.calltrace.cycles-pp.xfs_vn_update_time.file_update_time.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write
      3.67 ±  2%      +0.2        3.88 ±  2%  perf-profile.calltrace.cycles-pp.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write.ksys_write
      0.26 ±100%      +0.4        0.64 ± 12%  perf-profile.calltrace.cycles-pp.xfs_break_layouts.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write.vfs_write
      0.00            +0.6        0.58 ± 13%  perf-profile.calltrace.cycles-pp.xfs_break_leased_layouts.xfs_break_layouts.xfs_file_write_checks.xfs_file_buffered_write.new_sync_write
      4.89 ± 16%      +1.7        6.57 ±  3%  perf-profile.calltrace.cycles-pp.filemap_get_pages.filemap_read.xfs_file_buffered_read.xfs_file_read_iter.new_sync_read
      1.18 ±  4%      +2.1        3.24 ± 10%  perf-profile.calltrace.cycles-pp.creat64
      1.18 ±  4%      +2.1        3.23 ± 10%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.creat64
      1.18 ±  4%      +2.1        3.23 ± 10%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.17 ±  3%      +2.1        3.23 ± 10%  perf-profile.calltrace.cycles-pp.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.17 ±  3%      +2.1        3.23 ± 10%  perf-profile.calltrace.cycles-pp.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe.creat64
      1.16 ±  4%      +2.1        3.22 ± 10%  perf-profile.calltrace.cycles-pp.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwframe
      1.16 ±  4%      +2.1        3.22 ± 10%  perf-profile.calltrace.cycles-pp.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64
      6.35 ± 15%      +2.2        8.52 ±  5%  perf-profile.calltrace.cycles-pp.filemap_get_read_batch.filemap_get_pages.filemap_read.xfs_file_buffered_read.xfs_file_read_iter
      0.56 ±  4%      +2.2        2.74 ± 11%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2.do_sys_open
      0.00            +2.4        2.42 ± 11%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.path_openat.do_filp_open.do_sys_openat2
      1.41 ±  4%      +2.8        4.17 ± 15%  perf-profile.calltrace.cycles-pp.unlink
      1.40 ±  4%      +2.8        4.17 ± 15%  perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.unlink
      1.40 ±  4%      +2.8        4.17 ± 15%  perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      1.39 ±  5%      +2.8        4.16 ± 15%  perf-profile.calltrace.cycles-pp.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
      0.96 ±  4%      +2.9        3.88 ± 16%  perf-profile.calltrace.cycles-pp.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe.unlink
     70.23            +3.1       73.32        perf-profile.calltrace.cycles-pp.read
     69.63            +3.3       72.94        perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_hwframe.read
     69.52            +3.3       72.86        perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
     69.28            +3.4       72.70        perf-profile.calltrace.cycles-pp.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
      0.00            +3.5        3.50 ± 16%  perf-profile.calltrace.cycles-pp.osq_lock.rwsem_down_write_slowpath.do_unlinkat.do_syscall_64.entry_SYSCALL_64_after_hwframe
     68.98            +3.5       72.50 ±  2%  perf-profile.calltrace.cycles-pp.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe.read
     67.85            +4.0       71.83 ±  2%  perf-profile.calltrace.cycles-pp.new_sync_read.vfs_read.ksys_read.do_syscall_64.entry_SYSCALL_64_after_hwframe
     67.63           -14.9       52.75 ±  3%  perf-profile.children.cycles-pp.xfs_file_read_iter
     67.46           -14.8       52.68 ±  3%  perf-profile.children.cycles-pp.xfs_file_buffered_read
     32.78            -9.4       23.37 ±  5%  perf-profile.children.cycles-pp.xfs_ilock_iocb
     32.75            -9.4       23.35 ±  5%  perf-profile.children.cycles-pp.down_read
     34.01            -9.3       24.67 ±  5%  perf-profile.children.cycles-pp.xfs_ilock
     26.65 ±  2%      -7.1       19.56 ±  2%  perf-profile.children.cycles-pp.xfs_iunlock
     25.33 ±  2%      -6.6       18.72 ±  2%  perf-profile.children.cycles-pp.up_read
     23.13            -6.2       16.94 ±  2%  perf-profile.children.cycles-pp.write
     21.98            -5.8       16.22        perf-profile.children.cycles-pp.ksys_write
     21.69            -5.6       16.05        perf-profile.children.cycles-pp.vfs_write
     20.93            -5.4       15.56        perf-profile.children.cycles-pp.new_sync_write
     20.64            -5.3       15.35        perf-profile.children.cycles-pp.xfs_file_buffered_write
     15.71            -5.3       10.43 ±  2%  perf-profile.children.cycles-pp.iomap_file_buffered_write
     15.64            -5.3       10.38 ±  2%  perf-profile.children.cycles-pp.iomap_apply
     12.88            -4.7        8.14 ±  3%  perf-profile.children.cycles-pp.iomap_write_actor
      6.96            -2.3        4.70 ±  2%  perf-profile.children.cycles-pp.iomap_write_begin
      4.45            -2.0        2.46 ±  2%  perf-profile.children.cycles-pp.iomap_write_end
      5.11 ±  2%      -1.7        3.39        perf-profile.children.cycles-pp.grab_cache_page_write_begin
      5.03 ±  2%      -1.7        3.34        perf-profile.children.cycles-pp.pagecache_get_page
      3.02 ±  2%      -1.7        1.36 ±  7%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode
      2.88 ±  2%      -1.6        1.27 ±  7%  perf-profile.children.cycles-pp.exit_to_user_mode_prepare
      2.77 ±  2%      -1.6        1.19 ±  6%  perf-profile.children.cycles-pp.__close
      2.74 ±  2%      -1.6        1.18 ±  6%  perf-profile.children.cycles-pp.task_work_run
      2.74 ±  2%      -1.6        1.17 ±  6%  perf-profile.children.cycles-pp.__fput
      2.71 ±  2%      -1.6        1.15 ±  7%  perf-profile.children.cycles-pp.dput
      2.69 ±  2%      -1.6        1.13 ±  6%  perf-profile.children.cycles-pp.__dentry_kill
      2.22 ±  2%      -1.1        1.12 ±  7%  perf-profile.children.cycles-pp.evict
      2.21 ±  2%      -1.1        1.11 ±  7%  perf-profile.children.cycles-pp.truncate_inode_pages_range
      2.71            -0.9        1.77 ±  2%  perf-profile.children.cycles-pp.add_to_page_cache_lru
      2.39 ±  4%      -0.9        1.51 ± 10%  perf-profile.children.cycles-pp.iomap_set_range_uptodate
      1.71 ±  2%      -0.8        0.95        perf-profile.children.cycles-pp.__set_page_dirty_nobuffers
      1.11 ±  5%      -0.7        0.41 ±  3%  perf-profile.children.cycles-pp._raw_spin_lock_irqsave
      1.20            -0.6        0.58 ±  2%  perf-profile.children.cycles-pp.lru_cache_add
      1.03 ±  2%      -0.6        0.43 ±  5%  perf-profile.children.cycles-pp.__pagevec_lru_add
      1.03 ±  3%      -0.6        0.47 ±  6%  perf-profile.children.cycles-pp.release_pages
      0.96 ±  3%      -0.5        0.44 ±  6%  perf-profile.children.cycles-pp.__pagevec_release
      0.78 ±  9%      -0.5        0.26 ±  5%  perf-profile.children.cycles-pp.lock_page_lruvec_irqsave
      0.87 ±  2%      -0.4        0.44 ±  4%  perf-profile.children.cycles-pp.unlock_page
      1.15 ±  5%      -0.4        0.73 ±  4%  perf-profile.children.cycles-pp.up_write
      1.06 ±  6%      -0.4        0.67 ± 10%  perf-profile.children.cycles-pp.copy_user_enhanced_fast_string
      1.06 ±  7%      -0.4        0.68 ±  9%  perf-profile.children.cycles-pp.copy_page_to_iter
      0.80 ±  9%      -0.4        0.44 ± 23%  perf-profile.children.cycles-pp.acpi_idle_enter
      0.79 ±  9%      -0.4        0.43 ± 24%  perf-profile.children.cycles-pp.acpi_idle_do_entry
      2.08 ±  6%      -0.4        1.73 ±  6%  perf-profile.children.cycles-pp.native_queued_spin_lock_slowpath
      2.23            -0.3        1.89 ±  2%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_begin
      1.49 ±  2%      -0.3        1.16 ±  4%  perf-profile.children.cycles-pp.__add_to_page_cache_locked
      0.60 ±  9%      -0.3        0.32 ± 17%  perf-profile.children.cycles-pp.__fsnotify_parent
      0.87 ±  5%      -0.3        0.61 ±  9%  perf-profile.children.cycles-pp.rwsem_spin_on_owner
      0.68 ±  6%      -0.2        0.43 ±  9%  perf-profile.children.cycles-pp.copyout
      0.62 ±  4%      -0.2        0.39 ±  4%  perf-profile.children.cycles-pp.__set_page_dirty
      0.53 ±  3%      -0.2        0.29 ±  8%  perf-profile.children.cycles-pp.__mod_lruvec_page_state
      0.46 ±  4%      -0.2        0.23 ±  8%  perf-profile.children.cycles-pp.truncate_cleanup_page
      0.62 ±  6%      -0.2        0.40 ± 11%  perf-profile.children.cycles-pp.copy_page_from_iter_atomic
      0.58 ±  7%      -0.2        0.37 ±  9%  perf-profile.children.cycles-pp.syscall_return_via_sysret
      0.44 ±  4%      -0.2        0.24 ±  6%  perf-profile.children.cycles-pp.delete_from_page_cache_batch
      0.51 ±  7%      -0.2        0.33 ±  9%  perf-profile.children.cycles-pp.__entry_text_start
      0.54 ±  7%      -0.2        0.35 ±  7%  perf-profile.children.cycles-pp.security_file_permission
      0.76 ±  7%      -0.2        0.58 ±  9%  perf-profile.children.cycles-pp.sysvec_apic_timer_interrupt
      0.45 ±  3%      -0.2        0.28 ±  6%  perf-profile.children.cycles-pp.xfs_inactive
      0.32 ±  3%      -0.2        0.15 ±  6%  perf-profile.children.cycles-pp.__mark_inode_dirty
      0.44 ±  6%      -0.2        0.27 ± 11%  perf-profile.children.cycles-pp.copyin
      0.33 ±  3%      -0.2        0.18 ±  8%  perf-profile.children.cycles-pp.__cancel_dirty_page
      0.31 ±  5%      -0.1        0.16 ±  5%  perf-profile.children.cycles-pp._raw_spin_lock_irq
      0.33 ±  3%      -0.1        0.18 ±  7%  perf-profile.children.cycles-pp.__mod_memcg_lruvec_state
      0.40 ±  8%      -0.1        0.25 ±  8%  perf-profile.children.cycles-pp.__fdget_pos
      0.57 ±  7%      -0.1        0.43 ±  6%  perf-profile.children.cycles-pp.___might_sleep
      0.33 ±  8%      -0.1        0.20 ±  9%  perf-profile.children.cycles-pp.__fget_light
      0.28 ±  4%      -0.1        0.16 ±  7%  perf-profile.children.cycles-pp.find_lock_entries
      0.30 ±  6%      -0.1        0.17 ±  4%  perf-profile.children.cycles-pp.xfs_trans_read_buf_map
      0.23 ± 11%      -0.1        0.11 ± 16%  perf-profile.children.cycles-pp.rw_verify_area
      0.49 ± 10%      -0.1        0.37 ±  9%  perf-profile.children.cycles-pp.touch_atime
      0.43 ±  6%      -0.1        0.31 ± 12%  perf-profile.children.cycles-pp.xas_load
      0.38 ±  7%      -0.1        0.26 ±  8%  perf-profile.children.cycles-pp.common_file_perm
      0.36 ±  4%      -0.1        0.24 ±  7%  perf-profile.children.cycles-pp.xfs_inactive_ifree
      0.45 ± 10%      -0.1        0.34 ± 10%  perf-profile.children.cycles-pp.atime_needs_update
      0.35 ±  9%      -0.1        0.24 ±  6%  perf-profile.children.cycles-pp.iov_iter_fault_in_readable
      0.33 ±  7%      -0.1        0.22 ± 10%  perf-profile.children.cycles-pp.__might_sleep
      0.29 ±  8%      -0.1        0.19 ± 10%  perf-profile.children.cycles-pp.__cond_resched
      0.34 ±  4%      -0.1        0.24 ±  6%  perf-profile.children.cycles-pp.vfs_unlink
      0.57 ±  7%      -0.1        0.47 ±  8%  perf-profile.children.cycles-pp.__sysvec_apic_timer_interrupt
      0.23 ±  6%      -0.1        0.13 ±  3%  perf-profile.children.cycles-pp.xfs_buf_get_map
      0.24 ±  7%      -0.1        0.13 ±  3%  perf-profile.children.cycles-pp.xfs_buf_read_map
      0.22 ±  7%      -0.1        0.12 ±  3%  perf-profile.children.cycles-pp.xfs_buf_find
      0.54 ±  7%      -0.1        0.44 ±  9%  perf-profile.children.cycles-pp.hrtimer_interrupt
      0.33 ±  4%      -0.1        0.23 ±  7%  perf-profile.children.cycles-pp.xfs_remove
      0.33 ±  4%      -0.1        0.24 ±  8%  perf-profile.children.cycles-pp.xfs_vn_unlink
      0.19 ±  4%      -0.1        0.10 ± 10%  perf-profile.children.cycles-pp.__mod_lruvec_state
      0.17 ±  8%      -0.1        0.08 ± 10%  perf-profile.children.cycles-pp.mem_cgroup_uncharge_list
      0.26 ±  5%      -0.1        0.17 ±  7%  perf-profile.children.cycles-pp.xfs_ifree
      0.23 ±  6%      -0.1        0.15 ±  9%  perf-profile.children.cycles-pp.__get_user_nocheck_1
      0.44 ±  5%      -0.1        0.36 ±  8%  perf-profile.children.cycles-pp.xfs_generic_create
      0.15 ±  9%      -0.1        0.07 ±  4%  perf-profile.children.cycles-pp.page_cache_free_page
      0.43 ±  5%      -0.1        0.35 ±  7%  perf-profile.children.cycles-pp.xfs_create
      0.18 ±  6%      -0.1        0.10 ± 10%  perf-profile.children.cycles-pp.account_page_cleaned
      0.14 ± 10%      -0.1        0.06 ± 11%  perf-profile.children.cycles-pp.uncharge_batch
      0.14 ± 10%      -0.1        0.06 ± 13%  perf-profile.children.cycles-pp.page_counter_uncharge
      0.21 ±  7%      -0.1        0.14 ±  8%  perf-profile.children.cycles-pp.disk_cp
      0.45 ±  6%      -0.1        0.38 ±  7%  perf-profile.children.cycles-pp.__alloc_pages
      0.12 ±  8%      -0.1        0.05 ±  9%  perf-profile.children.cycles-pp.page_counter_cancel
      0.18 ±  4%      -0.1        0.11 ±  4%  perf-profile.children.cycles-pp.__schedule
      0.10 ±  4%      -0.1        0.04 ± 40%  perf-profile.children.cycles-pp.xfs_iunlink_remove
      0.13 ±  5%      -0.1        0.07 ±  9%  perf-profile.children.cycles-pp.__mod_node_page_state
      0.19 ±  9%      -0.1        0.13 ± 10%  perf-profile.children.cycles-pp.balance_dirty_pages_ratelimited
      0.12 ±  9%      -0.1        0.06 ±  7%  perf-profile.children.cycles-pp.xfs_read_agi
      0.14 ±  7%      -0.1        0.08 ± 13%  perf-profile.children.cycles-pp.irq_exit_rcu
      0.16 ±  6%      -0.1        0.11 ± 11%  perf-profile.children.cycles-pp.aa_file_perm
      0.12 ±  8%      -0.1        0.06 ± 16%  perf-profile.children.cycles-pp.__softirqentry_text_start
      0.24 ± 11%      -0.1        0.19 ± 13%  perf-profile.children.cycles-pp.scheduler_tick
      0.13 ±  8%      -0.1        0.08 ±  6%  perf-profile.children.cycles-pp.xfs_da_read_buf
      0.12 ±  6%      -0.1        0.07 ±  7%  perf-profile.children.cycles-pp.unaccount_page_cache_page
      0.14 ±  7%      -0.1        0.09 ±  9%  perf-profile.children.cycles-pp.map_id_range_down
      0.14 ±  9%      -0.0        0.09 ± 11%  perf-profile.children.cycles-pp.rcu_all_qs
      0.13 ±  6%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.xfs_buffered_write_iomap_end
      0.13 ±  5%      -0.0        0.09 ±  9%  perf-profile.children.cycles-pp.xfs_dir_removename
      0.13 ±  7%      -0.0        0.08 ±  8%  perf-profile.children.cycles-pp.xfs_dir2_node_removename
      0.13 ±  5%      -0.0        0.09 ±  3%  perf-profile.children.cycles-pp.schedule
      0.14 ±  9%      -0.0        0.10 ±  8%  perf-profile.children.cycles-pp.xfs_da3_node_lookup_int
      0.22 ±  5%      -0.0        0.18 ± 10%  perf-profile.children.cycles-pp.memset_erms
      0.07 ±  7%      -0.0        0.03 ± 86%  perf-profile.children.cycles-pp.syscall_exit_to_user_mode_prepare
      0.12 ±  8%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.rcu_read_unlock_strict
      0.15 ±  6%      -0.0        0.11 ±  7%  perf-profile.children.cycles-pp.percpu_counter_add_batch
      0.10 ±  5%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.syscall_enter_from_user_mode
      0.12 ±  4%      -0.0        0.08 ± 10%  perf-profile.children.cycles-pp.generic_write_checks
      0.09 ±  9%      -0.0        0.06 ± 10%  perf-profile.children.cycles-pp.__might_fault
      0.09 ±  7%      -0.0        0.06 ± 10%  perf-profile.children.cycles-pp.make_kuid
      0.08 ±  5%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.xfs_dir2_node_addname
      0.09 ±  7%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.xfs_dir_createname
      0.09 ±  8%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.make_kgid
      0.10 ± 10%      -0.0        0.06 ± 11%  perf-profile.children.cycles-pp.update_load_avg
      0.09 ±  6%      -0.0        0.06 ± 13%  perf-profile.children.cycles-pp.timestamp_truncate
      0.08 ± 10%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.xfs_da3_node_read
      0.07 ±  8%      -0.0        0.04 ± 40%  perf-profile.children.cycles-pp.xfs_btree_lookup
      0.10 ±  8%      -0.0        0.07 ±  9%  perf-profile.children.cycles-pp.xfs_bmbt_to_iomap
      0.10 ± 11%      -0.0        0.07 ±  6%  perf-profile.children.cycles-pp.node_dirty_ok
      0.11 ±  8%      -0.0        0.09 ± 12%  perf-profile.children.cycles-pp.xfs_errortag_test
      0.08 ±  4%      -0.0        0.06 ±  8%  perf-profile.children.cycles-pp.free_unref_page_list
      0.10 ±  5%      -0.0        0.08 ±  8%  perf-profile.children.cycles-pp.xfs_difree_inobt
      0.08 ±  5%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.load_balance
      0.07 ±  5%      -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.find_busiest_group
      0.08 ±  4%      -0.0        0.06 ±  7%  perf-profile.children.cycles-pp.pick_next_task_fair
      0.07            -0.0        0.05 ±  8%  perf-profile.children.cycles-pp.update_sd_lb_stats
      0.07 ±  7%      -0.0        0.05        perf-profile.children.cycles-pp.xfs_vn_lookup
      0.08 ±  5%      -0.0        0.07 ±  8%  perf-profile.children.cycles-pp.page_mapping
      0.06 ±  7%      -0.0        0.05 ±  6%  perf-profile.children.cycles-pp.kmem_cache_alloc
      0.07            -0.0        0.06 ±  5%  perf-profile.children.cycles-pp.newidle_balance
      0.26 ±  3%      +0.0        0.30 ±  2%  perf-profile.children.cycles-pp.xas_store
      0.52 ±  6%      +0.1        0.65 ± 11%  perf-profile.children.cycles-pp.xfs_break_layouts
      0.43 ±  8%      +0.2        0.59 ± 13%  perf-profile.children.cycles-pp.xfs_break_leased_layouts
      2.70 ±  4%      +0.2        2.88 ±  3%  perf-profile.children.cycles-pp.xfs_vn_update_time
      3.70 ±  2%      +0.2        3.90 ±  2%  perf-profile.children.cycles-pp.xfs_file_write_checks
      0.00            +0.3        0.28 ±  6%  perf-profile.children.cycles-pp.xfs_inodegc_worker
      0.00            +0.3        0.29 ±  6%  perf-profile.children.cycles-pp.worker_thread
      0.00            +0.3        0.29 ±  6%  perf-profile.children.cycles-pp.process_one_work
      0.00            +0.3        0.30 ±  5%  perf-profile.children.cycles-pp.kthread
      0.00            +0.3        0.30 ±  6%  perf-profile.children.cycles-pp.ret_from_fork
     97.43            +0.6       98.08        perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hwframe
     97.24            +0.7       97.94        perf-profile.children.cycles-pp.do_syscall_64
      5.54 ± 15%      +1.8        7.35 ±  4%  perf-profile.children.cycles-pp.filemap_get_read_batch
      5.75 ± 15%      +2.0        7.77 ±  4%  perf-profile.children.cycles-pp.filemap_get_pages
      1.23 ±  4%      +2.0        3.27 ± 10%  perf-profile.children.cycles-pp.do_sys_open
      1.23 ±  4%      +2.0        3.27 ± 10%  perf-profile.children.cycles-pp.do_sys_openat2
      1.21 ±  4%      +2.1        3.26 ± 10%  perf-profile.children.cycles-pp.path_openat
      1.21 ±  4%      +2.1        3.26 ± 10%  perf-profile.children.cycles-pp.do_filp_open
      1.18 ±  4%      +2.1        3.24 ± 10%  perf-profile.children.cycles-pp.creat64
      1.41 ±  4%      +2.8        4.17 ± 15%  perf-profile.children.cycles-pp.unlink
      1.39 ±  5%      +2.8        4.16 ± 15%  perf-profile.children.cycles-pp.do_unlinkat
     70.44            +3.0       73.45        perf-profile.children.cycles-pp.read
     69.30            +3.4       72.72        perf-profile.children.cycles-pp.ksys_read
     69.01            +3.5       72.52 ±  2%  perf-profile.children.cycles-pp.vfs_read
     67.87            +4.0       71.90 ±  2%  perf-profile.children.cycles-pp.new_sync_read
      1.52 ±  4%      +5.1        6.63 ± 13%  perf-profile.children.cycles-pp.rwsem_down_write_slowpath
      0.54 ±  5%      +5.4        5.93 ± 14%  perf-profile.children.cycles-pp.osq_lock
     32.46            -9.3       23.16 ±  5%  perf-profile.self.cycles-pp.down_read
     25.18 ±  2%      -6.6       18.62 ±  2%  perf-profile.self.cycles-pp.up_read
      2.37 ±  4%      -0.9        1.50 ± 10%  perf-profile.self.cycles-pp.iomap_set_range_uptodate
      1.44 ±  6%      -0.6        0.89 ±  5%  perf-profile.self.cycles-pp.pagecache_get_page
      0.85 ±  2%      -0.4        0.44 ±  4%  perf-profile.self.cycles-pp.unlock_page
      1.12 ±  5%      -0.4        0.72 ±  4%  perf-profile.self.cycles-pp.up_write
      1.05 ±  6%      -0.4        0.66 ± 10%  perf-profile.self.cycles-pp.copy_user_enhanced_fast_string
      0.73 ±  2%      -0.4        0.36        perf-profile.self.cycles-pp.iomap_write_end
      2.08 ±  6%      -0.4        1.73 ±  6%  perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath
      0.64 ±  2%      -0.3        0.32 ±  3%  perf-profile.self.cycles-pp.__set_page_dirty_nobuffers
      0.58 ±  9%      -0.3        0.31 ± 17%  perf-profile.self.cycles-pp.__fsnotify_parent
      0.86 ±  6%      -0.3        0.61 ±  9%  perf-profile.self.cycles-pp.rwsem_spin_on_owner
      0.57 ±  7%      -0.2        0.37 ± 10%  perf-profile.self.cycles-pp.syscall_return_via_sysret
      1.74 ±  3%      -0.2        1.53 ±  2%  perf-profile.self.cycles-pp.filemap_read
      0.37 ±  4%      -0.2        0.17 ±  4%  perf-profile.self.cycles-pp.__pagevec_lru_add
      0.43 ±  9%      -0.2        0.23 ± 23%  perf-profile.self.cycles-pp.acpi_idle_do_entry
      0.37 ±  4%      -0.2        0.18        perf-profile.self.cycles-pp._raw_spin_lock_irqsave
      0.31 ±  5%      -0.2        0.14 ±  7%  perf-profile.self.cycles-pp.release_pages
      0.31 ±  4%      -0.2        0.14 ±  5%  perf-profile.self.cycles-pp.__mark_inode_dirty
      0.30 ±  6%      -0.1        0.16 ±  6%  perf-profile.self.cycles-pp._raw_spin_lock_irq
      0.40 ±  6%      -0.1        0.28 ±  8%  perf-profile.self.cycles-pp.iomap_apply
      0.22 ± 11%      -0.1        0.10 ± 18%  perf-profile.self.cycles-pp.rw_verify_area
      0.26 ±  6%      -0.1        0.14 ±  8%  perf-profile.self.cycles-pp.find_lock_entries
      0.32 ±  9%      -0.1        0.19 ±  8%  perf-profile.self.cycles-pp.__fget_light
      0.51 ±  7%      -0.1        0.40 ±  7%  perf-profile.self.cycles-pp.___might_sleep
      0.25 ±  3%      -0.1        0.14 ±  7%  perf-profile.self.cycles-pp.__mod_memcg_lruvec_state
      0.18 ± 32%      -0.1        0.08 ± 35%  perf-profile.self.cycles-pp.xfs_file_read_iter
      0.24 ±  6%      -0.1        0.14 ±  2%  perf-profile.self.cycles-pp.__add_to_page_cache_locked
      0.24 ±  8%      -0.1        0.15 ±  9%  perf-profile.self.cycles-pp.read
      0.29 ±  9%      -0.1        0.20 ±  9%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_begin
      0.39 ±  3%      -0.1        0.29 ±  3%  perf-profile.self.cycles-pp.iomap_write_begin
      0.26 ±  6%      -0.1        0.17 ± 13%  perf-profile.self.cycles-pp.vfs_write
      0.26 ±  6%      -0.1        0.17 ± 10%  perf-profile.self.cycles-pp.xas_load
      0.22 ±  9%      -0.1        0.14 ±  8%  perf-profile.self.cycles-pp.write
      0.22 ±  7%      -0.1        0.14 ± 10%  perf-profile.self.cycles-pp.__get_user_nocheck_1
      0.27 ±  7%      -0.1        0.19 ± 11%  perf-profile.self.cycles-pp.__might_sleep
      0.19 ± 26%      -0.1        0.11 ± 19%  perf-profile.self.cycles-pp.vfs_read
      0.15 ±  9%      -0.1        0.07 ±  4%  perf-profile.self.cycles-pp.page_cache_free_page
      0.20 ±  8%      -0.1        0.13 ±  8%  perf-profile.self.cycles-pp.copy_page_to_iter
      0.13 ±  2%      -0.1        0.06 ±  8%  perf-profile.self.cycles-pp.__cancel_dirty_page
      0.20 ±  8%      -0.1        0.12 ±  7%  perf-profile.self.cycles-pp.xfs_iunlock
      0.12 ±  8%      -0.1        0.05 ±  9%  perf-profile.self.cycles-pp.page_counter_cancel
      0.11 ±  9%      -0.1        0.04 ± 40%  perf-profile.self.cycles-pp.truncate_cleanup_page
      0.22 ±  8%      -0.1        0.15 ±  8%  perf-profile.self.cycles-pp.common_file_perm
      0.21 ±  6%      -0.1        0.14 ± 10%  perf-profile.self.cycles-pp.entry_SYSCALL_64_after_hwframe
      0.22 ±  4%      -0.1        0.16 ±  4%  perf-profile.self.cycles-pp._raw_spin_lock
      0.10 ±  3%      -0.1        0.04 ± 63%  perf-profile.self.cycles-pp.ksys_write
      0.14 ± 17%      -0.1        0.08 ± 13%  perf-profile.self.cycles-pp.security_file_permission
      0.19 ±  7%      -0.1        0.13 ± 11%  perf-profile.self.cycles-pp.copy_page_from_iter_atomic
      0.12 ±  7%      -0.1        0.07 ±  6%  perf-profile.self.cycles-pp.__mod_node_page_state
      0.18 ± 10%      -0.1        0.12 ±  9%  perf-profile.self.cycles-pp.disk_cp
      0.20 ±  7%      -0.1        0.15 ± 10%  perf-profile.self.cycles-pp.iomap_write_actor
      0.15 ±  9%      -0.1        0.10 ± 12%  perf-profile.self.cycles-pp.__mod_lruvec_page_state
      0.15 ±  8%      -0.1        0.09 ± 12%  perf-profile.self.cycles-pp.__cond_resched
      0.16 ±  6%      -0.1        0.11 ±  9%  perf-profile.self.cycles-pp.xfs_ilock
      0.14 ±  4%      -0.0        0.09 ± 11%  perf-profile.self.cycles-pp.do_syscall_64
      0.13 ±  8%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.new_sync_write
      0.18 ±  5%      -0.0        0.13 ± 11%  perf-profile.self.cycles-pp.lru_cache_add
      0.14 ±  7%      -0.0        0.09 ± 11%  perf-profile.self.cycles-pp.__entry_text_start
      0.16 ± 11%      -0.0        0.11 ± 10%  perf-profile.self.cycles-pp.balance_dirty_pages_ratelimited
      0.13 ±  9%      -0.0        0.08 ± 10%  perf-profile.self.cycles-pp.map_id_range_down
      0.14 ±  8%      -0.0        0.09 ±  9%  perf-profile.self.cycles-pp.aa_file_perm
      0.07 ±  9%      -0.0        0.03 ± 86%  perf-profile.self.cycles-pp.xfs_break_layouts
      0.21 ±  5%      -0.0        0.17 ±  9%  perf-profile.self.cycles-pp.memset_erms
      0.08 ±  8%      -0.0        0.04 ± 41%  perf-profile.self.cycles-pp.xfs_buffered_write_iomap_end
      0.12 ±  6%      -0.0        0.08 ± 11%  perf-profile.self.cycles-pp.exit_to_user_mode_prepare
      0.07 ±  9%      -0.0        0.04 ± 63%  perf-profile.self.cycles-pp.iomap_file_buffered_write
      0.09 ±  7%      -0.0        0.06 ± 12%  perf-profile.self.cycles-pp.rcu_all_qs
      0.09 ± 10%      -0.0        0.05 ±  9%  perf-profile.self.cycles-pp.syscall_enter_from_user_mode
      0.10 ±  5%      -0.0        0.06 ± 11%  perf-profile.self.cycles-pp.ksys_read
      0.08 ±  7%      -0.0        0.05 ± 40%  perf-profile.self.cycles-pp.xfs_file_buffered_read
      0.09 ±  7%      -0.0        0.06 ± 11%  perf-profile.self.cycles-pp.xfs_file_write_checks
      0.10 ± 10%      -0.0        0.07 ±  9%  perf-profile.self.cycles-pp.xfs_file_write_iter
      0.10 ± 10%      -0.0        0.07 ±  9%  perf-profile.self.cycles-pp.xfs_bmbt_to_iomap
      0.08 ±  4%      -0.0        0.06 ±  8%  perf-profile.self.cycles-pp.timestamp_truncate
      0.09 ±  7%      -0.0        0.07 ±  9%  perf-profile.self.cycles-pp.xfs_errortag_test
      0.13 ±  5%      +0.0        0.16 ±  7%  perf-profile.self.cycles-pp.xas_store
      0.01 ±223%      +0.1        0.06 ± 14%  perf-profile.self.cycles-pp.mem_cgroup_charge
      0.42 ±  8%      +0.2        0.57 ± 13%  perf-profile.self.cycles-pp.xfs_break_leased_layouts
      0.91 ±  7%      +0.2        1.08 ±  6%  perf-profile.self.cycles-pp.down_write
      1.05 ± 16%      +0.6        1.62 ± 11%  perf-profile.self.cycles-pp.filemap_get_pages
      0.53 ±  5%      +5.4        5.90 ± 14%  perf-profile.self.cycles-pp.osq_lock
      0.21 ± 10%     +18.8       19.05 ±  3%  perf-profile.self.cycles-pp.new_sync_read





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@lists.01.org       Intel Corporation

Thanks,
Oliver Sang


View attachment "config-5.14.0-rc4-00009-gab23a7768739" of type "text/plain" (175472 bytes)

View attachment "job-script" of type "text/plain" (8170 bytes)

View attachment "job.yaml" of type "text/plain" (5589 bytes)

View attachment "reproduce" of type "text/plain" (706 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ