Hi Arnaldo, Thanks for pulling the patch. On Thursday 13 April 2017 07:21 PM, Arnaldo Carvalho de Melo wrote: > Em Thu, Apr 13, 2017 at 11:32:12AM +0530, Ravi Bangoria escreveu: >> perf trace supports --no-syscalls option but it's not listed in >> the man page. (Though, I see an example using --no-syscalls in >> EXAMPLES section.) > Thanks, applied. > > I'm thinking about making --no-syscalls the default when 'trace' is > hardlinked to 'perf', i.e. 'perf trace' remains as it is, but if one > calls 'trace', then --no-syscalls is the default, as after non-syscall > events got supported I find myself using --no-syscalls way too often, > what do you think?
+1. Makes sense to me. I also use 'perf trace' more often for non-syscall events. So.. if others are okay please do it. -Ravi