#include <stdio.h>
#include <io/console.h>
#include <io/style.h>
#include <vfs/vfs.h>
#include <stdarg.h>
#include <stats.h>
#include <inttypes.h>
#include "screen.h"
#include "top.h"
Go to the source code of this file.
Functions | |
static void | print_cpu_info (data_t *data) |
void | print_data (data_t *data) |
static void | print_excs (data_t *data) |
static void | print_excs_head (void) |
static void | print_global_head (data_t *data) |
static void | print_help (void) |
static void | print_ipc (data_t *data) |
static void | print_ipc_head (void) |
static void | print_percent (fixed_float ffloat, unsigned int precision) |
static void | print_physmem_info (data_t *data) |
static void | print_string (const char *str) |
static void | print_task_summary (data_t *data) |
static void | print_tasks (data_t *data) |
static void | print_tasks_head (void) |
static void | print_thread_summary (data_t *data) |
void | print_warning (const char *fmt,...) |
void | screen_done (void) |
static void | screen_get_pos (sysarg_t *col, sysarg_t *row) |
static void | screen_get_size (sysarg_t *col, sysarg_t *row) |
void | screen_init (void) |
static void | screen_moveto (sysarg_t col, sysarg_t row) |
static void | screen_newline (void) |
static void | screen_restart (bool clear) |
static void | screen_style_inverted (void) |
static void | screen_style_normal (void) |
Variables | |
static sysarg_t | warn_col = 0 |
static sysarg_t | warn_row = 0 |
Definition in file screen.c.