summaryrefslogtreecommitdiff
path: root/rebalance_interrupts/rebalance_interrupts.cpp
AgeCommit message (Collapse)Author
2021-08-18rebalance_interrupts: Change affinity ownership to systemEdmond Chung
Bug: 196058977 Test: Check affinity file ownerships Change-Id: I4e63d9e6574e4730c452de4e18ae4b60b4ef8c64
2021-05-20rebalance_interrupts: one shot IRQ rebalancerAndrew Chant
rebalance_interrupts is a one shot IRQ rebalancer. It scans /sys/kernel/irq for related IRQ actions that haven't any affinity to a core. It then assigns them evenly to the policy0 group cores. Bug: 148403062 Test: ran "rebalance_interrupts" as root after boot, saw no additional IRQs rebalanced. Verified via /proc/interrupts that interrupts had been distributed. Change-Id: I76745d4620024a1f21ecf70d11e0c14d2eb85cef