Sign in
◑
Theme
linux
/
linux
/
kernel
/
git
/
klassert
/
ipsec-next
/
49e03ca58334cd46dfd9267ced0ff91dcae2c451
/
.
/
tools
/
tracing
/
rtla
/
tests
/
scripts
/
check-housekeeping-cpus.sh
blob: 4742f34efb49403be6ec92e4d49fc25a1b743ecb [
file
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
pid
=
$
(
ps
-
o ppid
=
$$
)
echo
"Affinity of threads:$(taskset -c -p $pid | cut -d ':' -f 2)"