Difference between revisions of "User:Matt Porter"

From eLinux.org
Jump to: navigation, search
(Created page with "http://elinux.org/Kernel_Debugging_Tips dynamic printk traditional debugger regmap debugfs ftrace - use cases http://elinux.org/Test_Systems")
 
Line 1: Line 1:
http://elinux.org/Kernel_Debugging_Tips
+
== Kernel Debug and Test BOF ==
dynamic printk
+
 
traditional debugger
+
=== Kernel Debugging Tools ===
regmap debugfs
+
* http://elinux.org/Kernel_Debugging_Tips
ftrace - use cases
+
* Dynamic debug (http://elinux.org/Debugging_by_printing)
http://elinux.org/Test_Systems
+
* regmap debugfs
 +
* Traditional debuggers
 +
** Use cases
 +
* regmap
 +
** debugfs
 +
** tracepoints
 +
* http://elinux.org/Ftrace
 +
** Use cases
 +
 
 +
=== 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
 +
* others?

Revision as of 14:22, 30 April 2014

Kernel Debug and Test BOF

Kernel Debugging Tools

Automated Test systems


Subsystem specific tests

  • SPI - spidev_test.c
  • others?