Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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内核中,运行于没有证明安全运行多处理器的硬件。 当前这种
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
75 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4.
76 It's optional if you do not care oops/panic log.
78 There are multiple chunks for oops/panic front-end depending on the remaining
81 pstore/blk will log to oops/panic chunks one by one, and always overwrite the
90 Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
113 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 …]
Dtainted-kernels.rst16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
21 Tainted flag in bugs, oops or panics messages
87 2 _/S 4 SMP kernel oops on an officially SMP incapable processor
119 2) ``S`` if the oops occurred on an SMP kernel running on hardware that
Dramoops.rst1 Ramoops oops/panic logger
11 Ramoops is an oops/panic logger that writes its logs to RAM before the system
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
55 - no-dump-oops: deprecated, use max_reason instead. If present, and
/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-priv.h267 void (*dsp_oops)(struct snd_sof_dev *sdev, void *oops);
268 void (*dsp_stack)(struct snd_sof_dev *sdev, void *oops,
521 u32 tracep_code, void *oops,
535 static inline void sof_stack(struct snd_sof_dev *sdev, void *oops, u32 *stack, in sof_stack() argument
538 sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words); in sof_stack()
541 static inline void sof_oops(struct snd_sof_dev *sdev, void *oops) in sof_oops() argument
544 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()
/kernel/linux/linux-5.10/fs/pstore/
DKconfig116 messages, even if no oops or panic happened.
149 fault log for BlackBox when oops or panic happened.
154 tristate "Log panic/oops to a RAM buffer"
161 This enables panic and oops messages to be logged to a circular
177 tristate "Log panic/oops to a block device"
184 This enables panic and oops message to be logged to a block dev
225 This just sets size of kmsg dump (oops, panic, etc) log for
/kernel/linux/linux-5.10/arch/alpha/lib/
Ddbg_stackcheck.S25 1: stq $31, -8($31) # oops me, damn it.
/kernel/linux/linux-5.10/drivers/mtd/
DKconfig167 tristate "Log panic/oops to an MTD buffer"
169 This enables panic and oops messages to be logged to a circular
174 tristate "Log panic/oops to an MTD buffer based on pstore"
177 This enables panic and oops messages to be logged to a circular
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/
Dstable_kernel_rules.txt38 - ビルドエラー(CONFIG_BROKENになっているものを除く), oops, ハング、デー
/kernel/linux/linux-5.10/Documentation/fb/
Dcirrusfb.rst77 * Assertions no longer cause an oops on purpose.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dpstore38 data saved on each oops/panic. Pstore saves (possibly
/kernel/linux/linux-5.10/Documentation/parisc/
Ddebugging.rst23 an HPMC instead of a kernel oops. To debug an HPMC, try to find
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3288-veyron-pinky.dts30 * really should be 1.8V (oops). The external pulldown will help
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
Dsaa7146_vbi.c256 goto oops; in buffer_prepare()
267 oops: in buffer_prepare()
/kernel/linux/linux-5.10/drivers/net/appletalk/
Dltpc.c505 int oops; in idle() local
520 oops = 100; in idle()
523 if (0>oops--) { in idle()
/kernel/linux/linux-5.10/Documentation/isdn/
Dcredits.rst18 Volker Götz (volker@oops.franken.de)
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/
Dchanges.rst158 Se l'impensabile succede e il kernel va in oops, potrebbe servirvi lo strumento
164 ricompilarlo e riprodurre l'oops con quell'opzione abilitata, allora potete
165 usare ksymoops per decodificare l'oops.
/kernel/linux/linux-5.10/Documentation/scsi/
DChangeLog.ips103 0.99.05 - Fix an oops on certain passthru commands
/kernel/linux/linux-5.10/Documentation/s390/
Ds390dbf.rst98 The second trigger which stops the debug feature is a kernel oops.
100 happened before the oops. After an oops you can reactivate the debug feature
/kernel/linux/linux-5.10/arch/openrisc/
DKconfig181 Now this puts kernel into infinite loop after first oops. Till

123