Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/unix: add taskstats.h types and constants on Linux #21616

Closed
mdlayher opened this issue Aug 25, 2017 · 1 comment
Closed

x/sys/unix: add taskstats.h types and constants on Linux #21616

mdlayher opened this issue Aug 25, 2017 · 1 comment

Comments

@mdlayher
Copy link
Member

I'd like to add the types and constants found in http://elixir.free-electrons.com/linux/v4.8/source/include/uapi/linux/taskstats.h to x/sys/unix.

I will send a CL.

@gopherbot gopherbot added this to the Unreleased milestone Aug 25, 2017
@gopherbot
Copy link

Change https://golang.org/cl/59050 mentions this issue: unix: add taskstats type and constants on Linux

micanzhang pushed a commit to micanzhang/sys that referenced this issue Sep 12, 2017
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>
@golang golang locked and limited conversation to collaborators Aug 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants