diff options
author | 2021-10-04 16:27:04 +0530 | |
---|---|---|
committer | 2021-10-14 13:09:58 +0200 | |
commit | 5b763a14a5164e4c442e99d186fb39dac489e49b (patch) | |
tree | a1f10ea9f81cd1300d92b3d72f36c735f4b0daf9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sched/numa: Replace hard-coded number by a define in numa_task_group() (diff) | |
download | wireguard-linux-5b763a14a5164e4c442e99d186fb39dac489e49b.tar.xz wireguard-linux-5b763a14a5164e4c442e99d186fb39dac489e49b.zip |
sched/numa: Remove the redundant member numa_group::fault_cpus
numa_group::fault_cpus is actually a pointer to the region
in numa_group::faults[] where NUMA_CPU stats are located.
Remove this redundant member and use numa_group::faults[NUMA_CPU]
directly like it is done for similar per-process numa fault stats.
There is no functionality change due to this commit.
Signed-off-by: Bharata B Rao <bharata@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Mel Gorman <mgorman@suse.de>
Link: https://lkml.kernel.org/r/20211004105706.3669-3-bharata@amd.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions