Blame SOURCES/tuna-Make-it-clear-that-include-and-isolate-affects-IRQs.patch

a7858f
From 532739e58bc36df820a1742489c744e7589221d0 Mon Sep 17 00:00:00 2001
a7858f
From: John Kacur <jkacur@redhat.com>
a7858f
Date: Wed, 10 Nov 2021 15:58:44 -0500
a7858f
Subject: [PATCH] tuna: Make it clear that include and isolate affects IRQs in
a7858f
 help
a7858f
a7858f
Make it clear in the online help (-h) and in the manpage
a7858f
that
a7858f
-i --isolate
a7858f
-I --include
a7858f
a7858f
affects IRQs as well as threads
a7858f
a7858f
Signed-off-by: John Kacur <jkacur@redhat.com>
a7858f
---
a7858f
 docs/tuna.8 | 4 ++--
a7858f
 tuna-cmd.py | 4 ++--
a7858f
 2 files changed, 4 insertions(+), 4 deletions(-)
a7858f
a7858f
diff --git a/docs/tuna.8 b/docs/tuna.8
a7858f
index b6431be5e117..bd6299b5a771 100644
a7858f
--- a/docs/tuna.8
a7858f
+++ b/docs/tuna.8
a7858f
@@ -26,10 +26,10 @@ Apply changes described in profile
a7858f
 List preloaded profiles
a7858f
 .TP
a7858f
 \fB\-i\fR, \fB\-\-isolate\fR
a7858f
-Move all threads away from CPU\-LIST. Requires \fB\-c\fR or \fB-S\fR.
a7858f
+Move all allowed threads and IRQs away from CPU\-LIST. Requires \fB\-c\fR or \fB-S\fR.
a7858f
 .TP
a7858f
 \fB\-I\fR, \fB\-\-include\fR
a7858f
-Allow all threads to run on CPU\-LIST. Requires \fB\-c\fR or \fB-S\fR.
a7858f
+Allow all allowed threads and IRQs to run on CPU\-LIST. Requires \fB\-c\fR or \fB-S\fR.
a7858f
 .TP
a7858f
 \fB\-m\fR, \fB\-\-move\fR
a7858f
 Move selected entities to CPU\-LIST. Requires \fB\-c\fR and either \fB-t\fR or \fB-q\fR.
a7858f
diff --git a/tuna-cmd.py b/tuna-cmd.py
a7858f
index 46ce86efa036..d209a2e89493 100755
a7858f
--- a/tuna-cmd.py
a7858f
+++ b/tuna-cmd.py
a7858f
@@ -63,9 +63,9 @@ def usage():
a7858f
                  _('Explicitly disable usage of perf in GUI for process view')))
a7858f
     print(fmt % ('-f, --filter',
a7858f
                  _('Display filter the selected entities')))
a7858f
-    print(fmt % ('-i, --isolate',               _('Move all threads away from %(cpulist)s') %
a7858f
+    print(fmt % ('-i, --isolate',               _('Move all allowed threads and IRQs away from %(cpulist)s') %
a7858f
                  {"cpulist": _('CPU-LIST')}))
a7858f
-    print(fmt % ('-I, --include',               _('Allow all threads to run on %(cpulist)s') %
a7858f
+    print(fmt % ('-I, --include',               _('Allow all allowed threads and IRQs to run on %(cpulist)s') %
a7858f
                  {"cpulist": _('CPU-LIST')}))
a7858f
     print(fmt % ('-K, --no_kthreads',
a7858f
                  _('Operations will not affect kernel threads')))
a7858f
-- 
a7858f
2.31.1
a7858f