Home
last modified time | relevance | path

Searched refs:oops (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v5.15/Documentation/translations/zh_CN/
Doops-tracing.txt33 和你所做的事情相关的代码的负责人。 如果可重现试着描述怎样重构。 那甚至比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/
Doops-tracing.txt32 和你所做的事情相關的代碼的負責人。 如果可重現試著描述怎樣重構。 那甚至比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/
Dcore.c84 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/
Dpstore-blk.rst3 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 …]
Dramoops.rst1 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/
Dspeakup_keypc.c131 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()
Dspeakup_decpc.c347 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/
Dramoops.txt1 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/
Dsof-priv.h276 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()
Dcore.c61 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/
DKconfig124 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/
Ddbg_stackcheck.S25 1: stq $31, -8($31) # oops me, damn it.
/Linux-v5.15/Documentation/translations/zh_CN/parisc/
Ddebugging.rst30 check)而不是内核oops。若要调试HPMC,请尝试找到系统响应程序/请求程序地址。
/Linux-v5.15/drivers/mtd/
DKconfig170 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/
Dstable_kernel_rules.txt38 - ビルドエラー(CONFIG_BROKENになっているものを除く), oops, ハング、デー
/Linux-v5.15/Documentation/fb/
Dcirrusfb.rst77 * Assertions no longer cause an oops on purpose.
/Linux-v5.15/Documentation/ABI/testing/
Dpstore38 data saved on each oops/panic. Pstore saves (possibly
/Linux-v5.15/arch/arm/boot/dts/
Drk3288-veyron-pinky.dts30 * really should be 1.8V (oops). The external pulldown will help
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dtainted-kernels.rst20 bug”)、可恢复错误(“kernel oops”)或不可恢复错误(“kernel panic”)时会打印
Dbug-hunting.rst320 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/
Dtainted-kernels.rst23 bug」)、可恢復錯誤(「kernel oops」)或不可恢復錯誤(「kernel panic」)時會列印
Dbug-hunting.rst323 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/
Ddebugging.rst23 an HPMC instead of a kernel oops. To debug an HPMC, try to find
/Linux-v5.15/drivers/net/appletalk/
Dltpc.c505 int oops; in idle() local
520 oops = 100; in idle()
523 if (0>oops--) { in idle()
/Linux-v5.15/Documentation/isdn/
Dcredits.rst18 Volker Götz (volker@oops.franken.de)

123