linux-2.6.33/CONFIG_DEBUG_SPINLOCK
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#a28085f0]
#backlinks
*説明 [#w23aa8a1]
-パス: [[linux-2.6.33/lib/Kconfig.debug]]
-スピンロックのデバッグ機能(ロック/アンロックの不整合を...
を有効にする。
--(検出できるバグの例)
--未初期化のスピンロックをロック/アンロック
--ロックしたコンテキスト(ロックのオーナー)と異なるコン...
--デッドロック
--FIXME: 他にも?
**参考 [#y50404bd]
*実装 [#lae97449]
config DEBUG_SPINLOCK
bool "Spinlock and rw-lock debugging: basic checks"
depends on DEBUG_KERNEL
-
--[[linux-2.6.33/CONFIG_DEBUG_KERNEL]]
help
Say Y here and build SMP to catch missing spinlock in...
and certain other kinds of spinlock errors commonly m...
best used in conjunction with the NMI watchdog so tha...
deadlocks are also debuggable.
*コメント [#o85a7074]
終了行:
*参照元 [#a28085f0]
#backlinks
*説明 [#w23aa8a1]
-パス: [[linux-2.6.33/lib/Kconfig.debug]]
-スピンロックのデバッグ機能(ロック/アンロックの不整合を...
を有効にする。
--(検出できるバグの例)
--未初期化のスピンロックをロック/アンロック
--ロックしたコンテキスト(ロックのオーナー)と異なるコン...
--デッドロック
--FIXME: 他にも?
**参考 [#y50404bd]
*実装 [#lae97449]
config DEBUG_SPINLOCK
bool "Spinlock and rw-lock debugging: basic checks"
depends on DEBUG_KERNEL
-
--[[linux-2.6.33/CONFIG_DEBUG_KERNEL]]
help
Say Y here and build SMP to catch missing spinlock in...
and certain other kinds of spinlock errors commonly m...
best used in conjunction with the NMI watchdog so tha...
deadlocks are also debuggable.
*コメント [#o85a7074]
ページ名: