Re: [PATCH] perf script: Add script orientation output support for monitored events

2017-09-11 Thread Arnaldo Carvalho de Melo
Em Mon, Aug 28, 2017 at 05:33:54PM +0800, Wind Yu escreveu: > Introduce a new option to print trace output to files named by the > monitored events and update perf-script documentation accordingly. Adding some more people to the CC list, hopefully this can get more reviews. I found the "orientati

[PATCH] perf script: Add script orientation output support for monitored events

2017-08-28 Thread Wind Yu
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 scr

[PATCH] perf script: Add script orientation output support for monitored events

2017-08-28 Thread Wind Yu
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 scr

[PATCH] perf script: Add script orientation output support for monitored events

2017-08-28 Thread Wind Yu
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 scr