summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Oros <poros@redhat.com>2013-08-15 11:15:45 +0200
committerJiri Kastner <jkastner@redhat.com>2014-01-30 14:56:11 +0100
commit7ec43cb842d412ff8586ba1d81e94b75bd3a9f90 (patch)
treef2794d6aca6e9b35b2ecfe6f0b5b91e5eef62a6c
parente61dfd78a7c3350a0fa0a50c6cfa7fe03b345af1 (diff)
downloadtuna-7ec43cb842d412ff8586ba1d81e94b75bd3a9f90.tar.gz
CLI: fix ps_show_thread call with bad args count
Tested-By: Jiri Kastner <jkastner@redhat.com> Signed-off-by: Petr Oros <poros@redhat.com> Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rwxr-xr-xtuna-cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 64e3ad1..5dcc181 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -227,7 +227,7 @@ def ps_show_thread(pid, affect_children, ps,
for tid in ps[pid]["threads"].keys():
ps_show_thread(tid, False, ps[pid]["threads"],
has_ctxt_switch_info,
- sock_inodes, sock_inode_re)
+ sock_inodes, sock_inode_re, cgroups)
def ps_show(ps, affect_children, thread_list, cpu_list,