Re: [PATCH V2 3/3] perf script: Improve srcline display for BTS

2013-12-09 Thread Adrian Hunter
On 10/12/13 09:04, Adrian Hunter wrote: > On 09/12/13 20:04, Arnaldo Carvalho de Melo wrote: >> Em Fri, Dec 06, 2013 at 09:42:58AM +0200, Adrian Hunter escreveu: >>> Change the order of the output to put the srcline last. >>> e.g. old format: >> >> Can you please always provide the command line use

Re: [PATCH V2 3/3] perf script: Improve srcline display for BTS

2013-12-09 Thread Adrian Hunter
On 09/12/13 20:04, Arnaldo Carvalho de Melo wrote: > Em Fri, Dec 06, 2013 at 09:42:58AM +0200, Adrian Hunter escreveu: >> Change the order of the output to put the srcline last. >> e.g. old format: > > Can you please always provide the command line used, so that people can > quickly reproduce your

Re: [PATCH V2 3/3] perf script: Improve srcline display for BTS

2013-12-09 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 06, 2013 at 09:42:58AM +0200, Adrian Hunter escreveu: > Change the order of the output to put the srcline last. > e.g. old format: Can you please always provide the command line used, so that people can quickly reproduce your results, before and after your changes? - Arnaldo >

[PATCH V2 3/3] perf script: Improve srcline display for BTS

2013-12-05 Thread Adrian Hunter
Change the order of the output to put the srcline last. e.g. old format: 4028fc main+0x2c (/bin/ls) /build/buildd/coreutils-8.20/src/ls.c:1269 => 40d8a0 set_program_name+0x0 (/bin/ls) new format: 4028fc main+0x2c (/bin/ls) => 40d8a0 set_program_name+0x0