summaryrefslogtreecommitdiffstats
path: root/usr.bin/procstat/procstat_cs.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r309676vangyzen2016-12-151-5/+3
| | | | | | | | | | | | | Export the whole thread name in kinfo_proc kinfo_proc::ki_tdname is three characters shorter than thread::td_name. Add a ki_moretdname field for these three extra characters. Add the new field to kinfo_proc32, as well. Update all in-tree consumers to read the new field and assemble the full name, except for lldb's HostThreadFreeBSD.cpp, which I will handle separately. Bump __FreeBSD_version. Sponsored by: Dell EMC
* MFC r279842, r279875scottl2015-03-221-0/+108
Implement basic reporting of cpuset info via the -S option Obtained from: Netflix, Inc.
OpenPOWER on IntegriCloud