Tools and Debugging Presentations

From eLinux.org
Revision as of 02:28, 10 September 2020 by Satishrajguru (talk | contribs) (Open Source Tools for Software Defined Radio on Multicore ARM+DSP [ELC 2014])
Jump to: navigation, search

Contents

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

Presenter: Mike Anderson, The Aerospace Company
Summary: This presentation talks about the GNU project,GCC and gdb and compiling for debugging.
Also about launching, loading and running application.Explains how to use GDB for debugging.

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: The talk starts with an introduction to architecture and usage of the jitterdebugger tool, and address the question
of how it differs from the cyclictest tool suite. Then discuss archival strategies for keeping recorded data reproducible
in the long run (a non-trivial problem!), and discuss several types of statistical evaluation that are made possible by
jitterdebugger's new capabilities.

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.
 

Graphics Performance Analysis with FrameRetrace: A Responsive UI for ApiTrace [ELC 2018]

Presenter: Mark Janes, Intel
Summary: This slides will describe the current state of FrameRetrace, and why it is a compelling tool for OpenGL application
and driver developers. A demo of FrameRetrace will illustrate and fix a performance problem in the mesa driver.

Tutorial: Debugging Custom Hardware with Linux - Tools to Make Your Hardware Engineeers Love You [ELC 2016]

Presenter: Chris Martin, Intel
Summary: This presentation discuss about the hardware problem, useful tools and techniques.
The tools will range from the simple ones like devmem for peeking and poking and tcpdump for
network monitoring, to complex ready-made tools such as gdb, LTTng or eclipse for tracing, to custom scripts.

Autotools: A Demystification Tutorial [ELC 2016]

Presenter: Thomas Petazzoni, Free Electrons
Summary: Autoconf, Automake and Libtool, also called the "autotools". This tutorial gives a fresh look at these tools, starting from scratch.
Understanding the basic principles, how to write clean and readable configure.ac and Makefile.am logic, and highlight some best
(and worst) practices. Also discuss about building programs, libraries, adding configuration tests and conditional compilation, and more.

Linux Integrated System Analysis (LISA) & Friends [ELC 2016]

Presenter: Patrick Bellasi, ARM Ltd
Summary: In this talk, Patrick Bellasi will introduce the new Linux Integrated System Analysis framework (namely LISA) which
can make distributed development test easier, along with a demonstration of Trace Analysis and Profiling, written in python,
(TRAPpy) using a web-browser. TRAPpy provides a customized graphical view of filtered processed trace data, and is ideal for
detailed debug scenarios.

Apache Mynewt: An OS and Tools for the Embedded World [ELC 2016]

Presenter: Sterling Hughes, Runtime
Summary: Apache Mynewt is a community-driven, permissively licensed open initiative for constrained, embedded apps.
This presentation gives information on Mynewt, it's features and goals.

Debugging the Linux Kernel with GDB [ELC 2016]

Presenter: Kieran Bingham
Summary: This presentation gives information about the different ways in which GDB can be used to debug the Linux kernel.
In particular the talk focuses on the ways in which GDB can be made to have better "Linux Kernel Awareness "
to improve the debugging experience. The presentation will look at how Linux Kernel Awareness can be implemented by either
extending the GDB python interface or as GDB extensions written in C.

Understanding ARM HW Debug Options [ELC 2016]

Presenter: Michael E. Anderson, The PTR Group
Summary: This presentation talks about what are the features of debugger interfaces and how can you use them to debug low-level code
such as drivers in the Linux kernel? Also describe each of these interfaces and how they are used with a live demonstration
of OpenOCD and its use to debug Linux kernel code.<>br

uVisor Debugging Facility Improvements for ARM mbed [ELC 2016]

Presenter: Jim Huang, South Star Xelerator
Summary: uVisor is a tiny hypervisor / microkernel-like security kernel at the foundation of mbed OS dedicated to ARM Cortex-M processors
to secure firmware updates and the cloud.This presentation introduces uVisor,it's feature and debug facilities.

Current Challenges in UBIFS [ELC 2015]

Presenter: Richard Weonberger, Sigma Star GmbH
Summary: UBIFS is a filesystem that is designed to run over UBI. This presentation gives information about UBI, it's example
UBIFS, fastmap and challenges in UBIFS.

Extending Android's Platform Toolsuite [ELC 2015]

Presenter: Karim Yaghmour, Opersys
Summary: These slides provide information about available toolsuite such as Official App Dev tools, Official platform Dev tools
3rd party power user tools, 3rd party App Dev tools. Talks about system service interfaces, architecture for creating monitoring tools
and boot animation.

Creating Open Hardware Tools [ELC 2015]

Presenter: David Anders, Intel
Summary: This presentation provides a long history of open tools and gives information about open hardware solutions.
Also discuss about the challenges in it.

Debugging the Linux Kernel with GDB [ELC 2015]

Presenter: Peter Griffin, Linaro
Summary: These slides discuss about what exists today in open source,how we can make debugging better, where we should make
the changes and about the challenges in debugging.

Finding Performance and Power Issues on Android Systems [ELC 2014]

Presenter: Eric Moore, Intel Corporation
Summary: This presentation discuss about various technologies from Google and from Intel Corporation to identify
and fix performance and power issues on Android Systems, and what developers and testers need to look for in
their systems and applications. Also explains how various microkernels look inside the tools and some real world cases.

Building Tools From the Outside In: Bringing User-Centered Design to Embedded Linux [ELC 2014]

Presenter: Belen Barros Pena, Intel's Open Source Technology Center
Summary: This presentation talks about how the Yocto Project built Toaster, its latest application, from the outside in,
focusing on its users, what they want and what they need. It explains how user-centered design techniquescan be
adapted to the particularities of the embedded Linux community, and how they can be applied to help improve embedded
Linux tools.

Open Source Tools for Software Defined Radio on Multicore ARM+DSP [ELC 2014]

Presenter: Philip Balister, OpenSDR
Summary: Need review

Debugging - Linux Kernel Testing [ELC 2014]

Presenter: Matt Porter, Linaro
Summary:

Hardware-Assisted Software Tracing [ELC 2014]

Presenter: Adrien Verge, Ecole Polytechnique Montreal
Summary:

Debugging (Sigrok: Using Logic to Debug Logic) [ELC 2014]

Presenter: Matt Ranostay, Intel Open Source Technology Center David Anders, CircuitCo
Summary:

Debugging - Panel Discussion [ELC 2014]

Presenter: Karim Yaghmour, Opersys Matt Ranostay, Intel David Anders, CircuitCo Matt Porter, Linaro
Summary:

Kernel Testing Tools and Techniques [ELC 2013]

Presenter: Matt Porter, Texas Instruments, Inc.
Summary:

Survey of Linux Kernel Debugging Techniques [ELC 2013]

Presenter: Kevin Dankwardt, K Computing
Summary:

Leveraging Linux - Code Coverage for Post-Silicon Validation [ELC 2013]

Presenter: Mehdi K., UBC Integrated Systems Design Lab
Summary:

The 'Embedded' Problem as Experienced by Intel's Reference Phones [ELC 2013]

Presenter: Mark Gross, Intel/MCG/PSI
Summary:

Debugging on a Production System [ELC 2013]

Presenter: Tristan Lelong, Adeneo Embedded
Summary:

Userland Tools and Techniques For Linux Board Bring-Up and Systems Integration [ELC 2012]

Presenter: Hunyue Yau, HY Research LLC
Summary:

Automated Testing with ktest.pl (Embedded Edition) (Cont.) [ELC 2012]

Presenter: Steven Rostedt, Red Hat
Summary:

Embedded-Appropriate Crash Handling in Linux [ELC 2012]

Presenter: Tim Bird, Sony Network Entertainment
Summary:

Ineffective and Effective Ways To Find Out Latency Bottlenecks With Ftrace [ELC 2012]

Presenter: Yoshitake Kobayashi, Toshiba
Summary:

Open Source Automated Test Framework [ELC 2012]

Presenter: Daniel Hursh, IBM
Summary:

Intricacies of a MIPS Stack Backtrace Implementation [ELC 2012]

Presenter: David VomLehn, Cisco
Summary:

Optimizing the Embedded Platform Using OpenCV [ELC 2012]

Presenter: Matt Weber, Rockwell Collins Inc.
Summary:

Board Bringup: Open Source Hardware and Software Tools [ELC 2011]

Presenter: David Anders (Texas Instruments)
Summary:

Tools and Techniques for Debugging Embedded Systems [ELC 2011]

Presenter: Anand Gadiyar (Texas Instruments)
Summary:

Delivering Predictability: The Yocto Project Autobuilder, Automated Sanity Testing, License Collection, and Build Statistics Tracking [ELC 2011]

Presenter: Elizabeth Flanagan (Intel)
Summary:

Powerdebugging Inside Linaro [ELC 2011]

Presenter: Amit Kucheria (Linaro)
Summary:

[ELC ]

Presenter:
Summary:

  • [PDF] | [VIDEO]