commit | 6510ef36794588d4e7a2031cf894234f176a12dc | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Tue Jun 07 16:33:34 2022 -0400 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Wed Jun 08 12:56:42 2022 -0400 |
tree | 09be504ba7879e1a400e3ce7f36b08a6183f0964 | |
parent | 689a9daf4ac598002c973f380567e6f97eddf4d2 [diff] |
trace-cmd record: Add --temp option to store temp files Add a --temp option to trace-cmd record that lets the user specify where the temporary files will be recorded to. Instead of using the location of the trace.dat file to store the temporary files that are recorded by splice, they are recorded in the directory specified by --temp. Link: https://lore.kernel.org/linux-trace-devel/20220607163334.289f2e41@gandalf.local.home Suggested-by: Johannes Berg <johannes@sipsolutions.net> Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=213661 Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>