Re: [PATCH] Provide additional sample information to Python scripts

2014-06-04 Thread Joseph Schuchart
Hi Namhyung, Thanks for your valuable feedback. Sorry for having sent the patches not inlined again, I guess I was relying too much on Thunderbird to inline them. I tried to address your points below and will send the new patch set in separate mails. Thanks, Joseph On 29.05.2014 08:01,

Re: [PATCH] Provide additional sample information to Python scripts

2014-06-04 Thread Joseph Schuchart
Hi Namhyung, Thanks for your valuable feedback. Sorry for having sent the patches not inlined again, I guess I was relying too much on Thunderbird to inline them. I tried to address your points below and will send the new patch set in separate mails. Thanks, Joseph On 29.05.2014 08:01,

Re: [PATCH] Provide additional sample information to Python scripts

2014-05-29 Thread Namhyung Kim
Hi Joseph, Sorry for late review, this looks very useful.. But please send a separate email for each patch and make it inlined (not attached) in the next version. On Thu, 03 Apr 2014 10:57:39 +0200, Joseph Schuchart wrote: [SNIP] > static void python_process_tracepoint(struct perf_sample

Re: [PATCH] Provide additional sample information to Python scripts

2014-05-29 Thread Namhyung Kim
Hi Joseph, Sorry for late review, this looks very useful.. But please send a separate email for each patch and make it inlined (not attached) in the next version. On Thu, 03 Apr 2014 10:57:39 +0200, Joseph Schuchart wrote: [SNIP] static void python_process_tracepoint(struct perf_sample

Re: [PATCH] Provide additional sample information to Python scripts

2014-04-03 Thread Joseph Schuchart
On 07.03.2014 15:18, Arnaldo Carvalho de Melo wrote: > Can you please resend, against the perf/core branch in > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git, and as an > attachement or making sure that the patch is not mangled? Arnaldo, Please find attached our changes. I am

Re: [PATCH] Provide additional sample information to Python scripts

2014-04-03 Thread Joseph Schuchart
On 07.03.2014 15:18, Arnaldo Carvalho de Melo wrote: Can you please resend, against the perf/core branch in git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git, and as an attachement or making sure that the patch is not mangled? Arnaldo, Please find attached our changes. I am sending

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-12 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 12, 2014 at 04:29:02PM +0100, Thomas Ilsche escreveu: > On 2014-03-07 15:18, Arnaldo Carvalho de Melo wrote: > > Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: > >> Good morning, > >> > >> We have developed a patch for the perf Python scripting interface to > >>

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-12 Thread Thomas Ilsche
On 2014-03-07 15:18, Arnaldo Carvalho de Melo wrote: > Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: >> Good morning, >> >> We have developed a patch for the perf Python scripting interface to >> provide additional information about the pid, tid, and cpu of generic >> events

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-12 Thread Thomas Ilsche
On 2014-03-07 15:18, Arnaldo Carvalho de Melo wrote: Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: Good morning, We have developed a patch for the perf Python scripting interface to provide additional information about the pid, tid, and cpu of generic events as well as

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-12 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 12, 2014 at 04:29:02PM +0100, Thomas Ilsche escreveu: On 2014-03-07 15:18, Arnaldo Carvalho de Melo wrote: Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: Good morning, We have developed a patch for the perf Python scripting interface to provide

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-07 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: > Good morning, > > We have developed a patch for the perf Python scripting interface to > provide additional information about the pid, tid, and cpu of generic > events as well as information about the call-stack and resolved

Re: [PATCH] Provide additional sample information to Python scripts

2014-03-07 Thread Arnaldo Carvalho de Melo
Em Tue, Feb 18, 2014 at 09:43:24AM +0100, Joseph Schuchart escreveu: Good morning, We have developed a patch for the perf Python scripting interface to provide additional information about the pid, tid, and cpu of generic events as well as information about the call-stack and resolved symbol

[PATCH] Provide additional sample information to Python scripts

2014-02-18 Thread Joseph Schuchart
Good morning, We have developed a patch for the perf Python scripting interface to provide additional information about the pid, tid, and cpu of generic events as well as information about the call-stack and resolved symbol names. This provides scripts with a greater level of detail. The

[PATCH] Provide additional sample information to Python scripts

2014-02-18 Thread Joseph Schuchart
Good morning, We have developed a patch for the perf Python scripting interface to provide additional information about the pid, tid, and cpu of generic events as well as information about the call-stack and resolved symbol names. This provides scripts with a greater level of detail. The