[PATCH 10/11] perf record: Add --output-dir option to store data in directory

2019-03-08 Thread Jiri Olsa
Adding --output-dir option to mimic -o and --dir options. following commands do the same: $ perf record -o perf.dir.data --dir ... $ perf record --output-dir perf.dir.data ... User cannot use both -o and output-dir together, error is displayed. Link:

[PATCH 10/11] perf record: Add --output-dir option to store data in directory

2019-02-26 Thread Jiri Olsa
Adding --output-dir option to mimic -o and --dir options. following commands do the same: $ perf record -o perf.dir.data --dir ... $ perf record --output-dir perf.dir.data ... User cannot use both -o and output-dir together, error is displayed. Link: