diff options
author | Wei Yang <richard.weiyang@gmail.com> | 2022-01-08 03:38:16 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2022-01-12 22:55:02 +0300 |
commit | 4148be7de0a3316edd1af45609d354cac0e6a021 (patch) | |
tree | f8f9869e16e017edcbb307dd7c45a84f23b820a1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | daadb3bd0e8d3e317e36bc2c1542e86c528665e5 (diff) | |
download | linux-4148be7de0a3316edd1af45609d354cac0e6a021.tar.xz |
cgroup: rstat: use same convention to assign cgroup_base_stat
In function cgroup_base_stat_flush(), we update cgroup_base_stat by
getting rstatc->bstat and adjust delta to related fields.
There are two convention to assign cgroup_base_stat in this function:
* rstat2 = rstat1
* rstat2.cputime = rstat1.cputime
The second convention may make audience think just field "cputime" is
updated, while cputime is the only field in cgroup_base_stat.
Let's use the same convention to eliminate this confusion.
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions