RTEMS 6.1-rc4
|
This source file contains the implementation of the thread switch recorder. More...
#include <rtems/test.h>
#include <rtems.h>
#include <rtems/score/percpu.h>
#include <rtems/score/smp.h>
#include <rtems/score/thread.h>
#include <rtems/score/userextimpl.h>
Data Structures | |
struct | T_thread_switch_context |
Functions | |
T_thread_switch_log * | T_thread_switch_record (T_thread_switch_log *log) |
T_thread_switch_log * | T_thread_switch_record_2 (T_thread_switch_log_2 *log) |
T_thread_switch_log * | T_thread_switch_record_4 (T_thread_switch_log_4 *log) |
T_thread_switch_log * | T_thread_switch_record_10 (T_thread_switch_log_10 *log) |
This source file contains the implementation of the thread switch recorder.