Changeset 0340fd9 in rtems


Ignore:
Timestamp:
01/23/23 14:33:46 (8 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
d36070f
Parents:
6136e28b
git-author:
Sebastian Huber <sebastian.huber@…> (01/23/23 14:33:46)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/24/23 08:56:53)
Message:

cpuuse: Use standard wording and group name

Use standard wording in CPU usage reporting files.

Location:
cpukit
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/cpuuse.h

    r6136e28b r0340fd9  
    44 * @file
    55 *
    6  * @ingroup libmisc_cpuuse
     6 * @ingroup RTEMSAPICPUUsageReporting
    77 *
    88 * @brief This header file provides the CPU usage reporting API.
     
    6363
    6464/**
    65  * @defgroup libmisc_cpuuse CPU Usage Reporting
     65 * @defgroup RTEMSAPICPUUsageReporting CPU Usage Reporting
    6666 *
    6767 * @ingroup RTEMSAPI
     
    7979
    8080/**
    81  * @ingroup libmisc_cpuuse
     81 * @ingroup RTEMSAPICPUUsageReporting
    8282 *
    8383 * @brief Reports the CPU information using the printer plugin.
     
    101101
    102102/**
    103  * @ingroup libmisc_cpuuse
     103 * @ingroup RTEMSAPICPUUsageReporting
    104104 *
    105105 * @brief Reports the CPU usage of each thread using the printk() printer.
     
    126126
    127127/**
    128  * @ingroup libmisc_cpuuse
     128 * @ingroup RTEMSAPICPUUsageReporting
    129129 *
    130130 * @brief Reports the CPU usage of each thread using the printer plugin.
     
    150150
    151151/**
    152  * @ingroup libmisc_cpuuse
     152 * @ingroup RTEMSAPICPUUsageReporting
    153153 *
    154154 * @brief Resets the CPU usage of each thread.
     
    172172
    173173/**
    174  * @ingroup libmisc_cpuuse
     174 * @ingroup RTEMSAPICPUUsageReporting
    175175 *
    176176 * @brief Starts an interactive CPU usage reporting using the printk() printer.
     
    197197
    198198/**
    199  * @ingroup libmisc_cpuuse
     199 * @ingroup RTEMSAPICPUUsageReporting
    200200 *
    201201 * @brief Starts an interactive CPU usage reporting using the printer plugin.
  • cpukit/libmisc/cpuuse/cpuusagedata.c

    r6136e28b r0340fd9  
    44 * @file
    55 *
    6  * @ingroup libmisc_cpuuse CPU Usage
     6 * @ingroup RTEMSAPICPUUsageReporting
    77 *
    8  * @brief CPU Usage Data
    9  *
    10  * CPU Usage Reporter - Shared Data
     8 * @brief This source file contains the definition of
     9 *   ::CPU_usage_Uptime_at_last_reset.
    1110 */
    1211
  • cpukit/libmisc/cpuuse/cpuusagereport.c

    r6136e28b r0340fd9  
    44 * @file
    55 *
    6  * @ingroup libmisc_cpuuse CPU Usage
     6 * @ingroup RTEMSAPICPUUsageReporting
    77 *
    8  * @brief CPU Usage Report
     8 * @brief This source file contains the definition of
     9 *   rtems_cpu_usage_report() and rtems_cpu_usage_report_with_plugin().
    910 */
    1011
  • cpukit/libmisc/cpuuse/cpuusagereset.c

    r6136e28b r0340fd9  
    44 * @file
    55 *
    6  * @ingroup libmisc_cpuuse CPU Usage
     6 * @ingroup RTEMSAPICPUUsageReporting
    77 *
    8  * @brief CPU Usage Reset
     8 * @brief This source file contains the definition of
     9 *   rtems_cpu_usage_reset().
    910 */
    1011
  • cpukit/libmisc/cpuuse/cpuusagetop.c

    r6136e28b r0340fd9  
    44 * @file
    55 *
    6  * @ingroup libmisc_cpuuse CPU Usage
     6 * @ingroup RTEMSAPICPUUsageReporting
    77 *
    8  * @brief CPU Usage Top
     8 * @brief This source file contains the definition of
     9 *   rtems_cpu_usage_top() and rtems_cpu_usage_top_with_plugin().
    910 */
    1011
Note: See TracChangeset for help on using the changeset viewer.