Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-29 Thread Arnaldo Carvalho de Melo
more twiddling I got it merged, hint: don't send attachments. I tested it and it seems to work, thanks for doing this. - Arnaldo > >From 652bdf06f613c12f65eee294539bb0259abeceda Mon Sep 17 00:00:00 2001 > From: Dima Kogan <d...@secretsauce.net> > Date: Fri, 25 Mar 2016 11:31:54 -070

Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-29 Thread Arnaldo Carvalho de Melo
t merged, hint: don't send attachments. I tested it and it seems to work, thanks for doing this. - Arnaldo > >From 652bdf06f613c12f65eee294539bb0259abeceda Mon Sep 17 00:00:00 2001 > From: Dima Kogan > Date: Fri, 25 Mar 2016 11:31:54 -0700 > Subject: [PATCH] perf: perl scripts now get

Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-29 Thread Dima Kogan
take a look at Documentation/SubmittingPatches. OK. Here's the patch again with the changes you requested in the message. >From 652bdf06f613c12f65eee294539bb0259abeceda Mon Sep 17 00:00:00 2001 From: Dima Kogan <d...@secretsauce.net> Date: Fri, 25 Mar 2016 11:31:54 -0700 Subject: [PATCH]

Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-29 Thread Dima Kogan
ntation/SubmittingPatches. OK. Here's the patch again with the changes you requested in the message. >From 652bdf06f613c12f65eee294539bb0259abeceda Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 25 Mar 2016 11:31:54 -0700 Subject: [PATCH] perf: perl scripts now get a backtrace, like the

Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-28 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 25, 2016 at 11:31:54AM -0700, Dima Kogan escreveu: > Hi. > > Currently the python perf scripts get a backtrace, while the perl ones do not. > This patch adds that to the perl scripts as well. Can you send as a single message, with your Signed-off-by, and with an example of this in

Re: [PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-28 Thread Arnaldo Carvalho de Melo
Em Fri, Mar 25, 2016 at 11:31:54AM -0700, Dima Kogan escreveu: > Hi. > > Currently the python perf scripts get a backtrace, while the perl ones do not. > This patch adds that to the perl scripts as well. Can you send as a single message, with your Signed-off-by, and with an example of this in

[PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-25 Thread Dima Kogan
Hi. Currently the python perf scripts get a backtrace, while the perl ones do not. This patch adds that to the perl scripts as well. --- .../perf/util/scripting-engines/trace-event-perl.c | 115 +++-- 1 file changed, 107 insertions(+), 8 deletions(-) diff --git

[PATCH] perf: perl scripts now get a backtrace, like the python scripts

2016-03-25 Thread Dima Kogan
Hi. Currently the python perf scripts get a backtrace, while the perl ones do not. This patch adds that to the perl scripts as well. --- .../perf/util/scripting-engines/trace-event-perl.c | 115 +++-- 1 file changed, 107 insertions(+), 8 deletions(-) diff --git