Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158293
b: refs/heads/master
c: 9b8055a
h: refs/heads/master
i:
  158291: 8553cda
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Aug 31, 2009
1 parent 9535981 commit dad17e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a2684ca58e06941ff00e3f096ca44f898a6d13e
refs/heads/master: 9b8055a52c8986167e0a7357460d528a00db67e6
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit dad17e1

Please sign in to comment.