aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/cpu.c')
-rw-r--r--src/firemon/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/cpu.c b/src/firemon/cpu.c
index 6170ef8c1..e97068851 100644
--- a/src/firemon/cpu.c
+++ b/src/firemon/cpu.c
@@ -54,7 +54,7 @@ void cpu(pid_t pid, int print_procs) {
54 for (i = 0; i < max_pids; i++) { 54 for (i = 0; i < max_pids; i++) {
55 if (pids[i].level == 1) { 55 if (pids[i].level == 1) {
56 if (print_procs || pid == 0) 56 if (print_procs || pid == 0)
57 pid_print_list(i, arg_nowrap); 57 pid_print_list(i, arg_wrap);
58 int child = find_child(i); 58 int child = find_child(i);
59 if (child != -1) 59 if (child != -1)
60 print_cpu(child); 60 print_cpu(child);