|
@@ -136,8 +136,10 @@ print_task(struct seq_file *m, struct rq *rq, struct task_struct *p)
|
|
|
SPLIT_NS(p->se.sum_exec_runtime),
|
|
|
SPLIT_NS(p->se.statistics.sum_sleep_runtime));
|
|
|
#else
|
|
|
- SEQ_printf(m, "%15Ld %15Ld %15Ld.%06ld %15Ld.%06ld %15Ld.%06ld",
|
|
|
- 0LL, 0LL, 0LL, 0L, 0LL, 0L, 0LL, 0L);
|
|
|
+ SEQ_printf(m, "%9Ld.%06ld %9Ld.%06ld %9Ld.%06ld",
|
|
|
+ 0LL, 0L,
|
|
|
+ SPLIT_NS(p->se.sum_exec_runtime),
|
|
|
+ 0LL, 0L);
|
|
|
#endif
|
|
|
#ifdef CONFIG_NUMA_BALANCING
|
|
|
SEQ_printf(m, " %d", task_node(p));
|