Re: [URGENT] trace-cmd: Fix for all stable versions for up coming fix in Linux v3.10

2013-03-04 Thread Steven Rostedt
On Fri, 2013-03-01 at 19:32 -0500, Steven Rostedt wrote: I also found that trace-cmd extract has some issues with this too. I updated the following: v1.0.8 v1.1.3 v1.2.4 v2.0.4 v2.1.2 And I also released v2.2.0 -- Steve -- To unsubscribe from this list: send the line "unsubscribe l

[URGENT] trace-cmd: Fix for all stable versions for up coming fix in Linux v3.10

2013-03-01 Thread Steven Rostedt
I recently fixed a long standing bug in the splice code for ftrace. This was something that I wanted fixed so that trace-cmd would work better. The fix is to finally have the splice system call block until data is available, instead of having trace-cmd poll reading the trace_pipe_raw data file. Th