Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191323
b: refs/heads/master
c: 90c0e5f
h: refs/heads/master
i:
  191321: 03a7e68
  191319: 41143c9
v: v3
  • Loading branch information
Frederic Weisbecker committed May 9, 2010
1 parent 9bde214 commit a8f49fc
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: 5efe08cf685f33f562566dc68b6077b6f6a4f706
refs/heads/master: 90c0e5fc7b73d2575c7367e1da70ff9521718e5e
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ report_lock_acquired_event(struct trace_acquired_event *acquired_event,
ls->wait_time_total += contended_term;
if (contended_term < ls->wait_time_min)
ls->wait_time_min = contended_term;
else if (ls->wait_time_max < contended_term)
if (ls->wait_time_max < contended_term)
ls->wait_time_max = contended_term;
break;
case SEQ_STATE_RELEASED:
Expand Down

0 comments on commit a8f49fc

Please sign in to comment.