summaryrefslogtreecommitdiffstats
path: root/cpukit/libtrace/record/record-util.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.
* 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
* record: Add system eventsSebastian Huber2019-08-301-0/+540
| | | | | | Add system events for memory allocation/free. Update #3665.
* record: Add more system eventsSebastian Huber2019-08-291-0/+704
Reduce the system dependencies to allow tracing of very low level functions, for example the interrupt disable/enable. Introduce general purpose RTEMS_RECORD_CALLER and RTEMS_RECORD_LINE events. Update #3665.