/Linux-v5.15/Documentation/translations/zh_CN/ |
D | oops-tracing.txt | 33 和你所做的事情相关的代码的负责人。 如果可重现试着描述怎样重构。 那甚至比oops更有 51 本。(注意:这需要vesafb,所以对‘早期’的oops没有帮助) 70 主要的窍门是有五年和这些烦人的oops消息打交道的经验;-) 78 得到oops发生的函数及函数内的偏移)。 92 decodecode < oops.txt 109 汇编代码及其反汇编得到的代码(另外还有从“oops”消息得到的寄存器状态-对了解毁坏的 165 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868] 174 Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system_… 188 一些oops报告在程序记数器之后包含字符串'Tainted: '。这表明内核已经被一些东西给污 197 3:'S'如果oops发生在SMP内核中,运行于没有证明安全运行多处理器的硬件。 当前这种
|
/Linux-v5.15/Documentation/translations/zh_TW/ |
D | oops-tracing.txt | 32 和你所做的事情相關的代碼的負責人。 如果可重現試著描述怎樣重構。 那甚至比oops更有 50 本。(注意:這需要vesafb,所以對『早期』的oops沒有幫助) 69 主要的竅門是有五年和這些煩人的oops消息打交道的經驗;-) 77 得到oops發生的函數及函數內的偏移)。 91 decodecode < oops.txt 108 彙編代碼及其反彙編得到的代碼(另外還有從「oops」消息得到的寄存器狀態-對了解毀壞的 164 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868] 173 Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system_… 187 一些oops報告在程序記數器之後包含字符串'Tainted: '。這表明內核已經被一些東西給汙 196 3:'S'如果oops發生在SMP內核中,運行於沒有證明安全運行多處理器的硬體。 當前這種
|
/Linux-v5.15/sound/soc/sof/xtensa/ |
D | core.c | 84 static void xtensa_dsp_oops(struct snd_sof_dev *sdev, void *oops) in xtensa_dsp_oops() argument 86 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_dsp_oops() 109 static void xtensa_stack(struct snd_sof_dev *sdev, void *oops, u32 *stack, in xtensa_stack() argument 112 struct sof_ipc_dsp_oops_xtensa *xoops = oops; in xtensa_stack()
|
/Linux-v5.15/Documentation/admin-guide/ |
D | pstore-blk.rst | 3 pstore block oops/panic logger 9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a 78 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4. 79 It's optional if you do not care oops/panic log. 81 There are multiple chunks for oops/panic front-end depending on the remaining 84 pstore/blk will log to oops/panic chunks one by one, and always overwrite the 93 Unlike oops/panic front-end, there is only one chunk for pmsg front-end. 116 Similar to oops front-end, there are multiple chunks for ftrace front-end 166 Block device is large enough for uncompressed oops data. Actually we do not 168 the first line of oops/panic data. For example:: [all …]
|
D | ramoops.rst | 1 Ramoops oops/panic logger 11 Ramoops is an oops/panic logger that writes its logs to RAM before the system
|
/Linux-v5.15/drivers/accessibility/speakup/ |
D | speakup_keypc.c | 131 static char *oops(void) in oops() function 156 return oops(); in synth_immediate() 211 oops(); in do_catch_up() 227 oops(); in do_catch_up() 244 oops(); in do_catch_up()
|
D | speakup_decpc.c | 347 goto oops; in testkernel() 358 oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT); in testkernel()
|
/Linux-v5.15/Documentation/devicetree/bindings/reserved-memory/ |
D | ramoops.txt | 1 Ramoops oops/panic logger 4 ramoops provides persistent RAM storage for oops and panics, so they can be 13 Any remaining space will be used for a circular buffer of oops and panic 61 - no-dump-oops: deprecated, use max_reason instead. If present, and
|
/Linux-v5.15/sound/soc/sof/ |
D | sof-priv.h | 276 void (*dsp_oops)(struct snd_sof_dev *sdev, void *oops); 277 void (*dsp_stack)(struct snd_sof_dev *sdev, void *oops, 536 u32 tracep_code, void *oops, 551 static inline void sof_stack(struct snd_sof_dev *sdev, void *oops, u32 *stack, in sof_stack() argument 554 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack() 557 static inline void sof_oops(struct snd_sof_dev *sdev, void *oops) in sof_oops() argument 560 sof_arch_ops(sdev)->dsp_oops(sdev, oops); in sof_oops()
|
D | core.c | 61 u32 tracep_code, void *oops, in snd_sof_get_status() argument 93 sof_oops(sdev, oops); in snd_sof_get_status() 94 sof_stack(sdev, oops, stack, stack_words); in snd_sof_get_status()
|
/Linux-v5.15/fs/pstore/ |
D | Kconfig | 124 messages, even if no oops or panic happened. 150 tristate "Log panic/oops to a RAM buffer" 157 This enables panic and oops messages to be logged to a circular 173 tristate "Log panic/oops to a block device" 180 This enables panic and oops message to be logged to a block dev 221 This just sets size of kmsg dump (oops, panic, etc) log for
|
/Linux-v5.15/arch/alpha/lib/ |
D | dbg_stackcheck.S | 25 1: stq $31, -8($31) # oops me, damn it.
|
/Linux-v5.15/Documentation/translations/zh_CN/parisc/ |
D | debugging.rst | 30 check)而不是内核oops。若要调试HPMC,请尝试找到系统响应程序/请求程序地址。
|
/Linux-v5.15/drivers/mtd/ |
D | Kconfig | 170 tristate "Log panic/oops to an MTD buffer" 172 This enables panic and oops messages to be logged to a circular 177 tristate "Log panic/oops to an MTD buffer based on pstore" 180 This enables panic and oops messages to be logged to a circular
|
/Linux-v5.15/Documentation/translations/ja_JP/ |
D | stable_kernel_rules.txt | 38 - ビルドエラー(CONFIG_BROKENになっているものを除く), oops, ハング、デー
|
/Linux-v5.15/Documentation/fb/ |
D | cirrusfb.rst | 77 * Assertions no longer cause an oops on purpose.
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | pstore | 38 data saved on each oops/panic. Pstore saves (possibly
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | rk3288-veyron-pinky.dts | 30 * really should be 1.8V (oops). The external pulldown will help
|
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/ |
D | tainted-kernels.rst | 20 bug”)、可恢复错误(“kernel oops”)或不可恢复错误(“kernel panic”)时会打印
|
D | bug-hunting.rst | 320 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868] 329 …Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system…
|
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/ |
D | tainted-kernels.rst | 23 bug」)、可恢復錯誤(「kernel oops」)或不可恢復錯誤(「kernel panic」)時會列印
|
D | bug-hunting.rst | 323 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868] 332 …Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system…
|
/Linux-v5.15/Documentation/parisc/ |
D | debugging.rst | 23 an HPMC instead of a kernel oops. To debug an HPMC, try to find
|
/Linux-v5.15/drivers/net/appletalk/ |
D | ltpc.c | 505 int oops; in idle() local 520 oops = 100; in idle() 523 if (0>oops--) { in idle()
|
/Linux-v5.15/Documentation/isdn/ |
D | credits.rst | 18 Volker Götz (volker@oops.franken.de)
|