Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
csr_log.h File Reference
#include "csr_sched.h"
#include "csr_panic.h"
#include "csr_prim_defs.h"
#include "csr_msgconv.h"

Go to the source code of this file.

Data Structures

struct  CsrLogPrimitiveInformation
 
struct  CsrLogTechInformation
 

Macros

#define CSR_LOG_LEVEL_ENVIRONMENT_OFF   ((CsrLogLevelEnvironment) 0x00000000) /* No environment data/events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_ACL   ((CsrLogLevelEnvironment) 0x00000001) /* BlueCore Channel Interface HCI Acl data are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_HCI   ((CsrLogLevelEnvironment) 0x00000002) /* BlueCore Channel Interface HCI Cmd/Evt data are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_SCO   ((CsrLogLevelEnvironment) 0x00000004) /* BlueCore Channel Interface HCI Sco data are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_VENDOR   ((CsrLogLevelEnvironment) 0x00000008) /* BlueCore Channel Interface HCI Vendor specific data are logged (This includes BCCMD, HQ, VM etc) */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_TRANSPORTS   ((CsrLogLevelEnvironment) 0x00000010) /* Transport protocol data is logged (This includes transport protocols like BCSP, H4 etc.) */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_REG   ((CsrLogLevelEnvironment) 0x00000020) /* Background Interrupt registration events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_UNREG   ((CsrLogLevelEnvironment) 0x00000040) /* Background Interrupt unregistration events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_SET   ((CsrLogLevelEnvironment) 0x00000080) /* Background Interrupt set events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_START   ((CsrLogLevelEnvironment) 0x00000100) /* Background Interrupt start events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_DONE   ((CsrLogLevelEnvironment) 0x00000200) /* Background Interrupt done events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_PROTO   ((CsrLogLevelEnvironment) 0x00000400) /* Transport protocol events are logged */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_PROTO_LOC   ((CsrLogLevelEnvironment) 0x00000800) /* The Location where the transport protocol event occured are logged NB: This is a supplement to CSR_LOG_LEVEL_ENVIRONMENT_PROTO, it has no effect without it */
 
#define CSR_LOG_LEVEL_ENVIRONMENT_ALL   ((CsrLogLevelEnvironment) 0xFFFFFFFF) /* All possible environment data/events are logged WARNING: By using this define the application also accepts future possible environment data/events in the logs */
 
#define CSR_LOG_LEVEL_TASK_OFF   ((CsrLogLevelTask) 0x00000000) /* No events are logged for this task */
 
#define CSR_LOG_LEVEL_TASK_TEXT   ((CsrLogLevelTask) 0x00000001) /* Text strings printed by a task are logged NB: This bit does not affect the CSR_LOG_TEXT_LEVEL interface. This has to be configured separately */
 
#define CSR_LOG_LEVEL_TASK_TEXT_LOC   ((CsrLogLevelTask) 0x00000002) /* The locaction where the text string call occured are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TEXT, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_STATE   ((CsrLogLevelTask) 0x00000004) /* FSM state transitions in a task are logged */
 
#define CSR_LOG_LEVEL_TASK_STATE_NAME   ((CsrLogLevelTask) 0x00000008) /* The name of each state in a FSM state transition are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_STATE, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_STATE_LOC   ((CsrLogLevelTask) 0x00000010) /* The location where the FSM state transition occured are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_STATE, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_TASK_SWITCH   ((CsrLogLevelTask) 0x00000020) /* Activation and deactiation of a task are logged */
 
#define CSR_LOG_LEVEL_TASK_MESSAGE_PUT   ((CsrLogLevelTask) 0x00000080) /* Message put operations are logged */
 
#define CSR_LOG_LEVEL_TASK_MESSAGE_PUT_LOC   ((CsrLogLevelTask) 0x00000100) /* The location where a message was sent are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_MESSAGE_PUT, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_MESSAGE_GET   ((CsrLogLevelTask) 0x00000200) /* Message get operations are logged */
 
#define CSR_LOG_LEVEL_TASK_MESSAGE_QUEUE_PUSH   ((CsrLogLevelTask) 0x00000400) /* Message push operations are logged */
 
#define CSR_LOG_LEVEL_TASK_MESSAGE_QUEUE_POP   ((CsrLogLevelTask) 0x00000800) /* Message pop operations are logged */
 
#define CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE   ((CsrLogLevelTask) 0x00001000) /* Only the type of primitives in messages are logged. By default the entire primitive is serialized and logged */
 
#define CSR_LOG_LEVEL_TASK_PRIM_APPLY_LIMIT   ((CsrLogLevelTask) 0x00002000) /* An upper limit (defined by CSR_LOG_PRIM_SIZE_UPPER_LIMIT) is applied to how much of a primitive in a message are logged. NB: This limit is only applied if CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE is _not_ defined */
 
#define CSR_LOG_LEVEL_TASK_TIMER_IN   ((CsrLogLevelTask) 0x00004000) /* TimedEventIn events are logged */
 
#define CSR_LOG_LEVEL_TASK_TIMER_IN_LOC   ((CsrLogLevelTask) 0x00008000) /* The location where a timer was started are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TIMER_IN, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_TIMER_CANCEL   ((CsrLogLevelTask) 0x00010000) /* TimedEventCancel events are logged */
 
#define CSR_LOG_LEVEL_TASK_TIMER_CANCEL_LOC   ((CsrLogLevelTask) 0x00020000) /* The location where a timer was cancelled are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TIMER_CANCEL, it has no effect without it */
 
#define CSR_LOG_LEVEL_TASK_TIMER_FIRE   ((CsrLogLevelTask) 0x00040000) /* TimedEventFire events are logged */
 
#define CSR_LOG_LEVEL_TASK_TIMER_DONE   ((CsrLogLevelTask) 0x00080000) /* TimedEventDone events are logged */
 
#define CSR_LOG_LEVEL_TASK_ALL   ((CsrLogLevelTask) 0xFFFFFFFF & ~(CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE | CSR_LOG_LEVEL_TASK_PRIM_APPLY_LIMIT)) /* All info possible to log for a task are logged. WARNING: By using this define the application also accepts future possible task data/events in the logs */
 
#define CSR_LOG_STRINGIFY_REAL(a)   #a
 
#define CSR_LOG_STRINGIFY(a)   CSR_LOG_STRINGIFY_REAL(a)
 
#define CSR_LOG_ASSERT(cond)
 
#define CSR_LOG_TEXT(text)
 
#define CSR_LOG_STATE_TRANSITION_MASK_FSM_NAME   (0x001)
 
#define CSR_LOG_STATE_TRANSITION_MASK_NEXT_STATE   (0x002)
 
#define CSR_LOG_STATE_TRANSITION_MASK_NEXT_STATE_STR   (0x004)
 
#define CSR_LOG_STATE_TRANSITION_MASK_PREV_STATE   (0x008)
 
#define CSR_LOG_STATE_TRANSITION_MASK_PREV_STATE_STR   (0x010)
 
#define CSR_LOG_STATE_TRANSITION_MASK_EVENT   (0x020)
 
#define CSR_LOG_STATE_TRANSITION_MASK_EVENT_STR   (0x040)
 
#define SYNERGY_SERIALIZER_TYPE_DUMP   (0x000)
 
#define SYNERGY_SERIALIZER_TYPE_SER   (0x001)
 

Typedefs

typedef u32 CsrLogLevelEnvironment
 
typedef u32 CsrLogLevelTask
 
typedef u8 bitmask8_t
 
typedef u16 bitmask16_t
 
typedef u32 bitmask32_t
 

Functions

u8 CsrLogEnvironmentIsFiltered (CsrLogLevelEnvironment level)
 
CsrLogLevelTask CsrLogTaskFilterGet (CsrSchedQid taskId)
 
u8 CsrLogTaskIsFiltered (CsrSchedQid taskId, CsrLogLevelTask level)
 
void CsrLogTaskText (const char *text, u32 line, const char *file)
 
void CsrLogStateTransition (bitmask16_t mask, u32 identifier, const char *fsm_name, u32 prev_state, const char *prev_state_str, u32 in_event, const char *in_event_str, u32 next_state, const char *next_state_str, u32 line, const char *file)
 
void CsrLogSchedInit (u8 thread_id)
 
void CsrLogSchedDeinit (u8 thread_id)
 
void CsrLogSchedStart (u8 thread_id)
 
void CsrLogSchedStop (u8 thread_id)
 
void CsrLogInitTask (u8 thread_id, CsrSchedQid tskid, const char *tskName)
 
void CsrLogDeinitTask (u16 task_id)
 
void CsrLogActivate (CsrSchedQid tskid)
 
void CsrLogDeactivate (CsrSchedQid tskid)
 
void CsrLogMessagePut (u32 line, const char *file, CsrSchedQid src_task_id, CsrSchedQid dst_taskid, CsrSchedMsgId msg_id, u16 prim_type, const void *msg)
 
void CsrLogMessageGet (CsrSchedQid src_task_id, CsrSchedQid dst_taskid, u8 get_res, CsrSchedMsgId msg_id, u16 prim_type, const void *msg)
 
void CsrLogTimedEventIn (u32 line, const char *file, CsrSchedQid task_id, CsrSchedTid tid, CsrTime requested_delay, u16 fniarg, const void *fnvarg)
 
void CsrLogTimedEventFire (CsrSchedQid task_id, CsrSchedTid tid)
 
void CsrLogTimedEventDone (CsrSchedQid task_id, CsrSchedTid tid)
 
void CsrLogTimedEventCancel (u32 line, const char *file, CsrSchedQid task_id, CsrSchedTid tid, u8 cancel_res)
 
void CsrLogBgintRegister (u8 thread_id, CsrSchedBgint irq, const char *callback, const void *ptr)
 
void CsrLogBgintUnregister (CsrSchedBgint irq)
 
void CsrLogBgintSet (CsrSchedBgint irq)
 
void CsrLogBgintServiceStart (CsrSchedBgint irq)
 
void CsrLogBgintServiceDone (CsrSchedBgint irq)
 
void CsrLogExceptionStateEvent (u16 prim_type, CsrPrim msg_type, u16 state, u32 line, const char *file)
 
void CsrLogExceptionGeneral (u16 prim_type, u16 state, const char *text, u32 line, const char *file)
 
void CsrLogExceptionWarning (u16 prim_type, u16 state, const char *text, u32 line, const char *file)
 

Macro Definition Documentation

#define CSR_LOG_ASSERT (   cond)

Definition at line 93 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_ALL   ((CsrLogLevelEnvironment) 0xFFFFFFFF) /* All possible environment data/events are logged WARNING: By using this define the application also accepts future possible environment data/events in the logs */

Definition at line 44 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_ACL   ((CsrLogLevelEnvironment) 0x00000001) /* BlueCore Channel Interface HCI Acl data are logged */

Definition at line 31 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_HCI   ((CsrLogLevelEnvironment) 0x00000002) /* BlueCore Channel Interface HCI Cmd/Evt data are logged */

Definition at line 32 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_SCO   ((CsrLogLevelEnvironment) 0x00000004) /* BlueCore Channel Interface HCI Sco data are logged */

Definition at line 33 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BCI_VENDOR   ((CsrLogLevelEnvironment) 0x00000008) /* BlueCore Channel Interface HCI Vendor specific data are logged (This includes BCCMD, HQ, VM etc) */

Definition at line 34 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_DONE   ((CsrLogLevelEnvironment) 0x00000200) /* Background Interrupt done events are logged */

Definition at line 40 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_REG   ((CsrLogLevelEnvironment) 0x00000020) /* Background Interrupt registration events are logged */

Definition at line 36 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_SET   ((CsrLogLevelEnvironment) 0x00000080) /* Background Interrupt set events are logged */

Definition at line 38 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_START   ((CsrLogLevelEnvironment) 0x00000100) /* Background Interrupt start events are logged */

Definition at line 39 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_BGINT_UNREG   ((CsrLogLevelEnvironment) 0x00000040) /* Background Interrupt unregistration events are logged */

Definition at line 37 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_OFF   ((CsrLogLevelEnvironment) 0x00000000) /* No environment data/events are logged */

Definition at line 30 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_PROTO   ((CsrLogLevelEnvironment) 0x00000400) /* Transport protocol events are logged */

Definition at line 41 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_PROTO_LOC   ((CsrLogLevelEnvironment) 0x00000800) /* The Location where the transport protocol event occured are logged NB: This is a supplement to CSR_LOG_LEVEL_ENVIRONMENT_PROTO, it has no effect without it */

Definition at line 42 of file csr_log.h.

#define CSR_LOG_LEVEL_ENVIRONMENT_TRANSPORTS   ((CsrLogLevelEnvironment) 0x00000010) /* Transport protocol data is logged (This includes transport protocols like BCSP, H4 etc.) */

Definition at line 35 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_ALL   ((CsrLogLevelTask) 0xFFFFFFFF & ~(CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE | CSR_LOG_LEVEL_TASK_PRIM_APPLY_LIMIT)) /* All info possible to log for a task are logged. WARNING: By using this define the application also accepts future possible task data/events in the logs */

Definition at line 71 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_MESSAGE_GET   ((CsrLogLevelTask) 0x00000200) /* Message get operations are logged */

Definition at line 59 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_MESSAGE_PUT   ((CsrLogLevelTask) 0x00000080) /* Message put operations are logged */

Definition at line 57 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_MESSAGE_PUT_LOC   ((CsrLogLevelTask) 0x00000100) /* The location where a message was sent are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_MESSAGE_PUT, it has no effect without it */

Definition at line 58 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_MESSAGE_QUEUE_POP   ((CsrLogLevelTask) 0x00000800) /* Message pop operations are logged */

Definition at line 61 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_MESSAGE_QUEUE_PUSH   ((CsrLogLevelTask) 0x00000400) /* Message push operations are logged */

Definition at line 60 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_OFF   ((CsrLogLevelTask) 0x00000000) /* No events are logged for this task */

Definition at line 50 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_PRIM_APPLY_LIMIT   ((CsrLogLevelTask) 0x00002000) /* An upper limit (defined by CSR_LOG_PRIM_SIZE_UPPER_LIMIT) is applied to how much of a primitive in a message are logged. NB: This limit is only applied if CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE is _not_ defined */

Definition at line 63 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_PRIM_ONLY_TYPE   ((CsrLogLevelTask) 0x00001000) /* Only the type of primitives in messages are logged. By default the entire primitive is serialized and logged */

Definition at line 62 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_STATE   ((CsrLogLevelTask) 0x00000004) /* FSM state transitions in a task are logged */

Definition at line 53 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_STATE_LOC   ((CsrLogLevelTask) 0x00000010) /* The location where the FSM state transition occured are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_STATE, it has no effect without it */

Definition at line 55 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_STATE_NAME   ((CsrLogLevelTask) 0x00000008) /* The name of each state in a FSM state transition are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_STATE, it has no effect without it */

Definition at line 54 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TASK_SWITCH   ((CsrLogLevelTask) 0x00000020) /* Activation and deactiation of a task are logged */

Definition at line 56 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TEXT   ((CsrLogLevelTask) 0x00000001) /* Text strings printed by a task are logged NB: This bit does not affect the CSR_LOG_TEXT_LEVEL interface. This has to be configured separately */

Definition at line 51 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TEXT_LOC   ((CsrLogLevelTask) 0x00000002) /* The locaction where the text string call occured are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TEXT, it has no effect without it */

Definition at line 52 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_CANCEL   ((CsrLogLevelTask) 0x00010000) /* TimedEventCancel events are logged */

Definition at line 66 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_CANCEL_LOC   ((CsrLogLevelTask) 0x00020000) /* The location where a timer was cancelled are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TIMER_CANCEL, it has no effect without it */

Definition at line 67 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_DONE   ((CsrLogLevelTask) 0x00080000) /* TimedEventDone events are logged */

Definition at line 69 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_FIRE   ((CsrLogLevelTask) 0x00040000) /* TimedEventFire events are logged */

Definition at line 68 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_IN   ((CsrLogLevelTask) 0x00004000) /* TimedEventIn events are logged */

Definition at line 64 of file csr_log.h.

#define CSR_LOG_LEVEL_TASK_TIMER_IN_LOC   ((CsrLogLevelTask) 0x00008000) /* The location where a timer was started are logged. NB: This is a supplement to CSR_LOG_LEVEL_TASK_TIMER_IN, it has no effect without it */

Definition at line 65 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_EVENT   (0x020)

Definition at line 151 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_EVENT_STR   (0x040)

Definition at line 152 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_FSM_NAME   (0x001)

Definition at line 146 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_NEXT_STATE   (0x002)

Definition at line 147 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_NEXT_STATE_STR   (0x004)

Definition at line 148 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_PREV_STATE   (0x008)

Definition at line 149 of file csr_log.h.

#define CSR_LOG_STATE_TRANSITION_MASK_PREV_STATE_STR   (0x010)

Definition at line 150 of file csr_log.h.

#define CSR_LOG_STRINGIFY (   a)    CSR_LOG_STRINGIFY_REAL(a)

Definition at line 81 of file csr_log.h.

#define CSR_LOG_STRINGIFY_REAL (   a)    #a

Definition at line 80 of file csr_log.h.

#define CSR_LOG_TEXT (   text)

Definition at line 138 of file csr_log.h.

#define SYNERGY_SERIALIZER_TYPE_DUMP   (0x000)

Definition at line 182 of file csr_log.h.

#define SYNERGY_SERIALIZER_TYPE_SER   (0x001)

Definition at line 183 of file csr_log.h.

Typedef Documentation

typedef u16 bitmask16_t

Definition at line 114 of file csr_log.h.

typedef u32 bitmask32_t

Definition at line 115 of file csr_log.h.

typedef u8 bitmask8_t

Definition at line 113 of file csr_log.h.

Definition at line 29 of file csr_log.h.

Definition at line 49 of file csr_log.h.

Function Documentation

void CsrLogActivate ( CsrSchedQid  tskid)
void CsrLogBgintRegister ( u8  thread_id,
CsrSchedBgint  irq,
const char callback,
const void ptr 
)
void CsrLogBgintServiceDone ( CsrSchedBgint  irq)
void CsrLogBgintServiceStart ( CsrSchedBgint  irq)
void CsrLogBgintSet ( CsrSchedBgint  irq)
void CsrLogBgintUnregister ( CsrSchedBgint  irq)
void CsrLogDeactivate ( CsrSchedQid  tskid)
void CsrLogDeinitTask ( u16  task_id)
u8 CsrLogEnvironmentIsFiltered ( CsrLogLevelEnvironment  level)
void CsrLogExceptionGeneral ( u16  prim_type,
u16  state,
const char text,
u32  line,
const char file 
)
void CsrLogExceptionStateEvent ( u16  prim_type,
CsrPrim  msg_type,
u16  state,
u32  line,
const char file 
)
void CsrLogExceptionWarning ( u16  prim_type,
u16  state,
const char text,
u32  line,
const char file 
)
void CsrLogInitTask ( u8  thread_id,
CsrSchedQid  tskid,
const char tskName 
)
void CsrLogMessageGet ( CsrSchedQid  src_task_id,
CsrSchedQid  dst_taskid,
u8  get_res,
CsrSchedMsgId  msg_id,
u16  prim_type,
const void msg 
)
void CsrLogMessagePut ( u32  line,
const char file,
CsrSchedQid  src_task_id,
CsrSchedQid  dst_taskid,
CsrSchedMsgId  msg_id,
u16  prim_type,
const void msg 
)
void CsrLogSchedDeinit ( u8  thread_id)
void CsrLogSchedInit ( u8  thread_id)
void CsrLogSchedStart ( u8  thread_id)
void CsrLogSchedStop ( u8  thread_id)
void CsrLogStateTransition ( bitmask16_t  mask,
u32  identifier,
const char fsm_name,
u32  prev_state,
const char prev_state_str,
u32  in_event,
const char in_event_str,
u32  next_state,
const char next_state_str,
u32  line,
const char file 
)
CsrLogLevelTask CsrLogTaskFilterGet ( CsrSchedQid  taskId)
u8 CsrLogTaskIsFiltered ( CsrSchedQid  taskId,
CsrLogLevelTask  level 
)
void CsrLogTaskText ( const char text,
u32  line,
const char file 
)
void CsrLogTimedEventCancel ( u32  line,
const char file,
CsrSchedQid  task_id,
CsrSchedTid  tid,
u8  cancel_res 
)
void CsrLogTimedEventDone ( CsrSchedQid  task_id,
CsrSchedTid  tid 
)
void CsrLogTimedEventFire ( CsrSchedQid  task_id,
CsrSchedTid  tid 
)
void CsrLogTimedEventIn ( u32  line,
const char file,
CsrSchedQid  task_id,
CsrSchedTid  tid,
CsrTime  requested_delay,
u16  fniarg,
const void fnvarg 
)