Em Wed, Mar 23, 2016 at 10:16:28AM -0400, Steven Rostedt escreveu: > Commit a6745330789f "tools lib traceevent: Split pevent_print_event() > into specific functionality functions" Broke apart the function > pevent_print_event() into three functions. The first function prints > the comm, pid and CPU, the second prints the timestamp. But that commit > added the printing of the CPU in the timestamp function, which now > causes pevent_print_event() to duplicate the CPU output. > > Remove the redundant printing of the record's CPU from the timestamp > function.
Thanks, applied. - Arnaldo

