Difference between revisions of "User:Matt Porter"
Matt Porter (talk | contribs) |
Matt Porter (talk | contribs) |
||
Line 1: | Line 1: | ||
− | == Kernel Debug and | + | == Kernel Debug Tools and Techniques BOF == |
=== Kernel Debugging Tools === | === Kernel Debugging Tools === | ||
+ | ==== Hardware tools ==== | ||
+ | * JTAG | ||
+ | * sigrok | ||
+ | * scopes | ||
+ | * logic analyzers | ||
+ | |||
+ | ==== Software tools ==== | ||
* http://elinux.org/Kernel_Debugging_Tips | * http://elinux.org/Kernel_Debugging_Tips | ||
* Dynamic debug (http://elinux.org/Debugging_by_printing) | * Dynamic debug (http://elinux.org/Debugging_by_printing) | ||
Line 15: | Line 22: | ||
** tracepoints | ** tracepoints | ||
* http://elinux.org/Ftrace | * http://elinux.org/Ftrace | ||
− | |||
=== Automated Test systems === | === Automated Test systems === |
Revision as of 17:51, 20 February 2015
Contents
Kernel Debug Tools and Techniques BOF
Kernel Debugging Tools
Hardware tools
- JTAG
- sigrok
- scopes
- logic analyzers
Software tools
- http://elinux.org/Kernel_Debugging_Tips
- Dynamic debug (http://elinux.org/Debugging_by_printing)
- regmap debugfs
- Traditional debuggers
- JTAG (probably with gdb ;) )
- kgdb
- kdb
- Use cases
- magic sysrq
- regmap
- debugfs
- tracepoints
- http://elinux.org/Ftrace
Automated Test systems
- http://elinux.org/Test_Systems
- http://elinux.org/Ktest
- config bisects
- auto bisect
- randconfig tests
- https://git.linaro.org/people/kevin.hilman/pyboot.git
- board farm regression testing
- other use cases?
- https://wiki.linaro.org/LAVA
Subsystem specific tests
- SPI - spidev_test.c
- Block/Flash - http://www.scsifaq.org/RMiller_Tools/dt.html
- others?