Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268742 > unrolled thread
| Started by | Adrian Hunter <adrian.hunter@intel.com> |
|---|---|
| First post | 2015-11-13 11:00 +0100 |
| Last post | 2015-11-13 16:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] perf tools: 3 fixes Adrian Hunter <adrian.hunter@intel.com> - 2015-11-13 11:00 +0100
Re: [PATCH 0/3] perf tools: 3 fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-13 16:30 +0100
| From | Adrian Hunter <adrian.hunter@intel.com> |
|---|---|
| Date | 2015-11-13 11:00 +0100 |
| Subject | [PATCH 0/3] perf tools: 3 fixes |
| Message-ID | <qujjc-4J1-13@gated-at.bofh.it> |
Hi
Here are a 3 fixes. The patches apply cleanly to 4.3, although
the problems go back further than that.
Adrian Hunter (3):
perf tools: Fix dso lookup by long name and missing buildids
perf buildid-list: Requires ordered events
perf inject: Also re-pipe lost_samples event
tools/perf/builtin-inject.c | 1 +
tools/perf/util/build-id.c | 1 +
tools/perf/util/dso.c | 17 +++++++++++++++++
tools/perf/util/dso.h | 1 +
tools/perf/util/machine.c | 1 +
5 files changed, 21 insertions(+)
Regards
Adrian
--
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/
[toc] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2015-11-13 16:30 +0100 |
| Message-ID | <quosy-88l-11@gated-at.bofh.it> |
| In reply to | #1268742 |
Em Fri, Nov 13, 2015 at 11:48:29AM +0200, Adrian Hunter escreveu: > Hi > > Here are a 3 fixes. The patches apply cleanly to 4.3, although > the problems go back further than that. Thanks for the patches and for the before/after for the rbtree problem, I reproduced it here, fixes the problem! - Arnaldo > > Adrian Hunter (3): > perf tools: Fix dso lookup by long name and missing buildids > perf buildid-list: Requires ordered events > perf inject: Also re-pipe lost_samples event > > tools/perf/builtin-inject.c | 1 + > tools/perf/util/build-id.c | 1 + > tools/perf/util/dso.c | 17 +++++++++++++++++ > tools/perf/util/dso.h | 1 + > tools/perf/util/machine.c | 1 + > 5 files changed, 21 insertions(+) > > > Regards > Adrian -- 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/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web