From 0bd721f785bf2bb1b804b3ce8ec6100eb66dba6f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 10 Oct 2015 00:06:25 +0200 Subject: [PATCH] htoprc: display thread names --- htoprc.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htoprc.in b/htoprc.in index e08fc14..194328d 100644 --- a/htoprc.in +++ b/htoprc.in @@ -42,6 +42,9 @@ fields=0 48 18 38 39 40 2 46 47 49 20 1 hide_kernel_threads=1 # But display userland threads. hide_userland_threads=0 +# Display thread names. The command line is displayed in the tree view as +# parent of the threads. +show_thread_names=1 # Highlight program base name. highlight_base_name=1 -- 2.43.2