[PATCH v4 0/4] perf script: Add script per-event-dump support

2017-10-18 Thread yuzhoujian
Introduce a new option to print trace output to files named by the monitored events and update perf-script documentation accordingly. Shown below is output of perf script command with the newly introduced option. $perf record -e cycles -e cs -ag -- sleep 1 $perf script

[PATCH v4 0/4] perf script: Add script per-event-dump support

2017-10-18 Thread yuzhoujian
Introduce a new option to print trace output to files named by the monitored events and update perf-script documentation accordingly. Shown below is output of perf script command with the newly introduced option. $perf record -e cycles -e cs -ag -- sleep 1 $perf script