Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340715 > unrolled thread
| Started by | Arnaldo Carvalho de Melo <acme@redhat.com> |
|---|---|
| First post | 2016-02-23 15:40 +0100 |
| Last post | 2016-02-23 15:50 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 4/4] tools lib traceevent: Implements '%' operation Arnaldo Carvalho de Melo <acme@redhat.com> - 2016-02-23 15:40 +0100
Re: [PATCH 4/4] tools lib traceevent: Implements '%' operation Arnaldo Carvalho de Melo <acme@redhat.com> - 2016-02-23 15:50 +0100
| From | Arnaldo Carvalho de Melo <acme@redhat.com> |
|---|---|
| Date | 2016-02-23 15:40 +0100 |
| Subject | Re: [PATCH 4/4] tools lib traceevent: Implements '%' operation |
| Message-ID | <r5mi8-6Kg-61@gated-at.bofh.it> |
Em Mon, Feb 22, 2016 at 03:23:03PM -0500, Steven Rostedt escreveu: > On Mon, 22 Feb 2016 14:08:22 -0300 > Daniel Bristot de Oliveira <bristot@redhat.com> wrote: > > > The operation '%' is not implemented on event-parse.c, causing > > an error on the parse of events with '%' operation on its > > printk format. For example, > > > > # perf record -e sched:sched_deadline_yield ~/y > > Warning: [sched:sched_deadline_yield] unknown op '%' > > .... > > # perf script > > Warning: [sched:sched_deadline_yield] unknown op '%' > > y 1641 [006] 3364.109319: sched:sched_deadline_yield: \ > > [FAILED TO PARSE] now=3364109314595 \ > > deadline=3364139295135 runtime=19975597 > > > > This patch implements the '%' operation. With this patch, we see the > > correct output: > > > > # perf record -e sched:sched_deadline_yield ~/y > > No Warning > > > > # perf script > > y 4005 [001] 4623.650978: sched:sched_deadline_yield: \ > > now=4623.650974050 \ > > deadline=4623.680957364 remaining_runtime=19979611 > > > > Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com> > > Arnaldo, > > This patch is not dependent on the rest of the series and looks like a > good general fix. > > Can you pull this one into your tree, and please add my: > > Reviewed-by: Steven Rostedt <rsotedt@goodmis.org> Done, thanks. - Arnaldo
[toc] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@redhat.com> |
|---|---|
| Date | 2016-02-23 15:50 +0100 |
| Message-ID | <r5mrM-6NG-7@gated-at.bofh.it> |
| In reply to | #1340715 |
Em Tue, Feb 23, 2016 at 11:38:19AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Feb 22, 2016 at 03:23:03PM -0500, Steven Rostedt escreveu: > > On Mon, 22 Feb 2016 14:08:22 -0300 > > Daniel Bristot de Oliveira <bristot@redhat.com> wrote: > > > > > The operation '%' is not implemented on event-parse.c, causing > > > an error on the parse of events with '%' operation on its > > > printk format. For example, > > > > > > # perf record -e sched:sched_deadline_yield ~/y > > > Warning: [sched:sched_deadline_yield] unknown op '%' > > > .... > > > # perf script Daniel, please add two spaces before examples, specially examples with the '#' root prompt. Had I not done that when applying this patch, those lines would have been removed by git-am, as it would interpret those as comments. Thanks, - Arnaldo
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web