Re: [PATCH v5 00/11] add performance tracing facility

2014-06-25 Thread Duy Nguyen
On Wed, Jun 25, 2014 at 9:49 PM, Karsten Blees wrote: > Am 25.06.2014 16:28, schrieb Duy Nguyen: >> On Wed, Jun 11, 2014 at 2:55 PM, Karsten Blees >> wrote: >>> Here's v5 of the performance tracing patch series, now including a bunch of >>> cleanups and adding timestamp, file and line to all tr

Re: [PATCH v5 00/11] add performance tracing facility

2014-06-25 Thread Karsten Blees
Am 25.06.2014 16:28, schrieb Duy Nguyen: > On Wed, Jun 11, 2014 at 2:55 PM, Karsten Blees > wrote: >> Here's v5 of the performance tracing patch series, now including a bunch of >> cleanups and adding timestamp, file and line to all trace output. >> >> I'm particularly interested in feedback for

Re: [PATCH v5 00/11] add performance tracing facility

2014-06-25 Thread Duy Nguyen
On Wed, Jun 11, 2014 at 2:55 PM, Karsten Blees wrote: > Here's v5 of the performance tracing patch series, now including a bunch of > cleanups and adding timestamp, file and line to all trace output. > > I'm particularly interested in feedback for the output format. As file names > have differen

Re: [PATCH v5 00/11] add performance tracing facility

2014-06-18 Thread Karsten Blees
Am 12.06.2014 20:30, schrieb Junio C Hamano: > Karsten Blees writes: > >> Here's v5 of the performance tracing patch series, now including a bunch of >> cleanups and adding timestamp, file and line to all trace output. >> >> I'm particularly interested in feedback for the output format. As file

Re: [PATCH v5 00/11] add performance tracing facility

2014-06-12 Thread Junio C Hamano
Karsten Blees writes: > Here's v5 of the performance tracing patch series, now including a bunch of > cleanups and adding timestamp, file and line to all trace output. > > I'm particularly interested in feedback for the output format. As file names > have different lengths, printing file:line a

[PATCH v5 00/11] add performance tracing facility

2014-06-11 Thread Karsten Blees
Here's v5 of the performance tracing patch series, now including a bunch of cleanups and adding timestamp, file and line to all trace output. I'm particularly interested in feedback for the output format. As file names have different lengths, printing file:line as prefix results in unaligned ou