acrn-hypervisor/tools/acrn-crashlog/acrnprobe/include
Liu, Xinwu b30ba3db15 tools:acrn-crashlog: Detect and classify the crash in ACRN and kernel
Since ACRN has the capability to reboot and reboot reason is available
in SOS, acrnprobe could detect the crash of acrn and SOS kernel.

List of added crash types:

1. ACRNCRASH            - crashed in hypervisor, this detection depends on
                          files in /tmp/acrnlog_last(provided by acrnlog).
2. IPANIC               - crashed in SOS kernel, this detection depends on
                          pstore.
3. SWWDT_IPANIC         - crashed in SOS kernel and reboot reason is wdt.
4. HWWDT_UNHANDLE       - only recognize reboot reason is global, there is no
                          further clues that it's a SOS kernel crash or a
                          hypervisor crash.
5. SWWDT_UNHANDLE       - only recognize reboot reason is wdt, there is no
                          further clues that it's a SOS kernel crash or a
                          hypervisor crash.
6. UNKNOWN              - only recognize reboot reason is warm, there is no
                          further clues that it's a SOS kernel crash or a
                          hypervisor crash.

Signed-off-by: Liu, Xinwu <xinwu.liu@intel.com>
Acked-by: Chen Gang <gang.c.chen@intel.com>
2018-07-12 17:29:51 +08:00
..
android_events.h tools: acrn-crashlog: Defer the vm events processing when failed 2018-06-29 15:23:18 +08:00
channels.h tools: acrn-crashlog: channel module for acrnprobe 2018-05-23 17:10:51 +08:00
crash_reclassify.h tools: acrn-crashlog: main thread of acrn-crashlog/acrnprobe 2018-05-23 17:10:51 +08:00
event_handler.h tools: acrn-crashlog: main thread of acrn-crashlog/acrnprobe 2018-05-23 17:10:51 +08:00
event_queue.h tools: acrn-crashlog: event queue operations for acrnprobe 2018-05-23 17:10:51 +08:00
history.h tools: acrn-crashlog: interfaces to control history_event in acrnprobe 2018-05-23 17:10:51 +08:00
load_conf.h tools:acrn-crashlog: Improve the process of crash reclassify 2018-07-12 17:29:51 +08:00
probeutils.h tools:acrn-crashlog: Detect and classify the crash in ACRN and kernel 2018-07-12 17:29:51 +08:00
property.h tools: acrn-crashlog: system properties for acrnprobe 2018-05-23 17:10:51 +08:00
sender.h tools: acrn-crashlog: main thread of acrn-crashlog/acrnprobe 2018-05-23 17:10:51 +08:00
startupreason.h tools:acrn-crashlog: Get reboot reason in acrnprobe 2018-07-12 17:29:51 +08:00