summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-sched.txt
diff options
context:
space:
mode:
authorJiri Olsa2016-04-12 15:29:29 +0200
committerArnaldo Carvalho de Melo2016-04-13 15:11:51 +0200
commita151a37a760aab41c115af8d5016e449228e8d2e (patch)
tree1d83faff8a7b4ba5c56392f80c25311ee1c6090e /tools/perf/Documentation/perf-sched.txt
parentperf thread_map: Make new_by_tid_str constructor public (diff)
downloadkernel-qcow2-linux-a151a37a760aab41c115af8d5016e449228e8d2e.tar.gz
kernel-qcow2-linux-a151a37a760aab41c115af8d5016e449228e8d2e.tar.xz
kernel-qcow2-linux-a151a37a760aab41c115af8d5016e449228e8d2e.zip
perf sched map: Color given pids
Adding --color-pids option to display selected pids in color (blue by default). It helps on navigating through the 'perf sched map' output. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1460467771-26532-7-git-send-email-jolsa@kernel.org [ Added entry to man page ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-sched.txt')
-rw-r--r--tools/perf/Documentation/perf-sched.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-sched.txt b/tools/perf/Documentation/perf-sched.txt
index 89b0c5b7fe84..67913de3aee7 100644
--- a/tools/perf/Documentation/perf-sched.txt
+++ b/tools/perf/Documentation/perf-sched.txt
@@ -57,6 +57,9 @@ OPTIONS for 'perf sched map'
Show only CPUs with activity. Helps visualizing on high core
count systems.
+--color-pids::
+ Highlight the given pids.
+
SEE ALSO
--------
linkperf:perf-record[1]