Re: [PATCH 15/41] perf script: Improve srcline display for BTS

2014-07-15 Thread David Ahern
On 07/15/2014 08:16 AM, Arnaldo Carvalho de Melo wrote: Em Mon, Jul 14, 2014 at 01:02:39PM +0300, Adrian Hunter escreveu: 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 => 4

Re: [PATCH 15/41] perf script: Improve srcline display for BTS

2014-07-15 Thread Adrian Hunter
On 15/07/2014 5:16 p.m., Arnaldo Carvalho de Melo wrote: Em Mon, Jul 14, 2014 at 01:02:39PM +0300, Adrian Hunter escreveu: 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 => 40

Re: [PATCH 15/41] perf script: Improve srcline display for BTS

2014-07-15 Thread Arnaldo Carvalho de Melo
Em Mon, Jul 14, 2014 at 01:02:39PM +0300, Adrian Hunter escreveu: > 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 form

[PATCH 15/41] perf script: Improve srcline display for BTS

2014-07-14 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