diff options
author | Johannes Weiner <[email protected]> | 2022-08-26 00:41:07 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2022-09-09 11:08:32 +0200 |
commit | 71dbdde7914d32e86f01ac1f6e54e964c9dfdbd9 (patch) | |
tree | 3614bdf8c54b95e134334bc3da8c6b1e83e32e6e /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 65176f59a18d888684525658a1d0b8bf749d24f3 (diff) |
sched/psi: Remove NR_ONCPU task accounting
We put all fields updated by the scheduler in the first cacheline of
struct psi_group_cpu for performance.
Since we want add another PSI_IRQ_FULL to track IRQ/SOFTIRQ pressure,
we need to reclaim space first. This patch remove NR_ONCPU task accounting
in struct psi_group_cpu, use one bit in state_mask to track instead.
Signed-off-by: Johannes Weiner <[email protected]>
Signed-off-by: Chengming Zhou <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Chengming Zhou <[email protected]>
Tested-by: Chengming Zhou <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions