perf sched: Make idle thread and comm/pid names more consistent
authorIngo Molnar <mingo@elte.hu>
Wed, 16 Sep 2009 12:12:36 +0000 (14:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 16 Sep 2009 10:15:47 +0000 (12:15 +0200)
commit80ed0987f363d7eb50193df3e6f6d71451f74bc3
tree36ac94c42e234ade4c6a2ac4b8c2dcb3bfbd138f
parentc8a37751043427c6e4397a2cbfd617cb5f215c72
perf sched: Make idle thread and comm/pid names more consistent

Peter noticed that we have 3 ways of referring to the idle thread:

 [idle]:0
 swapper:0
 swapper-0

Standardize on 'swapper:0'.

Reported-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-sched.c
tools/perf/util/thread.c