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.
Differential D5363
Add support for displaying thread IDs to truss(1). jhb on Feb 20 2016, 6:59 AM. Authored by Tags None Referenced Files
Subscribers
Details
Add support for displaying thread IDs to truss(1).
Diff Detail
Event Timeline
Comment Actions In general I think I also want to split this up. The -H flag doesn't depend on LWP events and could be MFC'd, so I think I will pull that out into a separate change to do first and then revisit the LWP event part of this.
|