* Arnaldo Carvalho de Melo <a...@kernel.org> wrote: > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit f6343be96ebbae38a07e0878810f5bbc0c38cade: > > Merge tag 'perf-urgent-for-mingo-20160329' of > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent > (2016-03-30 12:31:03 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git > tags/perf-urgent-for-mingo-20160330 > > for you to fetch changes up to 9f56c092b99b40ce3cf4c6d0134ff7e513c9f1a6: > > perf jit: genelf makes assumptions about endian (2016-03-30 18:12:06 -0300) > > ---------------------------------------------------------------- > perf/urgent fixes: > > - Fix determination of a callchain node's childlessness in > the top/report TUI, which was preventing navigating some > callchains, --stdio unnaffected (Andres Freund) > > - Fix jitdump's genelf assumption that PowerPC is big endian > only (Anton Blanchard) > > Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com> > > ---------------------------------------------------------------- > Andres Freund (1): > perf hists: Fix determination of a callchain node's childlessness > > Anton Blanchard (1): > perf jit: genelf makes assumptions about endian > > tools/perf/ui/browsers/hists.c | 2 +- > tools/perf/util/genelf.h | 24 ++++++++++-------------- > 2 files changed, 11 insertions(+), 15 deletions(-)
Pulled, thanks a lot Arnaldo! Ingo