commit | e19a601a7ab6d33914768972be41951261b95a19 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Dec 01 15:35:03 2015 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Dec 01 15:35:03 2015 -0500 |
tree | 184df15b6345dfca9c08dff6a9b9f4f283f7b44b | |
parent | 5612d10bf8c35a9fa16f85cbb980efb5d9b1e12d [diff] |
trace-cmd: Never update saved files when keep is set for recording If -k is set on the command line, not only do not update the reset_files list, but also do not call the update of the file even if the reset_files has something in it. This allows for reset_save_file() to be used during the parameter parsing before -k may be used. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>