RTEMS 6.1-rc2
|
This source file contains the definition of rtems_cpu_usage_top() and rtems_cpu_usage_top_with_plugin(). More...
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <inttypes.h>
#include <rtems/cpuuse.h>
#include <rtems/printer.h>
#include <rtems/malloc.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/protectedheap.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/wkspace.h>
#include <rtems/rtems/tasksimpl.h>
#include "cpuuseimpl.h"
Data Structures | |
struct | rtems_cpu_usage_data |
Functions | |
void | rtems_cpu_usage_top_with_plugin (const rtems_printer *printer) |
void | rtems_cpu_usage_top (void) |
Starts an interactive CPU usage reporting using the printk() printer. | |
This source file contains the definition of rtems_cpu_usage_top() and rtems_cpu_usage_top_with_plugin().