Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1278055
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [GIT PULL 0/4] perf/core improvements and fixes |
| Date | 2015-11-26 09:20 +0100 |
| Message-ID | <qyZWx-2oi-3@gated-at.bofh.it> (permalink) |
| References | <qyOeJ-29C-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote: > From: Arnaldo Carvalho de Melo <acme@redhat.com> > > Hi, > > Please consider pulling, this is on top of my previous > perf-core-for-mingo pull request. > > - Arnaldo > > The following changes since commit 646a6e846c4dc3812c614fd061603b6db5b8d380: > > perf callchain: Add missing parent_val initialization (2015-11-23 18:31:25 -0300) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-core-for-mingo-2 > > for you to fetch changes up to d8ad6a15cc3a364de6c8010378adc3fb06ce3ff1: > > tools lib bpf: Don't do a feature check when cleaning (2015-11-25 16:38:13 -0300) > > ---------------------------------------------------------------- > perf/core improvements and fixes: > > User visible: > > - Fix to free temporal Dwarf_Frame correctly in 'perf probe', fixing a > regression introduced in perf/core that prevented, at least, adding > an uprobe collecting function parameter values (Masami Hiramatsu) > > - Fix output of %llu for 64 bit values read on 32 bit machines in > libtraceevent (Steven Rostedt) > > Developer visible: > > - Clean CFLAGS and LDFLAGS for fixdep in tools/build (Wang Nan) > > - Don't do a feature check when cleaning tools/lib/bpf (Wang Nan) > > Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> > > ---------------------------------------------------------------- > Masami Hiramatsu (1): > perf probe: Fix to free temporal Dwarf_Frame correctly > > Steven Rostedt (1): > tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines > > Wang Nan (2): > tools build: Clean CFLAGS and LDFLAGS for fixdep > tools lib bpf: Don't do a feature check when cleaning > > tools/build/Makefile.include | 2 +- > tools/lib/bpf/Makefile | 10 ++++++++++ > tools/lib/traceevent/event-parse.c | 5 ++--- > tools/perf/util/probe-finder.c | 13 ++++++------- > 4 files changed, 19 insertions(+), 11 deletions(-) Pulled, thanks a lot Arnaldo! Ingo -- 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 | Find similar | Unroll thread
[GIT PULL 0/4] perf/core improvements and fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-25 20:50 +0100 [PATCH 2/4] perf probe: Fix to free temporal Dwarf_Frame correctly Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-25 20:50 +0100 [PATCH 4/4] tools lib bpf: Don't do a feature check when cleaning Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-25 20:50 +0100 [PATCH 3/4] tools build: Clean CFLAGS and LDFLAGS for fixdep Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-25 20:50 +0100 [PATCH 1/4] tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit machines Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-25 20:50 +0100 Re: [GIT PULL 0/4] perf/core improvements and fixes Ingo Molnar <mingo@kernel.org> - 2015-11-26 09:20 +0100
csiph-web