Open Source
emlinux.txt
Associated article: Debugging & Embedded Linux Runtime Environments
Tags: Tools Open Source
Unpublished source code in the article by Rajesh Mishra in which he examines the issues and tools required when debugging in embedded Linux runtime environments. Requires UNZIP/PKUNZIP to extract.
Debugging & Embedded Linux Runtime Environments
by Rajesh Mishra
Listing One
static int bfin_profiler_proc_output (char *buf)
{
char *p;
unsigned long data;
unsigned long long total_cycles;
spin_lock_irq(&bfin_profiler_lock);
data = bfin_profiler_data;
...


