Lines Matching full:panic
2 Using Coresight for Kernel panic and Watchdog reset
8 debug kernel panic and watchdog reset scenarios.
10 Coresight trace during Kernel panic
12 From the coresight driver point of view, addressing the kernel panic
19 b. Support for stopping coresight blocks at the time of panic
23 d. Support for reading trace data captured at the time of panic
43 Disabling coresight blocks at the time of panic
46 kernel panic, it would be desirable to stop the coresight blocks at the
47 time of panic.
52 Trigger on panic
55 Saving metadata at the time of kernel panic
64 Reading trace data captured at the time of panic
66 Trace data captured at the time of panic, can be read from rebooted kernel
70 General flow of trace capture and decode in case of kernel panic
78 3. On a kernel panic, all coresight blocks are disabled, necessary
79 metadata is synced by kernel panic handler.
94 The main difference between addressing the watchdog reset and kernel panic
104 in kernel panic case.
109 Sample commands for testing a Kernel panic case with ETR sink
193 8. Invoke kernel panic on core 2::
195 #echo 1 > /proc/sys/kernel/panic
312 I 149.05422547 panic: ffff800008096300:
314 I 149.05422547 panic: ffff800008096304:
316 I 149.05422547 panic: ffff800008096308:
318 N 149.05422547 panic: ffff80000809630c:
319 540001e0 b.eq ffff800008096348 <panic+0xe0> // b.none
320 I 149.05422547 panic: ffff800008096310:
322 E 149.05422547 panic: ffff800008096314:
324 A panic: ffff80000809634c
325 I 149.05422547 panic: ffff80000809634c:
327 I 149.05422547 panic: ffff800008096350:
329 E 149.05422547 panic: ffff800008096354:
343 A panic: ffff800008096358
359 Reading trace data after panic
362 decode the trace data after the reboot on kernel panic.