commit | 3ed62b0c016ba90d7e5c1d33d40e894a6b584b05 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Mon Jul 22 15:32:45 2013 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jul 22 15:32:45 2013 -0400 |
tree | 70782fd831ac4c478e42642a62cc17cb29bfa25e | |
parent | fe4d69ff08af09af62b6021ddba1fa0340756cf7 [diff] |
trace-cmd: Add -m option to record to limit size of data file As long runs of recording traces can cause the disk to fill up, adding an option that lets the user limit the size of the data file can be really useful. Now with the '-m' option to trace-cmd record, this will limit the max size of the per cpu data files to this number in kilobytes (rounded to pages). Suggested-by: David Sommerseth <davids@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>