projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558ab89
)
scheduler: Print ratelimit in scheduler debug key
author
George Dunlap
<george.dunlap@eu.citrix.com>
Thu, 23 Feb 2012 10:16:10 +0000
(10:16 +0000)
committer
George Dunlap
<george.dunlap@eu.citrix.com>
Thu, 23 Feb 2012 10:16:10 +0000
(10:16 +0000)
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
xen/common/sched_credit.c
patch
|
blob
|
history
diff --git
a/xen/common/sched_credit.c
b/xen/common/sched_credit.c
index 015ea21a7066ff802c09e83248e0289ac8fc52f2..2579a226a097abde49d5bb9dd7c0e145c929ed55 100644
(file)
--- a/
xen/common/sched_credit.c
+++ b/
xen/common/sched_credit.c
@@
-1504,6
+1504,7
@@
csched_dump(const struct scheduler *ops)
"\trunq_sort = %u\n"
"\tdefault-weight = %d\n"
"\ttslice = %dms\n"
+ "\tratelimit = %dus\n"
"\tcredits per msec = %d\n"
"\tticks per tslice = %d\n"
"\tmigration delay = %uus\n",
@@
-1515,6
+1516,7
@@
csched_dump(const struct scheduler *ops)
prv->runq_sort,
CSCHED_DEFAULT_WEIGHT,
prv->tslice_ms,
+ prv->ratelimit_us,
CSCHED_CREDITS_PER_MSEC,
prv->ticks_per_tslice,
vcpu_migration_delay);