K 10 svn:author V 3 jhb K 8 svn:date V 27 2016-04-21T18:44:53.287970Z K 7 svn:log V 470 MFC 295930: Add support for displaying thread IDs to truss(1). - Consolidate duplicate code for printing the metadata at the start of each line into a shared function. - Add an -H option which will log the thread ID of the relevant thread for each event. While here, remove some extraneous calls to clock_gettime() in print_syscall() and print_syscall_ret(). The caller of print_syscall_ret() always updates the current thread's "after" time before it is called. END