logger: removes old task monitor structures.
Kernel event logger keeps track of task monitor events. Old structures are not needed anymore. Change-Id: I2267bdb3c2f27ea87d8675c4ecf0646ea62761ae Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
parent
21b5da27ff
commit
a641710aea
1 changed files with 0 additions and 17 deletions
|
@ -130,15 +130,6 @@ struct k_tqhd {
|
||||||
struct k_task *tail;
|
struct k_task *tail;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Monitor record */
|
|
||||||
|
|
||||||
struct k_mrec {
|
|
||||||
uint32_t time;
|
|
||||||
uint32_t data1;
|
|
||||||
uint32_t data2;
|
|
||||||
void *ptr;
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
XFER_UNDEFINED,
|
XFER_UNDEFINED,
|
||||||
XFER_W2B,
|
XFER_W2B,
|
||||||
|
@ -327,13 +318,6 @@ struct _u1arg {
|
||||||
int rval;
|
int rval;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _z4arg {
|
|
||||||
int Comm;
|
|
||||||
int rind;
|
|
||||||
int nrec;
|
|
||||||
struct k_mrec mrec;
|
|
||||||
};
|
|
||||||
|
|
||||||
union k_args_args {
|
union k_args_args {
|
||||||
struct _a1arg a1;
|
struct _a1arg a1;
|
||||||
struct _c1arg c1;
|
struct _c1arg c1;
|
||||||
|
@ -347,7 +331,6 @@ union k_args_args {
|
||||||
struct _q2arg q2;
|
struct _q2arg q2;
|
||||||
struct _s1arg s1;
|
struct _s1arg s1;
|
||||||
struct _u1arg u1;
|
struct _u1arg u1;
|
||||||
struct _z4arg z4;
|
|
||||||
struct _pipe_xfer_req_arg pipe_xfer_req;
|
struct _pipe_xfer_req_arg pipe_xfer_req;
|
||||||
struct _pipe_xfer_ack_arg pipe_xfer_ack;
|
struct _pipe_xfer_ack_arg pipe_xfer_ack;
|
||||||
struct _pipe_req_arg pipe_req;
|
struct _pipe_req_arg pipe_req;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue