diff options
author | Rishabh Bhatnagar <[email protected]> | 2020-07-16 15:20:34 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-07-21 14:03:57 -0700 |
commit | c97319881c9116dc7c56dd30115567b4078c4ba6 (patch) | |
tree | 3f58d37590ba18bf8f7954a076b51ad40b27408b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 76abf9cea6c8215ea45b9359f11f0e30127c544a (diff) |
remoteproc: Add inline coredump functionality
The current coredump implementation uses vmalloc area to copy
all the segments. But this might put strain on low memory targets
as the firmware size sometimes is in tens of MBs. The situation
becomes worse if there are multiple remote processors undergoing
recovery at the same time. This patch adds inline coredump
functionality that avoids extra memory usage. This requires
recovery to be halted until data is read by userspace and free
function is called.
Reviewed-by: Bjorn Andersson <[email protected]>
Reviewed-by: Sibi Sankar <[email protected]>
Reviewed-by: Mathieu Poirier <[email protected]>
Signed-off-by: Rishabh Bhatnagar <[email protected]>
Tested-by: Sibi Sankar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions