| commit | 22e23b74325bf60e4cc1ce7bdc157eda0d8b5c13 | [log] [tgz] |
|---|---|---|
| author | Matt Layher <mdlayher@gmail.com> | Fri Aug 25 11:04:33 2017 -0400 |
| committer | Matt Layher <mdlayher@gmail.com> | Fri Aug 25 17:12:00 2017 +0000 |
| tree | 6e746725d94c19748a8a37ba2452c474ca046187 | |
| parent | 07c182904dbd53199946ba614a412c61d3c548f5 [diff] |
unix: add taskstats type and constants on Linux Taskstats is a netlink-based interface for sending per-task and per-process statistics from the kernel to userspace. For more information, please see: https://www.kernel.org/doc/Documentation/accounting/taskstats.txt. Fixes golang/go#21616. Change-Id: I7d4b8035aa8e993074d61911d9a8c3a3e61c9b2e Reviewed-on: https://go-review.googlesource.com/59050 Run-TryBot: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>