Skip to content

Commit

Permalink
Merge pull request #485 from perftool-incubator/dev-kmr3
Browse files Browse the repository at this point in the history
modify bootstrap to log the CPUs allowed list when cpu-partitioning i…
  • Loading branch information
k-rister authored Apr 22, 2024
2 parents ab3dd53 + f4c2632 commit 2cf987c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ if [ "${cpu_partitioning}" == "1" ]; then
taskset --cpu-list --pid ${HK_CPUS} $$
else
echo "Disabled"
echo
echo "Since cpu-partitioning is disabled, logging the allowed runnable CPUs here for informational purposes:"
grep Cpus_allowed_list /proc/self/status
fi
echo

Expand Down

0 comments on commit 2cf987c

Please sign in to comment.