Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135669
b: refs/heads/master
c: 34cb613
h: refs/heads/master
i:
  135667: 0b69420
v: v3
  • Loading branch information
Ingo Molnar committed Jan 16, 2009
1 parent 4fd464f commit 6d89c12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e52fb7c097238d34f4d8e2a596f8a3f85b0c0565
refs/heads/master: 34cb61359b503d7aff6447acb037a5efd6ce93b2
8 changes: 4 additions & 4 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,10 @@ struct sched_entity {
u64 last_wakeup;
u64 avg_overlap;

u64 start_runtime;
u64 avg_wakeup;
u64 nr_migrations;

#ifdef CONFIG_SCHEDSTATS
u64 wait_start;
u64 wait_max;
Expand All @@ -1046,10 +1050,6 @@ struct sched_entity {
u64 exec_max;
u64 slice_max;

u64 start_runtime;
u64 avg_wakeup;

u64 nr_migrations;
u64 nr_migrations_cold;
u64 nr_failed_migrations_affine;
u64 nr_failed_migrations_running;
Expand Down

0 comments on commit 6d89c12

Please sign in to comment.