Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69065
b: refs/heads/master
c: 1aa4731
h: refs/heads/master
i:
  69063: c2a094a
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent 7fe63bc commit 7aa096e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c18b8a7cbcbac46497ee1ce656b0e68197c7581d
refs/heads/master: 1aa4731eff7dab7bd01747b46f654f449f1cfc2c
13 changes: 13 additions & 0 deletions trunk/kernel/sched_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,19 @@ static int sched_debug_show(struct seq_file *m, void *v)

SEQ_printf(m, "now at %Lu.%06ld msecs\n", SPLIT_NS(now));

#define P(x) \
SEQ_printf(m, " .%-30s: %Ld\n", #x, (long long)(x))
#define PN(x) \
SEQ_printf(m, " .%-30s: %Ld.%06ld\n", #x, SPLIT_NS(x))
PN(sysctl_sched_latency);
PN(sysctl_sched_min_granularity);
PN(sysctl_sched_wakeup_granularity);
PN(sysctl_sched_batch_wakeup_granularity);
PN(sysctl_sched_child_runs_first);
P(sysctl_sched_features);
#undef PN
#undef P

for_each_online_cpu(cpu)
print_cpu(m, cpu);

Expand Down

0 comments on commit 7aa096e

Please sign in to comment.