Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1602226

Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks
Date 2017-03-16 13:30 +0100
Message-ID <tlCHw-6I6-33@gated-at.bofh.it> (permalink)
References <tecf8-CA-5@gated-at.bofh.it> <tltkR-8jX-5@gated-at.bofh.it> <tltkS-8jX-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Em Wed, Mar 15, 2017 at 07:22:18PM -0700, Andi Kleen escreveu:
> > > +	memset(&al, 0, sizeof(al));
> > > +	if (end - start > MAXBB - MAXINSN) {
> > > +		if (last)
> > > +			printf("\tbrstack does not reach to final jump (%" PRIx64 "-%" PRIx64 ")\n",
> > > +					start, end);
> > > +		else
> > > +			printf("\tblock %" PRIx64 "-%" PRIx64 " (%ld) too long to dump\n",
> 
> Thanks. Should be %" PRIu64 " of course.
> 
> Arnaldo, can you do the change 

Done.

> or should I send a patch?

- Arnaldo

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks Michael Ellerman <mpe@ellerman.id.au> - 2017-03-16 03:30 +0100
  Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks Andi Kleen <andi@firstfloor.org> - 2017-03-16 03:30 +0100
    Re: [PATCH] perf, tools, script: Add brstackinsn for branch stacks Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-03-16 13:30 +0100

csiph-web