Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118761
b: refs/heads/master
c: 072ba49
h: refs/heads/master
i:
  118759: 742c56a
v: v3
  • Loading branch information
Eric Anholt authored and Ingo Molnar committed Nov 5, 2008
1 parent c06bb21 commit e6e3916
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: 42ec632e7b0185d3776aa5d23380cbdc963151f2
refs/heads/master: 072ba49838b42c873c496d72c91bb237914cf3b6
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ static enum print_line_t print_bin_fmt(struct trace_iterator *iter)
return TRACE_TYPE_HANDLED;

SEQ_PUT_FIELD_RET(s, entry->pid);
SEQ_PUT_FIELD_RET(s, iter->cpu);
SEQ_PUT_FIELD_RET(s, entry->cpu);
SEQ_PUT_FIELD_RET(s, iter->ts);

switch (entry->type) {
Expand Down

0 comments on commit e6e3916

Please sign in to comment.