Symbol: BOOL_FPRINT
tools/accounting/delaytop.c
878
suc &= BOOL_FPRINT(out, "\033[H\033[J");
tools/accounting/delaytop.c
881
suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60vg300/total)\n");
tools/accounting/delaytop.c
883
suc &= BOOL_FPRINT(out, " PSI not found: check if psi=1 enabled in cmdline\n");
tools/accounting/delaytop.c
885
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
891
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
897
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
903
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
909
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
915
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
921
suc &= BOOL_FPRINT(out, PSI_LINE_FORMAT,
tools/accounting/delaytop.c
930
suc &= BOOL_FPRINT(out, "Container Information (%s):\n", cfg.container_path);
tools/accounting/delaytop.c
931
suc &= BOOL_FPRINT(out, "Processes: running=%d, sleeping=%d, ",
tools/accounting/delaytop.c
933
suc &= BOOL_FPRINT(out, "stopped=%d, uninterruptible=%d, io_wait=%d\n\n",
tools/accounting/delaytop.c
939
suc &= BOOL_FPRINT(out, "[o]sort [M]memverbose [q]quit\n");
tools/accounting/delaytop.c
942
suc &= BOOL_FPRINT(out,
tools/accounting/delaytop.c
945
suc &= BOOL_FPRINT(out,
tools/accounting/delaytop.c
950
suc &= BOOL_FPRINT(out, "Top %d processes (sorted by %s delay):\n",
tools/accounting/delaytop.c
953
suc &= BOOL_FPRINT(out, "%8s %8s %-17s", "PID", "TGID", "COMMAND");
tools/accounting/delaytop.c
955
suc &= BOOL_FPRINT(out, "%8s %8s %8s %8s %8s %8s\n",
tools/accounting/delaytop.c
958
suc &= BOOL_FPRINT(out, "-----------------------");
tools/accounting/delaytop.c
959
suc &= BOOL_FPRINT(out, "-----------------------");
tools/accounting/delaytop.c
960
suc &= BOOL_FPRINT(out, "-----------------------");
tools/accounting/delaytop.c
961
suc &= BOOL_FPRINT(out, "---------------------\n");
tools/accounting/delaytop.c
963
suc &= BOOL_FPRINT(out, "%8s %8s %8s %8s\n",
tools/accounting/delaytop.c
965
suc &= BOOL_FPRINT(out, "-----------------------");
tools/accounting/delaytop.c
966
suc &= BOOL_FPRINT(out, "-----------------------");
tools/accounting/delaytop.c
967
suc &= BOOL_FPRINT(out, "--------------------------\n");
tools/accounting/delaytop.c
973
suc &= BOOL_FPRINT(out, "%8d %8d %-15s",
tools/accounting/delaytop.c
976
suc &= BOOL_FPRINT(out, DELAY_FMT_MEMVERBOSE,
tools/accounting/delaytop.c
984
suc &= BOOL_FPRINT(out, DELAY_FMT_DEFAULT,
tools/accounting/delaytop.c
992
suc &= BOOL_FPRINT(out, "\n");