Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209249
b: refs/heads/master
c: 33e26a1
h: refs/heads/master
i:
  209247: 2f7bfdf
v: v3
  • Loading branch information
Julia Lawall authored and Arnaldo Carvalho de Melo committed Aug 5, 2010
1 parent b4eea73 commit bfdb3f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b7eead86d2951dab733d36554e8166a2a91d7363
refs/heads/master: 33e26a1b492d21283d1372ddd547562d371dab98
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-timechart.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ static void sched_switch(int cpu, u64 timestamp, struct trace_entry *te)
if (p->current->state != TYPE_NONE)
pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp);

p->current->state_since = timestamp;
p->current->state = TYPE_RUNNING;
p->current->state_since = timestamp;
p->current->state = TYPE_RUNNING;
}

if (prev_p->current) {
Expand Down

0 comments on commit bfdb3f8

Please sign in to comment.