commit | e09a5db1a929ab668c273b87c4f0a32b81e1c21a | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Feb 24 21:46:56 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Feb 24 21:46:56 2011 -0500 |
tree | 25a0f925b9bf53501e400b4d857bad0dc6304526 | |
parent | d9604ab0589a5c474be90ec62d842ad8504e50b0 [diff] |
trace-cmd: Add trace-cmd record --date option Adding the --date option to trace-cmd record (and extract) will cause trace-cmd to write a timestamp into the ftrace buffer and use it to mapped the ftrace buffer's timestamps with gettimeofday. This will allow reading of the trace.dat file to be able to convert the timestamps into actual wall time. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>