disp: msm: add cpu number to the sde event logs

Change adds cpu number on which the event log is
getting executed.

Change-Id: If5795352d65632c2f0cb17e0d36a29b56bb556ce
Signed-off-by: Vara Reddy <varar@codeaurora.org>
This commit is contained in:
Vara Reddy
2019-10-15 16:57:11 -07:00
committed by Gerrit - the friendly Code Review server
parent 4fbdc64598
commit 42383c9da1
2 changed files with 4 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ struct sde_dbg_evtlog_log {
u32 data[SDE_EVTLOG_MAX_DATA];
u32 data_cnt;
int pid;
u8 cpu;
};
/**