Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604156
| From | Taeung Song <treeze.taeung@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] perf annotate: Bugfixes |
| Date | 2017-03-20 04:00 +0100 |
| Message-ID | <tmVI5-6BY-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, perf-annotate has little bugs so I fix them. I'd appreciate some feedback on this patchset. :) Thanks, Taeung Taeung Song (4): perf annotate: Use build-id dir when reading link name perf annotate: Avoid division by zero when calculating percent perf annotate: Fix missing setting nr samples on source_line perf annotate: More exactly grep -v of the objdump command tools/perf/util/annotate.c | 26 ++++++++++++++++++++------ tools/perf/util/annotate.h | 2 +- 2 files changed, 21 insertions(+), 7 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] perf annotate: Bugfixes Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 04:00 +0100
[PATCH 3/4] perf annotate: Fix missing setting nr samples on source_line Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 04:00 +0100
[PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 04:00 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-21 15:50 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Taeung Song <treeze.taeung@gmail.com> - 2017-03-21 17:30 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-21 19:40 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 08:40 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-21 19:40 +0100
Re: [PATCH 4/4] perf annotate: More exactly grep -v of the objdump command Taeung Song <taeung.dev@gmail.com> - 2017-03-21 17:30 +0100
[tip:perf/core] perf annotate: More exactly grep -v of the objdump command tip-bot for Taeung Song <tipbot@zytor.com> - 2017-03-24 20:00 +0100
[PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 04:00 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-20 19:20 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 23:20 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-20 23:30 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-21 15:20 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-21 15:40 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-21 15:50 +0100
Re: [PATCH 2/4] perf annotate: Avoid division by zero when calculating percent Taeung Song <treeze.taeung@gmail.com> - 2017-03-22 13:10 +0100
csiph-web