Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1278258
| From | David Ahern <dsahern@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] perf script: Align event name properly |
| Date | 2015-11-26 15:30 +0100 |
| Message-ID | <qz5IB-6m2-9@gated-at.bofh.it> (permalink) |
| References | <qz5fB-5UD-13@gated-at.bofh.it> <qz5fB-5UD-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 11/26/15 6:55 AM, Jiri Olsa wrote: > Adding code to align event names, so we get aligned output > in case of multiple events with different names. > > Before: > $ perf script > :13757 13757 163918.230829: cpu/mem-snp-none/P: ffff88085f20d010 > :13757 13757 163918.230832: cpu/mem-loads,ldlat=30/P: 7f5a5f719f00 > :13757 13757 163918.230835: cpu/mem-loads,ldlat=30/P: 7f5a5f719f00 > :13758 13758 163918.230838: cpu/mem-snp-none/P: ffff88085f4ad810 > :13758 13758 163918.154093: cpu/mem-stores/P: ffff88085bb53f28 > :13757 13757 163918.155264: cpu/mem-snp-hitm/P: 601080 > ... > What's up with the ":13757" for the process name? Patches LGTM Acked-by: David Ahern <dsahern@gmail.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 3/3] perf script: Align event name properly Jiri Olsa <jolsa@kernel.org> - 2015-11-26 15:00 +0100
Re: [PATCH 3/3] perf script: Align event name properly David Ahern <dsahern@gmail.com> - 2015-11-26 15:30 +0100
Re: [PATCH 3/3] perf script: Align event name properly David Ahern <dsahern@gmail.com> - 2015-11-26 15:40 +0100
Re: [PATCH 3/3] perf script: Align event name properly Jiri Olsa <jolsa@redhat.com> - 2015-11-26 15:40 +0100
csiph-web