Searched defs:mcp_trace (Results 1 – 2 of 2) sorted by relevance
11603 struct mcp_trace { struct11604 u32 signature; /* Help to identify that the trace is valid */11605 u32 size; /* the size of the trace buffer in bytes */11606 u32 curr_level; /* 2 - all will be written to the buffer11610 u32 modules_mask[2]; /* a bit per module, 1 means write it, 0 means11617 u32 trace_prod; /* The next trace will be written to this offset */11618 u32 trace_oldest; /* The oldest valid trace starts at this offset
11487 struct mcp_trace { struct11488 u32 signature; /* Help to identify that the trace is valid */11489 u32 size; /* the size of the trace buffer in bytes */11490 u32 curr_level; /* 2 - all will be written to the buffer11494 u32 modules_mask[2]; /* a bit per module, 1 means write it, 0 means11501 u32 trace_prod; /* The next trace will be written to this offset */11502 u32 trace_oldest; /* The oldest valid trace starts at this offset