Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1268742
| From | Adrian Hunter <adrian.hunter@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] perf tools: 3 fixes |
| Date | 2015-11-13 11:00 +0100 |
| Message-ID | <qujjc-4J1-13@gated-at.bofh.it> (permalink) |
| Organization | Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web