summaryrefslogtreecommitdiffstats
path: root/cpukit/libtrace/record/record-util.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-08-30record: Add system eventsSebastian Huber1-0/+540
Add system events for memory allocation/free. Update #3665.
2019-08-29record: Add more system eventsSebastian Huber1-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.