Difference between revisions of "Tools and Debugging Presentations"

From eLinux.org
Jump to: navigation, search
Line 17: Line 17:
 
* [http://oss-na-2020-sources-of-latency.pdf/ PDF]
 
* [http://oss-na-2020-sources-of-latency.pdf/ PDF]
  
== [ELC ]==
+
== Cycle tests Unleashed: Large-scale RT Analysis with Jitterdebugger [ELC 2019]==
'''Presenter: ''' <br>
+
'''Presenter: '''Wolfgang Mauerer, Siemens AG <br>
 
'''Summary:'''
 
'''Summary:'''
  
* [PDF] | [VIDEO]  
+
* [https://www.youtube.com/watch?v=wNQ24TFjzCw VIDEO]  
  
== [ELC ]==
+
== Using Serial kdb / kgdb to Debug the Linux Kernel [ELC 2019]==
'''Presenter: ''' <br>
+
'''Presenter: '''Douglas Anderson, Google <br>
 
'''Summary:'''
 
'''Summary:'''
 +
Presentation demonstrates the use of kgdb for debugging simulated bugs in the kernel.<br>
 +
Focus will be on after-the-crash debugging, rather than stepping through the code.<br> 
  
* [PDF] | [VIDEO]
+
* [https://elinux.org/images/1/1b/ELC19_Serial_kdb_kgdb.pdf PDF] | [https://www.youtube.com/watch?v=HBOwoSyRmys VIDEO]

Revision as of 05:56, 9 September 2020

Tutorial: Debugging Embedded Devices Using GDB - A Review of Some Lessons Learned [ELC 2020]

Presenter: Mike Anderson, The Aerospace Company
Summary:

A Disciplined Approach to Debugging [ELC 2020]

Presenter: Lev Iserovich, D. E. Shaw Research
Summary:

Finding Sources of Latency on your Linux System [ELC 2020]

Presenter: Steven Rostedt, VMware
Summary:

Cycle tests Unleashed: Large-scale RT Analysis with Jitterdebugger [ELC 2019]

Presenter: Wolfgang Mauerer, Siemens AG
Summary:

Using Serial kdb / kgdb to Debug the Linux Kernel [ELC 2019]

Presenter: Douglas Anderson, Google
Summary: Presentation demonstrates the use of kgdb for debugging simulated bugs in the kernel.
Focus will be on after-the-crash debugging, rather than stepping through the code.