Re: [PATCH 03/22] perf tools: Add debug_set_display_time function

2021-01-19 Thread Arnaldo Carvalho de Melo
Em Tue, Jan 19, 2021 at 06:39:37PM +0100, Jiri Olsa escreveu: > On Tue, Jan 19, 2021 at 11:59:22AM -0300, Arnaldo Carvalho de Melo wrote: > > SNIP > > > > +} > > > > 7812.70 ubuntu:18.04-x-sparc64: FAIL sparc64-linux-gnu-gcc > > (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 > > > > util/de

Re: [PATCH 03/22] perf tools: Add debug_set_display_time function

2021-01-19 Thread Jiri Olsa
On Tue, Jan 19, 2021 at 11:59:22AM -0300, Arnaldo Carvalho de Melo wrote: SNIP > > +} > > 7812.70 ubuntu:18.04-x-sparc64: FAIL sparc64-linux-gnu-gcc > (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 > > util/debug.c: In function 'fprintf_time': > util/debug.c:63:32: error: format '%lu' expec

Re: [PATCH 03/22] perf tools: Add debug_set_display_time function

2021-01-19 Thread Arnaldo Carvalho de Melo
Em Sat, Jan 02, 2021 at 11:04:22PM +0100, Jiri Olsa escreveu: > Allow to display time in perf debug output via new > debug_set_display_time function. > > It will be used in perf daemon command to get verbose > output into log file. > > The debug time format is: > > [2020-12-03 18:25:31.822152]

Re: [PATCH 03/22] perf tools: Add debug_set_display_time function

2021-01-18 Thread Arnaldo Carvalho de Melo
Em Sat, Jan 02, 2021 at 11:04:22PM +0100, Jiri Olsa escreveu: > Allow to display time in perf debug output via new > debug_set_display_time function. > > It will be used in perf daemon command to get verbose > output into log file. > > The debug time format is: > > [2020-12-03 18:25:31.822152]

[PATCH 03/22] perf tools: Add debug_set_display_time function

2021-01-02 Thread Jiri Olsa
Allow to display time in perf debug output via new debug_set_display_time function. It will be used in perf daemon command to get verbose output into log file. The debug time format is: [2020-12-03 18:25:31.822152] affinity: SYS [2020-12-03 18:25:31.822164] mmap flush: 1 [2020-12-03 18:25: