[PATCH] perf tool: save cmdline from user in file header vs what is passed to record

2012-07-29 Thread David Ahern
A number of builtin commands process some user args and then pass the rest to cmd_record. cmd_record then saves argc/argv that it receives into the header of the perf data file. But this loses the arguments handled by the first command -- ie., the real command line from the user. This patch saves t

Re: [PATCH] perf tool: save cmdline from user in file header vs what is passed to record

2012-07-06 Thread David Ahern
On 7/6/12 11:17 AM, Arnaldo Carvalho de Melo wrote: Can you please state for what branch, perf/urgent (i.e. current merge window) or perf/core (next), this is intended? I usually have been making the call, but having feedback from the submitter can help things and help meet expectations more freq

Re: [PATCH] perf tool: save cmdline from user in file header vs what is passed to record

2012-07-06 Thread Arnaldo Carvalho de Melo
Em Thu, Jul 05, 2012 at 10:09:22PM -0600, David Ahern escreveu: > A number of builtin commands process some user args and then pass the rest > to cmd_record. cmd_record then saves argc/argv that it receives into the > header of the perf data file. But this loses the arguments handled by the > first