Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] sched: add schedstat_set() API | Ingo Molnar | 2007-08-02 |
| | | | | | | | add the schedstat_set() API, to allow the reduction of CONFIG_SCHEDSTAT related #ifdefs. No code changed. Signed-off-by: Ingo Molnar <mingo@elte.hu> | ||
* | sched: update delay-accounting to use CFS's precise stats | Balbir Singh | 2007-07-09 |
| | | | | | | update delay-accounting to use CFS's precise stats. Signed-off-by: Ingo Molnar <mingo@elte.hu> | ||
* | sched: move code into kernel/sched_stats.h | Ingo Molnar | 2007-07-09 |
create sched_stats.h and move sched.c schedstats code into it. This cleans up sched.c a bit. no code changes are caused by this patch. Signed-off-by: Ingo Molnar <mingo@elte.hu> |