Skip to content

Commit

Permalink
gather-topology: also save /proc/self/cgroup
Browse files Browse the repository at this point in the history
/proc/self/cpuset isn't enough in some cases.

Thanks to Benedikt Morbach for the patch.

This commit fixes #111.

(cherry picked from commit b9388df)
  • Loading branch information
bgoglin committed Jun 3, 2014
1 parent 81214a1 commit 71bcabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/linux/hwloc-gather-topology.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ cat << EOF | while read -r path ; do savefile "$destdir/$basename" "$path" ; don
/proc/mounts
/proc/stat
/proc/self/cpuset
/proc/self/cgroup
EOF

# Get all files from the given directory
Expand Down

0 comments on commit 71bcabb

Please sign in to comment.