From dad17e193a4d51c38e57f4d992e7364688da749f Mon Sep 17 00:00:00 2001 From: Frederic Weisbecker Date: Mon, 31 Aug 2009 06:45:20 +0200 Subject: [PATCH] --- yaml --- r: 158293 b: refs/heads/master c: 9b8055a52c8986167e0a7357460d528a00db67e6 h: refs/heads/master i: 158291: 8553cdab43429edb5c60269fda3a4be49d08ebcf v: v3 --- [refs] | 2 +- trunk/tools/perf/util/thread.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dfd22c0ae03a..22906f8293f3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a2684ca58e06941ff00e3f096ca44f898a6d13e +refs/heads/master: 9b8055a52c8986167e0a7357460d528a00db67e6 diff --git a/trunk/tools/perf/util/thread.c b/trunk/tools/perf/util/thread.c index 3acd37f54888..7635928ca278 100644 --- a/trunk/tools/perf/util/thread.c +++ b/trunk/tools/perf/util/thread.c @@ -85,7 +85,7 @@ register_idle_thread(struct rb_root *threads, struct thread **last_match) { struct thread *thread = threads__findnew(0, threads, last_match); - if (!thread || thread__set_comm(thread, "[idle]")) { + if (!thread || thread__set_comm(thread, "[init]")) { fprintf(stderr, "problem inserting idle task.\n"); exit(-1); }