RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_profiling_iterate(). More...
#include <rtems/profiling.h>
#include <rtems/counter.h>
#include <rtems/score/percpu.h>
#include <rtems/score/smplock.h>
#include <rtems.h>
#include <string.h>
Functions | |
void | rtems_profiling_iterate (rtems_profiling_visitor visitor, void *visitor_arg) |
Iterates through all profiling data of the system. | |
This source file contains the implementation of rtems_profiling_iterate().