kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* trace_console function definition not found in Linux kernel v3.5
@ 2012-12-28  7:43 siddharth goel
  2012-12-28 18:07 ` Frank Ch. Eigler
  2013-01-02  3:45 ` jiangtao.jit
  0 siblings, 2 replies; 3+ messages in thread
From: siddharth goel @ 2012-12-28  7:43 UTC (permalink / raw)
  To: kernelnewbies

In file *kernel/printk.c *in Linux Kernel *3.5 *there is a function
call *trace_console(text,
0, len, len); *@line 1219 .
But I could not find the definition for same. Am I missing any concept ?

-- 
Thanks and Regards,
Siddharth Goel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20121228/2ef275c4/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* trace_console function definition not found in Linux kernel v3.5
  2012-12-28  7:43 trace_console function definition not found in Linux kernel v3.5 siddharth goel
@ 2012-12-28 18:07 ` Frank Ch. Eigler
  2013-01-02  3:45 ` jiangtao.jit
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2012-12-28 18:07 UTC (permalink / raw)
  To: kernelnewbies

siddharth goel <siddharth98391@gmail.com> writes:

> In file kernel/printk.c in Linux Kernel 3.5 there is a function call
> trace_console(text, 0, len, len); @line 1219 .?
> But I could not find the definition for same. Am I missing any concept ?

This is a call to a tracepoint.  Its definition is synthesized from
macros in <include/events/printk.h>.  Calls to it may be monitored
with perf or systemtap.

- FChE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* trace_console function definition not found in Linux kernel v3.5
  2012-12-28  7:43 trace_console function definition not found in Linux kernel v3.5 siddharth goel
  2012-12-28 18:07 ` Frank Ch. Eigler
@ 2013-01-02  3:45 ` jiangtao.jit
  1 sibling, 0 replies; 3+ messages in thread
From: jiangtao.jit @ 2013-01-02  3:45 UTC (permalink / raw)
  To: kernelnewbies

siddharth goel:

defined in include/trace/event/printk.h

refer to macro TRACE_EVENT_CONDITION(...)


2013-01-02



jiangtao.jit



????siddharth goel
?????2012-12-28 15:43
???trace_console function definition not found in Linux kernel v3.5
????"kernelnewbies"<kernelnewbies@kernelnewbies.org>
???

In file kernel/printk.c in Linux Kernel 3.5 there is a function call trace_console(text, 0, len, len); @line 1219 . 
But I could not find the definition for same. Am I missing any concept ?


-- 
Thanks and Regards,
Siddharth Goel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130102/46a96f21/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-02  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28  7:43 trace_console function definition not found in Linux kernel v3.5 siddharth goel
2012-12-28 18:07 ` Frank Ch. Eigler
2013-01-02  3:45 ` jiangtao.jit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).