Re: ftrace and debugfs weird interaction

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pekka Paalanen
Date: Monday, April 28, 2008 - 12:35 pm

> * Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:

Wait a minute, are you literally running the command:
echo 1>tracing_enabled

If you are, you just echoed only a newline and directed stdout, stream 1,
to the file. No? :-)

Could you try with a space:
echo 1 > tracing_enabled


Stream 0 is stdin, so... not sure what this would do. Probably nothing,
just like you experienced.


Thanks.

-- 
Pekka Paalanen
http://www.iki.fi/pq/
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ftrace and debugfs weird interaction, Mathieu Desnoyers, (Sat Apr 26, 11:54 am)
Re: ftrace and debugfs weird interaction, Greg KH, (Sat Apr 26, 5:36 pm)
Re: ftrace and debugfs weird interaction, Ingo Molnar, (Mon Apr 28, 8:39 am)
Re: ftrace and debugfs weird interaction, Steven Rostedt, (Mon Apr 28, 12:27 pm)
Re: ftrace and debugfs weird interaction, Pekka Paalanen, (Mon Apr 28, 12:35 pm)
Re: ftrace and debugfs weird interaction, Mathieu Desnoyers, (Mon Apr 28, 1:34 pm)