summaryrefslogtreecommitdiff
path: root/tools/tracing/rtla/tests/scripts/check-housekeeping-cpus.sh
blob: 4742f34efb49403be6ec92e4d49fc25a1b743ecb (plain)
1
2
3
4
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
pid=$(ps -o ppid= $$)
echo "Affinity of threads:$(taskset -c -p $pid | cut -d ':' -f 2)"