Re: [PATCH] tools/lib/traceevent: Round up in tep_print_event() time precision

2019-09-23 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 19, 2019 at 04:51:19PM -0400, Steven Rostedt escreveu: > > From: "Steven Rostedt (VMware)" > > > When testing the output of the old trace-cmd compared to the one that uses > the updated tep_print_event() logic, it was different in that the time stamp > precision in the old format wo

[PATCH] tools/lib/traceevent: Round up in tep_print_event() time precision

2019-09-19 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" When testing the output of the old trace-cmd compared to the one that uses the updated tep_print_event() logic, it was different in that the time stamp precision in the old format would round up to the nearest precision, where as the new logic truncates. Bring b