diff options
author | Dongli Zhang <[email protected]> | 2019-04-12 14:53:24 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-04-12 10:10:28 -0700 |
commit | 6dc400af216a79c10cb082f25a7337bcbf532045 (patch) | |
tree | 26989f2a1ffae70d912a5f017767bd94066cd117 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 8af9f7291e22d165ea630856da4171a9d5a6ced3 (diff) |
xen-netback: add reference from xenvif to backend_info to facilitate coredump analysis
During coredump analysis, it is not easy to obtain the address of
backend_info in xen-netback.
So far there are two ways to obtain backend_info:
1. Do what xenbus_device_find() does for vmcore to find the xenbus_device
and then derive it from dev_get_drvdata().
2. Extract backend_info from callstack of xenwatch (e.g., netback_remove()
or frontend_changed()).
This patch adds a reference from xenvif to backend_info so that it would be
much more easier to obtain backend_info during coredump analysis.
Signed-off-by: Dongli Zhang <[email protected]>
Acked-by: Wei Liu <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions