xref: /linux/tools/tracing/rtla/tests/scripts/check-housekeeping-cpus.sh (revision efe86f088f48f18c27b648e5724048947f3b7fb4)
1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3pid=$(ps -o ppid= $$)
4echo "Affinity of threads:$(taskset -c -p $pid | cut -d ':' -f 2)"
5