lkml.org 
[lkml]   [2016]   [Feb]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjecttracing: Allow mmio tracer to display trace_printk() and other events
Date
Hi,

I am trying to print trace markers from inside the kernel using the mmio-tracer's
mmiotrace_printk routine but it doesn't get printed. Looking back, i found this thread
and applied the said patch but that didn't work either.

https://lkml.org/lkml/2010/5/4/465

Thereafter, I followed the code path starting at mmiotrace_printk which lead to __trace_array_vprintk
and in there,

tbuffer = get_trace_buf();
if (!tbuffer) {
/* pr_info("invalid buffer.\n"); */
len = 0;
goto out;
}

tbuffer turns out to be null which is why the call to mmiotrace_printk returns without printing my marker.

Has this been fixed or looked into ? Any help would be much appreciated.
Thanks.

--
Sanketh Nalli
College of Letters and Sciences
University of Wisconsin - Madison

\
 
 \ /
  Last update: 2016-02-27 23:21    [W:3.721 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site