summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/profilingreportxml.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* sapi/src/*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* sapi: Canonicalize @defgroup and @file commentsSebastian Huber2020-12-021-0/+9
| | | | | | | Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group and file brief descriptions. Update #3706.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-251-57/+49
| | | | | | | | | | | | | | | | | | | This change adds rtems_printf and related functions and wraps the RTEMS print plugin support into a user API. All references to the plugin are removed and replaced with the rtems_printer interface. Printk and related functions are made to return a valid number of characters formatted and output. The function attribute to check printf functions has been added to rtems_printf and printk. No changes to remove warrnings are part of this patch set. The testsuite has been moved over to the rtems_printer. The testsuite has a mix of rtems_printer access and direct print control via the tmacros.h header file. The support for begink/endk has been removed as it served no purpose and only confused the code base. The testsuite has not been refactored to use rtems_printf. This is future work.
* sapi: Add arithmetic means to XML profiling reportSebastian Huber2014-04-281-9/+62
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* sapi: Add SMP lock profiling app. level dataSebastian Huber2014-03-141-0/+78
|
* sapi: Add per-CPU profiling application level dataSebastian Huber2014-03-141-0/+89
|
* sapi: Add profiling application level supportSebastian Huber2014-03-141-0/+96