Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1294259
| From | Jiri Olsa <jolsa@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/6] perf tools: Various fixes |
| Date | 2015-12-17 21:50 +0100 |
| Message-ID | <qGNES-4pE-3@gated-at.bofh.it> (permalink) |
| References | <qGNlw-4hK-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Dec 17, 2015 at 09:26:49PM +0100, Jiri Olsa wrote: > hi, > sending several changes together: > - leftover for the stat enable/disable changes with Adrian's patch > - fixes for issues Noel found with DWARF unwind > > Noel, could you please rerun your test on this? > > Also available in: > git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git > perf/fixes > > thanks, > jirka > > > --- > Adrian Hunter (1): > perf tools: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does) argh, forgot to CC Adrian, sry.. adding him to the loop now jirka > > Jiri Olsa (5): > perf tools: Remove perf_evlist__(enable|disable)_event functions > perf tools: Use find_map function in access_dso_mem > perf tools libunwind: Check for mmaps also in MAP__VARIABLE tree > perf tools libdw: Check for mmaps also in MAP__VARIABLE tree > perf record: Always store data mmaps > > tools/perf/arch/x86/util/intel-bts.c | 4 ++-- > tools/perf/arch/x86/util/intel-pt.c | 4 ++-- > tools/perf/builtin-kvm.c | 2 +- > tools/perf/builtin-record.c | 2 +- > tools/perf/builtin-top.c | 2 +- > tools/perf/builtin-trace.c | 2 +- > tools/perf/tests/code-reading.c | 2 +- > tools/perf/tests/dwarf-unwind.c | 2 +- > tools/perf/tests/keep-tracking.c | 2 +- > tools/perf/tests/mmap-thread-lookup.c | 4 ++-- > tools/perf/tests/switch-tracking.c | 6 +++--- > tools/perf/util/event.c | 16 ++++++---------- > tools/perf/util/event.h | 5 ++--- > tools/perf/util/evlist.c | 44 +------------------------------------------- > tools/perf/util/evlist.h | 4 ---- > tools/perf/util/machine.c | 6 +++--- > tools/perf/util/machine.h | 6 +++--- > tools/perf/util/unwind-libdw.c | 10 ++++++++++ > tools/perf/util/unwind-libunwind.c | 20 ++++++++++++++------ > 19 files changed, 55 insertions(+), 88 deletions(-) -- 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 0/6] perf tools: Various fixes Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
[PATCH 6/6] perf record: Always store data mmaps Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
[PATCH 5/6] perf tools libdw: Check for mmaps also in MAP__VARIABLE tree Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
[PATCH 2/6] perf tools: Make perf_evlist__open() open evsels with their cpus and threads (like perf record does) Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
[PATCH 3/6] perf tools: Use find_map function in access_dso_mem Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
[PATCH 1/6] perf tools: Remove perf_evlist__(enable|disable)_event functions Jiri Olsa <jolsa@kernel.org> - 2015-12-17 21:30 +0100
Re: [PATCH 0/6] perf tools: Various fixes Jiri Olsa <jolsa@redhat.com> - 2015-12-17 21:50 +0100
Re: [PATCH 0/6] perf tools: Various fixes Noel Grandin <noelgrandin@gmail.com> - 2015-12-18 10:20 +0100
Re: [PATCH 0/6] perf tools: Various fixes Jiri Olsa <jolsa@redhat.com> - 2015-12-27 13:00 +0100
csiph-web