Searched refs:trace_header_t (Results 1 – 2 of 2) sorted by relevance
28 struct trace_header_t { struct 51 #define HDR_COMMAND_OFFSET offsetof(struct trace_header_t, command) argument 52 #define HDR_DATA_OFFSET offsetof(struct trace_header_t, data)53 #define HDR_DEBUG_SIGNATURE_OFFSET offsetof(struct trace_header_t, debug_ptr_signature)54 #define HDR_DEBUG_POINTER_OFFSET offsetof(struct trace_header_t, debug_ptr_value)55 #define HDR_STATUS_OFFSET offsetof(struct trace_header_t, thr_status_byte)56 #define HDR_STATUS_OFFSET_BYTE offsetof(struct trace_header_t, thr_status_byte)57 #define HDR_STATUS_OFFSET_WORD offsetof(struct trace_header_t, thr_status_word)58 #define HDR_STATUS_OFFSET_DWORD offsetof(struct trace_header_t, thr_status_dword)59 #define HDR_STATUS_OFFSET_SCRATCH offsetof(struct trace_header_t, scratch_debu[all...]
1671 static struct trace_header_t header; in debug_dump_one_trace() 1713 for (i = 0; i < (int)sizeof(struct trace_header_t); i++) in debug_dump_one_trace()