[Xen-devel] [PATCH OSSTEST] ts-logs-capture: Gather /proc/modules

2015-10-05 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST] ts-logs-capture: Gather /proc/modules"): > Knowing which modules are loaded can be useful. > > /proc/modules is slightly less human-readable than the output of > "lsmod", but also includes the load address, which might plausibly be > useful for decoding a stac

[Xen-devel] [PATCH OSSTEST] ts-logs-capture: Gather /proc/modules

2015-10-05 Thread Ian Campbell
Knowing which modules are loaded can be useful. /proc/modules is slightly less human-readable than the output of "lsmod", but also includes the load address, which might plausibly be useful for decoding a stack trace (although I've never used it for that myself) Signed-off-by: Ian Campbell ---