commit | 86e9568260a25c56bb1c24493780f63638ea1d99 | [log] [tgz] |
---|---|---|
author | Sunil Khatri <sunilkh@codeaurora.org> | Mon Jan 23 17:10:32 2017 +0530 |
committer | Lynus Vaz <lvaz@codeaurora.org> | Tue Mar 07 14:35:54 2017 +0530 |
tree | 96551b1be82c5e3140fd6a613659d9042cf40ffd | |
parent | 55a453a080b710b53f7b838210e68c7ba4705d4d [diff] |
msm: kgsl: Relocate the pagefault tracepoint During a pagefault we print trace with the fault information which gets delayed by unacceptable time. It happens due to the the code that searches the faulty address in the recently freed addresses for a matching entry. Moving it to new position wont have any impact on debugging instead trace is dumped without any delay. Change-Id: I11487798b60742096e06605cf3046b4cfc8cc057 Signed-off-by: Sunil Khatri <sunilkh@codeaurora.org>