Re: [PATCH 0/3] perf script: Add script per-event-dump support

2017-09-13 Thread Milian Wolff
On Mittwoch, 13. September 2017 17:10:30 CEST yuzhoujian wrote: > 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. > >

Re: [PATCH 0/3] perf script: Add script per-event-dump support

2017-09-13 Thread Milian Wolff
On Mittwoch, 13. September 2017 17:10:30 CEST yuzhoujian wrote: > 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. > >

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

2017-09-13 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 context-switches -ag -- sleep 10 $perf

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

2017-09-13 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 context-switches -ag -- sleep 10 $perf