]> Git Repo - linux.git/commit
perf sched map: Always show task comm with -v
authorNamhyung Kim <[email protected]>
Mon, 24 Oct 2016 02:02:44 +0000 (11:02 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
Tue, 25 Oct 2016 18:05:09 +0000 (15:05 -0300)
commite107f129e2e0e75ddf1cd7995a9f5ffff2307766
treea3a21de2cf475a8d668bcdbadf868184a4420f92
parent1208bb274ba547012579d5b68c693e0b36682b74
perf sched map: Always show task comm with -v

I'd like to see the name of tasks with perf sched map, but it only shows
name of new tasks and then use short names after all.  This is not good
for long running tasks since it's hard for users to track the short
names.  This patch makes it show the names (except the idle task) when
-v option is used.  Probably we may make it as default behavior.

Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-sched.c
This page took 0.048681 seconds and 4 git commands to generate.