Commit e50f97d
committed
sched: Move sched domain name out of CONFIG_SCHED_DEBUG
JIRA: https://issues.redhat.com/browse/RHEL-24185
commit 1c055a0
Author: Swapnil Sapkal <swapnil.sapkal@amd.com>
Date: Fri Dec 20 06:32:22 2024 +0000
sched: Move sched domain name out of CONFIG_SCHED_DEBUG
/proc/schedstat file shows cpu and sched domain level scheduler
statistics. It does not show domain name instead shows domain level.
It will be very useful for tools like `perf sched stats`[1] to
aggragate domain level stats if domain names are shown in /proc/schedstat.
But sched domain name is guarded by CONFIG_SCHED_DEBUG. As per the
discussion[2], move sched domain name out of CONFIG_SCHED_DEBUG.
[1] https://lore.kernel.org/lkml/20241122084452.1064968-1-swapnil.sapkal@amd.com/
[2] https://lore.kernel.org/lkml/fcefeb4d-3acb-462d-9c9b-3df8d927e522@amd.com/
Suggested-by: "Gautham R. Shenoy" <gautham.shenoy@amd.com>
Signed-off-by: Swapnil Sapkal <swapnil.sapkal@amd.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20241220063224.17767-5-swapnil.sapkal@amd.com
Signed-off-by: Phil Auld <pauld@redhat.com>1 parent c37fce7 commit e50f97d
2 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | 143 | | |
145 | | - | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
| |||
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
201 | | - | |
202 | 199 | | |
203 | | - | |
204 | 200 | | |
205 | 201 | | |
206 | 202 | | |
207 | 203 | | |
208 | | - | |
209 | 204 | | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | 205 | | |
214 | 206 | | |
215 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1635 | 1635 | | |
1636 | 1636 | | |
1637 | 1637 | | |
1638 | | - | |
1639 | 1638 | | |
1640 | | - | |
1641 | 1639 | | |
1642 | 1640 | | |
1643 | 1641 | | |
| |||
2338 | 2336 | | |
2339 | 2337 | | |
2340 | 2338 | | |
2341 | | - | |
2342 | 2339 | | |
2343 | 2340 | | |
2344 | | - | |
2345 | 2341 | | |
2346 | 2342 | | |
2347 | 2343 | | |
| |||
0 commit comments