22 #ifndef __RTEMS_CPUUSE_h 23 #define __RTEMS_CPUUSE_h 46 void rtems_cpu_usage_report_with_plugin(
void rtems_cpu_usage_reset(void)
Reset CPU usage.
Definition: cpuusagereset.c:36
void rtems_cpu_usage_top_with_plugin(void *context, rtems_printk_plugin_t print)
CPU usage Top plugin.
Definition: cpuusagetop.c:562
Helpers for Manipulating Timestamps.
void rtems_cpu_usage_top(void)
CPU usage top.
Definition: cpuusagetop.c:697
struct bintime Timestamp_Control
Define the Timestamp control type.
Definition: timestamp.h:55
Interface to Kernel Print Methods.
int(* rtems_printk_plugin_t)(void *, const char *format,...)
Type definition for function which can be plugged in to certain reporting routines to redirect the ou...
Definition: bspIo.h:129
void rtems_cpu_usage_report(void)
Report CPU usage.
Definition: cpuusagereport.c:141